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="control" nsURI="http://www.example.org" nsPrefix="control">
<eAnnotations source="gmf">
<details key="foo" value="bar"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessVar" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true" eSuperTypes="#//ProcessVar #//ValueSpecifier">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ontology" eSuperTypes="#//NamedElement">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ontologyURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateConstraint" eSuperTypes="#//NamedElement">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aspCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aspBinding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Input" eSuperTypes="#//Parameter"/>
<eClassifiers xsi:type="ecore:EClass" name="Output" eSuperTypes="#//Parameter"/>
<eClassifiers xsi:type="ecore:EClass" name="OuterProcess" eSuperTypes="#//NamedElement">
<eAnnotations source="gmf.diagram">
<details key="foo" value="bar"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="construct" eType="#//ControlConstruct"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasInput" upperBound="-1"
eType="#//Input" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasOutput" upperBound="-1"
eType="#//Output" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasPrecondition" upperBound="-1"
eType="#//Expr" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasResult" upperBound="-1"
eType="#//Result" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#//Binding" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outerLocals" upperBound="-1"
eType="#//Loc" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outerLinks" upperBound="-1"
eType="#//Link" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ontologies" upperBound="-1"
eType="#//Ontology" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="templateConstraints" lowerBound="1"
eType="#//TemplateConstraint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractProcess" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasInput" upperBound="-1"
eType="#//Input" containment="true">
<eAnnotations source="gmf.affixed">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasOutput" upperBound="-1"
eType="#//Output" containment="true">
<eAnnotations source="gmf.affixed">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoteProcess" eSuperTypes="#//AbstractProcess">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteURL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasResult" upperBound="-1"
eType="#//Result" containment="true">
<eAnnotations source="gmf.affixed">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//Expr" containment="true">
<eAnnotations source="gmf.affixed">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateProcess" eSuperTypes="#//AbstractProcess">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="slotName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlConstruct" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sequence" eSuperTypes="#//ControlConstruct">
<eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1"
eType="#//ControlConstructList" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Choice" eSuperTypes="#//ControlConstruct">
<eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1"
eType="#//ControlConstructBag" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnyOrder" eSuperTypes="#//ControlConstruct">
<eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1"
eType="#//ControlConstructBag" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Split" eSuperTypes="#//ControlConstruct">
<eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1"
eType="#//ControlConstructBag" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SplitJoin" eSuperTypes="#//ControlConstruct">
<eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1"
eType="#//ControlConstructBag" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfThenElse" eSuperTypes="#//ControlConstruct">
<eStructuralFeatures xsi:type="ecore:EReference" name="ifCondition" lowerBound="1"
eType="#//Expr" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//ControlConstruct"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" lowerBound="1" eType="#//ControlConstruct"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepeatUntil" eSuperTypes="#//ControlConstruct">
<eStructuralFeatures xsi:type="ecore:EReference" name="untilCondition" lowerBound="1"
eType="#//Expr" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="untilProcess" lowerBound="1"
eType="#//ControlConstruct" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepeatWhile" eSuperTypes="#//ControlConstruct">
<eStructuralFeatures xsi:type="ecore:EReference" name="whileCondition" lowerBound="1"
eType="#//Expr" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="whileProcess" lowerBound="1"
eType="#//ControlConstruct" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Perform" eSuperTypes="#//ControlConstruct">
<eStructuralFeatures xsi:type="ecore:EReference" name="theProcess" lowerBound="1"
eType="#//AbstractProcess" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Produce" eSuperTypes="#//ControlConstruct">
<eStructuralFeatures xsi:type="ecore:EReference" name="producedBindingValueSpecifier"
eType="#//ValueSpecifierElement" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Set" eSuperTypes="#//ControlConstruct">
<eStructuralFeatures xsi:type="ecore:EReference" name="producedBindingValueSpecifier"
eType="#//ValueSpecifierElement" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecifier" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecifierElement" abstract="true"
eSuperTypes="#//ValueSpecifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSource" eSuperTypes="#//NamedElement #//ValueSpecifierElement">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValueForm" eSuperTypes="#//NamedElement #//ValueSpecifierElement">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValueFunction" eSuperTypes="#//NamedElement #//ValueSpecifierElement">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" abstract="true" eSuperTypes="#//ProcessVar"/>
<eClassifiers xsi:type="ecore:EClass" name="SetBinding" abstract="true" eSuperTypes="#//Binding"/>
<eClassifiers xsi:type="ecore:EClass" name="InputBinding" eSuperTypes="#//Binding">
<eAnnotations source="gmf.link">
<details key="source" value="valueSource"/>
<details key="target" value="toParam"/>
<details key="target.decoration" value="arrow"/>
<details key="width" value="2"/>
<details key="color" value="120,181,0"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="toParam" eType="#//Input"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueSource" eType="#//Parameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutputBinding" eSuperTypes="#//Binding">
<eAnnotations source="gmf.link">
<details key="source" value="origin"/>
<details key="target" value="toParam"/>
<details key="target.decoration" value="arrow"/>
<details key="width" value="2"/>
<details key="color" value="255,0,0"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="toParam" eType="#//Output"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="origin" eType="#//ValueSpecifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocBinding" eSuperTypes="#//SetBinding">
<eAnnotations source="gmf.link">
<details key="source" value="origin"/>
<details key="target" value="toLoc"/>
<details key="target.decoration" value="arrow"/>
<details key="width" value="2"/>
<details key="color" value="0,0,255"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="toLoc" eType="#//Loc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="origin" eType="#//ValueSpecifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LinkBinding" eSuperTypes="#//Binding">
<eAnnotations source="gmf.link">
<details key="source" value="origin"/>
<details key="target" value="toLink"/>
<details key="target.decoration" value="arrow"/>
<details key="width" value="2"/>
<details key="color" value="0,0,255"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="toLink" eType="#//Link"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="origin" eType="#//ValueSpecifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="outputBindingSource" eSuperTypes="#//Binding">
<eAnnotations source="gmf.link">
<details key="source" value="source"/>
<details key="target" value="specifierElement"/>
<details key="style" value="dash"/>
<details key="target.decoration" value="arrow"/>
<details key="width" value="2"/>
<details key="color" value="255,0,0"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Parameter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specifierElement" eType="#//ValueSpecifierElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Result" eSuperTypes="#//NamedElement">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="inCondition" upperBound="-1"
eType="#//Expr" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasResultVar" eType="#//ResultVar"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasEffect" eType="#//Expr"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindingSource" upperBound="-1"
eType="#//ValueSpecifierElement" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResultVar" eSuperTypes="#//ProcessVar">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Local" eSuperTypes="#//ProcessVar"/>
<eClassifiers xsi:type="ecore:EClass" name="Loc" eSuperTypes="#//Local">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//ProcessVar">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasBeenWritten" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlConstructBag" eSuperTypes="#//NamedElement">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//ControlConstruct"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rest" lowerBound="1" eType="#//ControlConstructBag"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlConstructList" eSuperTypes="#//NamedElement">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="first" eType="#//ControlConstruct"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rest" lowerBound="1" eType="#//ControlConstructList"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Condition" eSuperTypes="#//Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="Expr">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bodyLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ExpressionLanguage">
<eLiterals name="KIF"/>
<eLiterals name="SWRL" value="1"/>
<eLiterals name="DRS" value="2"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/ACMR/bestWeight2/13_control.ecore | ecore | control
NamedElement
name
ProcessVar
parameterType
parameterValue
Parameter
Ontology
ontologyURI
TemplateConstraint
aspCode
aspBinding
Input
Output
OuterProcess
construct
hasInput
hasOutput
hasPrecondition
hasResult
bindings
outerLocals
outerLinks
ontologies
templateConstraints
serviceName
serviceURI
serviceDescription
AbstractProcess
hasInput
hasOutput
RemoteProcess
remoteURI
remoteURL
hasResult
expressions
TemplateProcess
slotName
ControlConstruct
Sequence
components
Choice
components
AnyOrder
components
Split
components
SplitJoin
components
IfThenElse
ifCondition
then
else
RepeatUntil
untilCondition
untilProcess
RepeatWhile
whileCondition
whileProcess
Perform
theProcess
Produce
producedBindingValueSpecifier
Set
producedBindingValueSpecifier
ValueSpecifier
ValueSpecifierElement
ValueSource
body
ValueForm
body
ValueFunction
body
Binding
SetBinding
InputBinding
toParam
valueSource
OutputBinding
toParam
origin
LocBinding
toLoc
origin
LinkBinding
toLink
origin
outputBindingSource
source
specifierElement
Result
inCondition
hasResultVar
hasEffect
bindingSource
ResultVar
Local
Loc
Link
hasBeenWritten
ControlConstructBag
first
rest
ControlConstructList
first
rest
Condition
Expr
name
bodyLiteral
version
ExpressionLanguage
KIF
KIF
SWRL
SWRL
DRS
DRS | null | {"directed":true,"nodes":[{"nsPrefix":"control","nsURI":"http://www.example.org","name":"control","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessVar","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ontology","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateConstraint","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OuterProcess","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractProcess","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoteProcess","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateProcess","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlConstruct","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choice","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyOrder","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Split","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SplitJoin","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfThenElse","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatUntil","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatWhile","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Perform","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Produce","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Set","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecifier","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecifierElement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSource","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueForm","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueFunction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetBinding","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputBinding","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputBinding","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocBinding","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkBinding","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"outputBindingSource","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Result","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultVar","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Local","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loc","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlConstructBag","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlConstructList","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expr","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExpressionLanguage","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterType","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterValue","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ontologyURI","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aspCode","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aspBinding","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"construct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasPrecondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasResult","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outerLocals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outerLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ontologies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateConstraints","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceName","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceURI","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceDescription","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"remoteURI","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"remoteURL","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasResult","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"slotName","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"untilCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"untilProcess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whileCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whileProcess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theProcess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"producedBindingValueSpecifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"producedBindingValueSpecifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toLoc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specifierElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasResultVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasEffect","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindingSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasBeenWritten","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rest","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rest","changeable":true,"resolveProxies":true,"lowerBound":1,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bodyLiteral","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"name":"KIF","id":223,"value":0,"literal":"KIF","eClass":"EEnumLiteral"},{"name":"SWRL","id":224,"value":1,"literal":"SWRL","eClass":"EEnumLiteral"},{"name":"DRS","id":225,"value":2,"literal":"DRS","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":1,"target":0},{"source":1,"target":46},{"source":46,"target":47},{"source":46,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":48,"target":51},{"source":48,"target":2},{"source":49,"target":52},{"source":49,"target":2},{"source":50,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":24},{"source":3,"target":53},{"source":3,"target":54},{"source":53,"target":2},{"source":54,"target":24},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":55},{"source":4,"target":56},{"source":55,"target":57},{"source":55,"target":4},{"source":56,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":58,"target":61},{"source":58,"target":5},{"source":59,"target":62},{"source":59,"target":5},{"source":60,"target":1},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":63},{"source":63,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":64},{"source":64,"target":3},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":71},{"source":8,"target":72},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":65,"target":12},{"source":65,"target":79},{"source":65,"target":8},{"source":79,"target":12},{"source":66,"target":6},{"source":66,"target":80},{"source":66,"target":8},{"source":80,"target":6},{"source":67,"target":7},{"source":67,"target":81},{"source":67,"target":8},{"source":81,"target":7},{"source":68,"target":44},{"source":68,"target":82},{"source":68,"target":8},{"source":82,"target":44},{"source":69,"target":36},{"source":69,"target":83},{"source":69,"target":8},{"source":83,"target":36},{"source":70,"target":29},{"source":70,"target":84},{"source":70,"target":8},{"source":84,"target":29},{"source":71,"target":39},{"source":71,"target":85},{"source":71,"target":8},{"source":85,"target":39},{"source":72,"target":40},{"source":72,"target":86},{"source":72,"target":8},{"source":86,"target":40},{"source":73,"target":4},{"source":73,"target":87},{"source":73,"target":8},{"source":87,"target":4},{"source":74,"target":5},{"source":74,"target":88},{"source":74,"target":8},{"source":88,"target":5},{"source":75,"target":89},{"source":75,"target":8},{"source":76,"target":90},{"source":76,"target":8},{"source":77,"target":91},{"source":77,"target":8},{"source":78,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":92},{"source":9,"target":93},{"source":9,"target":94},{"source":92,"target":6},{"source":92,"target":95},{"source":92,"target":9},{"source":95,"target":6},{"source":93,"target":7},{"source":93,"target":96},{"source":93,"target":9},{"source":96,"target":7},{"source":94,"target":1},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":97},{"source":10,"target":98},{"source":10,"target":99},{"source":10,"target":100},{"source":10,"target":101},{"source":97,"target":102},{"source":97,"target":10},{"source":98,"target":103},{"source":98,"target":10},{"source":99,"target":36},{"source":99,"target":104},{"source":99,"target":10},{"source":104,"target":36},{"source":100,"target":44},{"source":100,"target":105},{"source":100,"target":10},{"source":105,"target":44},{"source":101,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":106},{"source":11,"target":107},{"source":106,"target":108},{"source":106,"target":11},{"source":107,"target":9},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":109},{"source":109,"target":1},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":110},{"source":13,"target":111},{"source":110,"target":42},{"source":110,"target":112},{"source":110,"target":13},{"source":112,"target":42},{"source":111,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":113},{"source":14,"target":114},{"source":113,"target":41},{"source":113,"target":115},{"source":113,"target":14},{"source":115,"target":41},{"source":114,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":116},{"source":15,"target":117},{"source":116,"target":41},{"source":116,"target":118},{"source":116,"target":15},{"source":118,"target":41},{"source":117,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":119},{"source":16,"target":120},{"source":119,"target":41},{"source":119,"target":121},{"source":119,"target":16},{"source":121,"target":41},{"source":120,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":122},{"source":17,"target":123},{"source":122,"target":41},{"source":122,"target":124},{"source":122,"target":17},{"source":124,"target":41},{"source":123,"target":12},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":125},{"source":18,"target":126},{"source":18,"target":127},{"source":18,"target":128},{"source":125,"target":44},{"source":125,"target":129},{"source":125,"target":18},{"source":129,"target":44},{"source":126,"target":12},{"source":126,"target":130},{"source":126,"target":18},{"source":130,"target":12},{"source":127,"target":12},{"source":127,"target":131},{"source":127,"target":18},{"source":131,"target":12},{"source":128,"target":12},{"source":19,"target":0},{"source":19,"target":12},{"source":19,"target":132},{"source":19,"target":133},{"source":19,"target":134},{"source":132,"target":44},{"source":132,"target":135},{"source":132,"target":19},{"source":135,"target":44},{"source":133,"target":12},{"source":133,"target":136},{"source":133,"target":19},{"source":136,"target":12},{"source":134,"target":12},{"source":20,"target":0},{"source":20,"target":12},{"source":20,"target":137},{"source":20,"target":138},{"source":20,"target":139},{"source":137,"target":44},{"source":137,"target":140},{"source":137,"target":20},{"source":140,"target":44},{"source":138,"target":12},{"source":138,"target":141},{"source":138,"target":20},{"source":141,"target":12},{"source":139,"target":12},{"source":21,"target":0},{"source":21,"target":12},{"source":21,"target":142},{"source":21,"target":143},{"source":142,"target":9},{"source":142,"target":144},{"source":142,"target":21},{"source":144,"target":9},{"source":143,"target":12},{"source":22,"target":0},{"source":22,"target":12},{"source":22,"target":145},{"source":22,"target":146},{"source":145,"target":25},{"source":145,"target":147},{"source":145,"target":22},{"source":147,"target":25},{"source":146,"target":12},{"source":23,"target":0},{"source":23,"target":12},{"source":23,"target":148},{"source":23,"target":149},{"source":148,"target":25},{"source":148,"target":150},{"source":148,"target":23},{"source":150,"target":25},{"source":149,"target":12},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":151},{"source":151,"target":24},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":25},{"source":26,"target":152},{"source":26,"target":153},{"source":26,"target":154},{"source":152,"target":155},{"source":152,"target":26},{"source":153,"target":1},{"source":154,"target":25},{"source":27,"target":0},{"source":27,"target":1},{"source":27,"target":25},{"source":27,"target":156},{"source":27,"target":157},{"source":27,"target":158},{"source":156,"target":159},{"source":156,"target":27},{"source":157,"target":1},{"source":158,"target":25},{"source":28,"target":0},{"source":28,"target":1},{"source":28,"target":25},{"source":28,"target":160},{"source":28,"target":161},{"source":28,"target":162},{"source":160,"target":163},{"source":160,"target":28},{"source":161,"target":1},{"source":162,"target":25},{"source":29,"target":0},{"source":29,"target":2},{"source":29,"target":164},{"source":164,"target":2},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":165},{"source":165,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":166},{"source":31,"target":167},{"source":31,"target":168},{"source":166,"target":6},{"source":166,"target":169},{"source":166,"target":31},{"source":169,"target":6},{"source":167,"target":3},{"source":167,"target":170},{"source":167,"target":31},{"source":170,"target":3},{"source":168,"target":29},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":171},{"source":32,"target":172},{"source":32,"target":173},{"source":171,"target":7},{"source":171,"target":174},{"source":171,"target":32},{"source":174,"target":7},{"source":172,"target":24},{"source":172,"target":175},{"source":172,"target":32},{"source":175,"target":24},{"source":173,"target":29},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":176},{"source":33,"target":177},{"source":33,"target":178},{"source":176,"target":39},{"source":176,"target":179},{"source":176,"target":33},{"source":179,"target":39},{"source":177,"target":24},{"source":177,"target":180},{"source":177,"target":33},{"source":180,"target":24},{"source":178,"target":30},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":181},{"source":34,"target":182},{"source":34,"target":183},{"source":181,"target":40},{"source":181,"target":184},{"source":181,"target":34},{"source":184,"target":40},{"source":182,"target":24},{"source":182,"target":185},{"source":182,"target":34},{"source":185,"target":24},{"source":183,"target":29},{"source":35,"target":0},{"source":35,"target":29},{"source":35,"target":186},{"source":35,"target":187},{"source":35,"target":188},{"source":186,"target":3},{"source":186,"target":189},{"source":186,"target":35},{"source":189,"target":3},{"source":187,"target":25},{"source":187,"target":190},{"source":187,"target":35},{"source":190,"target":25},{"source":188,"target":29},{"source":36,"target":0},{"source":36,"target":1},{"source":36,"target":191},{"source":36,"target":192},{"source":36,"target":193},{"source":36,"target":194},{"source":36,"target":195},{"source":191,"target":44},{"source":191,"target":196},{"source":191,"target":36},{"source":196,"target":44},{"source":192,"target":37},{"source":192,"target":197},{"source":192,"target":36},{"source":197,"target":37},{"source":193,"target":44},{"source":193,"target":198},{"source":193,"target":36},{"source":198,"target":44},{"source":194,"target":25},{"source":194,"target":199},{"source":194,"target":36},{"source":199,"target":25},{"source":195,"target":1},{"source":37,"target":0},{"source":37,"target":2},{"source":37,"target":200},{"source":200,"target":2},{"source":38,"target":0},{"source":38,"target":2},{"source":38,"target":201},{"source":201,"target":2},{"source":39,"target":0},{"source":39,"target":38},{"source":39,"target":202},{"source":202,"target":38},{"source":40,"target":0},{"source":40,"target":2},{"source":40,"target":203},{"source":40,"target":204},{"source":203,"target":205},{"source":203,"target":40},{"source":204,"target":2},{"source":41,"target":0},{"source":41,"target":1},{"source":41,"target":206},{"source":41,"target":207},{"source":41,"target":208},{"source":206,"target":12},{"source":206,"target":209},{"source":206,"target":41},{"source":209,"target":12},{"source":207,"target":41},{"source":207,"target":210},{"source":207,"target":41},{"source":210,"target":41},{"source":208,"target":1},{"source":42,"target":0},{"source":42,"target":1},{"source":42,"target":211},{"source":42,"target":212},{"source":42,"target":213},{"source":211,"target":12},{"source":211,"target":214},{"source":211,"target":42},{"source":214,"target":12},{"source":212,"target":42},{"source":212,"target":215},{"source":212,"target":42},{"source":215,"target":42},{"source":213,"target":1},{"source":43,"target":0},{"source":43,"target":44},{"source":43,"target":216},{"source":216,"target":44},{"source":44,"target":0},{"source":44,"target":217},{"source":44,"target":218},{"source":44,"target":219},{"source":217,"target":220},{"source":217,"target":44},{"source":218,"target":221},{"source":218,"target":44},{"source":219,"target":222},{"source":219,"target":44},{"source":45,"target":0},{"source":45,"target":223},{"source":45,"target":224},{"source":45,"target":225},{"source":223,"target":45},{"source":224,"target":45},{"source":225,"target":45}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ms" nsURI="http://www.polarsys.org/capella/ms" nsPrefix="ms">
<eClassifiers xsi:type="ecore:EClass" name="CSConfiguration" eSuperTypes="../../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/cs/1.3.0#//Component"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/emde/1.0.0/constraintMapping">
<details key="Mapping" value="platform:/plugin/org.polarsys.capella.core.data.gen/model/CompositeStructure.ecore#//Component"/>
</eAnnotations>
<eOperations name="includes" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="element" lowerBound="1" eType="ecore:EClass ../../org.polarsys.capella.common.data.core.gen/model/ModellingCore.ecore#//ModelElement"/>
</eOperations>
<eOperations name="getScope" upperBound="-1" eType="ecore:EClass ../../org.polarsys.capella.common.data.core.gen/model/ModellingCore.ecore#//ModelElement"/>
<eOperations name="getScope" upperBound="-1">
<eGenericType eTypeParameter="#//CSConfiguration/getScope.1/T"/>
<eTypeParameters name="T">
<eBounds eClassifier="ecore:EClass ../../org.polarsys.capella.common.data.core.gen/model/ModellingCore.ecore#//ModelElement"/>
</eTypeParameters>
<eParameters name="type">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments eTypeParameter="#//CSConfiguration/getScope.1/T"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="supportedModes" upperBound="-1"
eType="ecore:EClass ../../org.polarsys.capella.core.data.gen/model/CapellaCommon.ecore#//AbstractState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="ecore:EClass ../../org.polarsys.capella.common.data.core.gen/model/ModellingCore.ecore#//ModelElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="deploymentLinks" upperBound="-1"
eType="ecore:EClass ../../org.polarsys.capella.core.data.gen/model/CompositeStructure.ecore#//AbstractDeploymentLink"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1"
eType="ecore:EClass ../../org.polarsys.capella.core.data.gen/model/FunctionalAnalysis.ecore#//AbstractFunction"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionalChains" upperBound="-1"
eType="ecore:EClass ../../org.polarsys.capella.core.data.gen/model/FunctionalAnalysis.ecore#//FunctionalChain"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scenarios" upperBound="-1"
eType="ecore:EClass ../../org.polarsys.capella.core.data.gen/model/Interaction.ecore#//Scenario"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1"
eType="ecore:EClass ../../org.polarsys.capella.core.data.gen/model/CompositeStructure.ecore#//Component"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1"
eType="ecore:EClass ../../org.polarsys.capella.core.data.gen/model/Information.ecore#//Port"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childConfigurations" upperBound="-1"
eType="#//CSConfiguration"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//kind_Type"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="access" eType="#//access_Type"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selector" eType="#//selector_Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" upperBound="-1"
eType="#//Situation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compareTo" upperBound="-1"
eType="#//CSConfiguration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FSMType" eSuperTypes="../../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/common/1.3.0#//StateMachine"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/emde/1.0.0/constraintMapping">
<details key="Mapping" value=" platform:/plugin/org.polarsys.capella.core.data.gen/model/CapellaCommon.ecore#//StateMachine"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ms" eType="#//ms_Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Situation" eSuperTypes="../../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/cs/1.3.0#//Component"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/emde/1.0.0/constraintMapping">
<details key="Mapping" value=" platform:/plugin/org.polarsys.capella.core.data.gen/model/CompositeStructure.ecore#//Component"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//BooleanExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" abstract="true" eSuperTypes="../../org.polarsys.capella.core.data.gen/model/CapellaCore.ecore#//CapellaElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanOperation" abstract="true" eSuperTypes="#//BooleanExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//BooleanExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InStateExpression" eSuperTypes="#//BooleanExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="ecore:EClass ../../org.polarsys.capella.core.data.gen/model/CapellaCommon.ecore#//AbstractState"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InSituationExpression" eSuperTypes="#//BooleanExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="situation" eType="#//Situation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="kind_Type">
<eLiterals name="Atomic" literal="Atomic"/>
<eLiterals name="Global" value="1" literal="Global"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="access_Type">
<eLiterals name="flat" literal="flat"/>
<eLiterals name="subcomponents" value="1" literal="subcomponents"/>
<eLiterals name="full" value="2" literal="full"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="selector_Type">
<eLiterals name="inclusion"/>
<eLiterals name="exclusion" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ms_Type">
<eLiterals name="mixed" literal="mixed"/>
<eLiterals name="state" value="1" literal="state"/>
<eLiterals name="mode" value="2" literal="mode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AndOperation" eSuperTypes="#//BooleanOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="OrOperation" eSuperTypes="#//BooleanOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="NotOperation" eSuperTypes="#//BooleanOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="Comparison" eSuperTypes="../../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/cs/1.3.0#//Component"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/emde/1.0.0/constraintMapping">
<details key="Mapping" value=" platform:/plugin/org.polarsys.capella.core.data.gen/model/CompositeStructure.ecore#//Component"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="configuration1" upperBound="-1"
eType="#//CSConfiguration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Situation" upperBound="-1"
eType="#//Situation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="configuration2" upperBound="-1"
eType="#//CSConfiguration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Result" eSuperTypes="../../org.polarsys.capella.core.data.gen/model/CapellaCore.ecore#//NamedElement platform:/plugin/org.polarsys.kitalpha.emde/model/eMDE.ecore#//ElementExtension">
<eStructuralFeatures xsi:type="ecore:EReference" name="Situation" upperBound="-1"
eType="#//Situation"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/eclipse/capella-vpms/plugins/org.polarsys.capella.vp.ms/models/ms.ecore | ecore | ms
CSConfiguration
includes
element
getScope
getScope
T
type
supportedModes
elements
deploymentLinks
functions
functionalChains
scenarios
components
ports
childConfigurations
kind
access
selector
context
compareTo
FSMType
ms
Situation
expression
BooleanExpression
BooleanOperation
children
InStateExpression
state
InSituationExpression
situation
kind_Type
Atomic
Atomic
Global
Global
access_Type
flat
flat
subcomponents
subcomponents
full
full
selector_Type
inclusion
inclusion
exclusion
exclusion
ms_Type
mixed
mixed
state
state
mode
mode
AndOperation
OrOperation
NotOperation
Comparison
configuration1
Situation
configuration2
Result
Situation | null | {"directed":true,"nodes":[{"nsPrefix":"ms","nsURI":"http://www.polarsys.org/capella/ms","name":"ms","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSConfiguration","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSMType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Situation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanOperation","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InStateExpression","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InSituationExpression","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"kind_Type","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"access_Type","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"selector_Type","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ms_Type","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndOperation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrOperation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotOperation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Result","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"includes","lowerBound":1,"id":17,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getScope","lowerBound":0,"id":18,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getScope","lowerBound":0,"id":19,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supportedModes","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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"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":"deploymentLinks","changeable":false,"resolveProxies":true,"lowerBound":0,"id":22,"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":"functions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":23,"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":"functionalChains","changeable":false,"resolveProxies":true,"lowerBound":0,"id":24,"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":"scenarios","changeable":false,"resolveProxies":true,"lowerBound":0,"id":25,"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":"components","changeable":false,"resolveProxies":true,"lowerBound":0,"id":26,"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":"ports","changeable":false,"resolveProxies":true,"lowerBound":0,"id":27,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childConfigurations","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"kind","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"access","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"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":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compareTo","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,"unique":true,"name":"element","lowerBound":1,"id":37,"many":false,"required":true,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"name":"T","id":41,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ms","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"situation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"name":"Atomic","id":78,"value":0,"literal":"Atomic","eClass":"EEnumLiteral"},{"name":"Global","id":79,"value":1,"literal":"Global","eClass":"EEnumLiteral"},{"name":"flat","id":80,"value":0,"literal":"flat","eClass":"EEnumLiteral"},{"name":"subcomponents","id":81,"value":1,"literal":"subcomponents","eClass":"EEnumLiteral"},{"name":"full","id":82,"value":2,"literal":"full","eClass":"EEnumLiteral"},{"name":"inclusion","id":83,"value":0,"literal":"inclusion","eClass":"EEnumLiteral"},{"name":"exclusion","id":84,"value":1,"literal":"exclusion","eClass":"EEnumLiteral"},{"name":"mixed","id":85,"value":0,"literal":"mixed","eClass":"EEnumLiteral"},{"name":"state","id":86,"value":1,"literal":"state","eClass":"EEnumLiteral"},{"name":"mode","id":87,"value":2,"literal":"mode","eClass":"EEnumLiteral"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configuration1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Situation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configuration2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Situation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":17,"target":36},{"source":17,"target":1},{"source":17,"target":37},{"source":37,"target":38},{"source":37,"target":17},{"source":18,"target":39},{"source":18,"target":1},{"source":19,"target":40},{"source":19,"target":1},{"source":19,"target":41},{"source":19,"target":42},{"source":40,"target":41},{"source":41,"target":43},{"source":42,"target":44},{"source":42,"target":19},{"source":44,"target":45},{"source":45,"target":41},{"source":20,"target":46},{"source":20,"target":1},{"source":21,"target":47},{"source":21,"target":1},{"source":22,"target":48},{"source":22,"target":1},{"source":23,"target":49},{"source":23,"target":1},{"source":24,"target":50},{"source":24,"target":1},{"source":25,"target":51},{"source":25,"target":1},{"source":26,"target":52},{"source":26,"target":1},{"source":27,"target":53},{"source":27,"target":1},{"source":28,"target":1},{"source":28,"target":54},{"source":28,"target":1},{"source":54,"target":1},{"source":29,"target":8},{"source":29,"target":55},{"source":29,"target":1},{"source":55,"target":8},{"source":30,"target":9},{"source":30,"target":56},{"source":30,"target":1},{"source":56,"target":9},{"source":31,"target":10},{"source":31,"target":57},{"source":31,"target":1},{"source":57,"target":10},{"source":32,"target":3},{"source":32,"target":58},{"source":32,"target":1},{"source":58,"target":3},{"source":33,"target":1},{"source":33,"target":59},{"source":33,"target":1},{"source":59,"target":1},{"source":2,"target":0},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":60,"target":11},{"source":60,"target":63},{"source":60,"target":2},{"source":63,"target":11},{"source":3,"target":0},{"source":3,"target":64},{"source":3,"target":65},{"source":3,"target":66},{"source":64,"target":4},{"source":64,"target":67},{"source":64,"target":3},{"source":67,"target":4},{"source":4,"target":0},{"source":4,"target":68},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":69},{"source":5,"target":70},{"source":69,"target":4},{"source":69,"target":71},{"source":69,"target":5},{"source":71,"target":4},{"source":70,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":72},{"source":6,"target":73},{"source":72,"target":74},{"source":72,"target":6},{"source":73,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":75},{"source":7,"target":76},{"source":75,"target":3},{"source":75,"target":77},{"source":75,"target":7},{"source":77,"target":3},{"source":76,"target":4},{"source":8,"target":0},{"source":8,"target":78},{"source":8,"target":79},{"source":78,"target":8},{"source":79,"target":8},{"source":9,"target":0},{"source":9,"target":80},{"source":9,"target":81},{"source":9,"target":82},{"source":80,"target":9},{"source":81,"target":9},{"source":82,"target":9},{"source":10,"target":0},{"source":10,"target":83},{"source":10,"target":84},{"source":83,"target":10},{"source":84,"target":10},{"source":11,"target":0},{"source":11,"target":85},{"source":11,"target":86},{"source":11,"target":87},{"source":85,"target":11},{"source":86,"target":11},{"source":87,"target":11},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":88},{"source":88,"target":5},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":89},{"source":89,"target":5},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":90},{"source":90,"target":5},{"source":15,"target":0},{"source":15,"target":91},{"source":15,"target":92},{"source":15,"target":93},{"source":15,"target":94},{"source":15,"target":95},{"source":91,"target":1},{"source":91,"target":96},{"source":91,"target":15},{"source":96,"target":1},{"source":92,"target":3},{"source":92,"target":97},{"source":92,"target":15},{"source":97,"target":3},{"source":93,"target":1},{"source":93,"target":98},{"source":93,"target":15},{"source":98,"target":1},{"source":16,"target":0},{"source":16,"target":99},{"source":16,"target":100},{"source":16,"target":101},{"source":99,"target":3},{"source":99,"target":102},{"source":99,"target":16},{"source":102,"target":3}],"multigraph":true} |
false | <?xml version="1.0" encoding="ASCII"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="metadataTemplate" nsURI="http://www.abreslav.org/Grammatic/2008/MetadataTemplate" nsPrefix="grammatic-metadata-template">
<eClassifiers xsi:type="ecore:EClass" name="NamespaceTemplate">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="subtemplatesConformToSpec"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eGenericSuperTypes>
<eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.grammar/model/metadata.ecore#//Namespace"/>
</eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.template/model/template.ecore#//TemplateBody"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeTemplate">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="subtemplatesConformToSpec"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" containment="true">
<eGenericType>
<eTypeArguments>
<eUpperBound>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.grammar/model/metadata.ecore#//Value"/>
</eUpperBound>
</eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.template/model/template.ecore#//TemplateBody"/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="namespace">
<eGenericType>
<eTypeArguments>
<eUpperBound>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.grammar/model/metadata.ecore#//Namespace"/>
</eUpperBound>
</eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.template/model/template.ecore#//TemplateBody"/>
</eGenericType>
</eStructuralFeatures>
<eGenericSuperTypes>
<eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.grammar/model/metadata.ecore#//Attribute"/>
</eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.template/model/template.ecore#//TemplateBody"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValueTemplate" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="subtemplatesConformToSpec"/>
</eAnnotations>
<eGenericSuperTypes>
<eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.grammar/model/metadata.ecore#//Value"/>
</eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.template/model/template.ecore#//TemplateBody"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringValueTemplate">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="subtemplatesConformToSpec"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eGenericSuperTypes>
<eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.grammar/model/metadata.ecore#//StringValue"/>
</eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.template/model/template.ecore#//TemplateBody"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerValueTemplate">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="subtemplatesConformToSpec"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
<eGenericSuperTypes>
<eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.grammar/model/metadata.ecore#//IntegerValue"/>
</eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.template/model/template.ecore#//TemplateBody"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdValueTemplate">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="subtemplatesConformToSpec"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eGenericSuperTypes>
<eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.grammar/model/metadata.ecore#//IdValue"/>
</eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.template/model/template.ecore#//TemplateBody"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PunctuationValueTemplate">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="subtemplatesConformToSpec"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type">
<eType xsi:type="ecore:EEnum" href="../../org.abreslav.grammatic.grammar/model/metadata.ecore#//PunctuationType"/>
</eStructuralFeatures>
<eGenericSuperTypes>
<eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.grammar/model/metadata.ecore#//PunctuationValue"/>
</eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.template/model/template.ecore#//TemplateBody"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotatedTemplate" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="subtemplatesConformToSpec"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" containment="true">
<eGenericType>
<eTypeArguments>
<eUpperBound>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.grammar/model/metadata.ecore#//Attribute"/>
</eUpperBound>
</eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.template/model/template.ecore#//TemplateBody"/>
</eGenericType>
</eStructuralFeatures>
<eGenericSuperTypes>
<eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.grammar/model/metadata.ecore#//Annotated"/>
</eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.template/model/template.ecore#//TemplateBody"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleValueTemplate">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="subtemplatesConformToSpec"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" containment="true">
<eGenericType>
<eTypeArguments>
<eUpperBound>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.grammar/model/metadata.ecore#//Attribute"/>
</eUpperBound>
</eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.template/model/template.ecore#//TemplateBody"/>
</eGenericType>
</eStructuralFeatures>
<eGenericSuperTypes>
<eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.grammar/model/metadata.ecore#//TupleValue"/>
</eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.template/model/template.ecore#//TemplateBody"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiValueTemplate">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="subtemplatesConformToSpec"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" containment="true">
<eGenericType>
<eTypeArguments>
<eUpperBound>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.grammar/model/metadata.ecore#//Value"/>
</eUpperBound>
</eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.template/model/template.ecore#//TemplateBody"/>
</eGenericType>
</eStructuralFeatures>
<eGenericSuperTypes>
<eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.grammar/model/metadata.ecore#//MultiValue"/>
</eTypeArguments>
<eClassifier xsi:type="ecore:EClass" href="../../org.abreslav.grammatic.template/model/template.ecore#//TemplateBody"/>
</eGenericSuperTypes>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/abreslav/grammatic/org.abreslav.grammatic.grammar.template/model/metadata-template.ecore | ecore | metadataTemplate
NamespaceTemplate
uri
AttributeTemplate
name
value
namespace
ValueTemplate
StringValueTemplate
value
IntegerValueTemplate
value
IdValueTemplate
id
PunctuationValueTemplate
type
AnnotatedTemplate
attributes
TupleValueTemplate
attributes
MultiValueTemplate
values | null | {"directed":true,"nodes":[{"nsPrefix":"grammatic-metadata-template","nsURI":"http://www.abreslav.org/Grammatic/2008/MetadataTemplate","name":"metadataTemplate","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceTemplate","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeTemplate","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueTemplate","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValueTemplate","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValueTemplate","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdValueTemplate","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PunctuationValueTemplate","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotatedTemplate","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleValueTemplate","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiValueTemplate","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"namespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"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":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":"id","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":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":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":13},{"source":11,"target":1},{"source":12,"target":14},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":20},{"source":16,"target":2},{"source":20,"target":21},{"source":21,"target":22},{"source":17,"target":23},{"source":17,"target":2},{"source":23,"target":24},{"source":24,"target":25},{"source":18,"target":26},{"source":3,"target":0},{"source":3,"target":27},{"source":27,"target":28},{"source":4,"target":0},{"source":4,"target":29},{"source":4,"target":30},{"source":29,"target":31},{"source":29,"target":4},{"source":30,"target":32},{"source":5,"target":0},{"source":5,"target":33},{"source":5,"target":34},{"source":33,"target":35},{"source":33,"target":5},{"source":34,"target":36},{"source":6,"target":0},{"source":6,"target":37},{"source":6,"target":38},{"source":37,"target":39},{"source":37,"target":6},{"source":38,"target":40},{"source":7,"target":0},{"source":7,"target":41},{"source":7,"target":42},{"source":41,"target":43},{"source":41,"target":7},{"source":42,"target":44},{"source":8,"target":0},{"source":8,"target":45},{"source":8,"target":46},{"source":45,"target":47},{"source":45,"target":8},{"source":47,"target":48},{"source":48,"target":49},{"source":46,"target":50},{"source":9,"target":0},{"source":9,"target":51},{"source":9,"target":52},{"source":51,"target":53},{"source":51,"target":9},{"source":53,"target":54},{"source":54,"target":55},{"source":52,"target":56},{"source":10,"target":0},{"source":10,"target":57},{"source":10,"target":58},{"source":57,"target":59},{"source":57,"target":10},{"source":59,"target":60},{"source":60,"target":61},{"source":58,"target":62}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="typhonml" nsURI="http://org.typhon.dsls.typhonml.sirius" nsPrefix="typhonml">
<eAnnotations source="http://www.eclipse.org/OCL/Import">
<details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="databases" upperBound="-1"
eType="#//Database" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataTypes" upperBound="-1"
eType="#//DataType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="changeOperators" upperBound="-1"
eType="#//ChangeOperator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<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="ChangeOperator" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="AddEntity" eSuperTypes="#//Entity #//ChangeOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveEntity" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="entityToRemove" lowerBound="1"
eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SplitEntity" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="entityToBeSplit" lowerBound="1"
eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="firstNewEntity" lowerBound="1"
eType="#//Entity" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="secondNewEntity" lowerBound="1"
eType="#//Entity" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MigrateEntity" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="entity" lowerBound="1"
eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newDatabase" lowerBound="1"
eType="#//Database"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MergeEntity" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="firstEntityToMerge" lowerBound="1"
eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="secondEntityToMerge" lowerBound="1"
eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newEntityName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddRelation" eSuperTypes="#//Relation #//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownerEntity" lowerBound="1"
eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoveRelation" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="relationToRemove" lowerBound="1"
eType="#//Relation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RenameRelation" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="relationToRename" lowerBound="1"
eType="#//Relation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newRelationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnableRelationContainment" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" lowerBound="1"
eType="#//Relation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DisableRelationContainment" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" lowerBound="1"
eType="#//Relation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnableBidirectionalRelation" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" lowerBound="1"
eType="#//Relation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DisableBidirectionalRelation" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" lowerBound="1"
eType="#//Relation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangeRelationCardinality" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" lowerBound="1"
eType="#//Relation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newCardinality" lowerBound="1"
eType="#//Cardinality"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddAttribute" eSuperTypes="#//Attribute #//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownerEntity" lowerBound="1"
eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangeAttributeType" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeToChange" lowerBound="1"
eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newType" eType="#//DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoveAttribute" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeToRemove" lowerBound="1"
eType="#//Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RenameAttribute" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeToRename" lowerBound="1"
eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RenameTable" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="tableToRename" lowerBound="1"
eType="#//Table"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddIndex" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1" eType="#//Table"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DropIndex" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1" eType="#//Table"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddAttributesToIndex" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1" eType="#//Table"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoveAttributesToIndex" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1" eType="#//Table"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RenameCollection" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionToRename" lowerBound="1"
eType="#//Collection"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddCollectionIndex" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" lowerBound="1"
eType="#//Collection"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DropCollectionIndex" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" lowerBound="1"
eType="#//Collection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddGraphAttribute" eSuperTypes="#//GraphAttribute #//ChangeOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveGraphAttribute" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="node" lowerBound="1" eType="#//GraphNode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddGraphEdge" eSuperTypes="#//ChangeOperator #//GraphEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveGraphEdge" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="graphEdgeToRemove" lowerBound="1"
eType="#//GraphEdge"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RenabeGraphEdgeLabel" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="edge" lowerBound="1" eType="#//GraphEdge"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Database" abstract="true" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveDataType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="CustomDataType" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//DataTypeItem" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataTypeItem" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementation" lowerBound="1"
eType="#//DataTypeImplementationPackage" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FreeText" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="tasks" upperBound="-1"
eType="#//NlpTask" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NlpTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//NlpTaskType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataTypeImplementationPackage">
<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="Entity" eSuperTypes="#//DataType">
<eOperations name="getCollections" ordered="false" upperBound="-1" eType="#//Collection">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="typhonml::Collection.allInstances()->select(e|e.entity = self)"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/OCL/Collection">
<details key="nullFree" value="false"/>
</eAnnotations>
</eOperations>
<eOperations name="getTables" ordered="false" upperBound="-1" eType="#//Table">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="typhonml::Table.allInstances()->select(e|e.entity = self)"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/OCL/Collection">
<details key="nullFree" value="false"/>
</eAnnotations>
</eOperations>
<eOperations name="getKeyValueElements" ordered="false" upperBound="-1" eType="#//KeyValueElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="typhonml::KeyValueElement.allInstances()->select(e|e.entity = self)"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/OCL/Collection">
<details key="nullFree" value="false"/>
</eAnnotations>
</eOperations>
<eOperations name="getGraphNodes" ordered="false" upperBound="-1" eType="#//GraphNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="typhonml::GraphNode.allInstances()->select(e|e.entity = self)"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/OCL/Collection">
<details key="nullFree" value="false"/>
</eAnnotations>
</eOperations>
<eOperations name="getColumns" ordered="false" upperBound="-1" eType="#//Column">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="typhonml::Column.allInstances()->select(e|e.entity = self)"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/OCL/Collection">
<details key="nullFree" value="false"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fretextAttributes" upperBound="-1"
eType="#//FreeText" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1"
eType="#//Relation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionalTags" upperBound="-1"
eType="#//FunctionalTag" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nfunctionalTags" upperBound="-1"
eType="#//NFunctionalTag" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relation" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" lowerBound="1"
eType="#//Cardinality"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//Relation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isContainment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelationalDB" eSuperTypes="#//Database">
<eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1"
eType="#//Table" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="indexSpec" eType="#//IndexSpec"
containment="true" eOpposite="#//IndexSpec/table"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="idSpec" eType="#//IdSpec"
containment="true" eOpposite="#//IdSpec/table"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="db" eType="#//Database"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IndexSpec" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1"
eType="#//Relation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1" eType="#//Table"
eOpposite="#//Table/indexSpec"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdSpec">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1" eType="#//Table"
eOpposite="#//Table/idSpec"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentDB" eSuperTypes="#//Database">
<eStructuralFeatures xsi:type="ecore:EReference" name="collections" upperBound="-1"
eType="#//Collection" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Collection" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KeyValueDB" eSuperTypes="#//Database">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//KeyValueElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KeyValueElement" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GraphDB" eSuperTypes="#//Database">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//GraphNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1"
eType="#//GraphEdge" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GraphNode" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//GraphAttribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GraphAttribute" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GraphEdge" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//GraphNode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//GraphNode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labels" upperBound="-1"
eType="#//GraphEdgeLabel" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GraphEdgeLabel" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnDB" eSuperTypes="#//Database">
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
eType="#//Column" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Cardinality">
<eLiterals name="zero_one"/>
<eLiterals name="one" value="1"/>
<eLiterals name="zero_many" value="2"/>
<eLiterals name="one_many" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="NlpTaskType">
<eLiterals name="ParagraphSegmentation"/>
<eLiterals name="SentenceSegmentation" value="1"/>
<eLiterals name="Tokenisation" value="2"/>
<eLiterals name="PhraseExtractor" value="3"/>
<eLiterals name="NGramExtractor" value="4"/>
<eLiterals name="POSTagging" value="5"/>
<eLiterals name="Lemmatisation" value="6"/>
<eLiterals name="Stemming" value="7"/>
<eLiterals name="DependencyParsing" value="8"/>
<eLiterals name="Chunking" value="9"/>
<eLiterals name="SentimentAnalysis" value="10"/>
<eLiterals name="TextClassification" value="11"/>
<eLiterals name="TopicModelling" value="12"/>
<eLiterals name="TermExtraction" value="13"/>
<eLiterals name="NamedEntityRecognition" value="14"/>
<eLiterals name="RelationExtraction" value="15"/>
<eLiterals name="EventExtraction" value="16"/>
<eLiterals name="CoreferenceResolution" value="17"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RenameEntity" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="entityToRename" eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newEntityName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangeRelationContainement" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" lowerBound="1"
eType="#//Relation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newContainment" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SplitEntityVertical" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="entity1" lowerBound="1"
eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="entity2name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeList" upperBound="-1"
eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationList" upperBound="-1"
eType="#//Relation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SplitEntityHorizontal" eSuperTypes="#//ChangeOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="entity1" lowerBound="1"
eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="entity2name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1"
eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionalTag" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="NFunctionalTag" eSuperTypes="#//NamedElement"/>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/mdeforge2/src/test/resources/typhonml.ecore | ecore | typhonml
Model
databases
dataTypes
changeOperators
NamedElement
name
importedNamespace
ChangeOperator
AddEntity
RemoveEntity
entityToRemove
SplitEntity
entityToBeSplit
firstNewEntity
secondNewEntity
MigrateEntity
entity
newDatabase
MergeEntity
firstEntityToMerge
secondEntityToMerge
newEntityName
AddRelation
ownerEntity
RemoveRelation
relationToRemove
RenameRelation
relationToRename
newRelationName
EnableRelationContainment
relation
DisableRelationContainment
relation
EnableBidirectionalRelation
relation
DisableBidirectionalRelation
relation
ChangeRelationCardinality
relation
newCardinality
AddAttribute
ownerEntity
ChangeAttributeType
attributeToChange
newType
RemoveAttribute
attributeToRemove
RenameAttribute
attributeToRename
newName
RenameTable
tableToRename
newName
AddIndex
table
attributes
DropIndex
table
AddAttributesToIndex
table
attributes
RemoveAttributesToIndex
table
attributes
RenameCollection
collectionToRename
newName
AddCollectionIndex
collection
attributes
DropCollectionIndex
collection
AddGraphAttribute
RemoveGraphAttribute
node
AddGraphEdge
RemoveGraphEdge
graphEdgeToRemove
RenabeGraphEdgeLabel
edge
newName
Database
DataType
PrimitiveDataType
CustomDataType
elements
DataTypeItem
type
implementation
FreeText
tasks
NlpTask
type
DataTypeImplementationPackage
location
Entity
getCollections
getTables
getKeyValueElements
getGraphNodes
getColumns
attributes
fretextAttributes
relations
functionalTags
nfunctionalTags
Attribute
type
Relation
type
cardinality
opposite
isContainment
RelationalDB
tables
Table
indexSpec
idSpec
db
entity
IndexSpec
attributes
references
table
IdSpec
attributes
table
DocumentDB
collections
Collection
entity
KeyValueDB
elements
KeyValueElement
key
values
entity
GraphDB
nodes
edges
GraphNode
attributes
entity
GraphAttribute
value
GraphEdge
from
to
labels
GraphEdgeLabel
type
ColumnDB
columns
Column
attributes
entity
Cardinality
zero_one
zero_one
one
one
zero_many
zero_many
one_many
one_many
NlpTaskType
ParagraphSegmentation
ParagraphSegmentation
SentenceSegmentation
SentenceSegmentation
Tokenisation
Tokenisation
PhraseExtractor
PhraseExtractor
NGramExtractor
NGramExtractor
POSTagging
POSTagging
Lemmatisation
Lemmatisation
Stemming
Stemming
DependencyParsing
DependencyParsing
Chunking
Chunking
SentimentAnalysis
SentimentAnalysis
TextClassification
TextClassification
TopicModelling
TopicModelling
TermExtraction
TermExtraction
NamedEntityRecognition
NamedEntityRecognition
RelationExtraction
RelationExtraction
EventExtraction
EventExtraction
CoreferenceResolution
CoreferenceResolution
RenameEntity
entityToRename
newEntityName
ChangeRelationContainement
relation
newContainment
SplitEntityVertical
entity1
entity2name
attributeList
relationList
SplitEntityHorizontal
entity1
entity2name
attribute
expression
FunctionalTag
NFunctionalTag | null | {"directed":true,"nodes":[{"nsPrefix":"typhonml","nsURI":"http://org.typhon.dsls.typhonml.sirius","name":"typhonml","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":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeOperator","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddEntity","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveEntity","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SplitEntity","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MigrateEntity","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeEntity","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddRelation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveRelation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenameRelation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnableRelationContainment","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisableRelationContainment","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnableBidirectionalRelation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisableBidirectionalRelation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeRelationCardinality","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddAttribute","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeAttributeType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveAttribute","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenameAttribute","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenameTable","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddIndex","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropIndex","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddAttributesToIndex","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveAttributesToIndex","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenameCollection","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddCollectionIndex","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropCollectionIndex","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddGraphAttribute","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveGraphAttribute","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddGraphEdge","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveGraphEdge","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenabeGraphEdgeLabel","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Database","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveDataType","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomDataType","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataTypeItem","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FreeText","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NlpTask","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataTypeImplementationPackage","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationalDB","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexSpec","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdSpec","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentDB","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collection","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyValueDB","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyValueElement","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphDB","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphNode","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphAttribute","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphEdge","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphEdgeLabel","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnDB","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Cardinality","instanceClass":null,"id":60,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"NlpTaskType","instanceClass":null,"id":61,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenameEntity","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeRelationContainement","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SplitEntityVertical","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SplitEntityHorizontal","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionalTag","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFunctionalTag","instanceClass":null,"abstract":false,"id":67,"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":"databases","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":"dataTypes","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":"changeOperators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entityToRemove","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entityToBeSplit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstNewEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"secondNewEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":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":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"newDatabase","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"firstEntityToMerge","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"secondEntityToMerge","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newEntityName","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownerEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relationToRemove","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relationToRename","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"newRelationName","changeable":true,"lowerBound":0,"iD":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relation","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newCardinality","changeable":true,"lowerBound":1,"iD":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownerEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeToChange","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"newType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeToRemove","changeable":true,"resolveProxies":true,"lowerBound":1,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeToRename","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newName","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tableToRename","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"newName","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collectionToRename","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"newName","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","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":false,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"graphEdgeToRemove","changeable":true,"resolveProxies":true,"lowerBound":1,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"edge","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newName","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getCollections","lowerBound":0,"id":217,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getTables","lowerBound":0,"id":218,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getKeyValueElements","lowerBound":0,"id":219,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getGraphNodes","lowerBound":0,"id":220,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getColumns","lowerBound":0,"id":221,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fretextAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"functionalTags","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":"nfunctionalTags","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"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cardinality","changeable":true,"lowerBound":1,"iD":false,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"isContainment","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"},{"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":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indexSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"db","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":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"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":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":259,"derived":false},{"id":260,"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":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":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":289,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"from","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":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"name":"zero_one","id":320,"value":0,"literal":"zero_one","eClass":"EEnumLiteral"},{"name":"one","id":321,"value":1,"literal":"one","eClass":"EEnumLiteral"},{"name":"zero_many","id":322,"value":2,"literal":"zero_many","eClass":"EEnumLiteral"},{"name":"one_many","id":323,"value":3,"literal":"one_many","eClass":"EEnumLiteral"},{"name":"ParagraphSegmentation","id":324,"value":0,"literal":"ParagraphSegmentation","eClass":"EEnumLiteral"},{"name":"SentenceSegmentation","id":325,"value":1,"literal":"SentenceSegmentation","eClass":"EEnumLiteral"},{"name":"Tokenisation","id":326,"value":2,"literal":"Tokenisation","eClass":"EEnumLiteral"},{"name":"PhraseExtractor","id":327,"value":3,"literal":"PhraseExtractor","eClass":"EEnumLiteral"},{"name":"NGramExtractor","id":328,"value":4,"literal":"NGramExtractor","eClass":"EEnumLiteral"},{"name":"POSTagging","id":329,"value":5,"literal":"POSTagging","eClass":"EEnumLiteral"},{"name":"Lemmatisation","id":330,"value":6,"literal":"Lemmatisation","eClass":"EEnumLiteral"},{"name":"Stemming","id":331,"value":7,"literal":"Stemming","eClass":"EEnumLiteral"},{"name":"DependencyParsing","id":332,"value":8,"literal":"DependencyParsing","eClass":"EEnumLiteral"},{"name":"Chunking","id":333,"value":9,"literal":"Chunking","eClass":"EEnumLiteral"},{"name":"SentimentAnalysis","id":334,"value":10,"literal":"SentimentAnalysis","eClass":"EEnumLiteral"},{"name":"TextClassification","id":335,"value":11,"literal":"TextClassification","eClass":"EEnumLiteral"},{"name":"TopicModelling","id":336,"value":12,"literal":"TopicModelling","eClass":"EEnumLiteral"},{"name":"TermExtraction","id":337,"value":13,"literal":"TermExtraction","eClass":"EEnumLiteral"},{"name":"NamedEntityRecognition","id":338,"value":14,"literal":"NamedEntityRecognition","eClass":"EEnumLiteral"},{"name":"RelationExtraction","id":339,"value":15,"literal":"RelationExtraction","eClass":"EEnumLiteral"},{"name":"EventExtraction","id":340,"value":16,"literal":"EventExtraction","eClass":"EEnumLiteral"},{"name":"CoreferenceResolution","id":341,"value":17,"literal":"CoreferenceResolution","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entityToRename","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newEntityName","changeable":true,"lowerBound":0,"iD":false,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":347,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newContainment","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"entity1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":352,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entity2name","changeable":true,"lowerBound":1,"iD":false,"id":353,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relationList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":361,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entity2name","changeable":true,"lowerBound":1,"iD":false,"id":362,"derived":false},{"container":false,"ordered":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":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":"expression","changeable":true,"lowerBound":0,"iD":false,"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"},{"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":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":1,"target":0},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":68,"target":34},{"source":68,"target":71},{"source":68,"target":1},{"source":71,"target":34},{"source":69,"target":35},{"source":69,"target":72},{"source":69,"target":1},{"source":72,"target":35},{"source":70,"target":3},{"source":70,"target":73},{"source":70,"target":1},{"source":73,"target":3},{"source":2,"target":0},{"source":2,"target":74},{"source":2,"target":75},{"source":74,"target":76},{"source":74,"target":2},{"source":75,"target":77},{"source":75,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":3},{"source":4,"target":78},{"source":4,"target":79},{"source":78,"target":42},{"source":79,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":80},{"source":5,"target":81},{"source":80,"target":42},{"source":80,"target":82},{"source":80,"target":5},{"source":82,"target":42},{"source":81,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":83},{"source":6,"target":84},{"source":6,"target":85},{"source":6,"target":86},{"source":83,"target":42},{"source":83,"target":87},{"source":83,"target":6},{"source":87,"target":42},{"source":84,"target":42},{"source":84,"target":88},{"source":84,"target":6},{"source":88,"target":42},{"source":85,"target":42},{"source":85,"target":89},{"source":85,"target":6},{"source":89,"target":42},{"source":86,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":92},{"source":90,"target":42},{"source":90,"target":93},{"source":90,"target":7},{"source":93,"target":42},{"source":91,"target":34},{"source":91,"target":94},{"source":91,"target":7},{"source":94,"target":34},{"source":92,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":95,"target":42},{"source":95,"target":99},{"source":95,"target":8},{"source":99,"target":42},{"source":96,"target":42},{"source":96,"target":100},{"source":96,"target":8},{"source":100,"target":42},{"source":97,"target":101},{"source":97,"target":8},{"source":98,"target":3},{"source":9,"target":0},{"source":9,"target":44},{"source":9,"target":3},{"source":9,"target":102},{"source":9,"target":103},{"source":9,"target":104},{"source":102,"target":42},{"source":102,"target":105},{"source":102,"target":9},{"source":105,"target":42},{"source":103,"target":44},{"source":104,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":106},{"source":10,"target":107},{"source":106,"target":44},{"source":106,"target":108},{"source":106,"target":10},{"source":108,"target":44},{"source":107,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":109},{"source":11,"target":110},{"source":11,"target":111},{"source":109,"target":44},{"source":109,"target":112},{"source":109,"target":11},{"source":112,"target":44},{"source":110,"target":113},{"source":110,"target":11},{"source":111,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":114},{"source":12,"target":115},{"source":114,"target":44},{"source":114,"target":116},{"source":114,"target":12},{"source":116,"target":44},{"source":115,"target":3},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":117},{"source":13,"target":118},{"source":117,"target":44},{"source":117,"target":119},{"source":117,"target":13},{"source":119,"target":44},{"source":118,"target":3},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":120},{"source":14,"target":121},{"source":120,"target":44},{"source":120,"target":122},{"source":120,"target":14},{"source":122,"target":44},{"source":121,"target":3},{"source":15,"target":0},{"source":15,"target":3},{"source":15,"target":123},{"source":15,"target":124},{"source":123,"target":44},{"source":123,"target":125},{"source":123,"target":15},{"source":125,"target":44},{"source":124,"target":3},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":126},{"source":16,"target":127},{"source":16,"target":128},{"source":126,"target":44},{"source":126,"target":129},{"source":126,"target":16},{"source":129,"target":44},{"source":127,"target":60},{"source":127,"target":130},{"source":127,"target":16},{"source":130,"target":60},{"source":128,"target":3},{"source":17,"target":0},{"source":17,"target":43},{"source":17,"target":3},{"source":17,"target":131},{"source":17,"target":132},{"source":17,"target":133},{"source":131,"target":42},{"source":131,"target":134},{"source":131,"target":17},{"source":134,"target":42},{"source":132,"target":43},{"source":133,"target":3},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":135},{"source":18,"target":136},{"source":18,"target":137},{"source":135,"target":43},{"source":135,"target":138},{"source":135,"target":18},{"source":138,"target":43},{"source":136,"target":35},{"source":136,"target":139},{"source":136,"target":18},{"source":139,"target":35},{"source":137,"target":3},{"source":19,"target":0},{"source":19,"target":3},{"source":19,"target":140},{"source":19,"target":141},{"source":140,"target":43},{"source":140,"target":142},{"source":140,"target":19},{"source":142,"target":43},{"source":141,"target":3},{"source":20,"target":0},{"source":20,"target":3},{"source":20,"target":143},{"source":20,"target":144},{"source":20,"target":145},{"source":143,"target":43},{"source":143,"target":146},{"source":143,"target":20},{"source":146,"target":43},{"source":144,"target":147},{"source":144,"target":20},{"source":145,"target":3},{"source":21,"target":0},{"source":21,"target":3},{"source":21,"target":148},{"source":21,"target":149},{"source":21,"target":150},{"source":148,"target":46},{"source":148,"target":151},{"source":148,"target":21},{"source":151,"target":46},{"source":149,"target":152},{"source":149,"target":21},{"source":150,"target":3},{"source":22,"target":0},{"source":22,"target":3},{"source":22,"target":153},{"source":22,"target":154},{"source":22,"target":155},{"source":153,"target":46},{"source":153,"target":156},{"source":153,"target":22},{"source":156,"target":46},{"source":154,"target":43},{"source":154,"target":157},{"source":154,"target":22},{"source":157,"target":43},{"source":155,"target":3},{"source":23,"target":0},{"source":23,"target":3},{"source":23,"target":158},{"source":23,"target":159},{"source":158,"target":46},{"source":158,"target":160},{"source":158,"target":23},{"source":160,"target":46},{"source":159,"target":3},{"source":24,"target":0},{"source":24,"target":3},{"source":24,"target":161},{"source":24,"target":162},{"source":24,"target":163},{"source":161,"target":46},{"source":161,"target":164},{"source":161,"target":24},{"source":164,"target":46},{"source":162,"target":43},{"source":162,"target":165},{"source":162,"target":24},{"source":165,"target":43},{"source":163,"target":3},{"source":25,"target":0},{"source":25,"target":3},{"source":25,"target":166},{"source":25,"target":167},{"source":25,"target":168},{"source":166,"target":46},{"source":166,"target":169},{"source":166,"target":25},{"source":169,"target":46},{"source":167,"target":43},{"source":167,"target":170},{"source":167,"target":25},{"source":170,"target":43},{"source":168,"target":3},{"source":26,"target":0},{"source":26,"target":3},{"source":26,"target":171},{"source":26,"target":172},{"source":26,"target":173},{"source":171,"target":50},{"source":171,"target":174},{"source":171,"target":26},{"source":174,"target":50},{"source":172,"target":175},{"source":172,"target":26},{"source":173,"target":3},{"source":27,"target":0},{"source":27,"target":3},{"source":27,"target":176},{"source":27,"target":177},{"source":27,"target":178},{"source":176,"target":50},{"source":176,"target":179},{"source":176,"target":27},{"source":179,"target":50},{"source":177,"target":43},{"source":177,"target":180},{"source":177,"target":27},{"source":180,"target":43},{"source":178,"target":3},{"source":28,"target":0},{"source":28,"target":3},{"source":28,"target":181},{"source":28,"target":182},{"source":181,"target":50},{"source":181,"target":183},{"source":181,"target":28},{"source":183,"target":50},{"source":182,"target":3},{"source":29,"target":0},{"source":29,"target":55},{"source":29,"target":3},{"source":29,"target":184},{"source":29,"target":185},{"source":184,"target":55},{"source":185,"target":3},{"source":30,"target":0},{"source":30,"target":3},{"source":30,"target":186},{"source":30,"target":187},{"source":186,"target":54},{"source":186,"target":188},{"source":186,"target":30},{"source":188,"target":54},{"source":187,"target":3},{"source":31,"target":0},{"source":31,"target":3},{"source":31,"target":56},{"source":31,"target":189},{"source":31,"target":190},{"source":189,"target":3},{"source":190,"target":56},{"source":32,"target":0},{"source":32,"target":3},{"source":32,"target":191},{"source":32,"target":192},{"source":191,"target":56},{"source":191,"target":193},{"source":191,"target":32},{"source":193,"target":56},{"source":192,"target":3},{"source":33,"target":0},{"source":33,"target":3},{"source":33,"target":194},{"source":33,"target":195},{"source":33,"target":196},{"source":194,"target":56},{"source":194,"target":197},{"source":194,"target":33},{"source":197,"target":56},{"source":195,"target":198},{"source":195,"target":33},{"source":196,"target":3},{"source":34,"target":0},{"source":34,"target":2},{"source":34,"target":199},{"source":199,"target":2},{"source":35,"target":0},{"source":35,"target":2},{"source":35,"target":200},{"source":200,"target":2},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":201},{"source":201,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":202},{"source":37,"target":203},{"source":202,"target":38},{"source":202,"target":204},{"source":202,"target":37},{"source":204,"target":38},{"source":203,"target":35},{"source":38,"target":0},{"source":38,"target":2},{"source":38,"target":205},{"source":38,"target":206},{"source":38,"target":207},{"source":205,"target":35},{"source":205,"target":208},{"source":205,"target":38},{"source":208,"target":35},{"source":206,"target":41},{"source":206,"target":209},{"source":206,"target":38},{"source":209,"target":41},{"source":207,"target":2},{"source":39,"target":0},{"source":39,"target":2},{"source":39,"target":210},{"source":39,"target":211},{"source":210,"target":40},{"source":210,"target":212},{"source":210,"target":39},{"source":212,"target":40},{"source":211,"target":2},{"source":40,"target":0},{"source":40,"target":213},{"source":213,"target":61},{"source":213,"target":214},{"source":213,"target":40},{"source":214,"target":61},{"source":41,"target":0},{"source":41,"target":215},{"source":215,"target":216},{"source":215,"target":41},{"source":42,"target":0},{"source":42,"target":35},{"source":42,"target":217},{"source":42,"target":218},{"source":42,"target":219},{"source":42,"target":220},{"source":42,"target":221},{"source":42,"target":222},{"source":42,"target":223},{"source":42,"target":224},{"source":42,"target":225},{"source":42,"target":226},{"source":42,"target":227},{"source":217,"target":50},{"source":217,"target":228},{"source":217,"target":42},{"source":228,"target":50},{"source":218,"target":46},{"source":218,"target":229},{"source":218,"target":42},{"source":229,"target":46},{"source":219,"target":52},{"source":219,"target":230},{"source":219,"target":42},{"source":230,"target":52},{"source":220,"target":54},{"source":220,"target":231},{"source":220,"target":42},{"source":231,"target":54},{"source":221,"target":59},{"source":221,"target":232},{"source":221,"target":42},{"source":232,"target":59},{"source":222,"target":43},{"source":222,"target":233},{"source":222,"target":42},{"source":233,"target":43},{"source":223,"target":39},{"source":223,"target":234},{"source":223,"target":42},{"source":234,"target":39},{"source":224,"target":44},{"source":224,"target":235},{"source":224,"target":42},{"source":235,"target":44},{"source":225,"target":66},{"source":225,"target":236},{"source":225,"target":42},{"source":236,"target":66},{"source":226,"target":67},{"source":226,"target":237},{"source":226,"target":42},{"source":237,"target":67},{"source":227,"target":35},{"source":43,"target":0},{"source":43,"target":2},{"source":43,"target":238},{"source":43,"target":239},{"source":238,"target":35},{"source":238,"target":240},{"source":238,"target":43},{"source":240,"target":35},{"source":239,"target":2},{"source":44,"target":0},{"source":44,"target":2},{"source":44,"target":241},{"source":44,"target":242},{"source":44,"target":243},{"source":44,"target":244},{"source":44,"target":245},{"source":241,"target":42},{"source":241,"target":246},{"source":241,"target":44},{"source":246,"target":42},{"source":242,"target":60},{"source":242,"target":247},{"source":242,"target":44},{"source":247,"target":60},{"source":243,"target":44},{"source":243,"target":248},{"source":243,"target":44},{"source":248,"target":44},{"source":244,"target":249},{"source":244,"target":44},{"source":245,"target":2},{"source":45,"target":0},{"source":45,"target":34},{"source":45,"target":250},{"source":45,"target":251},{"source":250,"target":46},{"source":250,"target":252},{"source":250,"target":45},{"source":252,"target":46},{"source":251,"target":34},{"source":46,"target":0},{"source":46,"target":2},{"source":46,"target":253},{"source":46,"target":254},{"source":46,"target":255},{"source":46,"target":256},{"source":46,"target":257},{"source":253,"target":47},{"source":253,"target":258},{"source":253,"target":46},{"source":253,"target":259},{"source":258,"target":47},{"source":254,"target":48},{"source":254,"target":260},{"source":254,"target":46},{"source":254,"target":261},{"source":260,"target":48},{"source":255,"target":34},{"source":255,"target":262},{"source":255,"target":46},{"source":262,"target":34},{"source":256,"target":42},{"source":256,"target":263},{"source":256,"target":46},{"source":263,"target":42},{"source":257,"target":2},{"source":47,"target":0},{"source":47,"target":2},{"source":47,"target":264},{"source":47,"target":265},{"source":47,"target":259},{"source":47,"target":266},{"source":264,"target":43},{"source":264,"target":267},{"source":264,"target":47},{"source":267,"target":43},{"source":265,"target":44},{"source":265,"target":268},{"source":265,"target":47},{"source":268,"target":44},{"source":259,"target":46},{"source":259,"target":269},{"source":259,"target":47},{"source":259,"target":253},{"source":269,"target":46},{"source":266,"target":2},{"source":48,"target":0},{"source":48,"target":270},{"source":48,"target":261},{"source":270,"target":43},{"source":270,"target":271},{"source":270,"target":48},{"source":271,"target":43},{"source":261,"target":46},{"source":261,"target":272},{"source":261,"target":48},{"source":261,"target":254},{"source":272,"target":46},{"source":49,"target":0},{"source":49,"target":34},{"source":49,"target":273},{"source":49,"target":274},{"source":273,"target":50},{"source":273,"target":275},{"source":273,"target":49},{"source":275,"target":50},{"source":274,"target":34},{"source":50,"target":0},{"source":50,"target":2},{"source":50,"target":276},{"source":50,"target":277},{"source":276,"target":42},{"source":276,"target":278},{"source":276,"target":50},{"source":278,"target":42},{"source":277,"target":2},{"source":51,"target":0},{"source":51,"target":34},{"source":51,"target":279},{"source":51,"target":280},{"source":279,"target":52},{"source":279,"target":281},{"source":279,"target":51},{"source":281,"target":52},{"source":280,"target":34},{"source":52,"target":0},{"source":52,"target":2},{"source":52,"target":282},{"source":52,"target":283},{"source":52,"target":284},{"source":52,"target":285},{"source":282,"target":286},{"source":282,"target":52},{"source":283,"target":43},{"source":283,"target":287},{"source":283,"target":52},{"source":287,"target":43},{"source":284,"target":42},{"source":284,"target":288},{"source":284,"target":52},{"source":288,"target":42},{"source":285,"target":2},{"source":53,"target":0},{"source":53,"target":34},{"source":53,"target":289},{"source":53,"target":290},{"source":53,"target":291},{"source":289,"target":54},{"source":289,"target":292},{"source":289,"target":53},{"source":292,"target":54},{"source":290,"target":56},{"source":290,"target":293},{"source":290,"target":53},{"source":293,"target":56},{"source":291,"target":34},{"source":54,"target":0},{"source":54,"target":2},{"source":54,"target":294},{"source":54,"target":295},{"source":54,"target":296},{"source":294,"target":55},{"source":294,"target":297},{"source":294,"target":54},{"source":297,"target":55},{"source":295,"target":42},{"source":295,"target":298},{"source":295,"target":54},{"source":298,"target":42},{"source":296,"target":2},{"source":55,"target":0},{"source":55,"target":2},{"source":55,"target":299},{"source":55,"target":300},{"source":299,"target":43},{"source":299,"target":301},{"source":299,"target":55},{"source":301,"target":43},{"source":300,"target":2},{"source":56,"target":0},{"source":56,"target":2},{"source":56,"target":302},{"source":56,"target":303},{"source":56,"target":304},{"source":56,"target":305},{"source":302,"target":54},{"source":302,"target":306},{"source":302,"target":56},{"source":306,"target":54},{"source":303,"target":54},{"source":303,"target":307},{"source":303,"target":56},{"source":307,"target":54},{"source":304,"target":57},{"source":304,"target":308},{"source":304,"target":56},{"source":308,"target":57},{"source":305,"target":2},{"source":57,"target":0},{"source":57,"target":2},{"source":57,"target":309},{"source":57,"target":310},{"source":309,"target":35},{"source":309,"target":311},{"source":309,"target":57},{"source":311,"target":35},{"source":310,"target":2},{"source":58,"target":0},{"source":58,"target":34},{"source":58,"target":312},{"source":58,"target":313},{"source":312,"target":59},{"source":312,"target":314},{"source":312,"target":58},{"source":314,"target":59},{"source":313,"target":34},{"source":59,"target":0},{"source":59,"target":2},{"source":59,"target":315},{"source":59,"target":316},{"source":59,"target":317},{"source":315,"target":43},{"source":315,"target":318},{"source":315,"target":59},{"source":318,"target":43},{"source":316,"target":42},{"source":316,"target":319},{"source":316,"target":59},{"source":319,"target":42},{"source":317,"target":2},{"source":60,"target":0},{"source":60,"target":320},{"source":60,"target":321},{"source":60,"target":322},{"source":60,"target":323},{"source":320,"target":60},{"source":321,"target":60},{"source":322,"target":60},{"source":323,"target":60},{"source":61,"target":0},{"source":61,"target":324},{"source":61,"target":325},{"source":61,"target":326},{"source":61,"target":327},{"source":61,"target":328},{"source":61,"target":329},{"source":61,"target":330},{"source":61,"target":331},{"source":61,"target":332},{"source":61,"target":333},{"source":61,"target":334},{"source":61,"target":335},{"source":61,"target":336},{"source":61,"target":337},{"source":61,"target":338},{"source":61,"target":339},{"source":61,"target":340},{"source":61,"target":341},{"source":324,"target":61},{"source":325,"target":61},{"source":326,"target":61},{"source":327,"target":61},{"source":328,"target":61},{"source":329,"target":61},{"source":330,"target":61},{"source":331,"target":61},{"source":332,"target":61},{"source":333,"target":61},{"source":334,"target":61},{"source":335,"target":61},{"source":336,"target":61},{"source":337,"target":61},{"source":338,"target":61},{"source":339,"target":61},{"source":340,"target":61},{"source":341,"target":61},{"source":62,"target":0},{"source":62,"target":3},{"source":62,"target":342},{"source":62,"target":343},{"source":62,"target":344},{"source":342,"target":42},{"source":342,"target":345},{"source":342,"target":62},{"source":345,"target":42},{"source":343,"target":346},{"source":343,"target":62},{"source":344,"target":3},{"source":63,"target":0},{"source":63,"target":3},{"source":63,"target":347},{"source":63,"target":348},{"source":63,"target":349},{"source":347,"target":44},{"source":347,"target":350},{"source":347,"target":63},{"source":350,"target":44},{"source":348,"target":351},{"source":348,"target":63},{"source":349,"target":3},{"source":64,"target":0},{"source":64,"target":3},{"source":64,"target":352},{"source":64,"target":353},{"source":64,"target":354},{"source":64,"target":355},{"source":64,"target":356},{"source":352,"target":42},{"source":352,"target":357},{"source":352,"target":64},{"source":357,"target":42},{"source":353,"target":358},{"source":353,"target":64},{"source":354,"target":43},{"source":354,"target":359},{"source":354,"target":64},{"source":359,"target":43},{"source":355,"target":44},{"source":355,"target":360},{"source":355,"target":64},{"source":360,"target":44},{"source":356,"target":3},{"source":65,"target":0},{"source":65,"target":3},{"source":65,"target":361},{"source":65,"target":362},{"source":65,"target":363},{"source":65,"target":364},{"source":65,"target":365},{"source":361,"target":42},{"source":361,"target":366},{"source":361,"target":65},{"source":366,"target":42},{"source":362,"target":367},{"source":362,"target":65},{"source":363,"target":43},{"source":363,"target":368},{"source":363,"target":65},{"source":368,"target":43},{"source":364,"target":369},{"source":364,"target":65},{"source":365,"target":3},{"source":66,"target":0},{"source":66,"target":2},{"source":66,"target":370},{"source":370,"target":2},{"source":67,"target":0},{"source":67,"target":2},{"source":67,"target":371},{"source":371,"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="efacet" nsURI="http://www.eclipse.org/papyrus/emf/facet/efacet/0.2.incubation/efacet"
nsPrefix="efacet">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="validationDelegates" value="org.eclipse.ocl.ecore.OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="FacetAttribute" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EAttribute #//DerivedTypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A FacetAttribute is a virtual attribute added to all the eObjects which conform to the Facet owning the FacetAttribute."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FacetReference" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EReference #//DerivedTypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A FacetReference is a virtual reference added to all the eObjects which conform to the Facet owning the FacetReference."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FacetOperation" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EOperation #//DerivedTypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A FacetOperation is a virtual operation added to all the eObjects which conform to the Facet owning the FacetOperation."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FacetSet" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EPackage #//DocumentedElement">
<eAnnotations source="GenModel">
<details key="documentation" value="A "FacetSet" is the root element of a facet model. It contains a list of "Facet"."/>
</eAnnotations>
<eOperations name="getFacetSets" upperBound="-1" eType="#//FacetSet">
<eAnnotations source="GenModel">
<details key="documentation" value="The FacetSets aggregated by this FacetSet (this operation is overridden in Aggregate in the aggregate metamodel)."/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1"
eType="#//Category" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Facet" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EClassifier #//DocumentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="validationDelegates" value="( self.query.scope = self.facet.extendedMetaClass ) and ( self.query.name = self.name )"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A Facet is a virtual sub-type of an existing EClass. A Facet cannot be instantiated."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="validationDelegates" value="self.conformanceQuery.scope = self.extendedMetaClass"/>
</eAnnotations>
<eAnnotations source="org.eclipse.ocl.ecore.OCL">
<details key="body" value="not(self.container().oclCastAs(FacetSet).facets->exists(f|f.extendedMetaClass.container() <> self.extendedMetaClass.container() ))"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedMetaclass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass">
<eAnnotations source="GenModel">
<details key="documentation" value="The "extendedMetaclass" reference references the virtually subtyped EClass."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="facetElements" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This composite reference contains virtual attributes, references and operations."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="facetOperations" upperBound="-1"
eType="#//FacetOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conformanceTypedElement"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//ETypedElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedFacets" upperBound="-1"
eType="#//Facet">
<eAnnotations source="GenModel">
<details key="documentation" value="A facet can extend other facets. If A facet A can extend a facet B. In this case an eObject conforms to the facet A if it matches conformance evaluation of A and B. "/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//ENamedElement #//DocumentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A Category is used to group related elements."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FacetElement" abstract="true" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//ETypedElement #//DocumentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A facet element is owned by a facet. It can be a facet reference, a facet attribute or a facet operation."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1"
eType="#//Category"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DerivedTypedElement" abstract="true"
eSuperTypes="#//FacetElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" A derived typed element is a virtual structural feature the value of which is computed using a query."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="query" lowerBound="1" eType="#//extensible/Query"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="override" eType="#//DerivedTypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If it exists a facet A which extends a facet B then a derived typed element of A can override a typed element of B; if the both typed elements have the same name, same multiplicity, and same type."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is the value given as a parameter to execute a query for an operation."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EParameter"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Resource" instanceClassName="org.eclipse.emf.ecore.resource.Resource"/>
<eClassifiers xsi:type="ecore:EClass" name="DocumentedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eSubpackages name="serialization" nsURI="http://www.eclipse.org/papyrus/emf/facet/efacet/0.2.incubation/efacet/serialization"
nsPrefix="serialization">
<eClassifiers xsi:type="ecore:EClass" name="AbstractReferenceInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="eReference" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiValuedContainmentReferenceInstance"
eSuperTypes="#//serialization/AbstractReferenceInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiValuedReferenceInstance" eSuperTypes="#//serialization/AbstractReferenceInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedElements" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleValuedAttributeInstance" eSuperTypes="#//serialization/AbstractAttributeInstance">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtendedEObjectReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedEObject" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeInstances" upperBound="-1"
eType="#//serialization/AbstractAttributeInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceInstances" upperBound="-1"
eType="#//serialization/AbstractReferenceInstance" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleValuedContainmentReferenceInstance"
eSuperTypes="#//serialization/AbstractReferenceInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleValuedReferenceInstance" eSuperTypes="#//serialization/AbstractReferenceInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiValuedAttributeInstance" eSuperTypes="#//serialization/AbstractAttributeInstance">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractAttributeInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="eAttribute" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="extensible" nsURI="http://www.eclipse.org/papyrus/emf/facet/efacet/0.2.incubation/efacet/extensible"
nsPrefix="extensible">
<eClassifiers xsi:type="ecore:EClass" name="Query" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Query is the abstract representation of the concept of query. This class has to be sub-classed for each existing query language (Java, OCL, etc.)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="canHaveSideEffects" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="canBeCached" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="query" nsURI="http://www.eclipse.org/papyrus/emf/facet/efacet/0.2.incubation/efacet/query"
nsPrefix="query">
<eClassifiers xsi:type="ecore:EClass" name="NavigationQuery" eSuperTypes="#//extensible/Query">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This query points to a typed element (another attribute, reference or operation for example) that lends it value to the query."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="path" lowerBound="1"
upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//ETypedElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="failOnError" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsOneOfQuery" eSuperTypes="#//extensible/Query">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This query returns true if the source of the query is contained in a list of eObject handled by the referennce 'expectedEObjects'."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="expectedEObjects" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteralQuery" eSuperTypes="#//extensible/Query">
<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="TrueLiteralQuery" eSuperTypes="#//extensible/Query">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This query retrun true."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FalseLiteralQuery" eSuperTypes="#//extensible/Query">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This query retrun false."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NullLiteralQuery" eSuperTypes="#//extensible/Query">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This query retrun null."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerLiteralQuery" eSuperTypes="#//extensible/Query">
<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="FloatLiteralQuery" eSuperTypes="#//extensible/Query">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EObjectLiteralQuery" eSuperTypes="#//extensible/Query">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCallQuery" eSuperTypes="#//extensible/Query">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//extensible/Query" containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="runtime" nsURI="http://www.eclipse.org/papyrus/emf/facet/efacet/0.2.incubation/efacet/runtime"
nsPrefix="runtime">
<eClassifiers xsi:type="ecore:EClass" name="ETypedElementPrimitiveTypeResult"
eSuperTypes="#//runtime/ETypedElementResult">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the result of evaluating the value of a multiplicity-one DerivedTypedElement by means of a single-valued query ."/>
</eAnnotations>
<eTypeParameters name="T"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="result">
<eGenericType eTypeParameter="#//runtime/ETypedElementPrimitiveTypeResult/T"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ETypedElementEObjectResult" eSuperTypes="#//runtime/ETypedElementResult">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the result of evaluating the value of a multiplicity-one DerivedTypedElement by means of a single-valued query ."/>
</eAnnotations>
<eTypeParameters name="T">
<eBounds eClassifier="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eTypeParameters>
<eStructuralFeatures xsi:type="ecore:EReference" name="result">
<eGenericType eTypeParameter="#//runtime/ETypedElementEObjectResult/T"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ETypedElementPrimitiveTypeListResult"
eSuperTypes="#//runtime/ETypedElementResult">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the result of evaluating the value of a multiplicity-many DerivedTypedElement by means of a multi-valued query ."/>
</eAnnotations>
<eTypeParameters name="T"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resultList" upperBound="-1">
<eGenericType eTypeParameter="#//runtime/ETypedElementPrimitiveTypeListResult/T"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ETypedElementEObjectListResult" eSuperTypes="#//runtime/ETypedElementResult">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the result of evaluating the value of a multiplicity-many DerivedTypedElement by means of a multi-valued query ."/>
</eAnnotations>
<eTypeParameters name="T">
<eBounds eClassifier="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eTypeParameters>
<eStructuralFeatures xsi:type="ecore:EReference" name="resultList" upperBound="-1">
<eGenericType eTypeParameter="#//runtime/ETypedElementEObjectListResult/T"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ETypedElementResult" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the result of evaluating the value of a DerivedTypedElement by means of a query ."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="derivedTypedElement"
lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//ETypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The reference "query" references the executed query."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterValues" upperBound="-1"
eType="#//ParameterValue" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is the list of the values given as parameters for the query execution."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exception" eType="#//runtime/JavaException"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="JavaException" instanceClassName="java.lang.Throwable"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/Gabitchov/org.eclipse.papyrus/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/model/efacet-0.2.0.ecore | ecore | efacet
FacetAttribute
FacetReference
FacetOperation
FacetSet
getFacetSets
categories
Facet
extendedMetaclass
facetElements
facetOperations
conformanceTypedElement
extendedFacets
Category
FacetElement
categories
DerivedTypedElement
query
override
ParameterValue
parameter
value
Resource
org.eclipse.emf.ecore.resource.Resource
org.eclipse.emf.ecore.resource.Resource
DocumentedElement
documentation
serialization
AbstractReferenceInstance
eReference
MultiValuedContainmentReferenceInstance
ownedElements
MultiValuedReferenceInstance
referencedElements
SingleValuedAttributeInstance
value
ExtendedEObjectReference
extendedEObject
attributeInstances
referenceInstances
SingleValuedContainmentReferenceInstance
ownedElement
SingleValuedReferenceInstance
referencedElement
MultiValuedAttributeInstance
values
AbstractAttributeInstance
eAttribute
extensible
Query
canHaveSideEffects
canBeCached
query
NavigationQuery
path
failOnError
true
IsOneOfQuery
expectedEObjects
StringLiteralQuery
value
TrueLiteralQuery
FalseLiteralQuery
NullLiteralQuery
IntegerLiteralQuery
value
FloatLiteralQuery
value
EObjectLiteralQuery
element
OperationCallQuery
operation
arguments
runtime
ETypedElementPrimitiveTypeResult
T
result
ETypedElementEObjectResult
T
result
ETypedElementPrimitiveTypeListResult
T
resultList
ETypedElementEObjectListResult
T
resultList
ETypedElementResult
derivedTypedElement
parameterValues
source
exception
JavaException
java.lang.Throwable
java.lang.Throwable | null | {"directed":true,"nodes":[{"nsPrefix":"efacet","nsURI":"http://www.eclipse.org/papyrus/emf/facet/efacet/0.2.incubation/efacet","name":"efacet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FacetAttribute","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FacetReference","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FacetOperation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FacetSet","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Facet","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FacetElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedTypedElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterValue","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"Resource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentedElement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"nsPrefix":"serialization","nsURI":"http://www.eclipse.org/papyrus/emf/facet/efacet/0.2.incubation/efacet/serialization","name":"serialization","id":12,"eClass":"EPackage"},{"nsPrefix":"extensible","nsURI":"http://www.eclipse.org/papyrus/emf/facet/efacet/0.2.incubation/efacet/extensible","name":"extensible","id":13,"eClass":"EPackage"},{"nsPrefix":"query","nsURI":"http://www.eclipse.org/papyrus/emf/facet/efacet/0.2.incubation/efacet/query","name":"query","id":14,"eClass":"EPackage"},{"nsPrefix":"runtime","nsURI":"http://www.eclipse.org/papyrus/emf/facet/efacet/0.2.incubation/efacet/runtime","name":"runtime","id":15,"eClass":"EPackage"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getFacetSets","lowerBound":0,"id":22,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extendedMetaclass","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":"facetElements","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":"facetOperations","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":"conformanceTypedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extendedFacets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"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":"categories","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":"query","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"override","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractReferenceInstance","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiValuedContainmentReferenceInstance","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiValuedReferenceInstance","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleValuedAttributeInstance","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedEObjectReference","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleValuedContainmentReferenceInstance","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleValuedReferenceInstance","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiValuedAttributeInstance","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAttributeInstance","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extendedEObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeInstances","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":"referenceInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eAttribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"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":"canHaveSideEffects","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"canBeCached","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationQuery","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsOneOfQuery","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralQuery","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrueLiteralQuery","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FalseLiteralQuery","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralQuery","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralQuery","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatLiteralQuery","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObjectLiteralQuery","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallQuery","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"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":"path","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"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":"failOnError","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expectedEObjects","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":"value","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":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":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElementPrimitiveTypeResult","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElementEObjectResult","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElementPrimitiveTypeListResult","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElementEObjectListResult","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElementResult","instanceClass":null,"abstract":true,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Throwable","defaultValue":null,"instanceClassName":"java.lang.Throwable","name":"JavaException","instanceClass":"java.lang.Throwable","id":142,"serializable":true,"eClass":"EDataType"},{"name":"T","id":143,"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":"result","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"name":"T","id":147,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"name":"T","id":152,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resultList","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"name":"T","id":156,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultList","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"derivedTypedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"parameterValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"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":"exception","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":16},{"source":1,"target":17},{"source":17,"target":8},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":18},{"source":2,"target":19},{"source":19,"target":8},{"source":3,"target":0},{"source":3,"target":8},{"source":3,"target":20},{"source":3,"target":21},{"source":21,"target":8},{"source":4,"target":0},{"source":4,"target":11},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":22,"target":4},{"source":22,"target":26},{"source":22,"target":4},{"source":26,"target":4},{"source":23,"target":6},{"source":23,"target":27},{"source":23,"target":4},{"source":27,"target":6},{"source":25,"target":11},{"source":5,"target":0},{"source":5,"target":11},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":28,"target":35},{"source":28,"target":5},{"source":29,"target":36},{"source":29,"target":5},{"source":30,"target":3},{"source":30,"target":37},{"source":30,"target":5},{"source":37,"target":3},{"source":31,"target":38},{"source":31,"target":5},{"source":32,"target":5},{"source":32,"target":39},{"source":32,"target":5},{"source":39,"target":5},{"source":34,"target":11},{"source":6,"target":0},{"source":6,"target":11},{"source":6,"target":40},{"source":6,"target":41},{"source":41,"target":11},{"source":7,"target":0},{"source":7,"target":11},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":42,"target":6},{"source":42,"target":45},{"source":42,"target":7},{"source":45,"target":6},{"source":44,"target":11},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":46},{"source":8,"target":47},{"source":8,"target":48},{"source":46,"target":49},{"source":46,"target":50},{"source":46,"target":8},{"source":50,"target":49},{"source":47,"target":8},{"source":47,"target":51},{"source":47,"target":8},{"source":51,"target":8},{"source":48,"target":7},{"source":9,"target":0},{"source":9,"target":52},{"source":9,"target":53},{"source":52,"target":54},{"source":52,"target":9},{"source":53,"target":55},{"source":53,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":56},{"source":56,"target":57},{"source":56,"target":11},{"source":12,"target":58},{"source":12,"target":59},{"source":12,"target":60},{"source":12,"target":61},{"source":12,"target":62},{"source":12,"target":63},{"source":12,"target":64},{"source":12,"target":65},{"source":12,"target":66},{"source":12,"target":0},{"source":58,"target":12},{"source":58,"target":67},{"source":67,"target":68},{"source":67,"target":58},{"source":59,"target":12},{"source":59,"target":58},{"source":59,"target":69},{"source":59,"target":70},{"source":69,"target":71},{"source":69,"target":59},{"source":70,"target":58},{"source":60,"target":12},{"source":60,"target":58},{"source":60,"target":72},{"source":60,"target":73},{"source":72,"target":74},{"source":72,"target":60},{"source":73,"target":58},{"source":61,"target":12},{"source":61,"target":66},{"source":61,"target":75},{"source":61,"target":76},{"source":75,"target":77},{"source":75,"target":61},{"source":76,"target":66},{"source":62,"target":12},{"source":62,"target":78},{"source":62,"target":79},{"source":62,"target":80},{"source":78,"target":81},{"source":78,"target":62},{"source":79,"target":66},{"source":79,"target":82},{"source":79,"target":62},{"source":82,"target":66},{"source":80,"target":58},{"source":80,"target":83},{"source":80,"target":62},{"source":83,"target":58},{"source":63,"target":12},{"source":63,"target":58},{"source":63,"target":84},{"source":63,"target":85},{"source":84,"target":86},{"source":84,"target":63},{"source":85,"target":58},{"source":64,"target":12},{"source":64,"target":58},{"source":64,"target":87},{"source":64,"target":88},{"source":87,"target":89},{"source":87,"target":64},{"source":88,"target":58},{"source":65,"target":12},{"source":65,"target":66},{"source":65,"target":90},{"source":65,"target":91},{"source":90,"target":92},{"source":90,"target":65},{"source":91,"target":66},{"source":66,"target":12},{"source":66,"target":93},{"source":93,"target":94},{"source":93,"target":66},{"source":13,"target":49},{"source":13,"target":0},{"source":49,"target":13},{"source":49,"target":95},{"source":49,"target":96},{"source":95,"target":97},{"source":95,"target":49},{"source":96,"target":98},{"source":96,"target":49},{"source":14,"target":99},{"source":14,"target":100},{"source":14,"target":101},{"source":14,"target":102},{"source":14,"target":103},{"source":14,"target":104},{"source":14,"target":105},{"source":14,"target":106},{"source":14,"target":107},{"source":14,"target":108},{"source":14,"target":0},{"source":99,"target":14},{"source":99,"target":49},{"source":99,"target":109},{"source":99,"target":110},{"source":99,"target":111},{"source":109,"target":112},{"source":109,"target":99},{"source":110,"target":113},{"source":110,"target":99},{"source":111,"target":49},{"source":100,"target":14},{"source":100,"target":49},{"source":100,"target":114},{"source":100,"target":115},{"source":114,"target":116},{"source":114,"target":100},{"source":115,"target":49},{"source":101,"target":14},{"source":101,"target":49},{"source":101,"target":117},{"source":101,"target":118},{"source":117,"target":119},{"source":117,"target":101},{"source":118,"target":49},{"source":102,"target":14},{"source":102,"target":49},{"source":102,"target":120},{"source":120,"target":49},{"source":103,"target":14},{"source":103,"target":49},{"source":103,"target":121},{"source":121,"target":49},{"source":104,"target":14},{"source":104,"target":49},{"source":104,"target":122},{"source":122,"target":49},{"source":105,"target":14},{"source":105,"target":49},{"source":105,"target":123},{"source":105,"target":124},{"source":123,"target":125},{"source":123,"target":105},{"source":124,"target":49},{"source":106,"target":14},{"source":106,"target":49},{"source":106,"target":126},{"source":106,"target":127},{"source":126,"target":128},{"source":126,"target":106},{"source":127,"target":49},{"source":107,"target":14},{"source":107,"target":49},{"source":107,"target":129},{"source":107,"target":130},{"source":129,"target":131},{"source":129,"target":107},{"source":130,"target":49},{"source":108,"target":14},{"source":108,"target":49},{"source":108,"target":132},{"source":108,"target":133},{"source":108,"target":134},{"source":132,"target":135},{"source":132,"target":108},{"source":133,"target":49},{"source":133,"target":136},{"source":133,"target":108},{"source":136,"target":49},{"source":134,"target":49},{"source":15,"target":137},{"source":15,"target":138},{"source":15,"target":139},{"source":15,"target":140},{"source":15,"target":141},{"source":15,"target":142},{"source":15,"target":0},{"source":137,"target":15},{"source":137,"target":143},{"source":137,"target":141},{"source":137,"target":144},{"source":137,"target":145},{"source":144,"target":146},{"source":144,"target":137},{"source":146,"target":143},{"source":145,"target":141},{"source":138,"target":15},{"source":138,"target":147},{"source":138,"target":141},{"source":138,"target":148},{"source":138,"target":149},{"source":147,"target":150},{"source":148,"target":151},{"source":148,"target":138},{"source":151,"target":147},{"source":149,"target":141},{"source":139,"target":15},{"source":139,"target":152},{"source":139,"target":141},{"source":139,"target":153},{"source":139,"target":154},{"source":153,"target":155},{"source":153,"target":139},{"source":155,"target":152},{"source":154,"target":141},{"source":140,"target":15},{"source":140,"target":156},{"source":140,"target":141},{"source":140,"target":157},{"source":140,"target":158},{"source":156,"target":159},{"source":157,"target":160},{"source":157,"target":140},{"source":160,"target":156},{"source":158,"target":141},{"source":141,"target":15},{"source":141,"target":161},{"source":141,"target":162},{"source":141,"target":163},{"source":141,"target":164},{"source":161,"target":165},{"source":161,"target":141},{"source":162,"target":9},{"source":162,"target":166},{"source":162,"target":141},{"source":166,"target":9},{"source":163,"target":167},{"source":163,"target":141},{"source":164,"target":142},{"source":164,"target":168},{"source":164,"target":141},{"source":168,"target":142},{"source":142,"target":15}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fair"
nsURI="http://www.verticon.com/ns/tracker/fair/0.1.0" nsPrefix="com.verticon.tracker.fair">
<eClassifiers xsi:type="ecore:EClass" name="Fair">
<eOperations name="exhibits" upperBound="-1" eType="#//Exhibit"/>
<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="youthClubs" upperBound="-1"
eType="#//YouthClub" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="divisions" lowerBound="1"
upperBound="-1" eType="#//Division" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="premises" lowerBound="1"
eType="ecore:EClass ../../com.verticon.tracker/model/tracker.ecore#//Premises"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="people" upperBound="-1"
eType="#//Person" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Exhibit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
changeable="false" volatile="true" transient="true" defaultValueLiteral="0"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="animal" lowerBound="1"
eType="ecore:EClass ../../com.verticon.tracker/model/tracker.ecore#//Animal"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exhibitor" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lot" lowerBound="1" eType="#//Lot"
eOpposite="#//Lot/exhibits"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="salesOrder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inAuction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="award" eType="#//Award"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="YouthClub">
<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="contacts" lowerBound="1"
upperBound="-1" eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Division">
<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="departments" lowerBound="1"
upperBound="-1" eType="#//Department" containment="true" eOpposite="#//Department/division"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Department">
<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="classes" lowerBound="1"
upperBound="-1" eType="#//Class" containment="true" eOpposite="#//Class/department"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superintendents" upperBound="-1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="division" lowerBound="1"
eType="#//Division" eOpposite="#//Division/departments"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class">
<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="lots" lowerBound="1" upperBound="-1"
eType="#//Lot" containment="true" eOpposite="#//Lot/class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="judges" lowerBound="1"
upperBound="-1" eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="department" lowerBound="1"
eType="#//Department" eOpposite="#//Department/classes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Lot">
<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="exhibits" lowerBound="1"
upperBound="-1" eType="#//Exhibit" containment="true" eOpposite="#//Exhibit/lot"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="class" lowerBound="1" eType="#//Class"
eOpposite="#//Class/lots"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Person">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="phone" eType="#//USTelephoneNumber"/>
<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" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="state" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zipCode" eType="#//ZipCode"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true" derived="true" iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pin" eType="ecore:EDataType ../../com.verticon.tracker/model/tracker.ecore#//PremisesIdNumber"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="salesOrder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exhibitorNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType ../../com.verticon.tracker/model/tracker.ecore#//Email"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ZipCode" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="USTelephoneNumber" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EClass" name="YoungPerson" eSuperTypes="#//Person">
<eStructuralFeatures xsi:type="ecore:EReference" name="parents" lowerBound="1"
upperBound="-1" eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="club" lowerBound="1" eType="#//YouthClub"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Award">
<eLiterals name="Unspecified" literal=""/>
<eLiterals name="GrandChampion" value="1" literal="Grand Champion"/>
<eLiterals name="ReserveChampion" value="2" literal="Reserve Champion"/>
<eLiterals name="BlueRibbon" value="3" literal="Blue Ribbon"/>
<eLiterals name="RedRibbon" value="4" literal="Red Ribbon"/>
<eLiterals name="WhiteRibbon" value="5" literal="White Ribbon"/>
<eLiterals name="PinkRibbon" value="6" literal="Pink Ribbon"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/jconlon/tracker/tracker/tags/REL-desktop.beta.0.2/com.verticon.tracker.fair/model/fair.ecore | ecore | fair
Fair
exhibits
name
youthClubs
divisions
premises
people
comments
Exhibit
name
number
0
comments
animal
exhibitor
lot
salesOrder
inAuction
award
YouthClub
name
contacts
comments
Division
name
departments
comments
description
Department
name
classes
superintendents
division
comments
description
Class
name
lots
judges
department
comments
description
Lot
name
exhibits
class
comments
description
Person
firstName
lastName
phone
street
city
state
zipCode
name
comments
pin
salesOrder
exhibitorNumber
email
ZipCode
java.lang.String
java.lang.String
USTelephoneNumber
java.lang.String
java.lang.String
YoungPerson
parents
club
Award
Unspecified
GrandChampion
Grand Champion
ReserveChampion
Reserve Champion
BlueRibbon
Blue Ribbon
RedRibbon
Red Ribbon
WhiteRibbon
White Ribbon
PinkRibbon
Pink Ribbon | null | {"directed":true,"nodes":[{"nsPrefix":"com.verticon.tracker.fair","nsURI":"http://www.verticon.com/ns/tracker/fair/0.1.0","name":"fair","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fair","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exhibit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"YouthClub","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Department","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lot","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ZipCode","instanceClass":"java.lang.String","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"USTelephoneNumber","instanceClass":"java.lang.String","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"YoungPerson","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Award","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":-1,"unique":true,"name":"exhibits","lowerBound":0,"id":13,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"youthClubs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"divisions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"premises","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":"people","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":"comments","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":false,"lowerBound":1,"iD":false,"id":27,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":true,"unique":true,"name":"number","changeable":false,"lowerBound":0,"iD":false,"id":28,"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":"comments","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":"animal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exhibitor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lot","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"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":"salesOrder","changeable":false,"lowerBound":0,"iD":false,"id":33,"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":"inAuction","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"award","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exhibits","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contacts","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"comments","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"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":"departments","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"comments","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"division","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superintendents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":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":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"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":"department","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":73,"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":"lots","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"judges","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"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":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"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":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":"comments","changeable":true,"lowerBound":0,"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"},{"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":"firstName","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","changeable":true,"lowerBound":1,"iD":false,"id":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":"phone","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":"street","changeable":true,"lowerBound":0,"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":"city","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":1,"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":"zipCode","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":100,"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":"comments","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":true,"transient":false,"unique":true,"name":"pin","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":"salesOrder","changeable":true,"lowerBound":0,"iD":false,"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":"exhibitorNumber","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parents","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"club","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"name":"Unspecified","id":124,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"GrandChampion","id":125,"value":1,"literal":"Grand Champion","eClass":"EEnumLiteral"},{"name":"ReserveChampion","id":126,"value":2,"literal":"Reserve Champion","eClass":"EEnumLiteral"},{"name":"BlueRibbon","id":127,"value":3,"literal":"Blue Ribbon","eClass":"EEnumLiteral"},{"name":"RedRibbon","id":128,"value":4,"literal":"Red Ribbon","eClass":"EEnumLiteral"},{"name":"WhiteRibbon","id":129,"value":5,"literal":"White Ribbon","eClass":"EEnumLiteral"},{"name":"PinkRibbon","id":130,"value":6,"literal":"Pink Ribbon","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":13,"target":2},{"source":13,"target":20},{"source":13,"target":1},{"source":20,"target":2},{"source":14,"target":21},{"source":14,"target":1},{"source":15,"target":3},{"source":15,"target":22},{"source":15,"target":1},{"source":22,"target":3},{"source":16,"target":4},{"source":16,"target":23},{"source":16,"target":1},{"source":23,"target":4},{"source":17,"target":24},{"source":17,"target":1},{"source":18,"target":8},{"source":18,"target":25},{"source":18,"target":1},{"source":25,"target":8},{"source":19,"target":26},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":27,"target":36},{"source":27,"target":2},{"source":28,"target":37},{"source":28,"target":2},{"source":29,"target":38},{"source":29,"target":2},{"source":30,"target":39},{"source":30,"target":2},{"source":31,"target":8},{"source":31,"target":40},{"source":31,"target":2},{"source":40,"target":8},{"source":32,"target":7},{"source":32,"target":41},{"source":32,"target":2},{"source":32,"target":42},{"source":41,"target":7},{"source":33,"target":43},{"source":33,"target":2},{"source":34,"target":44},{"source":34,"target":2},{"source":35,"target":12},{"source":35,"target":45},{"source":35,"target":2},{"source":45,"target":12},{"source":3,"target":0},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":46,"target":49},{"source":46,"target":3},{"source":47,"target":8},{"source":47,"target":50},{"source":47,"target":3},{"source":50,"target":8},{"source":48,"target":51},{"source":48,"target":3},{"source":4,"target":0},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":52,"target":56},{"source":52,"target":4},{"source":53,"target":5},{"source":53,"target":57},{"source":53,"target":4},{"source":53,"target":58},{"source":57,"target":5},{"source":54,"target":59},{"source":54,"target":4},{"source":55,"target":60},{"source":55,"target":4},{"source":5,"target":0},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":58},{"source":5,"target":64},{"source":5,"target":65},{"source":61,"target":66},{"source":61,"target":5},{"source":62,"target":6},{"source":62,"target":67},{"source":62,"target":5},{"source":62,"target":68},{"source":67,"target":6},{"source":63,"target":8},{"source":63,"target":69},{"source":63,"target":5},{"source":69,"target":8},{"source":58,"target":4},{"source":58,"target":70},{"source":58,"target":5},{"source":58,"target":53},{"source":70,"target":4},{"source":64,"target":71},{"source":64,"target":5},{"source":65,"target":72},{"source":65,"target":5},{"source":6,"target":0},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":68},{"source":6,"target":76},{"source":6,"target":77},{"source":73,"target":78},{"source":73,"target":6},{"source":74,"target":7},{"source":74,"target":79},{"source":74,"target":6},{"source":74,"target":80},{"source":79,"target":7},{"source":75,"target":8},{"source":75,"target":81},{"source":75,"target":6},{"source":81,"target":8},{"source":68,"target":5},{"source":68,"target":82},{"source":68,"target":6},{"source":68,"target":62},{"source":82,"target":5},{"source":76,"target":83},{"source":76,"target":6},{"source":77,"target":84},{"source":77,"target":6},{"source":7,"target":0},{"source":7,"target":85},{"source":7,"target":42},{"source":7,"target":80},{"source":7,"target":86},{"source":7,"target":87},{"source":85,"target":88},{"source":85,"target":7},{"source":42,"target":2},{"source":42,"target":89},{"source":42,"target":7},{"source":42,"target":32},{"source":89,"target":2},{"source":80,"target":6},{"source":80,"target":90},{"source":80,"target":7},{"source":80,"target":74},{"source":90,"target":6},{"source":86,"target":91},{"source":86,"target":7},{"source":87,"target":92},{"source":87,"target":7},{"source":8,"target":0},{"source":8,"target":93},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":8,"target":99},{"source":8,"target":100},{"source":8,"target":101},{"source":8,"target":102},{"source":8,"target":103},{"source":8,"target":104},{"source":8,"target":105},{"source":93,"target":106},{"source":93,"target":8},{"source":94,"target":107},{"source":94,"target":8},{"source":95,"target":10},{"source":95,"target":108},{"source":95,"target":8},{"source":108,"target":10},{"source":96,"target":109},{"source":96,"target":8},{"source":97,"target":110},{"source":97,"target":8},{"source":98,"target":111},{"source":98,"target":8},{"source":99,"target":9},{"source":99,"target":112},{"source":99,"target":8},{"source":112,"target":9},{"source":100,"target":113},{"source":100,"target":8},{"source":101,"target":114},{"source":101,"target":8},{"source":102,"target":115},{"source":102,"target":8},{"source":103,"target":116},{"source":103,"target":8},{"source":104,"target":117},{"source":104,"target":8},{"source":105,"target":118},{"source":105,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":119},{"source":11,"target":120},{"source":11,"target":121},{"source":119,"target":8},{"source":119,"target":122},{"source":119,"target":11},{"source":122,"target":8},{"source":120,"target":3},{"source":120,"target":123},{"source":120,"target":11},{"source":123,"target":3},{"source":121,"target":8},{"source":12,"target":0},{"source":12,"target":124},{"source":12,"target":125},{"source":12,"target":126},{"source":12,"target":127},{"source":12,"target":128},{"source":12,"target":129},{"source":12,"target":130},{"source":124,"target":12},{"source":125,"target":12},{"source":126,"target":12},{"source":127,"target":12},{"source":128,"target":12},{"source":129,"target":12},{"source":130,"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="model" nsURI="http://www.example.org/htmlDoc" nsPrefix="htmlDoc">
<eAnnotations source="http://www.eclipse.org/OCL/Import">
<details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="HtmlRoot">
<eStructuralFeatures xsi:type="ecore:EReference" name="steps" lowerBound="1" upperBound="-1"
eType="#//FormStep" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cssStyles" upperBound="-1"
eType="#//CssStyle" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormStep">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stepTitle" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="formElements" upperBound="-1"
eType="#//FormElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stepStyle" upperBound="-1"
eType="#//CssStyle"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementStyle" upperBound="-1"
eType="#//CssStyle"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="label" eSuperTypes="#//FormElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="for" lowerBound="1" eType="#//input"
eOpposite="#//input/labelledBy">
<eAnnotations source="labels" references="#//label/for"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constrastRatio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<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="input" eSuperTypes="#//FormElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="text"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelledBy" lowerBound="1"
eType="#//label" eOpposite="#//label/for"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="-1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CssStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selector" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cssDeclarations" lowerBound="1"
upperBound="-1" eType="#//CssDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CssDeclaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" 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="img" eSuperTypes="#//FormElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alt" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/tue-mdse/ocl-dataset/dataset-mtl/repos/JudasGeiten/htmlvalidator-V2/no.hib.masters.model/model/model.ecore | ecore | model
HtmlRoot
steps
cssStyles
FormStep
stepTitle
formElements
stepStyle
FormElement
elementStyle
label
value
for
constrastRatio
id
input
type
text
labelledBy
id
-1
CssStyle
selector
cssDeclarations
CssDeclaration
property
value
img
alt | null | {"directed":true,"nodes":[{"nsPrefix":"htmlDoc","nsURI":"http://www.example.org/htmlDoc","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HtmlRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormStep","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"label","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"input","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CssStyle","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CssDeclaration","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"img","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":"steps","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"cssStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stepTitle","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formElements","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":"stepStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"for","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constrastRatio","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"labelledBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"text","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"text","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"-1","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"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":"selector","changeable":true,"lowerBound":1,"iD":true,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cssDeclarations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alt","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":6},{"source":10,"target":12},{"source":10,"target":1},{"source":12,"target":6},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":13,"target":16},{"source":13,"target":2},{"source":14,"target":3},{"source":14,"target":17},{"source":14,"target":2},{"source":17,"target":3},{"source":15,"target":6},{"source":15,"target":18},{"source":15,"target":2},{"source":18,"target":6},{"source":3,"target":0},{"source":3,"target":19},{"source":19,"target":6},{"source":19,"target":20},{"source":19,"target":3},{"source":20,"target":6},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":21,"target":26},{"source":21,"target":4},{"source":22,"target":5},{"source":22,"target":27},{"source":22,"target":4},{"source":22,"target":28},{"source":27,"target":5},{"source":23,"target":29},{"source":23,"target":4},{"source":24,"target":30},{"source":24,"target":4},{"source":25,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":31},{"source":5,"target":28},{"source":5,"target":32},{"source":5,"target":33},{"source":31,"target":34},{"source":31,"target":5},{"source":28,"target":4},{"source":28,"target":35},{"source":28,"target":5},{"source":28,"target":22},{"source":35,"target":4},{"source":32,"target":36},{"source":32,"target":5},{"source":33,"target":3},{"source":6,"target":0},{"source":6,"target":37},{"source":6,"target":38},{"source":37,"target":39},{"source":37,"target":6},{"source":38,"target":7},{"source":38,"target":40},{"source":38,"target":6},{"source":40,"target":7},{"source":7,"target":0},{"source":7,"target":41},{"source":7,"target":42},{"source":41,"target":43},{"source":41,"target":7},{"source":42,"target":44},{"source":42,"target":7},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":45},{"source":8,"target":46},{"source":45,"target":47},{"source":45,"target":8},{"source":46,"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="componentstorypattern" nsURI="http://www.muml.org/reconfiguration/componentstorypattern/1.0.0"
nsPrefix="componentstorypattern">
<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="ComponentStoryPattern" eSuperTypes="../../org.muml.core/model/core.ecore#//NamedElement ../../org.muml.core/model/core.ecore#//CommentableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="thisVariable" lowerBound="1"
eType="#//ComponentVariable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentStoryPatternVariable" eSuperTypes="../../org.muml.core/model/core.ecore#//NamedElement ../../org.muml.core/model/core.ecore#//CommentableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bindingSemantics" eType="ecore:EEnum ../../org.muml.storydiagram/model/storydiagrams.ecore#//patterns/BindingSemantics"
defaultValueLiteral="MANDATORY"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bindingOperator" eType="ecore:EEnum ../../org.muml.storydiagram/model/storydiagrams.ecore#//patterns/BindingOperator"
defaultValueLiteral="CHECK_ONLY"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bindingState" eType="ecore:EEnum ../../org.muml.storydiagram/model/storydiagrams.ecore#//patterns/BindingState"
defaultValueLiteral="UNBOUND"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentVariable" eSuperTypes="#//ComponentStoryPatternVariable">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="AtLeastOnePartVariableOrPortVariable" value="self.portVariables->size() > 0 or self.partVariables->size() > 0"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="AtLeastOnePartVariableOrPortVariable"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="portVariables" upperBound="-1"
eType="#//PortVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="partVariables" upperBound="-1"
eType="#//PartVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectorVariables" upperBound="-1"
eType="#//ConnectorVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass ../../org.muml.reconfiguration/model/MumlReconfiguration.ecore#//ReconfigurableComponent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortVariable" abstract="true" eSuperTypes="#//ComponentStoryPatternVariable ../../org.muml.pim/model/pim.ecore#//connector/ConnectorEndpoint ../../org.muml.pim/model/pim.ecore#//behavior/TypedNamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="SameBindingOperatorAsParent" value="if self.oclAsType(ecore::EObject).eContainer().oclAsType(ComponentStoryPatternVariable).bindingOperator<>storydiagram::patterns::BindingOperator::CHECK_ONLY then
	self.bindingOperator = self.oclAsType(ecore::EObject).eContainer().oclAsType(ComponentStoryPatternVariable).bindingOperator
else
	true
endif"/>
<details key="SameBindingSemanticsAsParent" value="if self.oclAsType(ecore::EObject).eContainer().oclAsType(ComponentStoryPatternVariable).bindingSemantics=storydiagram::patterns::BindingSemantics::OPTIONAL then
	self.bindingSemantics = self.oclAsType(ecore::EObject).eContainer().oclAsType(ComponentStoryPatternVariable).bindingSemantics
else
	true
endif"/>
<details key="ValidTypeOfPortVariable" value="if self.oclAsType(ecore::EObject).eContainer().oclIsKindOf(ComponentVariable) then
	if not self.oclAsType(ecore::EObject).eContainer().oclAsType(ComponentVariable).type.oclIsUndefined() then
		self.oclAsType(ecore::EObject).eContainer().oclAsType(ComponentVariable).type.oclAsType(pim::component::Component).ports->includes(self.dataType.oclAsType(pim::component::Port))
	else
		false
	endif
else
	if self.oclAsType(ecore::EObject).eContainer().oclIsKindOf(PartVariable) then
		if not self.oclAsType(ecore::EObject).eContainer().oclAsType(PartVariable).dataType.oclIsUndefined() then
			self.oclAsType(ecore::EObject).eContainer().oclAsType(PartVariable).dataType.oclAsType(pim::component::ComponentPart).componentType.oclAsType(pim::component::Component).ports->includes(self.dataType.oclAsType(pim::component::Port))
		else
			false
		endif
	else
		true
	endif
endif"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="SameBindingOperatorAsParent SameBindingSemanticsAsParent ValidTypeOfPortVariable"/>
</eAnnotations>
<eAnnotations source="http://www.muml.org/emf/OCLFilter">
<details key="choices" value="if self.oclAsType(ecore::EObject).eContainer().oclIsKindOf(PartVariable)
then self.oclAsType(ecore::EObject).eContainer().oclAsType(PartVariable).componentPartType.portParts.portType
else
	self.oclAsType(ecore::EObject).eContainer().oclAsType(ComponentVariable).type.ports
endif"/>
<details key="feature" value="dataType"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="portType" lowerBound="1"
eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//component/Port" changeable="false"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="self.dataType.oclAsType(component::Port)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectorVariables" upperBound="-1"
eType="#//ConnectorVariable" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="self.connectors->select(c | c.oclIsKindOf(ConnectorVariable)).oclAsType(ConnectorVariable)->asOrderedSet()"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PartVariable" abstract="true" eSuperTypes="#//ComponentStoryPatternVariable ../../org.muml.pim/model/pim.ecore#//behavior/TypedNamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="SameBindingOperatorAsComponentVariable" value="if self.oclAsType(ecore::EObject).eContainer().oclAsType(ComponentStoryPatternVariable).bindingOperator<>storydiagram::patterns::BindingOperator::CHECK_ONLY then
	self.bindingOperator = self.oclAsType(ecore::EObject).eContainer().oclAsType(ComponentStoryPatternVariable).bindingOperator
else
	true
endif"/>
<details key="ValidTypeOfPartVariable" value="if not self.oclAsType(ecore::EObject).eContainer().oclAsType(ComponentVariable).type.oclIsUndefined() then
	if self.oclAsType(ecore::EObject).eContainer().oclAsType(ComponentVariable).type.oclIsKindOf(pim::component::StructuredComponent) then
		self.oclAsType(ecore::EObject).eContainer().oclAsType(ComponentVariable).type.oclAsType(pim::component::StructuredComponent).embeddedComponentParts->includes(self.dataType.oclAsType(pim::component::ComponentPart))
	else
		false
	endif
else
	false
endif"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="SameBindingOperatorAsComponentVariable ValidTypeOfPartVariable"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="portVariables" upperBound="-1"
eType="#//PortVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentPartType" lowerBound="1"
eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//component/ComponentPart"
changeable="false" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="self.dataType.oclAsType(component::ComponentPart)"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectorVariable" abstract="true" eSuperTypes="#//ComponentStoryPatternVariable ../../org.muml.pim/model/pim.ecore#//connector/Connector">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="MustNotConnectCreateAndDestroyPorts" value="if self.portVariables->asOrderedSet()->first().oclAsType(ComponentStoryPatternVariable).bindingOperator=storydiagram::patterns::BindingOperator::CREATE then
	self.portVariables->asOrderedSet()->last().oclAsType(ComponentStoryPatternVariable).bindingOperator<>storydiagram::patterns::BindingOperator::DESTROY
else
	if self.portVariables->asOrderedSet()->first().oclAsType(ComponentStoryPatternVariable).bindingOperator=storydiagram::patterns::BindingOperator::DESTROY then
		self.portVariables->asOrderedSet()->last().oclAsType(ComponentStoryPatternVariable).bindingOperator<>storydiagram::patterns::BindingOperator::CREATE
	else
		true
	endif
endif"/>
<details key="SameBindingOperatorAsPortVariable" value="if self.portVariables->asOrderedSet()->first().oclAsType(ComponentStoryPatternVariable).bindingOperator<>storydiagram::patterns::BindingOperator::CHECK_ONLY then
	self.oclAsType(ComponentStoryPatternVariable).bindingOperator = self.portVariables->asOrderedSet()->first().oclAsType(ComponentStoryPatternVariable).bindingOperator
else
	if self.portVariables->asOrderedSet()->last().oclAsType(ComponentStoryPatternVariable).bindingOperator<>storydiagram::patterns::BindingOperator::CHECK_ONLY then
		self.oclAsType(ComponentStoryPatternVariable).bindingOperator = self.portVariables->asOrderedSet()->last().oclAsType(ComponentStoryPatternVariable).bindingOperator
	else
		true
	endif
endif"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="MustNotConnectCreateAndDestroyPorts SameBindingOperatorAsPortVariable"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="portVariables" upperBound="-1"
eType="#//PortVariable" changeable="false" volatile="true" transient="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="self.connectorEndpoints->select(i | i.oclIsKindOf(PortVariable)).oclAsType(PortVariable)->asOrderedSet()"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssemblyVariable" eSuperTypes="#//ConnectorVariable">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="ExistingAssemblyConnectorBetweenPortVariableTypes" value="if not self.type.oclIsUndefined() then
	let selfPorts = self.portVariables.portType.oclAsType(pim::component::Port), typePorts = self.type.connectorEndpoints.oclAsType(pim::component::PortPart).portType in 
	selfPorts->intersection(typePorts)->size() = 2		
else
		false
endif
"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ExistingConnectorBetweenPortVariableTypes"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//component/AssemblyConnector">
<eAnnotations source="http://www.muml.org/emf/OCLFilter">
<details key="choices" value="let this : ComponentVariable = self.oclAsType(ecore::EObject).eContainer().oclAsType(ComponentVariable),
	assemblyConnectors : Collection(connector::Connector) = this.type.oclAsType(component::StructuredComponent).connectors->select(oclIsTypeOf(component::AssemblyConnector)),
	portVariableTypes: Collection(component::Port) = self.portVariables.portType->excluding(null)
in
	assemblyConnectors->select(aC | portVariableTypes->forAll(p | aC.oclAsType(component::AssemblyConnector).portParts.portType->includes(p)))"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelegationVariable" eSuperTypes="#//ConnectorVariable">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="ExistingDelegationConnectorBetweenPortVariableTypes" value="if not self.type.oclIsUndefined() then
	let selfPorts : OrderedSet(pim::component::Port) = self.portVariables.portType.oclAsType(pim::component::Port)->asOrderedSet(),
	typePorts: OrderedSet(pim::component::Port) = self.type.connectorEndpoints->collect( cE |
	 if cE.oclIsTypeOf(pim::component::PortPart)	
 then cE.oclAsType(pim::component::PortPart).portType
	 else 
	 	if cE.oclIsKindOf(pim::component::Port)
	 	then cE.oclAsType(pim::component::Port)
	 	else null
	 	endif
	 endif)->asOrderedSet()
	in 
	selfPorts->intersection(typePorts)->size() = 2		
else
		false
endif"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ExistingDelegationConnectorBetweenPortVariableTypes"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass ../../org.muml.pim/model/pim.ecore#//component/DelegationConnector">
<eAnnotations source="http://www.muml.org/emf/OCLFilter">
<details key="choices" value="let outerPort : pim::component::Port = self.portVariables->select(oclAsType(ecore::EObject).eContainer().oclIsTypeOf(ComponentVariable))->at(1).portType,
	innerPort : pim::component::Port = self.portVariables.portType->excluding(outerPort)->at(1),
	delegationConnectorsOuter : OrderedSet(pim::connector::Connector) = outerPort.connectors->select(oclIsTypeOf(pim::component::DelegationConnector))
in
	delegationConnectorsOuter->select(dC | dC.oclAsType(pim::component::DelegationConnector).portPart.portType = innerPort)"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SinglePortVariable" eSuperTypes="#//PortVariable">
<eStructuralFeatures xsi:type="ecore:EReference" name="multiPortVariable" eType="#//MultiPortVariable"
eOpposite="#//MultiPortVariable/subPortVariables"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="positionConstraints" upperBound="-1"
eType="#//MultiPortPositionConstraint" containment="true" eOpposite="#//MultiPortPositionConstraint/subPortVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiPortVariable" eSuperTypes="#//PortVariable">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="MultiPortCreatedOnlyIfParentCreated" value="-- Multi Port Variables may only be created if their parent is created as well
if(self.bindingOperator = storydiagram::patterns::BindingOperator::CREATE and self.oclAsType(ecore::EObject).eContainer().oclIsKindOf(ComponentStoryPatternVariable)) then
	self.oclAsType(ecore::EObject).eContainer().oclAsType(ComponentStoryPatternVariable).bindingOperator = storydiagram::patterns::BindingOperator::CREATE
else
	true
endif"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="subPortVariables" upperBound="-1"
eType="#//SinglePortVariable" eOpposite="#//SinglePortVariable/multiPortVariable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="These are all sub-portVariables of the multi-portVariable. The sub-portVariables are represented by SinglePortVariables. \todosd{Why is this not a containment reference?}""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="gmfSubPortVariables" upperBound="-1"
eType="#//SinglePortVariable" derived="true" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This reference just derives the values of "subPortVariables" and specifies a containment. This containment reference is needed by the GMF tooling."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="self.subPortVariables"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderConstraints" upperBound="-1"
eType="#//MultiPortOrderConstraint" containment="true" eOpposite="#//MultiPortOrderConstraint/multiPortVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TriggerEmbeddedComponentExpression"
abstract="true" eSuperTypes="../../org.muml.core/model/core.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This expression is an abstract superclass for anything that can be triggered on an embedded component. 
Examples may include triggering reconfigurations on embedded components."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FadingComponentPartVariable" eSuperTypes="#//PartVariable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A FadingComponentVariable refers to a FadingComponent and enables to 
specify a FadingFunction that needs to be carried out as part of the reconfiguration.
FadingComponentVariables may only be contained in ControllerExchangeNodes."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="AppliedFadingFunctionIsContainedInType" value=" let fadingFunction : reconfiguration::FadingFunction = self.appliedFadingFunction.oclAsType(reconfiguration::FadingFunction) in
 	if fadingFunction.oclIsUndefined()
 	then true
 	else
		self.dataType.oclAsType(pim::component::ComponentPart).componentType.oclAsType(reconfiguration::FadingComponent).fadingFunction
		->select(curFadingFunction : reconfiguration::FadingFunction| curFadingFunction = fadingFunction)->size()=1
	endif"/>
<details key="NotDefineAppliedFadingFunctionForVariableNotContainedInControllerExchangeNode"
value="if not self.oclAsType(ecore::EObject).eContainer().oclAsType(ecore::EObject).eContainer().oclAsType(ecore::EObject).eContainer().oclIsTypeOf(componentstorydiagram::ControllerExchangeNode)
	then self.appliedFadingFunction.oclIsUndefined()
else true
endif"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="AppliedFadingFunctionIsContainedInType NotDefineAppliedFadingFunctionForVariableNotContainedInControllerExchangeNode"/>
</eAnnotations>
<eAnnotations source="http://www.muml.org/emf/OCLFilter">
<details key="choices" value="let 
	component : component::StructuredComponent = self.oclAsType(ecore::EObject).eContainer().oclAsType(ComponentVariable).type.oclAsType(component::StructuredComponent)
in
	component.embeddedComponentParts->select(p | p.componentType.oclIsTypeOf(reconfiguration::FadingComponent))"/>
<details key="feature" value="dataType"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedFadingFunction"
eType="ecore:EClass ../../org.muml.reconfiguration/model/MumlReconfiguration.ecore#//FadingFunction">
<eAnnotations source="http://www.muml.org/emf/OCLFilter">
<details key="choices" value="self.componentPartType.componentType.oclAsType(reconfiguration::FadingComponent).fadingFunction"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentPartVariable" eSuperTypes="#//PartVariable">
<eAnnotations source="http://www.muml.org/emf/OCLFilter">
<details key="choices" value="let 
	component : component::StructuredComponent = self.oclAsType(ecore::EObject).eContainer().oclAsType(ComponentVariable).type.oclAsType(component::StructuredComponent)
in
	component.embeddedComponentParts->select(p | not p.componentType.oclIsTypeOf(reconfiguration::FadingComponent))"/>
<details key="feature" value="dataType"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="triggerEmbeddedComponentExpressions"
eType="#//TriggerEmbeddedComponentExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiPortOrderConstraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="multiPortVariable" lowerBound="1"
eType="#//MultiPortVariable" eOpposite="#//MultiPortVariable/orderConstraints"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="srcSubPortVariable" lowerBound="1"
eType="#//SinglePortVariable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orderConstraintType" eType="#//MultiPortOrderConstraintType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tgtSubPortVariable" lowerBound="1"
eType="#//SinglePortVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiPortPositionConstraint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="positionConstraintType"
eType="#//MultiPortPositionConstraintType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subPortVariable" lowerBound="1"
eType="#//SinglePortVariable" eOpposite="#//SinglePortVariable/positionConstraints"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MultiPortOrderConstraintType">
<eLiterals name="NEXT"/>
<eLiterals name="PREV" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MultiPortPositionConstraintType">
<eLiterals name="FIRST"/>
<eLiterals name="LAST" value="1"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/fraunhofer-iem/mechatronicuml-reconfigurationmodeling/org.muml.reconfiguration.componentstorypattern/model/ComponentStoryPattern.ecore | ecore | componentstorypattern
ComponentStoryPattern
thisVariable
ComponentStoryPatternVariable
bindingSemantics
MANDATORY
bindingOperator
CHECK_ONLY
bindingState
UNBOUND
ComponentVariable
portVariables
partVariables
connectorVariables
type
PortVariable
portType
connectorVariables
PartVariable
portVariables
componentPartType
ConnectorVariable
portVariables
AssemblyVariable
type
DelegationVariable
type
SinglePortVariable
multiPortVariable
positionConstraints
MultiPortVariable
subPortVariables
gmfSubPortVariables
orderConstraints
TriggerEmbeddedComponentExpression
FadingComponentPartVariable
appliedFadingFunction
ComponentPartVariable
triggerEmbeddedComponentExpressions
MultiPortOrderConstraint
multiPortVariable
srcSubPortVariable
orderConstraintType
tgtSubPortVariable
MultiPortPositionConstraint
positionConstraintType
subPortVariable
MultiPortOrderConstraintType
NEXT
NEXT
PREV
PREV
MultiPortPositionConstraintType
FIRST
FIRST
LAST
LAST | null | {"directed":true,"nodes":[{"nsPrefix":"componentstorypattern","nsURI":"http://www.muml.org/reconfiguration/componentstorypattern/1.0.0","name":"componentstorypattern","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentStoryPattern","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentStoryPatternVariable","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentVariable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortVariable","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartVariable","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorVariable","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyVariable","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelegationVariable","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SinglePortVariable","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiPortVariable","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerEmbeddedComponentExpression","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FadingComponentPartVariable","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentPartVariable","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiPortOrderConstraint","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiPortPositionConstraint","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MultiPortOrderConstraintType","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MultiPortPositionConstraintType","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thisVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"MANDATORY","unsettable":false,"transient":false,"unique":true,"name":"bindingSemantics","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":"CHECK_ONLY","unsettable":false,"transient":false,"unique":true,"name":"bindingOperator","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":"UNBOUND","unsettable":false,"transient":false,"unique":true,"name":"bindingState","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"portVariables","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":"partVariables","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":"connectorVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"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":"portType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":39,"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":"connectorVariables","changeable":false,"resolveProxies":true,"lowerBound":0,"id":40,"derived":true},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"portVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"componentPartType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":47,"derived":true},{"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":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"portVariables","changeable":false,"resolveProxies":true,"lowerBound":0,"id":52,"derived":true},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"multiPortVariable","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":"positionConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subPortVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"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":"subPortVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"gmfSubPortVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orderConstraints","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"},{"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":"multiPortVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"appliedFadingFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"triggerEmbeddedComponentExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"srcSubPortVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"orderConstraintType","changeable":true,"lowerBound":0,"iD":false,"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":"tgtSubPortVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"positionConstraintType","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"name":"NEXT","id":93,"value":0,"literal":"NEXT","eClass":"EEnumLiteral"},{"name":"PREV","id":94,"value":1,"literal":"PREV","eClass":"EEnumLiteral"},{"name":"FIRST","id":95,"value":0,"literal":"FIRST","eClass":"EEnumLiteral"},{"name":"LAST","id":96,"value":1,"literal":"LAST","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":18,"target":3},{"source":18,"target":21},{"source":18,"target":1},{"source":21,"target":3},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":22,"target":27},{"source":22,"target":2},{"source":23,"target":28},{"source":23,"target":2},{"source":24,"target":29},{"source":24,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":30,"target":4},{"source":30,"target":35},{"source":30,"target":3},{"source":35,"target":4},{"source":31,"target":5},{"source":31,"target":36},{"source":31,"target":3},{"source":36,"target":5},{"source":32,"target":6},{"source":32,"target":37},{"source":32,"target":3},{"source":37,"target":6},{"source":33,"target":38},{"source":33,"target":3},{"source":34,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":39,"target":44},{"source":39,"target":4},{"source":40,"target":6},{"source":40,"target":45},{"source":40,"target":4},{"source":45,"target":6},{"source":41,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":46,"target":4},{"source":46,"target":50},{"source":46,"target":5},{"source":50,"target":4},{"source":47,"target":51},{"source":47,"target":5},{"source":48,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":52,"target":4},{"source":52,"target":55},{"source":52,"target":6},{"source":55,"target":4},{"source":53,"target":2},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":56},{"source":7,"target":57},{"source":56,"target":58},{"source":56,"target":7},{"source":57,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":59},{"source":8,"target":60},{"source":59,"target":61},{"source":59,"target":8},{"source":60,"target":6},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":62},{"source":9,"target":63},{"source":9,"target":64},{"source":62,"target":10},{"source":62,"target":65},{"source":62,"target":9},{"source":62,"target":66},{"source":65,"target":10},{"source":63,"target":15},{"source":63,"target":67},{"source":63,"target":9},{"source":63,"target":68},{"source":67,"target":15},{"source":64,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":66},{"source":10,"target":69},{"source":10,"target":70},{"source":10,"target":71},{"source":66,"target":9},{"source":66,"target":72},{"source":66,"target":10},{"source":66,"target":62},{"source":72,"target":9},{"source":69,"target":9},{"source":69,"target":73},{"source":69,"target":10},{"source":73,"target":9},{"source":70,"target":14},{"source":70,"target":74},{"source":70,"target":10},{"source":70,"target":75},{"source":74,"target":14},{"source":71,"target":4},{"source":11,"target":0},{"source":11,"target":76},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":77},{"source":12,"target":78},{"source":77,"target":79},{"source":77,"target":12},{"source":78,"target":5},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":80},{"source":13,"target":81},{"source":80,"target":11},{"source":80,"target":82},{"source":80,"target":13},{"source":82,"target":11},{"source":81,"target":5},{"source":14,"target":0},{"source":14,"target":75},{"source":14,"target":83},{"source":14,"target":84},{"source":14,"target":85},{"source":75,"target":10},{"source":75,"target":86},{"source":75,"target":14},{"source":75,"target":70},{"source":86,"target":10},{"source":83,"target":9},{"source":83,"target":87},{"source":83,"target":14},{"source":87,"target":9},{"source":84,"target":16},{"source":84,"target":88},{"source":84,"target":14},{"source":88,"target":16},{"source":85,"target":9},{"source":85,"target":89},{"source":85,"target":14},{"source":89,"target":9},{"source":15,"target":0},{"source":15,"target":90},{"source":15,"target":68},{"source":90,"target":17},{"source":90,"target":91},{"source":90,"target":15},{"source":91,"target":17},{"source":68,"target":9},{"source":68,"target":92},{"source":68,"target":15},{"source":68,"target":63},{"source":92,"target":9},{"source":16,"target":0},{"source":16,"target":93},{"source":16,"target":94},{"source":93,"target":16},{"source":94,"target":16},{"source":17,"target":0},{"source":17,"target":95},{"source":17,"target":96},{"source":95,"target":17},{"source":96,"target":17}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="trace"
nsURI="http://rain.ifmo.ru/~breslav/2007/astrans/interperter/trace" nsPrefix="trace">
<eClassifiers xsi:type="ecore:EClass" name="Trace">
<eOperations name="addClassMapping" lowerBound="1" eType="#//ClassMapping">
<eParameters name="proto" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
<eParameters name="image" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eOperations>
<eOperations name="addAttributeMapping">
<eParameters name="proto" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/>
<eParameters name="image" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/>
</eOperations>
<eOperations name="addReferenceMapping">
<eParameters name="proto" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/>
<eParameters name="image" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/>
<eParameters name="type" eType="#//ReferenceMappingType"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="input" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="output" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputModelRoot" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputModelRoot" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classMappings" upperBound="-1"
eType="#//ClassMapping" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeMappings" upperBound="-1"
eType="#//AttributeMapping" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceMappings" upperBound="-1"
eType="#//ReferenceMapping" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassMapping">
<eStructuralFeatures xsi:type="ecore:EReference" name="proto" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="image" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeMapping">
<eStructuralFeatures xsi:type="ecore:EReference" name="proto" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="image" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceMapping">
<eStructuralFeatures xsi:type="ecore:EReference" name="proto" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="image" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ReferenceMappingType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ReferenceMappingType">
<eLiterals name="NONE"/>
<eLiterals name="TRANSLATED" value="1"/>
<eLiterals name="MAPPED" value="2"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/abreslav/astrans/ru.ifmo.rain.astrans.interpreter.trace/model/trace.ecore | ecore | trace
Trace
addClassMapping
proto
image
addAttributeMapping
proto
image
addReferenceMapping
proto
image
type
input
output
inputModelRoot
outputModelRoot
classMappings
attributeMappings
referenceMappings
ClassMapping
proto
image
AttributeMapping
proto
image
ReferenceMapping
proto
image
type
ReferenceMappingType
NONE
NONE
TRANSLATED
TRANSLATED
MAPPED
MAPPED | null | {"directed":true,"nodes":[{"nsPrefix":"trace","nsURI":"http://rain.ifmo.ru/~breslav/2007/astrans/interperter/trace","name":"trace","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassMapping","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeMapping","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceMapping","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ReferenceMappingType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"addClassMapping","lowerBound":1,"id":6,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addAttributeMapping","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addReferenceMapping","lowerBound":0,"id":8,"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":"input","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":false,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputModelRoot","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputModelRoot","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classMappings","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":"attributeMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referenceMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"proto","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"image","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EParameter"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"proto","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"image","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EParameter"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"proto","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"image","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"proto","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"proto","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"proto","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":false,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"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":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"name":"NONE","id":52,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"TRANSLATED","id":53,"value":1,"literal":"TRANSLATED","eClass":"EEnumLiteral"},{"name":"MAPPED","id":54,"value":2,"literal":"MAPPED","eClass":"EEnumLiteral"}],"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":6,"target":2},{"source":6,"target":16},{"source":6,"target":1},{"source":6,"target":17},{"source":6,"target":18},{"source":16,"target":2},{"source":17,"target":19},{"source":17,"target":6},{"source":18,"target":20},{"source":18,"target":6},{"source":7,"target":1},{"source":7,"target":21},{"source":7,"target":22},{"source":21,"target":23},{"source":21,"target":7},{"source":22,"target":24},{"source":22,"target":7},{"source":8,"target":1},{"source":8,"target":25},{"source":8,"target":26},{"source":8,"target":27},{"source":25,"target":28},{"source":25,"target":8},{"source":26,"target":29},{"source":26,"target":8},{"source":27,"target":5},{"source":27,"target":30},{"source":27,"target":8},{"source":30,"target":5},{"source":9,"target":31},{"source":9,"target":1},{"source":10,"target":32},{"source":10,"target":1},{"source":11,"target":33},{"source":11,"target":1},{"source":12,"target":34},{"source":12,"target":1},{"source":13,"target":2},{"source":13,"target":35},{"source":13,"target":1},{"source":35,"target":2},{"source":14,"target":3},{"source":14,"target":36},{"source":14,"target":1},{"source":36,"target":3},{"source":15,"target":4},{"source":15,"target":37},{"source":15,"target":1},{"source":37,"target":4},{"source":2,"target":0},{"source":2,"target":38},{"source":2,"target":39},{"source":38,"target":40},{"source":38,"target":2},{"source":39,"target":41},{"source":39,"target":2},{"source":3,"target":0},{"source":3,"target":42},{"source":3,"target":43},{"source":42,"target":44},{"source":42,"target":3},{"source":43,"target":45},{"source":43,"target":3},{"source":4,"target":0},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":46,"target":49},{"source":46,"target":4},{"source":47,"target":50},{"source":47,"target":4},{"source":48,"target":5},{"source":48,"target":51},{"source":48,"target":4},{"source":51,"target":5},{"source":5,"target":0},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":52,"target":5},{"source":53,"target":5},{"source":54,"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="finitestatemachines" nsURI="http://fr.inria.diverse.examples.fsm" nsPrefix="finitestatemachines">
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="states2" upperBound="-1" eType="//State2" containment="true" eOpposite="//State2/stateMachine2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions2" upperBound="-1" eType="//Transition2" containment="true" eOpposite="//Transition2/stateMachine"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State2" eSuperTypes="//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="//Transition2" eOpposite="//Transition2/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="//Transition2" eOpposite="//Transition2/target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine2" eType="//StateMachine" eOpposite="//StateMachine/states2"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialTime2">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="finalTime">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="//State2"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="//State2"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition2" eSuperTypes="//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//State2" eOpposite="//State2/incoming"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="//State2" eOpposite="//State2/outgoing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trigger" eType="//Trigger2" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" lowerBound="1" eType="//StateMachine" eOpposite="//StateMachine/transitions2"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialTime">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="finalTime2">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimedTransition" eSuperTypes="//Transition2">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trigger2">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="//State2"/>
<eClassifiers xsi:type="ecore:EClass" name="Fork" eSuperTypes="//Pseudostate"/>
<eClassifiers xsi:type="ecore:EClass" name="Join2" eSuperTypes="//Pseudostate"/>
</ecore:EPackage>
| github:ecore:/data/diverse-project/melange-examples/otherfsm/model/otherfsm.ecore | ecore | finitestatemachines
NamedElement
name
StateMachine
states2
transitions2
State2
outgoing
incoming
stateMachine2
initialTime2
finalTime
FinalState
InitialState
Transition2
target
source
trigger
stateMachine
initialTime
finalTime2
TimedTransition
duration
Trigger2
expression
Pseudostate
Fork
Join2 | null | {"directed":true,"nodes":[{"nsPrefix":"finitestatemachines","nsURI":"http://fr.inria.diverse.examples.fsm","name":"finitestatemachines","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State2","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition2","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedTransition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger2","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fork","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Join2","instanceClass":null,"abstract":false,"id":11,"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":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stateMachine2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stateMachine","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":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","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":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"initialTime2","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"finalTime","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialTime","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"finalTime2","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":12,"target":13},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":14,"target":3},{"source":14,"target":17},{"source":14,"target":2},{"source":14,"target":18},{"source":17,"target":3},{"source":15,"target":6},{"source":15,"target":19},{"source":15,"target":2},{"source":15,"target":20},{"source":19,"target":6},{"source":16,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":18},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":21,"target":6},{"source":21,"target":26},{"source":21,"target":3},{"source":21,"target":27},{"source":26,"target":6},{"source":22,"target":6},{"source":22,"target":28},{"source":22,"target":3},{"source":22,"target":29},{"source":28,"target":6},{"source":18,"target":2},{"source":18,"target":30},{"source":18,"target":3},{"source":18,"target":14},{"source":30,"target":2},{"source":23,"target":31},{"source":23,"target":3},{"source":24,"target":32},{"source":24,"target":3},{"source":25,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":33},{"source":33,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":34},{"source":34,"target":3},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":29},{"source":6,"target":27},{"source":6,"target":35},{"source":6,"target":20},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":29,"target":3},{"source":29,"target":39},{"source":29,"target":6},{"source":29,"target":22},{"source":39,"target":3},{"source":27,"target":3},{"source":27,"target":40},{"source":27,"target":6},{"source":27,"target":21},{"source":40,"target":3},{"source":35,"target":8},{"source":35,"target":41},{"source":35,"target":6},{"source":41,"target":8},{"source":20,"target":2},{"source":20,"target":42},{"source":20,"target":6},{"source":20,"target":15},{"source":42,"target":2},{"source":36,"target":43},{"source":36,"target":6},{"source":37,"target":44},{"source":37,"target":6},{"source":38,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":45},{"source":7,"target":46},{"source":45,"target":47},{"source":45,"target":7},{"source":46,"target":6},{"source":8,"target":0},{"source":8,"target":48},{"source":48,"target":49},{"source":48,"target":8},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":50},{"source":50,"target":3},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":51},{"source":51,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":52},{"source":52,"target":9}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bibtex"
nsURI="http://www.free.fr/mdwhatever/Bibtex" nsPrefix="bibtex">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="bibEntry" upperBound="-1"
eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BibType">
<eStructuralFeatures xsi:type="ecore:EReference" name="citeKey" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//CiteKey"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="title" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Title"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="year" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Year"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="month" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Month"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="note" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Note"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Key"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Article" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType">
<eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="journal" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Journal"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="volume" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Volume"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="number" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Number"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pages" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Pages"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Book" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType">
<eStructuralFeatures xsi:type="ecore:EReference" name="publisher" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Publisher"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="editor" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Editor"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="volume" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Volume"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="series" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Series"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="edition" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Edition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Booklet" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType">
<eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="howpublished" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Howpublished"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conference" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType">
<eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="booktitle" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Booktitle"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="editor" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Editor"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pages" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Pages"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Organization"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="publisher" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Publisher"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Inbook" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType">
<eStructuralFeatures xsi:type="ecore:EReference" name="publisher" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Publisher"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="editor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chapter" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Chapter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pages" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Pages"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="volume" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Volume"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="series" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Series"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="edition" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Edition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Incollection" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType">
<eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="booktitle" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Booktitle"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="editor" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Editor"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pages" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Pages"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Organization"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="publisher" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Publisher"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Inproceedings" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType">
<eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="booktitle" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Booktitle"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="editor" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Editor"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="series" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Series"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pages" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Pages"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Organization"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="publisher" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Publisher"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Manual" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType">
<eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Organization"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="edition" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Edition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mastersthesis" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType">
<eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="school" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//School"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Misc" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType">
<eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="howpublished" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Howpublished"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Phdthesis" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType">
<eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="school" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//School"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Proceedings" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType">
<eStructuralFeatures xsi:type="ecore:EReference" name="editor" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Editor"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="publisher" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Publisher"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Organization"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Techreport" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType">
<eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="institution" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Institution"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Type"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="number" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Number"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Address"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unpublished" eSuperTypes="platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//BibType">
<eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="ecore:EClass platform:/resource/fr.free.mdwhatever.bibtex/src-gen/fr/free/mdwhatever/Bibtex.ecore#//Author"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CiteKey">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="citeKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Address">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Author">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Booktitle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booktitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Chapter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="chapter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Crossref">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="crossref" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Edition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="edition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Editor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="editor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Howpublished">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="howpublished" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Institution">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="institution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Journal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="journal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Key">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Month">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="month" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Note">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="note" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Number">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Organization">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="organization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pages">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Publisher">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="publisher" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="School">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="school" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Series">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="series" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Title">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Volume">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volume" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Year">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/BibTeX.ecore | ecore | bibtex
Model
bibEntry
BibType
citeKey
title
year
month
note
key
Article
author
journal
volume
number
pages
Book
publisher
author
editor
volume
series
address
edition
Booklet
author
howpublished
address
Conference
author
booktitle
editor
pages
organization
publisher
address
Inbook
publisher
author
editor
chapter
pages
volume
series
address
edition
Incollection
author
booktitle
editor
pages
organization
publisher
address
Inproceedings
author
booktitle
editor
series
pages
organization
publisher
address
Manual
author
organization
address
edition
Mastersthesis
author
school
address
Misc
author
howpublished
Phdthesis
author
school
address
Proceedings
editor
publisher
organization
address
Techreport
author
institution
type
number
address
Unpublished
author
CiteKey
citeKey
Address
address
Author
author
Booktitle
booktitle
Chapter
chapter
Crossref
crossref
Edition
edition
Editor
editor
Howpublished
howpublished
Institution
institution
Journal
journal
Key
key
Month
month
Note
note
Number
number
Organization
organization
Pages
pages
Publisher
publisher
School
school
Series
series
Title
title
Type
type
Volume
volume
Year
year | null | {"directed":true,"nodes":[{"nsPrefix":"bibtex","nsURI":"http://www.free.fr/mdwhatever/Bibtex","name":"bibtex","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BibType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Article","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Booklet","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inbook","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Incollection","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inproceedings","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manual","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mastersthesis","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Misc","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Phdthesis","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proceedings","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Techreport","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unpublished","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CiteKey","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Booktitle","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chapter","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Crossref","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edition","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Editor","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Howpublished","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Institution","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Journal","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Month","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Note","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Number","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organization","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pages","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Publisher","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"School","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Series","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Title","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Volume","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Year","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bibEntry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"citeKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"month","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"note","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"journal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"volume","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"publisher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"editor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"volume","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"series","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"howpublished","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"booktitle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"editor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"publisher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"publisher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"editor","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"chapter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"volume","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"series","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"booktitle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"editor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"publisher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"booktitle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"editor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"series","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"publisher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"school","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"howpublished","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"school","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"editor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"publisher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"institution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"citeKey","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booktitle","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"chapter","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"crossref","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"edition","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"editor","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"howpublished","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"institution","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"journal","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"month","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"note","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publisher","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"school","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"series","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volume","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":1,"target":0},{"source":1,"target":41},{"source":41,"target":42},{"source":41,"target":1},{"source":2,"target":0},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":43,"target":49},{"source":43,"target":2},{"source":44,"target":50},{"source":44,"target":2},{"source":45,"target":51},{"source":45,"target":2},{"source":46,"target":52},{"source":46,"target":2},{"source":47,"target":53},{"source":47,"target":2},{"source":48,"target":54},{"source":48,"target":2},{"source":3,"target":0},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":55,"target":61},{"source":55,"target":3},{"source":56,"target":62},{"source":56,"target":3},{"source":57,"target":63},{"source":57,"target":3},{"source":58,"target":64},{"source":58,"target":3},{"source":59,"target":65},{"source":59,"target":3},{"source":4,"target":0},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":70},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":66,"target":74},{"source":66,"target":4},{"source":67,"target":75},{"source":67,"target":4},{"source":68,"target":76},{"source":68,"target":4},{"source":69,"target":77},{"source":69,"target":4},{"source":70,"target":78},{"source":70,"target":4},{"source":71,"target":79},{"source":71,"target":4},{"source":72,"target":80},{"source":72,"target":4},{"source":5,"target":0},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":81,"target":85},{"source":81,"target":5},{"source":82,"target":86},{"source":82,"target":5},{"source":83,"target":87},{"source":83,"target":5},{"source":6,"target":0},{"source":6,"target":88},{"source":6,"target":89},{"source":6,"target":90},{"source":6,"target":91},{"source":6,"target":92},{"source":6,"target":93},{"source":6,"target":94},{"source":6,"target":95},{"source":88,"target":96},{"source":88,"target":6},{"source":89,"target":97},{"source":89,"target":6},{"source":90,"target":98},{"source":90,"target":6},{"source":91,"target":99},{"source":91,"target":6},{"source":92,"target":100},{"source":92,"target":6},{"source":93,"target":101},{"source":93,"target":6},{"source":94,"target":102},{"source":94,"target":6},{"source":7,"target":0},{"source":7,"target":103},{"source":7,"target":104},{"source":7,"target":105},{"source":7,"target":106},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":7,"target":112},{"source":103,"target":113},{"source":103,"target":7},{"source":104,"target":114},{"source":104,"target":7},{"source":105,"target":115},{"source":105,"target":7},{"source":106,"target":116},{"source":106,"target":7},{"source":107,"target":117},{"source":107,"target":7},{"source":108,"target":118},{"source":108,"target":7},{"source":109,"target":119},{"source":109,"target":7},{"source":110,"target":120},{"source":110,"target":7},{"source":111,"target":121},{"source":111,"target":7},{"source":8,"target":0},{"source":8,"target":122},{"source":8,"target":123},{"source":8,"target":124},{"source":8,"target":125},{"source":8,"target":126},{"source":8,"target":127},{"source":8,"target":128},{"source":8,"target":129},{"source":122,"target":130},{"source":122,"target":8},{"source":123,"target":131},{"source":123,"target":8},{"source":124,"target":132},{"source":124,"target":8},{"source":125,"target":133},{"source":125,"target":8},{"source":126,"target":134},{"source":126,"target":8},{"source":127,"target":135},{"source":127,"target":8},{"source":128,"target":136},{"source":128,"target":8},{"source":9,"target":0},{"source":9,"target":137},{"source":9,"target":138},{"source":9,"target":139},{"source":9,"target":140},{"source":9,"target":141},{"source":9,"target":142},{"source":9,"target":143},{"source":9,"target":144},{"source":9,"target":145},{"source":137,"target":146},{"source":137,"target":9},{"source":138,"target":147},{"source":138,"target":9},{"source":139,"target":148},{"source":139,"target":9},{"source":140,"target":149},{"source":140,"target":9},{"source":141,"target":150},{"source":141,"target":9},{"source":142,"target":151},{"source":142,"target":9},{"source":143,"target":152},{"source":143,"target":9},{"source":144,"target":153},{"source":144,"target":9},{"source":10,"target":0},{"source":10,"target":154},{"source":10,"target":155},{"source":10,"target":156},{"source":10,"target":157},{"source":10,"target":158},{"source":154,"target":159},{"source":154,"target":10},{"source":155,"target":160},{"source":155,"target":10},{"source":156,"target":161},{"source":156,"target":10},{"source":157,"target":162},{"source":157,"target":10},{"source":11,"target":0},{"source":11,"target":163},{"source":11,"target":164},{"source":11,"target":165},{"source":11,"target":166},{"source":163,"target":167},{"source":163,"target":11},{"source":164,"target":168},{"source":164,"target":11},{"source":165,"target":169},{"source":165,"target":11},{"source":12,"target":0},{"source":12,"target":170},{"source":12,"target":171},{"source":12,"target":172},{"source":170,"target":173},{"source":170,"target":12},{"source":171,"target":174},{"source":171,"target":12},{"source":13,"target":0},{"source":13,"target":175},{"source":13,"target":176},{"source":13,"target":177},{"source":13,"target":178},{"source":175,"target":179},{"source":175,"target":13},{"source":176,"target":180},{"source":176,"target":13},{"source":177,"target":181},{"source":177,"target":13},{"source":14,"target":0},{"source":14,"target":182},{"source":14,"target":183},{"source":14,"target":184},{"source":14,"target":185},{"source":14,"target":186},{"source":182,"target":187},{"source":182,"target":14},{"source":183,"target":188},{"source":183,"target":14},{"source":184,"target":189},{"source":184,"target":14},{"source":185,"target":190},{"source":185,"target":14},{"source":15,"target":0},{"source":15,"target":191},{"source":15,"target":192},{"source":15,"target":193},{"source":15,"target":194},{"source":15,"target":195},{"source":15,"target":196},{"source":191,"target":197},{"source":191,"target":15},{"source":192,"target":198},{"source":192,"target":15},{"source":193,"target":199},{"source":193,"target":15},{"source":194,"target":200},{"source":194,"target":15},{"source":195,"target":201},{"source":195,"target":15},{"source":16,"target":0},{"source":16,"target":202},{"source":16,"target":203},{"source":202,"target":204},{"source":202,"target":16},{"source":17,"target":0},{"source":17,"target":205},{"source":205,"target":206},{"source":205,"target":17},{"source":18,"target":0},{"source":18,"target":207},{"source":207,"target":208},{"source":207,"target":18},{"source":19,"target":0},{"source":19,"target":209},{"source":209,"target":210},{"source":209,"target":19},{"source":20,"target":0},{"source":20,"target":211},{"source":211,"target":212},{"source":211,"target":20},{"source":21,"target":0},{"source":21,"target":213},{"source":213,"target":214},{"source":213,"target":21},{"source":22,"target":0},{"source":22,"target":215},{"source":215,"target":216},{"source":215,"target":22},{"source":23,"target":0},{"source":23,"target":217},{"source":217,"target":218},{"source":217,"target":23},{"source":24,"target":0},{"source":24,"target":219},{"source":219,"target":220},{"source":219,"target":24},{"source":25,"target":0},{"source":25,"target":221},{"source":221,"target":222},{"source":221,"target":25},{"source":26,"target":0},{"source":26,"target":223},{"source":223,"target":224},{"source":223,"target":26},{"source":27,"target":0},{"source":27,"target":225},{"source":225,"target":226},{"source":225,"target":27},{"source":28,"target":0},{"source":28,"target":227},{"source":227,"target":228},{"source":227,"target":28},{"source":29,"target":0},{"source":29,"target":229},{"source":229,"target":230},{"source":229,"target":29},{"source":30,"target":0},{"source":30,"target":231},{"source":231,"target":232},{"source":231,"target":30},{"source":31,"target":0},{"source":31,"target":233},{"source":233,"target":234},{"source":233,"target":31},{"source":32,"target":0},{"source":32,"target":235},{"source":235,"target":236},{"source":235,"target":32},{"source":33,"target":0},{"source":33,"target":237},{"source":237,"target":238},{"source":237,"target":33},{"source":34,"target":0},{"source":34,"target":239},{"source":239,"target":240},{"source":239,"target":34},{"source":35,"target":0},{"source":35,"target":241},{"source":241,"target":242},{"source":241,"target":35},{"source":36,"target":0},{"source":36,"target":243},{"source":243,"target":244},{"source":243,"target":36},{"source":37,"target":0},{"source":37,"target":245},{"source":245,"target":246},{"source":245,"target":37},{"source":38,"target":0},{"source":38,"target":247},{"source":247,"target":248},{"source":247,"target":38},{"source":39,"target":0},{"source":39,"target":249},{"source":249,"target":250},{"source":249,"target":39},{"source":40,"target":0},{"source":40,"target":251},{"source":251,"target":252},{"source":251,"target":40}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="symmetric" nsURI="http://www.sidiff.org/difference/symmetric/1.0"
nsPrefix="symmetric">
<eClassifiers xsi:type="ecore:EClass" name="SymmetricDifference">
<eOperations name="getCorrespondingObjectInA" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eParameters name="objectInB" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eOperations name="getCorrespondingObjectInB" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eParameters name="objectInA" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eOperations name="addCorrespondence">
<eParameters name="objectA" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eParameters name="objectB" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eOperations name="removeCorrespondence">
<eParameters name="correspondence" eType="#//Correspondence"/>
</eOperations>
<eOperations name="addCorrespondence">
<eParameters name="correspondence" eType="#//Correspondence"/>
</eOperations>
<eOperations name="addCorrespondence">
<eParameters name="objectA" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eParameters name="objectB" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eParameters name="reliability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eOperations>
<eOperations name="getReliability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eParameters name="objectA" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eParameters name="objectB" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eOperations name="removeCorrespondenceA">
<eParameters name="objectInA" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eOperations name="removeCorrespondenceB">
<eParameters name="objectInB" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="changes" upperBound="-1"
eType="#//Change" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="changeSets" upperBound="-1"
eType="#//SemanticChangeSet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="correspondences" upperBound="-1"
eType="#//Correspondence" changeable="false" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modelA" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EResource"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modelB" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EResource"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uriModelA" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uriModelB" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="notOverlappings" upperBound="-1"
eType="#//SemanticChangeSet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unusedChangeSets" upperBound="-1"
eType="#//SemanticChangeSet" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddObject" eSuperTypes="#//Change">
<eStructuralFeatures xsi:type="ecore:EReference" name="obj" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoveObject" eSuperTypes="#//Change">
<eStructuralFeatures xsi:type="ecore:EReference" name="obj" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddReference" eSuperTypes="#//Change">
<eStructuralFeatures xsi:type="ecore:EReference" name="src" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tgt" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoveReference" eSuperTypes="#//Change">
<eStructuralFeatures xsi:type="ecore:EReference" name="src" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tgt" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Change" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="SemanticChangeSet">
<eStructuralFeatures xsi:type="ecore:EReference" name="changes" upperBound="-1"
eType="#//Change"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="recognitionRName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="refinementLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="editRName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="partiallyOverlappings"
upperBound="-1" eType="#//SemanticChangeSet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subsets" upperBound="-1"
eType="#//SemanticChangeSet" eOpposite="#//SemanticChangeSet/supersets"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supersets" upperBound="-1"
eType="#//SemanticChangeSet" eOpposite="#//SemanticChangeSet/subsets"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="overlayings" upperBound="-1"
eType="#//SemanticChangeSet"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfACs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfParams" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="editRuleMatch" eType="#//EditRuleMatch"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Correspondence">
<eStructuralFeatures xsi:type="ecore:EReference" name="objA" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="objB" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reliability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="-1.0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeValueChange" eSuperTypes="#//Change">
<eStructuralFeatures xsi:type="ecore:EReference" name="objA" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="objB" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EString2EObjectSetMap" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//EObjectSet"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EditRuleMatch">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeOccurrencesA" upperBound="-1"
eType="#//EString2EObjectSetMap" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeOccurrencesB" upperBound="-1"
eType="#//EString2EObjectSetMap" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EObjectSet">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedSetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/dstrueber/bigtrafo/de.bigtrafo.benchmark/umlrecog/Symmetric.ecore | ecore | symmetric
SymmetricDifference
getCorrespondingObjectInA
objectInB
getCorrespondingObjectInB
objectInA
addCorrespondence
objectA
objectB
removeCorrespondence
correspondence
addCorrespondence
correspondence
addCorrespondence
objectA
objectB
reliability
getReliability
objectA
objectB
removeCorrespondenceA
objectInA
removeCorrespondenceB
objectInB
changes
changeSets
correspondences
modelA
modelB
uriModelA
uriModelB
notOverlappings
unusedChangeSets
AddObject
obj
RemoveObject
obj
AddReference
src
tgt
type
RemoveReference
src
tgt
type
Change
SemanticChangeSet
changes
name
priority
0
recognitionRName
refinementLevel
0
editRName
partiallyOverlappings
subsets
supersets
overlayings
description
numberOfACs
numberOfParams
editRuleMatch
Correspondence
objA
objB
reliability
-1.0
AttributeValueChange
objA
objB
type
EString2EObjectSetMap
java.util.Map$Entry
java.util.Map$Entry
key
value
EditRuleMatch
nodeOccurrencesA
nodeOccurrencesB
EObjectSet
elements | null | {"directed":true,"nodes":[{"nsPrefix":"symmetric","nsURI":"http://www.sidiff.org/difference/symmetric/1.0","name":"symmetric","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymmetricDifference","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddObject","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveObject","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddReference","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveReference","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Change","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticChangeSet","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Correspondence","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValueChange","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EString2EObjectSetMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditRuleMatch","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObjectSet","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCorrespondingObjectInA","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCorrespondingObjectInB","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addCorrespondence","lowerBound":0,"id":15,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeCorrespondence","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addCorrespondence","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addCorrespondence","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getReliability","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeCorrespondenceA","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeCorrespondenceB","lowerBound":0,"id":21,"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":"changes","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":"changeSets","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":"correspondences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"modelA","changeable":false,"lowerBound":0,"iD":false,"id":25,"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":"modelB","changeable":false,"lowerBound":0,"iD":false,"id":26,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uriModelA","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":"uriModelB","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"notOverlappings","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":"unusedChangeSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"objectInB","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EParameter"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"objectInA","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EParameter"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"objectA","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"objectB","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EParameter"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"correspondence","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"correspondence","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EParameter"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"objectA","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"objectB","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"reliability","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"objectA","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"objectB","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EParameter"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"objectInA","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"objectInB","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EParameter"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"obj","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"obj","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tgt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tgt","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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"changes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"recognitionRName","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"refinementLevel","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":"editRName","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partiallyOverlappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supersets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overlayings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfACs","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfParams","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":"editRuleMatch","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"},{"id":112,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"objA","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objB","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1.0","unsettable":false,"transient":false,"unique":true,"name":"reliability","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objA","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":"objB","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":"type","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"},{"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":130,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeOccurrencesA","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":"nodeOccurrencesB","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":13,"target":31},{"source":13,"target":1},{"source":13,"target":32},{"source":32,"target":33},{"source":32,"target":13},{"source":14,"target":34},{"source":14,"target":1},{"source":14,"target":35},{"source":35,"target":36},{"source":35,"target":14},{"source":15,"target":1},{"source":15,"target":37},{"source":15,"target":38},{"source":37,"target":39},{"source":37,"target":15},{"source":38,"target":40},{"source":38,"target":15},{"source":16,"target":1},{"source":16,"target":41},{"source":41,"target":8},{"source":41,"target":42},{"source":41,"target":16},{"source":42,"target":8},{"source":17,"target":1},{"source":17,"target":43},{"source":43,"target":8},{"source":43,"target":44},{"source":43,"target":17},{"source":44,"target":8},{"source":18,"target":1},{"source":18,"target":45},{"source":18,"target":46},{"source":18,"target":47},{"source":45,"target":48},{"source":45,"target":18},{"source":46,"target":49},{"source":46,"target":18},{"source":47,"target":50},{"source":47,"target":18},{"source":19,"target":51},{"source":19,"target":1},{"source":19,"target":52},{"source":19,"target":53},{"source":52,"target":54},{"source":52,"target":19},{"source":53,"target":55},{"source":53,"target":19},{"source":20,"target":1},{"source":20,"target":56},{"source":56,"target":57},{"source":56,"target":20},{"source":21,"target":1},{"source":21,"target":58},{"source":58,"target":59},{"source":58,"target":21},{"source":22,"target":6},{"source":22,"target":60},{"source":22,"target":1},{"source":60,"target":6},{"source":23,"target":7},{"source":23,"target":61},{"source":23,"target":1},{"source":61,"target":7},{"source":24,"target":8},{"source":24,"target":62},{"source":24,"target":1},{"source":62,"target":8},{"source":25,"target":63},{"source":25,"target":1},{"source":26,"target":64},{"source":26,"target":1},{"source":27,"target":65},{"source":27,"target":1},{"source":28,"target":66},{"source":28,"target":1},{"source":29,"target":7},{"source":29,"target":67},{"source":29,"target":1},{"source":67,"target":7},{"source":30,"target":7},{"source":30,"target":68},{"source":30,"target":1},{"source":68,"target":7},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":69},{"source":2,"target":70},{"source":69,"target":71},{"source":69,"target":2},{"source":70,"target":6},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":72},{"source":3,"target":73},{"source":72,"target":74},{"source":72,"target":3},{"source":73,"target":6},{"source":4,"target":0},{"source":4,"target":6},{"source":4,"target":75},{"source":4,"target":76},{"source":4,"target":77},{"source":4,"target":78},{"source":75,"target":79},{"source":75,"target":4},{"source":76,"target":80},{"source":76,"target":4},{"source":77,"target":81},{"source":77,"target":4},{"source":78,"target":6},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":5,"target":85},{"source":82,"target":86},{"source":82,"target":5},{"source":83,"target":87},{"source":83,"target":5},{"source":84,"target":88},{"source":84,"target":5},{"source":85,"target":6},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":92},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":101},{"source":7,"target":102},{"source":89,"target":6},{"source":89,"target":103},{"source":89,"target":7},{"source":103,"target":6},{"source":90,"target":104},{"source":90,"target":7},{"source":91,"target":105},{"source":91,"target":7},{"source":92,"target":106},{"source":92,"target":7},{"source":93,"target":107},{"source":93,"target":7},{"source":94,"target":108},{"source":94,"target":7},{"source":95,"target":7},{"source":95,"target":109},{"source":95,"target":7},{"source":109,"target":7},{"source":96,"target":7},{"source":96,"target":110},{"source":96,"target":7},{"source":96,"target":97},{"source":110,"target":7},{"source":97,"target":7},{"source":97,"target":111},{"source":97,"target":7},{"source":97,"target":96},{"source":111,"target":7},{"source":98,"target":7},{"source":98,"target":112},{"source":98,"target":7},{"source":112,"target":7},{"source":99,"target":113},{"source":99,"target":7},{"source":100,"target":114},{"source":100,"target":7},{"source":101,"target":115},{"source":101,"target":7},{"source":102,"target":11},{"source":102,"target":116},{"source":102,"target":7},{"source":116,"target":11},{"source":8,"target":0},{"source":8,"target":117},{"source":8,"target":118},{"source":8,"target":119},{"source":117,"target":120},{"source":117,"target":8},{"source":118,"target":121},{"source":118,"target":8},{"source":119,"target":122},{"source":119,"target":8},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":123},{"source":9,"target":124},{"source":9,"target":125},{"source":9,"target":126},{"source":123,"target":127},{"source":123,"target":9},{"source":124,"target":128},{"source":124,"target":9},{"source":125,"target":129},{"source":125,"target":9},{"source":126,"target":6},{"source":10,"target":0},{"source":10,"target":130},{"source":10,"target":131},{"source":130,"target":132},{"source":130,"target":10},{"source":131,"target":12},{"source":131,"target":133},{"source":131,"target":10},{"source":133,"target":12},{"source":11,"target":0},{"source":11,"target":134},{"source":11,"target":135},{"source":134,"target":10},{"source":134,"target":136},{"source":134,"target":11},{"source":136,"target":10},{"source":135,"target":10},{"source":135,"target":137},{"source":135,"target":11},{"source":137,"target":10},{"source":12,"target":0},{"source":12,"target":138},{"source":138,"target":139},{"source":138,"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="pamodel" nsURI="http://www.eclipse.org/emf/teneo/elver/2005/pamodel"
nsPrefix="org.elver.pamodel">
<eClassifiers xsi:type="ecore:EClass" name="PAnnotatedEModelElement" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="PAnnotationElementCommutes"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//ENamedElement"
derived="true">
<eAnnotations source="teneo/internal/PersistenceMapping">
<details key="ignore" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="transient" eType="ecore:EClass pannotation.ecore#//Transient"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="noAuditing" eType="ecore:EClass pannotation.ecore#//NoAuditing"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PAnnotatedModel">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="AtMostOnePackage DistinctGenerators"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="paEPackages" upperBound="-1"
eType="#//PAnnotatedEPackage" containment="true" eOpposite="#//PAnnotatedEPackage/paModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PAnnotatedEPackage" eSuperTypes="#//PAnnotatedEModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="AtMostOneEClass"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="paModel" eType="#//PAnnotatedModel"
eOpposite="#//PAnnotatedModel/paEPackages">
<eAnnotations source="teneo/internal/PersistenceMapping">
<details key="ignore" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelEPackage" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"
changeable="false" volatile="true" transient="true">
<eAnnotations source="teneo/internal/PersistenceMapping">
<details key="ignore" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="paEClasses" upperBound="-1"
eType="#//PAnnotatedEClass" containment="true" eOpposite="#//PAnnotatedEClass/paEPackage">
<eAnnotations source="teneo/internal/PersistenceMapping">
<details key="ignore" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sequenceGenerators" upperBound="-1"
eType="ecore:EClass pannotation.ecore#//SequenceGenerator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tableGenerators" upperBound="-1"
eType="ecore:EClass pannotation.ecore#//TableGenerator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="paEDataTypes" upperBound="-1"
eType="#//PAnnotatedEDataType" containment="true" eOpposite="#//PAnnotatedEDataType/paEPackage">
<eAnnotations source="teneo/internal/PersistenceMapping">
<details key="ignore" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sequenceStyleGenerators"
upperBound="-1" eType="ecore:EClass pannotation.ecore#//SequenceStyleGenerator"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PAnnotatedEClass" eSuperTypes="#//PAnnotatedEModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="SameEFeatures EPackageCommutes ProperPrimaryKey EntityOrEmbeddableOrMappedSuper	OverriddenAreDefined ProperInheritance ProperDiscriminator SingleTableForSingleStrategy ProperPKJoin"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="paEPackage" eType="#//PAnnotatedEPackage"
eOpposite="#//PAnnotatedEPackage/paEClasses">
<eAnnotations source="teneo/internal/PersistenceMapping">
<details key="ignore" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelEClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"
changeable="false" volatile="true" transient="true">
<eAnnotations source="teneo/internal/PersistenceMapping">
<details key="ignore" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="paEStructuralFeatures"
upperBound="-1" eType="#//PAnnotatedEStructuralFeature" containment="true"
eOpposite="#//PAnnotatedEStructuralFeature/paEClass">
<eAnnotations source="teneo/internal/PersistenceMapping">
<details key="ignore" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeOverrides" upperBound="-1"
eType="ecore:EClass pannotation.ecore#//AttributeOverride" containment="true">
<eAnnotations source="elver.jpa">
<details key="annotationName" value="AttributeOverrides"/>
<details key="annotationClass" value="javax.persistence.AttributeOverrides"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="discriminatorColumn" eType="ecore:EClass pannotation.ecore#//DiscriminatorColumn"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="discriminatorValue" eType="ecore:EClass pannotation.ecore#//DiscriminatorValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="embeddable" eType="ecore:EClass pannotation.ecore#//Embeddable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappedSuperclass" eType="ecore:EClass pannotation.ecore#//MappedSuperclass"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="ecore:EClass pannotation.ecore#//Entity"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="idClass" eType="ecore:EClass pannotation.ecore#//IdClass"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inheritance" eType="ecore:EClass pannotation.ecore#//Inheritance"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryKeyJoinColumns"
upperBound="-1" eType="ecore:EClass pannotation.ecore#//PrimaryKeyJoinColumn"
containment="true">
<eAnnotations source="elver.jpa">
<details key="annotationName" value="PrimaryKeyJoinColumns"/>
<details key="annotationClass" value="javax.persistence.PrimaryKeyJoinColumns"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="secondaryTables" upperBound="-1"
eType="ecore:EClass pannotation.ecore#//SecondaryTable" containment="true">
<eAnnotations source="elver.jpa">
<details key="annotationName" value="SecondaryTables"/>
<details key="annotationClass" value="javax.persistence.SecondaryTables"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="ecore:EClass pannotation.ecore#//Table"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tableGenerator" eType="ecore:EClass pannotation.ecore#//TableGenerator"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associationOverrides" upperBound="-1"
eType="ecore:EClass pannotation.ecore#//AssociationOverride" containment="true">
<eAnnotations source="elver.jpa">
<details key="annotationName" value="AssociationOverrides"/>
<details key="annotationClass" value="javax.persistence.AssociationOverrides"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="eavMapping" eType="ecore:EClass pannotation.ecore#//EAVMapping"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="noEAVMapping" eType="ecore:EClass pannotation.ecore#//NoEAVMapping"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sequenceGenerators" upperBound="-1"
eType="ecore:EClass pannotation.ecore#//SequenceGenerator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="external" eType="ecore:EClass pannotation.ecore#//External"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cacheable" eType="ecore:EClass pannotation.ecore#//Cacheable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PAnnotatedEStructuralFeature" abstract="true"
eSuperTypes="#//PAnnotatedETypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="EClassCommutes TransientNotAnnotated"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="paEClass" eType="#//PAnnotatedEClass"
eOpposite="#//PAnnotatedEClass/paEStructuralFeatures">
<eAnnotations source="teneo/internal/PersistenceMapping">
<details key="ignore" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelEStructuralFeature"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="teneo/internal/PersistenceMapping">
<details key="ignore" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="foreignKey" eType="ecore:EClass pannotation.ecore#//ForeignKey"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listIndexColumn" ordered="false"
eType="ecore:EClass pannotation.ecore#//ListIndexColumn" containment="true">
<eAnnotations source="elver.jpa">
<details key="annotationName" value="JoinColumns"/>
<details key="annotationClass" value="javax.persistence.JoinColumns"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionTable" eType="ecore:EClass pannotation.ecore#//CollectionTable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementCollection" eType="ecore:EClass pannotation.ecore#//ElementCollection"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="id" eType="ecore:EClass pannotation.ecore#//Id"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapsId" eType="ecore:EClass pannotation.ecore#//MapsId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderColumn" eType="ecore:EClass pannotation.ecore#//OrderColumn"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PAnnotatedEAttribute" eSuperTypes="#//PAnnotatedEStructuralFeature">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="NotAnnotatedAsBasic GeneratedOnId DefinedGenerator IdOnEntityOrMappedSuper"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelEAttribute" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"
changeable="false" volatile="true" transient="true">
<eAnnotations source="teneo/internal/PersistenceMapping">
<details key="ignore" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="basic" eType="ecore:EClass pannotation.ecore#//Basic"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="enumerated" eType="ecore:EClass pannotation.ecore#//Enumerated"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generatedValue" eType="ecore:EClass pannotation.ecore#//GeneratedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lob" eType="ecore:EClass pannotation.ecore#//Lob"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="temporal" eType="ecore:EClass pannotation.ecore#//Temporal"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="version" eType="ecore:EClass pannotation.ecore#//Version"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PAnnotatedEReference" eSuperTypes="#//PAnnotatedEStructuralFeature">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="NotAnnotatedAsEmbed AssociationAgreeWithReference AssociationWellFormed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelEReference" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"
changeable="false" volatile="true" transient="true">
<eAnnotations source="teneo/internal/PersistenceMapping">
<details key="ignore" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="embedded" eType="ecore:EClass pannotation.ecore#//Embedded"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="embeddedId" eType="ecore:EClass pannotation.ecore#//EmbeddedId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="manyToMany" eType="ecore:EClass pannotation.ecore#//ManyToMany"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="manyToOne" eType="ecore:EClass pannotation.ecore#//ManyToOne"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapKey" eType="ecore:EClass pannotation.ecore#//MapKey"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oneToOne" eType="ecore:EClass pannotation.ecore#//OneToOne"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderBy" eType="ecore:EClass pannotation.ecore#//OrderBy"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryKeyJoinColumns"
upperBound="-1" eType="ecore:EClass pannotation.ecore#//PrimaryKeyJoinColumn"
containment="true">
<eAnnotations source="elver.jpa">
<details key="annotationName" value="PrimaryKeyJoinColumns"/>
<details key="annotationClass" value="javax.persistence.PrimaryKeyJoinColumns"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="associationOverrides" upperBound="-1"
eType="ecore:EClass pannotation.ecore#//AssociationOverride" containment="true">
<eAnnotations source="elver.jpa">
<details key="annotationName" value="AssociationOverrides"/>
<details key="annotationClass" value="javax.persistence.AssociationOverrides"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="external" eType="ecore:EClass pannotation.ecore#//External"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapKeyClass" eType="ecore:EClass pannotation.ecore#//MapKeyClass"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapKeyColumn" eType="ecore:EClass pannotation.ecore#//MapKeyColumn"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapKeyEnumerated" eType="ecore:EClass pannotation.ecore#//MapKeyEnumerated"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapKeyJoinColumns" upperBound="-1"
eType="ecore:EClass pannotation.ecore#//MapKeyJoinColumn" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapKeyTemporal" eType="ecore:EClass pannotation.ecore#//MapKeyTemporal"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PAnnotatedETypedElement" abstract="true"
eSuperTypes="#//PAnnotatedEModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="EClassCommutes TransientNotAnnotated"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeOverrides" upperBound="-1"
eType="ecore:EClass pannotation.ecore#//AttributeOverride" containment="true">
<eAnnotations source="elver.jpa">
<details key="annotationName" value="AttributeOverrides"/>
<details key="annotationClass" value="javax.persistence.AttributeOverrides"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="joinTable" eType="ecore:EClass pannotation.ecore#//JoinTable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oneToMany" eType="ecore:EClass pannotation.ecore#//OneToMany"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sequenceGenerator" eType="ecore:EClass pannotation.ecore#//SequenceGenerator"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tableGenerators" upperBound="-1"
eType="ecore:EClass pannotation.ecore#//TableGenerator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="joinColumns" upperBound="-1"
eType="ecore:EClass pannotation.ecore#//JoinColumn" containment="true">
<eAnnotations source="elver.jpa">
<details key="annotationName" value="JoinColumns"/>
<details key="annotationClass" value="javax.persistence.JoinColumns"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="ecore:EClass pannotation.ecore#//Column"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PAnnotatedEDataType" eSuperTypes="#//PAnnotatedEModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="NotAnnotatedAsBasic GeneratedOnId DefinedGenerator IdOnEntityOrMappedSuper"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelEDataType" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType" changeable="false"
volatile="true" transient="true">
<eAnnotations source="teneo/internal/PersistenceMapping">
<details key="ignore" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="basic" eType="ecore:EClass pannotation.ecore#//Basic"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="enumerated" eType="ecore:EClass pannotation.ecore#//Enumerated"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generatedValue" eType="ecore:EClass pannotation.ecore#//GeneratedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="id" eType="ecore:EClass pannotation.ecore#//Id"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lob" eType="ecore:EClass pannotation.ecore#//Lob"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="temporal" eType="ecore:EClass pannotation.ecore#//Temporal"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="version" eType="ecore:EClass pannotation.ecore#//Version"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="paEPackage" eType="#//PAnnotatedEPackage"
eOpposite="#//PAnnotatedEPackage/paEDataTypes">
<eAnnotations source="teneo/internal/PersistenceMapping">
<details key="ignore" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="ecore:EClass pannotation.ecore#//Column"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/kchobantonov/org.eclipse.emf.teneo/core/org.eclipse.emf.teneo.annotations/model/pamodel.ecore | ecore | pamodel
PAnnotatedEModelElement
modelElement
transient
noAuditing
PAnnotatedModel
paEPackages
PAnnotatedEPackage
paModel
modelEPackage
paEClasses
sequenceGenerators
tableGenerators
paEDataTypes
sequenceStyleGenerators
PAnnotatedEClass
paEPackage
modelEClass
paEStructuralFeatures
attributeOverrides
discriminatorColumn
discriminatorValue
embeddable
mappedSuperclass
entity
idClass
inheritance
primaryKeyJoinColumns
secondaryTables
table
tableGenerator
associationOverrides
eavMapping
noEAVMapping
sequenceGenerators
external
cacheable
PAnnotatedEStructuralFeature
paEClass
modelEStructuralFeature
foreignKey
listIndexColumn
collectionTable
elementCollection
id
mapsId
orderColumn
PAnnotatedEAttribute
modelEAttribute
basic
enumerated
generatedValue
lob
temporal
version
PAnnotatedEReference
modelEReference
embedded
embeddedId
manyToMany
manyToOne
mapKey
oneToOne
orderBy
primaryKeyJoinColumns
associationOverrides
external
mapKeyClass
mapKeyColumn
mapKeyEnumerated
mapKeyJoinColumns
mapKeyTemporal
PAnnotatedETypedElement
attributeOverrides
joinTable
oneToMany
sequenceGenerator
tableGenerators
joinColumns
column
PAnnotatedEDataType
modelEDataType
basic
enumerated
generatedValue
id
lob
temporal
version
paEPackage
column | null | {"directed":true,"nodes":[{"nsPrefix":"org.elver.pamodel","nsURI":"http://www.eclipse.org/emf/teneo/elver/2005/pamodel","name":"pamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PAnnotatedEModelElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PAnnotatedModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PAnnotatedEPackage","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PAnnotatedEClass","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PAnnotatedEStructuralFeature","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PAnnotatedEAttribute","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PAnnotatedEReference","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PAnnotatedETypedElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PAnnotatedEDataType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"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":"transient","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":"noAuditing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paEPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"modelEPackage","changeable":false,"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":"paEClasses","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":"sequenceGenerators","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":"tableGenerators","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":"paEDataTypes","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":"sequenceStyleGenerators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":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":"paEPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paEPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"modelEClass","changeable":false,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paEStructuralFeatures","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":"attributeOverrides","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discriminatorColumn","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":true,"unsettable":false,"transient":false,"unique":true,"name":"discriminatorValue","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":"embeddable","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":"mappedSuperclass","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":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idClass","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":"inheritance","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":"primaryKeyJoinColumns","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":"secondaryTables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tableGenerator","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":"associationOverrides","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":"eavMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"noEAVMapping","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":"sequenceGenerators","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":"external","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cacheable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paEClass","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"},{"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":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"modelEStructuralFeature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":78,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"foreignKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listIndexColumn","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":"collectionTable","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":"elementCollection","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":"id","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":"mapsId","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":"orderColumn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"modelEAttribute","changeable":false,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"basic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumerated","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":"generatedValue","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":"lob","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":"temporal","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":"version","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"},{"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":"modelEReference","changeable":false,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"embedded","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":"embeddedId","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":"manyToMany","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"manyToOne","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":"mapKey","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":"oneToOne","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":"orderBy","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":"primaryKeyJoinColumns","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":"associationOverrides","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"external","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mapKeyClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mapKeyColumn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mapKeyEnumerated","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mapKeyJoinColumns","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":"mapKeyTemporal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeOverrides","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":"joinTable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oneToMany","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":"sequenceGenerator","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":"tableGenerators","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":"joinColumns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"modelEDataType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"basic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumerated","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generatedValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"lob","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":"temporal","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":"version","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":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":10,"target":13},{"source":10,"target":1},{"source":11,"target":14},{"source":11,"target":1},{"source":12,"target":15},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":16},{"source":16,"target":3},{"source":16,"target":17},{"source":16,"target":2},{"source":16,"target":18},{"source":17,"target":3},{"source":3,"target":0},{"source":3,"target":1},{"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":18,"target":2},{"source":18,"target":26},{"source":18,"target":3},{"source":18,"target":16},{"source":26,"target":2},{"source":19,"target":27},{"source":19,"target":3},{"source":20,"target":4},{"source":20,"target":28},{"source":20,"target":3},{"source":20,"target":29},{"source":28,"target":4},{"source":21,"target":30},{"source":21,"target":3},{"source":22,"target":31},{"source":22,"target":3},{"source":23,"target":9},{"source":23,"target":32},{"source":23,"target":3},{"source":23,"target":33},{"source":32,"target":9},{"source":24,"target":34},{"source":24,"target":3},{"source":25,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":29},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":29,"target":3},{"source":29,"target":56},{"source":29,"target":4},{"source":29,"target":20},{"source":56,"target":3},{"source":35,"target":57},{"source":35,"target":4},{"source":36,"target":5},{"source":36,"target":58},{"source":36,"target":4},{"source":36,"target":59},{"source":58,"target":5},{"source":37,"target":60},{"source":37,"target":4},{"source":38,"target":61},{"source":38,"target":4},{"source":39,"target":62},{"source":39,"target":4},{"source":40,"target":63},{"source":40,"target":4},{"source":41,"target":64},{"source":41,"target":4},{"source":42,"target":65},{"source":42,"target":4},{"source":43,"target":66},{"source":43,"target":4},{"source":44,"target":67},{"source":44,"target":4},{"source":45,"target":68},{"source":45,"target":4},{"source":46,"target":69},{"source":46,"target":4},{"source":47,"target":70},{"source":47,"target":4},{"source":48,"target":71},{"source":48,"target":4},{"source":49,"target":72},{"source":49,"target":4},{"source":50,"target":73},{"source":50,"target":4},{"source":51,"target":74},{"source":51,"target":4},{"source":52,"target":75},{"source":52,"target":4},{"source":53,"target":76},{"source":53,"target":4},{"source":54,"target":77},{"source":54,"target":4},{"source":55,"target":1},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":59},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":5,"target":85},{"source":5,"target":86},{"source":59,"target":4},{"source":59,"target":87},{"source":59,"target":5},{"source":59,"target":36},{"source":87,"target":4},{"source":78,"target":88},{"source":78,"target":5},{"source":79,"target":89},{"source":79,"target":5},{"source":80,"target":90},{"source":80,"target":5},{"source":81,"target":91},{"source":81,"target":5},{"source":82,"target":92},{"source":82,"target":5},{"source":83,"target":93},{"source":83,"target":5},{"source":84,"target":94},{"source":84,"target":5},{"source":85,"target":95},{"source":85,"target":5},{"source":86,"target":8},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":96},{"source":6,"target":97},{"source":6,"target":98},{"source":6,"target":99},{"source":6,"target":100},{"source":6,"target":101},{"source":6,"target":102},{"source":6,"target":103},{"source":96,"target":104},{"source":96,"target":6},{"source":97,"target":105},{"source":97,"target":6},{"source":98,"target":106},{"source":98,"target":6},{"source":99,"target":107},{"source":99,"target":6},{"source":100,"target":108},{"source":100,"target":6},{"source":101,"target":109},{"source":101,"target":6},{"source":102,"target":110},{"source":102,"target":6},{"source":103,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":111},{"source":7,"target":112},{"source":7,"target":113},{"source":7,"target":114},{"source":7,"target":115},{"source":7,"target":116},{"source":7,"target":117},{"source":7,"target":118},{"source":7,"target":119},{"source":7,"target":120},{"source":7,"target":121},{"source":7,"target":122},{"source":7,"target":123},{"source":7,"target":124},{"source":7,"target":125},{"source":7,"target":126},{"source":7,"target":127},{"source":111,"target":128},{"source":111,"target":7},{"source":112,"target":129},{"source":112,"target":7},{"source":113,"target":130},{"source":113,"target":7},{"source":114,"target":131},{"source":114,"target":7},{"source":115,"target":132},{"source":115,"target":7},{"source":116,"target":133},{"source":116,"target":7},{"source":117,"target":134},{"source":117,"target":7},{"source":118,"target":135},{"source":118,"target":7},{"source":119,"target":136},{"source":119,"target":7},{"source":120,"target":137},{"source":120,"target":7},{"source":121,"target":138},{"source":121,"target":7},{"source":122,"target":139},{"source":122,"target":7},{"source":123,"target":140},{"source":123,"target":7},{"source":124,"target":141},{"source":124,"target":7},{"source":125,"target":142},{"source":125,"target":7},{"source":126,"target":143},{"source":126,"target":7},{"source":127,"target":5},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":144},{"source":8,"target":145},{"source":8,"target":146},{"source":8,"target":147},{"source":8,"target":148},{"source":8,"target":149},{"source":8,"target":150},{"source":8,"target":151},{"source":144,"target":152},{"source":144,"target":8},{"source":145,"target":153},{"source":145,"target":8},{"source":146,"target":154},{"source":146,"target":8},{"source":147,"target":155},{"source":147,"target":8},{"source":148,"target":156},{"source":148,"target":8},{"source":149,"target":157},{"source":149,"target":8},{"source":150,"target":158},{"source":150,"target":8},{"source":151,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":159},{"source":9,"target":160},{"source":9,"target":161},{"source":9,"target":162},{"source":9,"target":163},{"source":9,"target":164},{"source":9,"target":165},{"source":9,"target":166},{"source":9,"target":33},{"source":9,"target":167},{"source":9,"target":168},{"source":159,"target":169},{"source":159,"target":9},{"source":160,"target":170},{"source":160,"target":9},{"source":161,"target":171},{"source":161,"target":9},{"source":162,"target":172},{"source":162,"target":9},{"source":163,"target":173},{"source":163,"target":9},{"source":164,"target":174},{"source":164,"target":9},{"source":165,"target":175},{"source":165,"target":9},{"source":166,"target":176},{"source":166,"target":9},{"source":33,"target":3},{"source":33,"target":177},{"source":33,"target":9},{"source":33,"target":23},{"source":177,"target":3},{"source":167,"target":178},{"source":167,"target":9},{"source":168,"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="family" nsURI="http://org.genivi.family" nsPrefix="family">
<eAnnotations source="GenModel">
<details key="documentation" value="Copyright (C) 2013 TomTom International B.V.

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Family">
<eStructuralFeatures xsi:type="ecore:EReference" name="members" lowerBound="1"
upperBound="-1" eType="#//Person" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="surname" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfPets" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasASwimmingPool" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="#//Address"
unsettable="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="favoriteHolidayDestinations"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Person">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sexe" lowerBound="1" eType="#//Sexe"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedCars" upperBound="-1"
eType="#//Car" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Sexe">
<eLiterals name="MALE"/>
<eLiterals name="FEMALE" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Car">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfSeats" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
unsettable="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Address">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="street" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
unsettable="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WealthyFamily" eSuperTypes="#//Family">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="forbesRanking" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
unsettable="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/GENIVI/navigation/src/traffic-incidents-service/org.genivi.booleanexpr-model/model/Family.ecore | ecore | family
Family
members
surname
numberOfPets
hasASwimmingPool
address
favoriteHolidayDestinations
Person
firstName
sexe
ownedCars
Sexe
MALE
MALE
FEMALE
FEMALE
Car
numberOfSeats
Address
street
WealthyFamily
forbesRanking | null | {"directed":true,"nodes":[{"nsPrefix":"family","nsURI":"http://org.genivi.family","name":"family","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Family","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Sexe","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Car","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WealthyFamily","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"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":"surname","changeable":true,"lowerBound":1,"iD":false,"id":8,"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":"numberOfPets","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"hasASwimmingPool","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"favoriteHolidayDestinations","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"sexe","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedCars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"name":"MALE","id":25,"value":0,"literal":"MALE","eClass":"EEnumLiteral"},{"name":"FEMALE","id":26,"value":1,"literal":"FEMALE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"numberOfSeats","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"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":"street","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"forbesRanking","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"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":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":7,"target":2},{"source":7,"target":13},{"source":7,"target":1},{"source":13,"target":2},{"source":8,"target":14},{"source":8,"target":1},{"source":9,"target":15},{"source":9,"target":1},{"source":10,"target":16},{"source":10,"target":1},{"source":11,"target":5},{"source":11,"target":17},{"source":11,"target":1},{"source":17,"target":5},{"source":12,"target":18},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":19,"target":22},{"source":19,"target":2},{"source":20,"target":3},{"source":20,"target":23},{"source":20,"target":2},{"source":23,"target":3},{"source":21,"target":4},{"source":21,"target":24},{"source":21,"target":2},{"source":24,"target":4},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":26},{"source":25,"target":3},{"source":26,"target":3},{"source":4,"target":0},{"source":4,"target":27},{"source":27,"target":28},{"source":27,"target":4},{"source":5,"target":0},{"source":5,"target":29},{"source":29,"target":30},{"source":29,"target":5},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":31},{"source":6,"target":32},{"source":31,"target":33},{"source":31,"target":6},{"source":32,"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="ale" nsURI="http://www.xtext.ale/Ale" nsPrefix="ale">
<eClassifiers xsi:type="ecore:EClass" name="AleRoot">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="javaImports" eType="ecore:EClass platform:/resource/org.eclipse.xtext.xbase/model/Xtype.ecore#//XImportSection"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ecoreImport" eType="#//EcoreImport"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aleImports" upperBound="-1"
eType="#//AleImport" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//AleClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EcoreImport">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AleImport">
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//AleRoot"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AleClass">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//AleMethod" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AleMethod">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmTypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1"
eType="ecore:EClass platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmFormalParameter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConcreteMethod" eSuperTypes="#//AleMethod">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="ecore:EClass platform:/resource/org.eclipse.xtext.xbase/model/Xbase.ecore#//XExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractMethod" eSuperTypes="#//AleMethod"/>
<eClassifiers xsi:type="ecore:EClass" name="DefMethod" eSuperTypes="#//ConcreteMethod"/>
<eClassifiers xsi:type="ecore:EClass" name="OverrideMethod" eSuperTypes="#//ConcreteMethod"/>
</ecore:EPackage>
| github:ecore:/data/manuelleduc/sle18_artifact/plugins/ale.xtext/model/generated/Ale.ecore | ecore | ale
AleRoot
name
javaImports
ecoreImport
aleImports
classes
EcoreImport
uri
AleImport
ref
AleClass
abstract
name
methods
AleMethod
type
name
params
ConcreteMethod
block
AbstractMethod
DefMethod
OverrideMethod | null | {"directed":true,"nodes":[{"nsPrefix":"ale","nsURI":"http://www.xtext.ale/Ale","name":"ale","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AleRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EcoreImport","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AleImport","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AleClass","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AleMethod","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteMethod","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMethod","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefMethod","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OverrideMethod","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"javaImports","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":"ecoreImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aleImports","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":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"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":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":10,"target":15},{"source":10,"target":1},{"source":11,"target":16},{"source":11,"target":1},{"source":12,"target":2},{"source":12,"target":17},{"source":12,"target":1},{"source":17,"target":2},{"source":13,"target":3},{"source":13,"target":18},{"source":13,"target":1},{"source":18,"target":3},{"source":14,"target":4},{"source":14,"target":19},{"source":14,"target":1},{"source":19,"target":4},{"source":2,"target":0},{"source":2,"target":20},{"source":20,"target":21},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":22,"target":1},{"source":22,"target":23},{"source":22,"target":3},{"source":23,"target":1},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":24,"target":27},{"source":24,"target":4},{"source":25,"target":28},{"source":25,"target":4},{"source":26,"target":5},{"source":26,"target":29},{"source":26,"target":4},{"source":29,"target":5},{"source":5,"target":0},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":30,"target":33},{"source":30,"target":5},{"source":31,"target":34},{"source":31,"target":5},{"source":32,"target":35},{"source":32,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":36},{"source":6,"target":37},{"source":36,"target":38},{"source":36,"target":6},{"source":37,"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":6},{"source":8,"target":40},{"source":40,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":41},{"source":41,"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="core"
nsURI="http:///www.open-people.fr/rdal/core" nsPrefix="core">
<eClassifiers xsi:type="ecore:EClass" name="IdentifiedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="ContractualElement" abstract="true"
eSuperTypes="#//IdentifiedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="changeUncertainty" lowerBound="1"
eType="#//Uncertainty" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sources" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="originDate" eType="#//Date"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scheduleDate" eType="#//Date"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stakeholders" upperBound="-1"
eType="#//StakeHolder" eOpposite="#//StakeHolder/contractualElements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="evolvedTo" upperBound="-1"
eType="#//ContractualElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tracedTo" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="category" eType="ecore:EClass ../../../fr.labsticc.framework.settings.model/model/settings.ecore#//Category"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="satisfiedBy" upperBound="-1"
eType="#//ReferencedModelElements" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="agents" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true"
transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="derivedFrom" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dropped" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="droppingReason" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="satisfactionLevel" eType="#//Ratio"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rationales" lowerBound="1"
upperBound="-1" eType="#//Rationale" containment="true" eOpposite="#//Rationale/contract"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeCriticality" eType="#//Ratio"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contactInformation" upperBound="-1"
eType="#//Actor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="ecore:EClass ../../../fr.labsticc.framework.constraints.model/model/constraints.ecore#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass ../../../fr.labsticc.framework.constraints.model/model/constraints.ecore#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modes" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Uncertainty" eSuperTypes="#//IdentifiedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volatility" lowerBound="1"
eType="#//Ratio"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="costsImpact" lowerBound="1"
eType="#//PositiveFactor"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scheduleImpact" lowerBound="1"
eType="#//PositiveFactor"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precedence" lowerBound="1"
eType="#//Ratio"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="riskIndex" eType="#//Ratio"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propRiskIndex" eType="#//Ratio"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maturityIndex" eType="#//Ratio"
volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VerifiableElement" abstract="true" eSuperTypes="#//ContractualElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verified" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Specification" eSuperTypes="#//VerifiableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1"
eType="#//Actor" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="systOverview" lowerBound="1"
eType="#//SystemOverview" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requirementGroups" lowerBound="1"
upperBound="-1" eType="#//RequirementsGroup" containment="true" eOpposite="#//RequirementsGroup/specification"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="verificationActivities"
upperBound="-1" eType="#//VerificationActivity" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conflicts" upperBound="-1"
eType="#//Conflict" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constraintLanguagesSpecification"
lowerBound="1" eType="ecore:EClass ../../../fr.labsticc.framework.constraints.model/model/constraints.ecore#//ConstraintLanguagesSpecification"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specifies" lowerBound="1"
upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryActors" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemOverview" eSuperTypes="#//ContractualElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="goals" lowerBound="1" upperBound="-1"
eType="#//Goal" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="systemToBe" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contexts" lowerBound="1"
upperBound="-1" eType="#//SystemContext" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="systemBoundary" lowerBound="1"
upperBound="-1" eType="#//Variable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="purpose" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="capabilities" lowerBound="1"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemContext" eSuperTypes="#//IdentifiedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="globalSystem" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1"
eType="#//Actor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="systemBoundary" lowerBound="1"
upperBound="-1" eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="systemModes" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//IdentifiedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="images" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interactions" upperBound="-1"
eType="#//Interaction" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="phoneNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//IdentifiedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="entity" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" lowerBound="1"
eType="#//Direction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Goal" eSuperTypes="#//ContractualElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="conflicts" upperBound="-1"
eType="#//Conflict" eOpposite="#//Conflict/goals"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" lowerBound="1"
eType="#//Ratio"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conflict" eSuperTypes="#//IdentifiedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="goals" lowerBound="2" upperBound="2"
eType="#//Goal" eOpposite="#//Goal/conflicts"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="degree" lowerBound="1"
eType="#//Ratio"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StakeHolder" eSuperTypes="#//Actor">
<eStructuralFeatures xsi:type="ecore:EReference" name="contractualElements" lowerBound="1"
upperBound="-1" eType="#//ContractualElement" eOpposite="#//ContractualElement/stakeholders"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rationales" upperBound="-1"
eType="#//Rationale"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Ratio" instanceClassName="java.lang.Float">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="rangeZeroOne"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="PositiveFactor" instanceClassName="java.lang.Float"/>
<eClassifiers xsi:type="ecore:EDataType" name="Date" instanceClassName="java.util.Date"/>
<eClassifiers xsi:type="ecore:EEnum" name="Direction">
<eLiterals name="In"/>
<eLiterals name="Out" value="1"/>
<eLiterals name="InOut" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequirementsGroup" eSuperTypes="#//VerifiableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="requirements" lowerBound="1"
upperBound="-1" eType="#//AbstractRequirement" containment="true" eOpposite="#//AbstractRequirement/group"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specification" lowerBound="1"
eType="#//Specification" eOpposite="#//Specification/requirementGroups"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractRequirement" abstract="true"
eSuperTypes="#//VerifiableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="containedRequirements"
upperBound="-1" eType="#//AbstractRequirement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="verifiedBy" upperBound="-1"
eType="#//VerificationActivity" eOpposite="#//VerificationActivity/requirement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="group" lowerBound="1" eType="#//RequirementsGroup"
eOpposite="#//RequirementsGroup/requirements"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="risk" eType="#//RiskKind"
defaultValueLiteral="medium"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignedVariable" eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionVariables" upperBound="-1"
eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Requirement" eSuperTypes="#//AbstractRequirement">
<eStructuralFeatures xsi:type="ecore:EReference" name="refinedBY" upperBound="-1"
eType="#//Requirement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assumptions" upperBound="-1"
eType="#//Assumption" eOpposite="#//Assumption/requirements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imageAssumption" eType="#//Assumption"
eOpposite="#//Assumption/imageRequirement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="derivations" upperBound="-1"
eType="#//Requirement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assumption" eSuperTypes="#//AbstractRequirement">
<eStructuralFeatures xsi:type="ecore:EReference" name="requirements" eType="#//Requirement"
eOpposite="#//Requirement/assumptions"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//AssumptionType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imageRequirement" eType="#//Requirement"
eOpposite="#//Requirement/imageAssumption"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AssumptionType">
<eLiterals name="Technical"/>
<eLiterals name="Organizational" value="1"/>
<eLiterals name="Managerial" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VerificationActivity" eSuperTypes="#//IdentifiedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="requirement" eType="#//AbstractRequirement"
eOpposite="#//AbstractRequirement/verifiedBy"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verificationMethod" eType="#//VerificationMethod"
defaultValueLiteral="Test"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="externalRef" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="passed" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RiskKind">
<eLiterals name="High"/>
<eLiterals name="Medium" value="1"/>
<eLiterals name="Low" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="VerificationMethod">
<eLiterals name="Analysis"/>
<eLiterals name="Demonstration" value="1"/>
<eLiterals name="Inspection" value="2"/>
<eLiterals name="Test" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefExpressionCollectedModelElements"
eSuperTypes="#//ReferencedModelElements">
<eStructuralFeatures xsi:type="ecore:EReference" name="queryExpression" lowerBound="1"
eType="ecore:EClass ../../../fr.labsticc.framework.constraints.model/model/constraints.ecore#//FormalLanguageExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefUserSelectedModelElements" eSuperTypes="#//ReferencedModelElements">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="modelElementsCardinality"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferencedModelElements" abstract="true"
eSuperTypes="#//IdentifiedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElementReferences"
upperBound="-1" eType="#//ModelElementReference" containment="true" eOpposite="#//ModelElementReference/parent"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="agregationType" lowerBound="1"
eType="#//AgregationType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementReference" eSuperTypes="#//IdentifiedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="modelElementsContainedInSpecifedArchSpecs"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1"
eType="#//ReferencedModelElements" eOpposite="#//ReferencedModelElements/modelElementReferences"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="#//Ratio"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verifies" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="satisfactionLevel" eType="#//Ratio"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reason" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trace" eSuperTypes="#//ReferencedModelElements">
<eOperations name="modelElementReference" eType="#//TraceModelElementReference">
<eParameters name="modelElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="specifications" upperBound="-1"
eType="#//Specification"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TraceModelElementReference" eSuperTypes="#//ModelElementReference #//RequirementsCoverageData">
<eOperations name="merge">
<eParameters name="modelElementReference" eType="#//TraceModelElementReference"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="container" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequirementsCoverageData" eSuperTypes="#//IdentifiedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nbRequirements" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verificationLevel" eType="#//Ratio"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AgregationType">
<eLiterals name="Composition"/>
<eLiterals name="Alternative" value="1" literal="Alternative"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//IdentifiedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//VariableType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="VariableType">
<eLiterals name="Monitored"/>
<eLiterals name="Controlled" value="1"/>
<eLiterals name="Both" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefDerivedModelElements" eSuperTypes="#//ReferencedModelElements"/>
<eClassifiers xsi:type="ecore:EClass" name="Rationale" eSuperTypes="#//IdentifiedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="contract" lowerBound="1"
eType="#//ContractualElement" eOpposite="#//ContractualElement/rationales"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/dblouin/rdalte/fr.openpeople.rdal.model/model/metamodel/rdal.ecore | ecore | core
IdentifiedElement
id
name
description
ContractualElement
changeUncertainty
sources
originDate
scheduleDate
stakeholders
evolvedTo
tracedTo
category
satisfiedBy
agents
derivedFrom
dropped
droppingReason
satisfactionLevel
rationales
timeCriticality
contactInformation
expression
condition
modes
Uncertainty
volatility
costsImpact
scheduleImpact
precedence
riskIndex
propRiskIndex
maturityIndex
VerifiableElement
verified
Specification
actors
systOverview
requirementGroups
verificationActivities
conflicts
constraintLanguagesSpecification
specifies
primaryActors
version
SystemOverview
goals
systemToBe
contexts
systemBoundary
purpose
capabilities
SystemContext
globalSystem
actors
systemBoundary
systemModes
Actor
images
interactions
address
email
phoneNumber
Interaction
entity
direction
Goal
conflicts
priority
Conflict
goals
degree
StakeHolder
contractualElements
rationales
Ratio
java.lang.Float
java.lang.Float
PositiveFactor
java.lang.Float
java.lang.Float
Date
java.util.Date
java.util.Date
Direction
In
In
Out
Out
InOut
InOut
RequirementsGroup
requirements
specification
AbstractRequirement
containedRequirements
verifiedBy
group
risk
medium
assignedVariable
conditionVariables
Requirement
refinedBY
assumptions
imageAssumption
derivations
Assumption
requirements
type
imageRequirement
AssumptionType
Technical
Technical
Organizational
Organizational
Managerial
Managerial
VerificationActivity
requirement
verificationMethod
Test
externalRef
passed
RiskKind
High
High
Medium
Medium
Low
Low
VerificationMethod
Analysis
Analysis
Demonstration
Demonstration
Inspection
Inspection
Test
Test
RefExpressionCollectedModelElements
queryExpression
RefUserSelectedModelElements
ReferencedModelElements
modelElementReferences
agregationType
ModelElementReference
modelElement
parent
weight
verifies
satisfactionLevel
reason
Trace
modelElementReference
modelElement
specifications
TraceModelElementReference
merge
modelElementReference
container
RequirementsCoverageData
nbRequirements
verificationLevel
AgregationType
Composition
Composition
Alternative
Alternative
Variable
feature
type
VariableType
Monitored
Monitored
Controlled
Controlled
Both
Both
RefDerivedModelElements
Rationale
contract | null | {"directed":true,"nodes":[{"nsPrefix":"core","nsURI":"http:///www.open-people.fr/rdal/core","name":"core","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContractualElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Uncertainty","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VerifiableElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specification","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemOverview","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemContext","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conflict","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StakeHolder","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"Ratio","instanceClass":"java.lang.Float","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"PositiveFactor","instanceClass":"java.lang.Float","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"Date","instanceClass":"java.util.Date","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"Direction","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementsGroup","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractRequirement","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assumption","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssumptionType","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VerificationActivity","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RiskKind","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VerificationMethod","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefExpressionCollectedModelElements","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefUserSelectedModelElements","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferencedModelElements","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementReference","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceModelElementReference","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementsCoverageData","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AgregationType","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VariableType","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefDerivedModelElements","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rationale","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changeUncertainty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"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":"sources","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originDate","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheduleDate","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":false,"unsettable":false,"transient":false,"unique":true,"name":"stakeholders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"evolvedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tracedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"category","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":"satisfiedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"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":"agents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"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":"derivedFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"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":"dropped","changeable":true,"lowerBound":1,"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":"droppingReason","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":"satisfactionLevel","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rationales","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"timeCriticality","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contactInformation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contractualElements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"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":"contract","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatility","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":"costsImpact","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheduleImpact","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precedence","changeable":true,"lowerBound":1,"iD":false,"id":89,"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":"riskIndex","changeable":true,"lowerBound":0,"iD":false,"id":90,"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":"propRiskIndex","changeable":true,"lowerBound":0,"iD":false,"id":91,"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":"maturityIndex","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":true},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"verified","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systOverview","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"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":"requirementGroups","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"verificationActivities","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":"conflicts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constraintLanguagesSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specifies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primaryActors","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":"version","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":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":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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"goals","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"systemToBe","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contexts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"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":"systemBoundary","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"purpose","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"capabilities","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"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":"globalSystem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"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":"systemBoundary","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"systemModes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"images","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interactions","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":"address","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":"email","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":"phoneNumber","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":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":157,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conflicts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":1,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"goals","changeable":true,"resolveProxies":true,"lowerBound":2,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"degree","changeable":true,"lowerBound":1,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rationales","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"name":"In","id":176,"value":0,"literal":"In","eClass":"EEnumLiteral"},{"name":"Out","id":177,"value":1,"literal":"Out","eClass":"EEnumLiteral"},{"name":"InOut","id":178,"value":2,"literal":"InOut","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":"requirements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"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":"group","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"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":"containedRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"verifiedBy","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":"medium","unsettable":false,"transient":false,"unique":true,"name":"risk","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conditionVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requirement","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refinedBY","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assumptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imageAssumption","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":false,"unsettable":false,"transient":false,"unique":true,"name":"derivations","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":false,"unsettable":false,"transient":false,"unique":true,"name":"requirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imageRequirement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"name":"Technical","id":213,"value":0,"literal":"Technical","eClass":"EEnumLiteral"},{"name":"Organizational","id":214,"value":1,"literal":"Organizational","eClass":"EEnumLiteral"},{"name":"Managerial","id":215,"value":2,"literal":"Managerial","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Test","unsettable":false,"transient":false,"unique":true,"name":"verificationMethod","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"externalRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"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":"passed","changeable":true,"lowerBound":1,"iD":false,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"name":"High","id":224,"value":0,"literal":"High","eClass":"EEnumLiteral"},{"name":"Medium","id":225,"value":1,"literal":"Medium","eClass":"EEnumLiteral"},{"name":"Low","id":226,"value":2,"literal":"Low","eClass":"EEnumLiteral"},{"name":"Analysis","id":227,"value":0,"literal":"Analysis","eClass":"EEnumLiteral"},{"name":"Demonstration","id":228,"value":1,"literal":"Demonstration","eClass":"EEnumLiteral"},{"name":"Inspection","id":229,"value":2,"literal":"Inspection","eClass":"EEnumLiteral"},{"name":"Test","id":230,"value":3,"literal":"Test","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":"queryExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElementReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"agregationType","changeable":true,"lowerBound":1,"iD":false,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"weight","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":"verifies","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"satisfactionLevel","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reason","changeable":true,"lowerBound":0,"iD":false,"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElementReference","lowerBound":0,"id":253,"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":"specifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EParameter"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"merge","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"lowerBound":1,"iD":false,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElementReference","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EParameter"},{"id":265,"eClass":"EGenericType"},{"id":266,"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":"nbRequirements","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":"verificationLevel","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"name":"Composition","id":272,"value":0,"literal":"Composition","eClass":"EEnumLiteral"},{"name":"Alternative","id":273,"value":1,"literal":"Alternative","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":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":274,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"name":"Monitored","id":279,"value":0,"literal":"Monitored","eClass":"EEnumLiteral"},{"name":"Controlled","id":280,"value":1,"literal":"Controlled","eClass":"EEnumLiteral"},{"name":"Both","id":281,"value":2,"literal":"Both","eClass":"EEnumLiteral"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":1,"target":0},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":37,"target":40},{"source":37,"target":1},{"source":38,"target":41},{"source":38,"target":1},{"source":39,"target":42},{"source":39,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"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":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":43,"target":3},{"source":43,"target":64},{"source":43,"target":2},{"source":64,"target":3},{"source":44,"target":65},{"source":44,"target":2},{"source":45,"target":15},{"source":45,"target":66},{"source":45,"target":2},{"source":66,"target":15},{"source":46,"target":15},{"source":46,"target":67},{"source":46,"target":2},{"source":67,"target":15},{"source":47,"target":12},{"source":47,"target":68},{"source":47,"target":2},{"source":47,"target":69},{"source":68,"target":12},{"source":48,"target":2},{"source":48,"target":70},{"source":48,"target":2},{"source":70,"target":2},{"source":49,"target":71},{"source":49,"target":2},{"source":50,"target":72},{"source":50,"target":2},{"source":51,"target":27},{"source":51,"target":73},{"source":51,"target":2},{"source":73,"target":27},{"source":52,"target":74},{"source":52,"target":2},{"source":53,"target":75},{"source":53,"target":2},{"source":54,"target":76},{"source":54,"target":2},{"source":55,"target":77},{"source":55,"target":2},{"source":56,"target":13},{"source":56,"target":78},{"source":56,"target":2},{"source":78,"target":13},{"source":57,"target":36},{"source":57,"target":79},{"source":57,"target":2},{"source":57,"target":80},{"source":79,"target":36},{"source":58,"target":13},{"source":58,"target":81},{"source":58,"target":2},{"source":81,"target":13},{"source":59,"target":8},{"source":59,"target":82},{"source":59,"target":2},{"source":82,"target":8},{"source":60,"target":83},{"source":60,"target":2},{"source":61,"target":84},{"source":61,"target":2},{"source":62,"target":85},{"source":62,"target":2},{"source":63,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"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":86,"target":13},{"source":86,"target":94},{"source":86,"target":3},{"source":94,"target":13},{"source":87,"target":14},{"source":87,"target":95},{"source":87,"target":3},{"source":95,"target":14},{"source":88,"target":14},{"source":88,"target":96},{"source":88,"target":3},{"source":96,"target":14},{"source":89,"target":13},{"source":89,"target":97},{"source":89,"target":3},{"source":97,"target":13},{"source":90,"target":13},{"source":90,"target":98},{"source":90,"target":3},{"source":98,"target":13},{"source":91,"target":13},{"source":91,"target":99},{"source":91,"target":3},{"source":99,"target":13},{"source":92,"target":13},{"source":92,"target":100},{"source":92,"target":3},{"source":100,"target":13},{"source":93,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":101},{"source":4,"target":102},{"source":101,"target":103},{"source":101,"target":4},{"source":102,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":104},{"source":5,"target":105},{"source":5,"target":106},{"source":5,"target":107},{"source":5,"target":108},{"source":5,"target":109},{"source":5,"target":110},{"source":5,"target":111},{"source":5,"target":112},{"source":5,"target":113},{"source":104,"target":8},{"source":104,"target":114},{"source":104,"target":5},{"source":114,"target":8},{"source":105,"target":6},{"source":105,"target":115},{"source":105,"target":5},{"source":115,"target":6},{"source":106,"target":17},{"source":106,"target":116},{"source":106,"target":5},{"source":106,"target":117},{"source":116,"target":17},{"source":107,"target":22},{"source":107,"target":118},{"source":107,"target":5},{"source":118,"target":22},{"source":108,"target":11},{"source":108,"target":119},{"source":108,"target":5},{"source":119,"target":11},{"source":109,"target":120},{"source":109,"target":5},{"source":110,"target":121},{"source":110,"target":5},{"source":111,"target":122},{"source":111,"target":5},{"source":112,"target":123},{"source":112,"target":5},{"source":113,"target":4},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":124},{"source":6,"target":125},{"source":6,"target":126},{"source":6,"target":127},{"source":6,"target":128},{"source":6,"target":129},{"source":6,"target":130},{"source":124,"target":10},{"source":124,"target":131},{"source":124,"target":6},{"source":131,"target":10},{"source":125,"target":132},{"source":125,"target":6},{"source":126,"target":7},{"source":126,"target":133},{"source":126,"target":6},{"source":133,"target":7},{"source":127,"target":33},{"source":127,"target":134},{"source":127,"target":6},{"source":134,"target":33},{"source":128,"target":135},{"source":128,"target":6},{"source":129,"target":136},{"source":129,"target":6},{"source":130,"target":2},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":137},{"source":7,"target":138},{"source":7,"target":139},{"source":7,"target":140},{"source":7,"target":141},{"source":137,"target":142},{"source":137,"target":7},{"source":138,"target":8},{"source":138,"target":143},{"source":138,"target":7},{"source":143,"target":8},{"source":139,"target":33},{"source":139,"target":144},{"source":139,"target":7},{"source":144,"target":33},{"source":140,"target":145},{"source":140,"target":7},{"source":141,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":146},{"source":8,"target":147},{"source":8,"target":148},{"source":8,"target":149},{"source":8,"target":150},{"source":8,"target":151},{"source":146,"target":152},{"source":146,"target":8},{"source":147,"target":9},{"source":147,"target":153},{"source":147,"target":8},{"source":153,"target":9},{"source":148,"target":154},{"source":148,"target":8},{"source":149,"target":155},{"source":149,"target":8},{"source":150,"target":156},{"source":150,"target":8},{"source":151,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":157},{"source":9,"target":158},{"source":9,"target":159},{"source":157,"target":160},{"source":157,"target":9},{"source":158,"target":16},{"source":158,"target":161},{"source":158,"target":9},{"source":161,"target":16},{"source":159,"target":1},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":162},{"source":10,"target":163},{"source":10,"target":164},{"source":162,"target":11},{"source":162,"target":165},{"source":162,"target":10},{"source":162,"target":166},{"source":165,"target":11},{"source":163,"target":13},{"source":163,"target":167},{"source":163,"target":10},{"source":167,"target":13},{"source":164,"target":2},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":166},{"source":11,"target":168},{"source":11,"target":169},{"source":166,"target":10},{"source":166,"target":170},{"source":166,"target":11},{"source":166,"target":162},{"source":170,"target":10},{"source":168,"target":13},{"source":168,"target":171},{"source":168,"target":11},{"source":171,"target":13},{"source":169,"target":1},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":69},{"source":12,"target":172},{"source":12,"target":173},{"source":69,"target":2},{"source":69,"target":174},{"source":69,"target":12},{"source":69,"target":47},{"source":174,"target":2},{"source":172,"target":36},{"source":172,"target":175},{"source":172,"target":12},{"source":175,"target":36},{"source":173,"target":8},{"source":13,"target":0},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":176},{"source":16,"target":177},{"source":16,"target":178},{"source":176,"target":16},{"source":177,"target":16},{"source":178,"target":16},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":179},{"source":17,"target":117},{"source":17,"target":180},{"source":179,"target":18},{"source":179,"target":181},{"source":179,"target":17},{"source":179,"target":182},{"source":181,"target":18},{"source":117,"target":5},{"source":117,"target":183},{"source":117,"target":17},{"source":117,"target":106},{"source":183,"target":5},{"source":180,"target":4},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":184},{"source":18,"target":185},{"source":18,"target":182},{"source":18,"target":186},{"source":18,"target":187},{"source":18,"target":188},{"source":18,"target":189},{"source":184,"target":18},{"source":184,"target":190},{"source":184,"target":18},{"source":190,"target":18},{"source":185,"target":22},{"source":185,"target":191},{"source":185,"target":18},{"source":185,"target":192},{"source":191,"target":22},{"source":182,"target":17},{"source":182,"target":193},{"source":182,"target":18},{"source":182,"target":179},{"source":193,"target":17},{"source":186,"target":23},{"source":186,"target":194},{"source":186,"target":18},{"source":194,"target":23},{"source":187,"target":33},{"source":187,"target":195},{"source":187,"target":18},{"source":195,"target":33},{"source":188,"target":33},{"source":188,"target":196},{"source":188,"target":18},{"source":196,"target":33},{"source":189,"target":4},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":197},{"source":19,"target":198},{"source":19,"target":199},{"source":19,"target":200},{"source":19,"target":201},{"source":197,"target":19},{"source":197,"target":202},{"source":197,"target":19},{"source":202,"target":19},{"source":198,"target":20},{"source":198,"target":203},{"source":198,"target":19},{"source":198,"target":204},{"source":203,"target":20},{"source":199,"target":20},{"source":199,"target":205},{"source":199,"target":19},{"source":199,"target":206},{"source":205,"target":20},{"source":200,"target":19},{"source":200,"target":207},{"source":200,"target":19},{"source":207,"target":19},{"source":201,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":204},{"source":20,"target":208},{"source":20,"target":206},{"source":20,"target":209},{"source":204,"target":19},{"source":204,"target":210},{"source":204,"target":20},{"source":204,"target":198},{"source":210,"target":19},{"source":208,"target":21},{"source":208,"target":211},{"source":208,"target":20},{"source":211,"target":21},{"source":206,"target":19},{"source":206,"target":212},{"source":206,"target":20},{"source":206,"target":199},{"source":212,"target":19},{"source":209,"target":18},{"source":21,"target":0},{"source":21,"target":213},{"source":21,"target":214},{"source":21,"target":215},{"source":213,"target":21},{"source":214,"target":21},{"source":215,"target":21},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":192},{"source":22,"target":216},{"source":22,"target":217},{"source":22,"target":218},{"source":22,"target":219},{"source":192,"target":18},{"source":192,"target":220},{"source":192,"target":22},{"source":192,"target":185},{"source":220,"target":18},{"source":216,"target":24},{"source":216,"target":221},{"source":216,"target":22},{"source":221,"target":24},{"source":217,"target":222},{"source":217,"target":22},{"source":218,"target":223},{"source":218,"target":22},{"source":219,"target":1},{"source":23,"target":0},{"source":23,"target":224},{"source":23,"target":225},{"source":23,"target":226},{"source":224,"target":23},{"source":225,"target":23},{"source":226,"target":23},{"source":24,"target":0},{"source":24,"target":227},{"source":24,"target":228},{"source":24,"target":229},{"source":24,"target":230},{"source":227,"target":24},{"source":228,"target":24},{"source":229,"target":24},{"source":230,"target":24},{"source":25,"target":0},{"source":25,"target":27},{"source":25,"target":231},{"source":25,"target":232},{"source":231,"target":233},{"source":231,"target":25},{"source":232,"target":27},{"source":26,"target":0},{"source":26,"target":27},{"source":26,"target":234},{"source":234,"target":27},{"source":27,"target":0},{"source":27,"target":1},{"source":27,"target":235},{"source":27,"target":236},{"source":27,"target":237},{"source":235,"target":28},{"source":235,"target":238},{"source":235,"target":27},{"source":235,"target":239},{"source":238,"target":28},{"source":236,"target":32},{"source":236,"target":240},{"source":236,"target":27},{"source":240,"target":32},{"source":237,"target":1},{"source":28,"target":0},{"source":28,"target":1},{"source":28,"target":241},{"source":28,"target":239},{"source":28,"target":242},{"source":28,"target":243},{"source":28,"target":244},{"source":28,"target":245},{"source":28,"target":246},{"source":241,"target":247},{"source":241,"target":28},{"source":239,"target":27},{"source":239,"target":248},{"source":239,"target":28},{"source":239,"target":235},{"source":248,"target":27},{"source":242,"target":13},{"source":242,"target":249},{"source":242,"target":28},{"source":249,"target":13},{"source":243,"target":250},{"source":243,"target":28},{"source":244,"target":13},{"source":244,"target":251},{"source":244,"target":28},{"source":251,"target":13},{"source":245,"target":252},{"source":245,"target":28},{"source":246,"target":1},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":253},{"source":29,"target":254},{"source":29,"target":255},{"source":253,"target":30},{"source":253,"target":256},{"source":253,"target":29},{"source":253,"target":257},{"source":256,"target":30},{"source":257,"target":258},{"source":257,"target":253},{"source":254,"target":5},{"source":254,"target":259},{"source":254,"target":29},{"source":259,"target":5},{"source":255,"target":27},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":31},{"source":30,"target":260},{"source":30,"target":261},{"source":30,"target":262},{"source":30,"target":263},{"source":260,"target":30},{"source":260,"target":264},{"source":264,"target":30},{"source":264,"target":265},{"source":264,"target":260},{"source":265,"target":30},{"source":261,"target":266},{"source":261,"target":30},{"source":262,"target":28},{"source":263,"target":31},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":267},{"source":31,"target":268},{"source":31,"target":269},{"source":267,"target":270},{"source":267,"target":31},{"source":268,"target":13},{"source":268,"target":271},{"source":268,"target":31},{"source":271,"target":13},{"source":269,"target":1},{"source":32,"target":0},{"source":32,"target":272},{"source":32,"target":273},{"source":272,"target":32},{"source":273,"target":32},{"source":33,"target":0},{"source":33,"target":1},{"source":33,"target":274},{"source":33,"target":275},{"source":33,"target":276},{"source":274,"target":277},{"source":274,"target":33},{"source":275,"target":34},{"source":275,"target":278},{"source":275,"target":33},{"source":278,"target":34},{"source":276,"target":1},{"source":34,"target":0},{"source":34,"target":279},{"source":34,"target":280},{"source":34,"target":281},{"source":279,"target":34},{"source":280,"target":34},{"source":281,"target":34},{"source":35,"target":0},{"source":35,"target":27},{"source":35,"target":282},{"source":282,"target":27},{"source":36,"target":0},{"source":36,"target":1},{"source":36,"target":80},{"source":36,"target":283},{"source":80,"target":2},{"source":80,"target":284},{"source":80,"target":36},{"source":80,"target":57},{"source":284,"target":2},{"source":283,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="datatypes" nsURI="http://datatypes/1.0" nsPrefix="datatypes">
<eClassifiers xsi:type="ecore:EClass" name="TypesLibrary">
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//DataType" containment="true" eOpposite="#//DataType/typesLibrary"/>
<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="includes" upperBound="-1"
eType="#//TypesLibrary"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true" interface="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="typesLibrary" lowerBound="1"
eType="#//TypesLibrary" eOpposite="#//TypesLibrary/types"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="ComplexType" abstract="true" interface="true"
eSuperTypes="#//DataType">
<eOperations name="getLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RosIDLReference" eSuperTypes="#//IDLReference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rosPackage" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VectorType" eSuperTypes="#//ComplexType">
<eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1"
eType="#//DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomType" eSuperTypes="#//ComplexType">
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" lowerBound="1"
upperBound="-1" eType="#//Field" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Field">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="measureUnit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IDLReference" abstract="true" eSuperTypes="#//ComplexType"/>
</ecore:EPackage>
| github:ecore:/data/ipa320/bride/bride_plugin_source/src/org.best_of_robotics.model.datatypes/model/DataTypes.ecore | ecore | datatypes
TypesLibrary
types
name
includes
DataType
name
typesLibrary
SimpleType
ComplexType
getLabel
RosIDLReference
namespace
rosPackage
VectorType
template
CustomType
fields
Field
name
type
description
measureUnit
IDLReference | null | {"directed":true,"nodes":[{"nsPrefix":"datatypes","nsURI":"http://datatypes/1.0","name":"datatypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypesLibrary","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexType","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RosIDLReference","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VectorType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IDLReference","instanceClass":null,"abstract":true,"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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"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":"typesLibrary","changeable":true,"resolveProxies":true,"lowerBound":1,"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},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLabel","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EOperation"},{"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":"namespace","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rosPackage","changeable":true,"lowerBound":1,"iD":false,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"template","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"measureUnit","changeable":true,"lowerBound":0,"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":10,"target":2},{"source":10,"target":13},{"source":10,"target":1},{"source":10,"target":14},{"source":13,"target":2},{"source":11,"target":15},{"source":11,"target":1},{"source":12,"target":1},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":1},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":14},{"source":17,"target":18},{"source":17,"target":2},{"source":14,"target":1},{"source":14,"target":19},{"source":14,"target":2},{"source":14,"target":10},{"source":19,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":20},{"source":20,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":21},{"source":4,"target":22},{"source":21,"target":23},{"source":21,"target":4},{"source":22,"target":2},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":24,"target":27},{"source":24,"target":5},{"source":25,"target":28},{"source":25,"target":5},{"source":26,"target":9},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":29},{"source":6,"target":30},{"source":29,"target":2},{"source":29,"target":31},{"source":29,"target":6},{"source":31,"target":2},{"source":30,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":32},{"source":7,"target":33},{"source":32,"target":8},{"source":32,"target":34},{"source":32,"target":7},{"source":34,"target":8},{"source":33,"target":4},{"source":8,"target":0},{"source":8,"target":35},{"source":8,"target":36},{"source":8,"target":37},{"source":8,"target":38},{"source":35,"target":39},{"source":35,"target":8},{"source":36,"target":2},{"source":36,"target":40},{"source":36,"target":8},{"source":40,"target":2},{"source":37,"target":41},{"source":37,"target":8},{"source":38,"target":42},{"source":38,"target":8},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":43},{"source":43,"target":4}],"multigraph":true} |
false | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
</ecore:EPackage>
<ecore:EPackage name="DataTypes">
<eClassifiers xsi:type="ecore:EEnum" name="AssociationDirectionKind">
<eLiterals name="None" value="1"/>
<eLiterals name="To" value="2"/>
<eLiterals name="From" value="3"/>
<eLiterals name="Both" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OrientationKind">
<eLiterals name="Horizontal" value="1"/>
<eLiterals name="Vertical" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AccessLevelKind">
<eLiterals name="Public" value="1"/>
<eLiterals name="Private" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ProcessTypeKind">
<eLiterals name="None" value="1"/>
<eLiterals name="Private" value="2"/>
<eLiterals name="Abstract" value="3"/>
<eLiterals name="Collaboration" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StatusKind">
<eLiterals name="None" value="1"/>
<eLiterals name="Ready" value="2"/>
<eLiterals name="Active" value="3"/>
<eLiterals name="Cancelled" value="4"/>
<eLiterals name="Aborting" value="5"/>
<eLiterals name="Aborted" value="6"/>
<eLiterals name="Completing" value="7"/>
<eLiterals name="Completed" value="8"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AdHocOrderingKind">
<eLiterals name="Sequential" value="1"/>
<eLiterals name="Parallel" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ModeKind">
<eLiterals name="Automatic" value="1"/>
<eLiterals name="Manual" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="GatewayTypeKind">
<eLiterals name="Xor" value="1"/>
<eLiterals name="Or" value="2"/>
<eLiterals name="Complex" value="3"/>
<eLiterals name="And" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ExecutionKind">
<eLiterals name="Asynchr" value="1"/>
<eLiterals name="Synchr" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TriggerKind">
<eLiterals name="None" value="1"/>
<eLiterals name="Message" value="2"/>
<eLiterals name="Timer" value="3"/>
<eLiterals name="Rule" value="4"/>
<eLiterals name="Link" value="5"/>
<eLiterals name="Error" value="6"/>
<eLiterals name="Cancel" value="7"/>
<eLiterals name="Compensation" value="8"/>
<eLiterals name="Terminate" value="9"/>
<eLiterals name="Multiple" value="10"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ImplementationKind">
<eLiterals name="WebService" value="1"/>
<eLiterals name="Other" value="2"/>
<eLiterals name="Unspecified" value="3"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="XPDL">
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" ordered="false" eType="/2/Script" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="externalPackages" ordered="false" upperBound="-1" eType="/2/ExternalPackage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDeclarations" ordered="false" upperBound="-1" eType="/2/TypeDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participants" ordered="false" upperBound="-1" eType="/2/Participant" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applications" ordered="false" upperBound="-1" eType="/2/Application" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataFields" ordered="false" upperBound="-1" eType="/2/DataField" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pools" ordered="false" upperBound="-1" eType="/2/Pool" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="messageFlows" ordered="false" upperBound="-1" eType="/2/MessageFlow" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associations" ordered="false" upperBound="-1" eType="/2/Association" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="artifacts" ordered="false" upperBound="-1" eType="/2/Artifact" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="workflowProcesses" ordered="false" upperBound="-1" eType="/2/Process" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageFlow" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="targetActivity" ordered="false" eType="/2/Activity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceActivity" ordered="false" eType="/2/Activity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetPool" ordered="false" eType="/2/Pool"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourcePool" ordered="false" eType="/2/Pool"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" eType="/2/Object" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="associationDirection" ordered="false" unique="false" eType="/1/AssociationDirectionKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetArtifact" ordered="false" eType="/2/Artifact"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceArtifact" ordered="false" eType="/2/Artifact"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetPool" ordered="false" eType="/2/Pool"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourcePool" ordered="false" eType="/2/Pool"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetActivity" ordered="false" eType="/2/Activity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceActivity" ordered="false" eType="/2/Activity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" eType="/2/Object" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pool" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" ordered="false" unique="false" eType="/1/OrientationKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="boundaryVisible" ordered="false" unique="false" lowerBound="1" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lanes" ordered="false" upperBound="-1" eType="/2/Lane" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" eType="/2/Object" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participant" ordered="false" eType="/2/Participant"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="process" ordered="false" eType="/2/Process"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Lane" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" eType="/2/Object" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentLane" ordered="false" eType="/2/Lane"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentPool" ordered="false" eType="/2/Pool"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Participant" eSuperTypes="/2/Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textAnnotation" ordered="false" unique="false" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="group" ordered="false" unique="false" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" eType="/2/Object" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataObject" ordered="false" eType="/2/DataObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataObject" eSuperTypes="/2/Artifact">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="state" ordered="false" unique="false" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredForStart" ordered="false" unique="false" lowerBound="1" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="producedAtCompletion" ordered="false" unique="false" lowerBound="1" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataFields" ordered="false" upperBound="-1" eType="/2/DataField" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="/2/Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="/2/Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="/2/Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Application" eSuperTypes="/2/Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ParametrizedApplication" eSuperTypes="/2/Application"/>
<eClassifiers xsi:type="ecore:EClass" name="ReferencedApplication" eSuperTypes="/2/Application">
<eStructuralFeatures xsi:type="ecore:EReference" name="externalReference" ordered="false" eType="/2/ExternalReference" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isStartActivity" ordered="false" unique="false" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" ordered="false" unique="false" eType="/1/StatusKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startMode" ordered="false" unique="false" lowerBound="1" eType="/1/ModeKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="finishMode" ordered="false" unique="false" lowerBound="1" eType="/1/ModeKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startQuantity" ordered="false" unique="false" eType="/0/Integer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isATransaction" ordered="false" unique="false" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataFields" ordered="false" upperBound="-1" eType="/2/DataField" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" eType="/2/Object" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Task" abstract="true" eSuperTypes="/2/Activity"/>
<eClassifiers xsi:type="ecore:EClass" name="TaskService" eSuperTypes="/2/Task">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" ordered="false" unique="false" eType="/1/ImplementationKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskReceive" eSuperTypes="/2/Task">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instantiate" ordered="false" unique="false" lowerBound="1" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" ordered="false" unique="false" eType="/1/ImplementationKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskManual" eSuperTypes="/2/Task"/>
<eClassifiers xsi:type="ecore:EClass" name="TaskReference" eSuperTypes="/2/Task">
<eStructuralFeatures xsi:type="ecore:EReference" name="taskRef" ordered="false" lowerBound="1" eType="/2/Task"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskScript" eSuperTypes="/2/Task">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" ordered="false" lowerBound="1" eType="/2/Script" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskSend" eSuperTypes="/2/Task">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" ordered="false" unique="false" eType="/1/ImplementationKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskUser" eSuperTypes="/2/Task">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" ordered="false" unique="false" eType="/1/ImplementationKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskApplication" eSuperTypes="/2/Task">
<eStructuralFeatures xsi:type="ecore:EReference" name="packageRef" ordered="false" eType="/2/Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Route" eSuperTypes="/2/Activity">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gatewayType" ordered="false" unique="false" eType="/1/GatewayTypeKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instantiate" ordered="false" unique="false" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="markerVisiable" ordered="false" unique="false" eType="/0/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubFlow" eSuperTypes="/2/Activity">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="execution" ordered="false" unique="false" eType="/1/ExecutionKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceDataField" ordered="false" unique="false" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="packageRef" ordered="false" eType="/2/Package"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="startActivitySet" ordered="false" eType="/2/ActivitySet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="startActivity" ordered="false" eType="/2/Activity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BlockActivity" eSuperTypes="/2/Activity">
<eStructuralFeatures xsi:type="ecore:EReference" name="activitySet" ordered="false" lowerBound="1" eType="/2/ActivitySet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="startActivity" ordered="false" eType="/2/Activity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true" eSuperTypes="/2/Activity">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="triggerKind" ordered="false" unique="false" lowerBound="1" eType="/1/TriggerKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" ordered="false" unique="false" eType="/1/ImplementationKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trigger" ordered="false" eType="/2/Trigger" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ResultCompensation" eSuperTypes="/2/Trigger">
<eStructuralFeatures xsi:type="ecore:EReference" name="activity" ordered="false" eType="/2/Activity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResultError" eSuperTypes="/2/Trigger">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="errorCode" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResultMultiple" eSuperTypes="/2/Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="TriggerResultLink" eSuperTypes="/2/Trigger">
<eStructuralFeatures xsi:type="ecore:EReference" name="processRef" ordered="false" lowerBound="1" eType="/2/Process"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TriggerResultMessage" eSuperTypes="/2/Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="TriggerIntermediateMultiple" eSuperTypes="/2/Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="TriggerMultiple" eSuperTypes="/2/Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="TriggerRule" eSuperTypes="/2/Trigger">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleName" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TriggerTimer" eSuperTypes="/2/Trigger">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeDate" ordered="false" unique="false" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeCycle" ordered="false" unique="false" eType="/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StartEvent" eSuperTypes="/2/Event"/>
<eClassifiers xsi:type="ecore:EClass" name="IntermediateEvent" eSuperTypes="/2/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" eType="/2/Activity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EndEvent" eSuperTypes="/2/Event"/>
<eClassifiers xsi:type="ecore:EClass" name="Gateway" eSuperTypes="/2/Route"/>
<eClassifiers xsi:type="ecore:EClass" name="Process" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accessLevel" ordered="false" unique="false" eType="/1/AccessLevelKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="processType" ordered="false" unique="false" eType="/1/ProcessTypeKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" ordered="false" unique="false" eType="/1/StatusKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressJoinFailure" ordered="false" unique="false" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enableInstanceCompensation" ordered="false" unique="false" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="adHoc" ordered="false" unique="false" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="adHocOrdering" ordered="false" unique="false" eType="/1/AdHocOrderingKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="adHocCompletionCondition" ordered="false" unique="false" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participant" ordered="false" upperBound="-1" eType="/2/Participant" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applications" ordered="false" upperBound="-1" eType="/2/Application" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataField" ordered="false" lowerBound="1" eType="/2/DataField" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activitySets" ordered="false" upperBound="-1" eType="/2/ActivitySet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activities" ordered="false" upperBound="-1" eType="/2/Activity" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" ordered="false" upperBound="-1" eType="/2/Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" eType="/2/Object" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultStartActivitySet" ordered="false" eType="/2/ActivitySet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultStartActivity" ordered="false" eType="/2/Activity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" ordered="false" unique="false" eType="/0/Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" eType="/2/Object" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1" eType="/2/Activity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="/2/Activity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivitySet" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="adHoc" ordered="false" unique="false" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="adHocOrdering" ordered="false" unique="false" eType="/1/AdHocOrderingKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="adHocCompletionCondition" ordered="false" unique="false" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultStartActivity" ordered="false" eType="/2/Activity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activities" ordered="false" upperBound="-1" eType="/2/Activity" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" ordered="false" upperBound="-1" eType="/2/Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" eType="/2/Object" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalReference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xref" ordered="false" unique="false" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" ordered="false" unique="false" eType="/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Object" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="categories" ordered="false" upperBound="-1" eType="/2/Category" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalPackage" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="href" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="/2/Element"/>
<eClassifiers xsi:type="ecore:EClass" name="DataField" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isArray" ordered="false" unique="false" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="correlation" ordered="false" unique="false" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataType" ordered="false" lowerBound="1" eType="/2/TypeDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Script">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false" unique="false" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="grammar" ordered="false" unique="false" eType="/0/String"/>
</eClassifiers>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/XPDL-1.14.ecore | ecore | PrimitiveTypes
String
Integer
Boolean
DataTypes
AssociationDirectionKind
None
None
To
To
From
From
Both
Both
OrientationKind
Horizontal
Horizontal
Vertical
Vertical
AccessLevelKind
Public
Public
Private
Private
ProcessTypeKind
None
None
Private
Private
Abstract
Abstract
Collaboration
Collaboration
StatusKind
None
None
Ready
Ready
Active
Active
Cancelled
Cancelled
Aborting
Aborting
Aborted
Aborted
Completing
Completing
Completed
Completed
AdHocOrderingKind
Sequential
Sequential
Parallel
Parallel
ModeKind
Automatic
Automatic
Manual
Manual
GatewayTypeKind
Xor
Xor
Or
Or
Complex
Complex
And
And
ExecutionKind
Asynchr
Asynchr
Synchr
Synchr
TriggerKind
None
None
Message
Message
Timer
Timer
Rule
Rule
Link
Link
Error
Error
Cancel
Cancel
Compensation
Compensation
Terminate
Terminate
Multiple
Multiple
ImplementationKind
WebService
WebService
Other
Other
Unspecified
Unspecified
XPDL
Element
id
name
Package
script
externalPackages
typeDeclarations
participants
applications
dataFields
pools
messageFlows
associations
artifacts
workflowProcesses
MessageFlow
targetActivity
sourceActivity
targetPool
sourcePool
object
Association
associationDirection
targetArtifact
sourceArtifact
targetPool
sourcePool
targetActivity
sourceActivity
object
Pool
orientation
boundaryVisible
lanes
object
participant
process
Lane
object
parentLane
parentPool
Participant
Artifact
textAnnotation
group
object
dataObject
DataObject
state
requiredForStart
producedAtCompletion
dataFields
Group
Annotation
TypeDeclaration
Application
ParametrizedApplication
ReferencedApplication
externalReference
Activity
isStartActivity
status
startMode
finishMode
startQuantity
isATransaction
dataFields
object
Task
TaskService
implementation
TaskReceive
instantiate
implementation
TaskManual
TaskReference
taskRef
TaskScript
script
TaskSend
implementation
TaskUser
implementation
TaskApplication
packageRef
Route
gatewayType
instantiate
markerVisiable
SubFlow
execution
instanceDataField
packageRef
startActivitySet
startActivity
BlockActivity
activitySet
startActivity
Event
triggerKind
implementation
trigger
Trigger
ResultCompensation
activity
ResultError
errorCode
ResultMultiple
TriggerResultLink
processRef
TriggerResultMessage
TriggerIntermediateMultiple
TriggerMultiple
TriggerRule
ruleName
TriggerTimer
timeDate
timeCycle
StartEvent
IntermediateEvent
target
EndEvent
Gateway
Process
accessLevel
processType
status
suppressJoinFailure
enableInstanceCompensation
adHoc
adHocOrdering
adHocCompletionCondition
participant
applications
dataField
activitySets
activities
transitions
object
defaultStartActivitySet
defaultStartActivity
Transition
quantity
object
to
from
ActivitySet
adHoc
adHocOrdering
adHocCompletionCondition
defaultStartActivity
activities
transitions
object
ExternalReference
xref
location
namespace
Object
categories
ExternalPackage
href
Category
DataField
isArray
correlation
dataType
Script
type
version
grammar | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"nsPrefix":null,"nsURI":null,"name":"DataTypes","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssociationDirectionKind","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OrientationKind","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessLevelKind","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProcessTypeKind","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StatusKind","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AdHocOrderingKind","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModeKind","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"GatewayTypeKind","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExecutionKind","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TriggerKind","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImplementationKind","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"name":"None","id":16,"value":1,"literal":"None","eClass":"EEnumLiteral"},{"name":"To","id":17,"value":2,"literal":"To","eClass":"EEnumLiteral"},{"name":"From","id":18,"value":3,"literal":"From","eClass":"EEnumLiteral"},{"name":"Both","id":19,"value":4,"literal":"Both","eClass":"EEnumLiteral"},{"name":"Horizontal","id":20,"value":1,"literal":"Horizontal","eClass":"EEnumLiteral"},{"name":"Vertical","id":21,"value":2,"literal":"Vertical","eClass":"EEnumLiteral"},{"name":"Public","id":22,"value":1,"literal":"Public","eClass":"EEnumLiteral"},{"name":"Private","id":23,"value":2,"literal":"Private","eClass":"EEnumLiteral"},{"name":"None","id":24,"value":1,"literal":"None","eClass":"EEnumLiteral"},{"name":"Private","id":25,"value":2,"literal":"Private","eClass":"EEnumLiteral"},{"name":"Abstract","id":26,"value":3,"literal":"Abstract","eClass":"EEnumLiteral"},{"name":"Collaboration","id":27,"value":4,"literal":"Collaboration","eClass":"EEnumLiteral"},{"name":"None","id":28,"value":1,"literal":"None","eClass":"EEnumLiteral"},{"name":"Ready","id":29,"value":2,"literal":"Ready","eClass":"EEnumLiteral"},{"name":"Active","id":30,"value":3,"literal":"Active","eClass":"EEnumLiteral"},{"name":"Cancelled","id":31,"value":4,"literal":"Cancelled","eClass":"EEnumLiteral"},{"name":"Aborting","id":32,"value":5,"literal":"Aborting","eClass":"EEnumLiteral"},{"name":"Aborted","id":33,"value":6,"literal":"Aborted","eClass":"EEnumLiteral"},{"name":"Completing","id":34,"value":7,"literal":"Completing","eClass":"EEnumLiteral"},{"name":"Completed","id":35,"value":8,"literal":"Completed","eClass":"EEnumLiteral"},{"name":"Sequential","id":36,"value":1,"literal":"Sequential","eClass":"EEnumLiteral"},{"name":"Parallel","id":37,"value":2,"literal":"Parallel","eClass":"EEnumLiteral"},{"name":"Automatic","id":38,"value":1,"literal":"Automatic","eClass":"EEnumLiteral"},{"name":"Manual","id":39,"value":2,"literal":"Manual","eClass":"EEnumLiteral"},{"name":"Xor","id":40,"value":1,"literal":"Xor","eClass":"EEnumLiteral"},{"name":"Or","id":41,"value":2,"literal":"Or","eClass":"EEnumLiteral"},{"name":"Complex","id":42,"value":3,"literal":"Complex","eClass":"EEnumLiteral"},{"name":"And","id":43,"value":4,"literal":"And","eClass":"EEnumLiteral"},{"name":"Asynchr","id":44,"value":1,"literal":"Asynchr","eClass":"EEnumLiteral"},{"name":"Synchr","id":45,"value":2,"literal":"Synchr","eClass":"EEnumLiteral"},{"name":"None","id":46,"value":1,"literal":"None","eClass":"EEnumLiteral"},{"name":"Message","id":47,"value":2,"literal":"Message","eClass":"EEnumLiteral"},{"name":"Timer","id":48,"value":3,"literal":"Timer","eClass":"EEnumLiteral"},{"name":"Rule","id":49,"value":4,"literal":"Rule","eClass":"EEnumLiteral"},{"name":"Link","id":50,"value":5,"literal":"Link","eClass":"EEnumLiteral"},{"name":"Error","id":51,"value":6,"literal":"Error","eClass":"EEnumLiteral"},{"name":"Cancel","id":52,"value":7,"literal":"Cancel","eClass":"EEnumLiteral"},{"name":"Compensation","id":53,"value":8,"literal":"Compensation","eClass":"EEnumLiteral"},{"name":"Terminate","id":54,"value":9,"literal":"Terminate","eClass":"EEnumLiteral"},{"name":"Multiple","id":55,"value":10,"literal":"Multiple","eClass":"EEnumLiteral"},{"name":"WebService","id":56,"value":1,"literal":"WebService","eClass":"EEnumLiteral"},{"name":"Other","id":57,"value":2,"literal":"Other","eClass":"EEnumLiteral"},{"name":"Unspecified","id":58,"value":3,"literal":"Unspecified","eClass":"EEnumLiteral"},{"nsPrefix":null,"nsURI":null,"name":"XPDL","id":59,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageFlow","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pool","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lane","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Participant","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataObject","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Application","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParametrizedApplication","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferencedApplication","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskService","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskReceive","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskManual","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskReference","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskScript","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskSend","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskUser","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskApplication","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Route","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubFlow","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockActivity","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":true,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":true,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultCompensation","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultError","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultMultiple","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerResultLink","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerResultMessage","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerIntermediateMultiple","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerMultiple","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerRule","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerTimer","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartEvent","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntermediateEvent","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndEvent","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gateway","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivitySet","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalReference","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalPackage","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataField","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"participants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"applications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pools","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageFlows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"associations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artifacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"workflowProcesses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetPool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourcePool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"associationDirection","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetArtifact","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceArtifact","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetPool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourcePool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"orientation","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"boundaryVisible","changeable":true,"lowerBound":1,"iD":false,"id":168,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lanes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentLane","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentPool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"textAnnotation","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"requiredForStart","changeable":true,"lowerBound":1,"iD":false,"id":198,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"producedAtCompletion","changeable":true,"lowerBound":1,"iD":false,"id":199,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isStartActivity","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"startMode","changeable":true,"lowerBound":1,"iD":false,"id":216,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"finishMode","changeable":true,"lowerBound":1,"iD":false,"id":217,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"startQuantity","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isATransaction","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"instantiate","changeable":true,"lowerBound":1,"iD":false,"id":235,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"taskRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"packageRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"gatewayType","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"instantiate","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"markerVisiable","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"execution","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"instanceDataField","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"packageRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"startActivitySet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"startActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activitySet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":274,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"startActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"triggerKind","changeable":true,"lowerBound":1,"iD":false,"id":279,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"errorCode","changeable":true,"lowerBound":1,"iD":false,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ruleName","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"timeDate","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"timeCycle","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"accessLevel","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"processType","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"suppressJoinFailure","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"enableInstanceCompensation","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"adHoc","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"adHocOrdering","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"adHocCompletionCondition","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"participant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"applications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataField","changeable":true,"resolveProxies":true,"lowerBound":1,"id":323,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activitySets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultStartActivitySet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultStartActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"quantity","changeable":true,"lowerBound":0,"iD":false,"id":348,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"adHoc","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"adHocOrdering","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"adHocCompletionCondition","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultStartActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"xref","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":373,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"href","changeable":true,"lowerBound":1,"iD":false,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isArray","changeable":true,"lowerBound":0,"iD":false,"id":385,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"correlation","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":392,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":393,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"grammar","changeable":true,"lowerBound":0,"iD":false,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":5},{"source":4,"target":6},{"source":4,"target":7},{"source":4,"target":8},{"source":4,"target":9},{"source":4,"target":10},{"source":4,"target":11},{"source":4,"target":12},{"source":4,"target":13},{"source":4,"target":14},{"source":4,"target":15},{"source":5,"target":4},{"source":5,"target":16},{"source":5,"target":17},{"source":5,"target":18},{"source":5,"target":19},{"source":16,"target":5},{"source":17,"target":5},{"source":18,"target":5},{"source":19,"target":5},{"source":6,"target":4},{"source":6,"target":20},{"source":6,"target":21},{"source":20,"target":6},{"source":21,"target":6},{"source":7,"target":4},{"source":7,"target":22},{"source":7,"target":23},{"source":22,"target":7},{"source":23,"target":7},{"source":8,"target":4},{"source":8,"target":24},{"source":8,"target":25},{"source":8,"target":26},{"source":8,"target":27},{"source":24,"target":8},{"source":25,"target":8},{"source":26,"target":8},{"source":27,"target":8},{"source":9,"target":4},{"source":9,"target":28},{"source":9,"target":29},{"source":9,"target":30},{"source":9,"target":31},{"source":9,"target":32},{"source":9,"target":33},{"source":9,"target":34},{"source":9,"target":35},{"source":28,"target":9},{"source":29,"target":9},{"source":30,"target":9},{"source":31,"target":9},{"source":32,"target":9},{"source":33,"target":9},{"source":34,"target":9},{"source":35,"target":9},{"source":10,"target":4},{"source":10,"target":36},{"source":10,"target":37},{"source":36,"target":10},{"source":37,"target":10},{"source":11,"target":4},{"source":11,"target":38},{"source":11,"target":39},{"source":38,"target":11},{"source":39,"target":11},{"source":12,"target":4},{"source":12,"target":40},{"source":12,"target":41},{"source":12,"target":42},{"source":12,"target":43},{"source":40,"target":12},{"source":41,"target":12},{"source":42,"target":12},{"source":43,"target":12},{"source":13,"target":4},{"source":13,"target":44},{"source":13,"target":45},{"source":44,"target":13},{"source":45,"target":13},{"source":14,"target":4},{"source":14,"target":46},{"source":14,"target":47},{"source":14,"target":48},{"source":14,"target":49},{"source":14,"target":50},{"source":14,"target":51},{"source":14,"target":52},{"source":14,"target":53},{"source":14,"target":54},{"source":14,"target":55},{"source":46,"target":14},{"source":47,"target":14},{"source":48,"target":14},{"source":49,"target":14},{"source":50,"target":14},{"source":51,"target":14},{"source":52,"target":14},{"source":53,"target":14},{"source":54,"target":14},{"source":55,"target":14},{"source":15,"target":4},{"source":15,"target":56},{"source":15,"target":57},{"source":15,"target":58},{"source":56,"target":15},{"source":57,"target":15},{"source":58,"target":15},{"source":59,"target":60},{"source":59,"target":61},{"source":59,"target":62},{"source":59,"target":63},{"source":59,"target":64},{"source":59,"target":65},{"source":59,"target":66},{"source":59,"target":67},{"source":59,"target":68},{"source":59,"target":69},{"source":59,"target":70},{"source":59,"target":71},{"source":59,"target":72},{"source":59,"target":73},{"source":59,"target":74},{"source":59,"target":75},{"source":59,"target":76},{"source":59,"target":77},{"source":59,"target":78},{"source":59,"target":79},{"source":59,"target":80},{"source":59,"target":81},{"source":59,"target":82},{"source":59,"target":83},{"source":59,"target":84},{"source":59,"target":85},{"source":59,"target":86},{"source":59,"target":87},{"source":59,"target":88},{"source":59,"target":89},{"source":59,"target":90},{"source":59,"target":91},{"source":59,"target":92},{"source":59,"target":93},{"source":59,"target":94},{"source":59,"target":95},{"source":59,"target":96},{"source":59,"target":97},{"source":59,"target":98},{"source":59,"target":99},{"source":59,"target":100},{"source":59,"target":101},{"source":59,"target":102},{"source":59,"target":103},{"source":59,"target":104},{"source":59,"target":105},{"source":59,"target":106},{"source":59,"target":107},{"source":59,"target":108},{"source":59,"target":109},{"source":59,"target":110},{"source":59,"target":111},{"source":60,"target":59},{"source":60,"target":112},{"source":60,"target":113},{"source":112,"target":1},{"source":112,"target":114},{"source":112,"target":60},{"source":114,"target":1},{"source":113,"target":1},{"source":113,"target":115},{"source":113,"target":60},{"source":115,"target":1},{"source":61,"target":59},{"source":61,"target":60},{"source":61,"target":116},{"source":61,"target":117},{"source":61,"target":118},{"source":61,"target":119},{"source":61,"target":120},{"source":61,"target":121},{"source":61,"target":122},{"source":61,"target":123},{"source":61,"target":124},{"source":61,"target":125},{"source":61,"target":126},{"source":61,"target":127},{"source":116,"target":111},{"source":116,"target":128},{"source":116,"target":61},{"source":128,"target":111},{"source":117,"target":108},{"source":117,"target":129},{"source":117,"target":61},{"source":129,"target":108},{"source":118,"target":71},{"source":118,"target":130},{"source":118,"target":61},{"source":130,"target":71},{"source":119,"target":66},{"source":119,"target":131},{"source":119,"target":61},{"source":131,"target":66},{"source":120,"target":72},{"source":120,"target":132},{"source":120,"target":61},{"source":132,"target":72},{"source":121,"target":110},{"source":121,"target":133},{"source":121,"target":61},{"source":133,"target":110},{"source":122,"target":64},{"source":122,"target":134},{"source":122,"target":61},{"source":134,"target":64},{"source":123,"target":62},{"source":123,"target":135},{"source":123,"target":61},{"source":135,"target":62},{"source":124,"target":63},{"source":124,"target":136},{"source":124,"target":61},{"source":136,"target":63},{"source":125,"target":67},{"source":125,"target":137},{"source":125,"target":61},{"source":137,"target":67},{"source":126,"target":103},{"source":126,"target":138},{"source":126,"target":61},{"source":138,"target":103},{"source":127,"target":60},{"source":62,"target":59},{"source":62,"target":60},{"source":62,"target":139},{"source":62,"target":140},{"source":62,"target":141},{"source":62,"target":142},{"source":62,"target":143},{"source":62,"target":144},{"source":139,"target":75},{"source":139,"target":145},{"source":139,"target":62},{"source":145,"target":75},{"source":140,"target":75},{"source":140,"target":146},{"source":140,"target":62},{"source":146,"target":75},{"source":141,"target":64},{"source":141,"target":147},{"source":141,"target":62},{"source":147,"target":64},{"source":142,"target":64},{"source":142,"target":148},{"source":142,"target":62},{"source":148,"target":64},{"source":143,"target":107},{"source":143,"target":149},{"source":143,"target":62},{"source":149,"target":107},{"source":144,"target":60},{"source":63,"target":59},{"source":63,"target":60},{"source":63,"target":150},{"source":63,"target":151},{"source":63,"target":152},{"source":63,"target":153},{"source":63,"target":154},{"source":63,"target":155},{"source":63,"target":156},{"source":63,"target":157},{"source":63,"target":158},{"source":150,"target":5},{"source":150,"target":159},{"source":150,"target":63},{"source":159,"target":5},{"source":151,"target":67},{"source":151,"target":160},{"source":151,"target":63},{"source":160,"target":67},{"source":152,"target":67},{"source":152,"target":161},{"source":152,"target":63},{"source":161,"target":67},{"source":153,"target":64},{"source":153,"target":162},{"source":153,"target":63},{"source":162,"target":64},{"source":154,"target":64},{"source":154,"target":163},{"source":154,"target":63},{"source":163,"target":64},{"source":155,"target":75},{"source":155,"target":164},{"source":155,"target":63},{"source":164,"target":75},{"source":156,"target":75},{"source":156,"target":165},{"source":156,"target":63},{"source":165,"target":75},{"source":157,"target":107},{"source":157,"target":166},{"source":157,"target":63},{"source":166,"target":107},{"source":158,"target":60},{"source":64,"target":59},{"source":64,"target":60},{"source":64,"target":167},{"source":64,"target":168},{"source":64,"target":169},{"source":64,"target":170},{"source":64,"target":171},{"source":64,"target":172},{"source":64,"target":173},{"source":167,"target":6},{"source":167,"target":174},{"source":167,"target":64},{"source":174,"target":6},{"source":168,"target":3},{"source":168,"target":175},{"source":168,"target":64},{"source":175,"target":3},{"source":169,"target":65},{"source":169,"target":176},{"source":169,"target":64},{"source":176,"target":65},{"source":170,"target":107},{"source":170,"target":177},{"source":170,"target":64},{"source":177,"target":107},{"source":171,"target":66},{"source":171,"target":178},{"source":171,"target":64},{"source":178,"target":66},{"source":172,"target":103},{"source":172,"target":179},{"source":172,"target":64},{"source":179,"target":103},{"source":173,"target":60},{"source":65,"target":59},{"source":65,"target":60},{"source":65,"target":180},{"source":65,"target":181},{"source":65,"target":182},{"source":65,"target":183},{"source":180,"target":107},{"source":180,"target":184},{"source":180,"target":65},{"source":184,"target":107},{"source":181,"target":65},{"source":181,"target":185},{"source":181,"target":65},{"source":185,"target":65},{"source":182,"target":64},{"source":182,"target":186},{"source":182,"target":65},{"source":186,"target":64},{"source":183,"target":60},{"source":66,"target":59},{"source":66,"target":60},{"source":66,"target":187},{"source":187,"target":60},{"source":67,"target":59},{"source":67,"target":60},{"source":67,"target":188},{"source":67,"target":189},{"source":67,"target":190},{"source":67,"target":191},{"source":67,"target":192},{"source":188,"target":1},{"source":188,"target":193},{"source":188,"target":67},{"source":193,"target":1},{"source":189,"target":1},{"source":189,"target":194},{"source":189,"target":67},{"source":194,"target":1},{"source":190,"target":107},{"source":190,"target":195},{"source":190,"target":67},{"source":195,"target":107},{"source":191,"target":68},{"source":191,"target":196},{"source":191,"target":67},{"source":196,"target":68},{"source":192,"target":60},{"source":68,"target":59},{"source":68,"target":67},{"source":68,"target":197},{"source":68,"target":198},{"source":68,"target":199},{"source":68,"target":200},{"source":68,"target":201},{"source":197,"target":1},{"source":197,"target":202},{"source":197,"target":68},{"source":202,"target":1},{"source":198,"target":3},{"source":198,"target":203},{"source":198,"target":68},{"source":203,"target":3},{"source":199,"target":3},{"source":199,"target":204},{"source":199,"target":68},{"source":204,"target":3},{"source":200,"target":110},{"source":200,"target":205},{"source":200,"target":68},{"source":205,"target":110},{"source":201,"target":67},{"source":69,"target":59},{"source":69,"target":67},{"source":69,"target":206},{"source":206,"target":67},{"source":70,"target":59},{"source":70,"target":67},{"source":70,"target":207},{"source":207,"target":67},{"source":71,"target":59},{"source":71,"target":60},{"source":71,"target":208},{"source":208,"target":60},{"source":72,"target":59},{"source":72,"target":60},{"source":72,"target":209},{"source":209,"target":60},{"source":73,"target":59},{"source":73,"target":72},{"source":73,"target":210},{"source":210,"target":72},{"source":74,"target":59},{"source":74,"target":72},{"source":74,"target":211},{"source":74,"target":212},{"source":211,"target":106},{"source":211,"target":213},{"source":211,"target":74},{"source":213,"target":106},{"source":212,"target":72},{"source":75,"target":59},{"source":75,"target":60},{"source":75,"target":214},{"source":75,"target":215},{"source":75,"target":216},{"source":75,"target":217},{"source":75,"target":218},{"source":75,"target":219},{"source":75,"target":220},{"source":75,"target":221},{"source":75,"target":222},{"source":214,"target":3},{"source":214,"target":223},{"source":214,"target":75},{"source":223,"target":3},{"source":215,"target":9},{"source":215,"target":224},{"source":215,"target":75},{"source":224,"target":9},{"source":216,"target":11},{"source":216,"target":225},{"source":216,"target":75},{"source":225,"target":11},{"source":217,"target":11},{"source":217,"target":226},{"source":217,"target":75},{"source":226,"target":11},{"source":218,"target":2},{"source":218,"target":227},{"source":218,"target":75},{"source":227,"target":2},{"source":219,"target":3},{"source":219,"target":228},{"source":219,"target":75},{"source":228,"target":3},{"source":220,"target":110},{"source":220,"target":229},{"source":220,"target":75},{"source":229,"target":110},{"source":221,"target":107},{"source":221,"target":230},{"source":221,"target":75},{"source":230,"target":107},{"source":222,"target":60},{"source":76,"target":59},{"source":76,"target":75},{"source":76,"target":231},{"source":231,"target":75},{"source":77,"target":59},{"source":77,"target":76},{"source":77,"target":232},{"source":77,"target":233},{"source":232,"target":15},{"source":232,"target":234},{"source":232,"target":77},{"source":234,"target":15},{"source":233,"target":76},{"source":78,"target":59},{"source":78,"target":76},{"source":78,"target":235},{"source":78,"target":236},{"source":78,"target":237},{"source":235,"target":3},{"source":235,"target":238},{"source":235,"target":78},{"source":238,"target":3},{"source":236,"target":15},{"source":236,"target":239},{"source":236,"target":78},{"source":239,"target":15},{"source":237,"target":76},{"source":79,"target":59},{"source":79,"target":76},{"source":79,"target":240},{"source":240,"target":76},{"source":80,"target":59},{"source":80,"target":76},{"source":80,"target":241},{"source":80,"target":242},{"source":241,"target":76},{"source":241,"target":243},{"source":241,"target":80},{"source":243,"target":76},{"source":242,"target":76},{"source":81,"target":59},{"source":81,"target":76},{"source":81,"target":244},{"source":81,"target":245},{"source":244,"target":111},{"source":244,"target":246},{"source":244,"target":81},{"source":246,"target":111},{"source":245,"target":76},{"source":82,"target":59},{"source":82,"target":76},{"source":82,"target":247},{"source":82,"target":248},{"source":247,"target":15},{"source":247,"target":249},{"source":247,"target":82},{"source":249,"target":15},{"source":248,"target":76},{"source":83,"target":59},{"source":83,"target":76},{"source":83,"target":250},{"source":83,"target":251},{"source":250,"target":15},{"source":250,"target":252},{"source":250,"target":83},{"source":252,"target":15},{"source":251,"target":76},{"source":84,"target":59},{"source":84,"target":76},{"source":84,"target":253},{"source":84,"target":254},{"source":253,"target":61},{"source":253,"target":255},{"source":253,"target":84},{"source":255,"target":61},{"source":254,"target":76},{"source":85,"target":59},{"source":85,"target":75},{"source":85,"target":256},{"source":85,"target":257},{"source":85,"target":258},{"source":85,"target":259},{"source":256,"target":12},{"source":256,"target":260},{"source":256,"target":85},{"source":260,"target":12},{"source":257,"target":3},{"source":257,"target":261},{"source":257,"target":85},{"source":261,"target":3},{"source":258,"target":3},{"source":258,"target":262},{"source":258,"target":85},{"source":262,"target":3},{"source":259,"target":75},{"source":86,"target":59},{"source":86,"target":75},{"source":86,"target":263},{"source":86,"target":264},{"source":86,"target":265},{"source":86,"target":266},{"source":86,"target":267},{"source":86,"target":268},{"source":263,"target":13},{"source":263,"target":269},{"source":263,"target":86},{"source":269,"target":13},{"source":264,"target":1},{"source":264,"target":270},{"source":264,"target":86},{"source":270,"target":1},{"source":265,"target":61},{"source":265,"target":271},{"source":265,"target":86},{"source":271,"target":61},{"source":266,"target":105},{"source":266,"target":272},{"source":266,"target":86},{"source":272,"target":105},{"source":267,"target":75},{"source":267,"target":273},{"source":267,"target":86},{"source":273,"target":75},{"source":268,"target":75},{"source":87,"target":59},{"source":87,"target":75},{"source":87,"target":274},{"source":87,"target":275},{"source":87,"target":276},{"source":274,"target":105},{"source":274,"target":277},{"source":274,"target":87},{"source":277,"target":105},{"source":275,"target":75},{"source":275,"target":278},{"source":275,"target":87},{"source":278,"target":75},{"source":276,"target":75},{"source":88,"target":59},{"source":88,"target":75},{"source":88,"target":279},{"source":88,"target":280},{"source":88,"target":281},{"source":88,"target":282},{"source":279,"target":14},{"source":279,"target":283},{"source":279,"target":88},{"source":283,"target":14},{"source":280,"target":15},{"source":280,"target":284},{"source":280,"target":88},{"source":284,"target":15},{"source":281,"target":89},{"source":281,"target":285},{"source":281,"target":88},{"source":285,"target":89},{"source":282,"target":75},{"source":89,"target":59},{"source":90,"target":59},{"source":90,"target":89},{"source":90,"target":286},{"source":90,"target":287},{"source":286,"target":75},{"source":286,"target":288},{"source":286,"target":90},{"source":288,"target":75},{"source":287,"target":89},{"source":91,"target":59},{"source":91,"target":89},{"source":91,"target":289},{"source":91,"target":290},{"source":289,"target":1},{"source":289,"target":291},{"source":289,"target":91},{"source":291,"target":1},{"source":290,"target":89},{"source":92,"target":59},{"source":92,"target":89},{"source":92,"target":292},{"source":292,"target":89},{"source":93,"target":59},{"source":93,"target":89},{"source":93,"target":293},{"source":93,"target":294},{"source":293,"target":103},{"source":293,"target":295},{"source":293,"target":93},{"source":295,"target":103},{"source":294,"target":89},{"source":94,"target":59},{"source":94,"target":89},{"source":94,"target":296},{"source":296,"target":89},{"source":95,"target":59},{"source":95,"target":89},{"source":95,"target":297},{"source":297,"target":89},{"source":96,"target":59},{"source":96,"target":89},{"source":96,"target":298},{"source":298,"target":89},{"source":97,"target":59},{"source":97,"target":89},{"source":97,"target":299},{"source":97,"target":300},{"source":299,"target":1},{"source":299,"target":301},{"source":299,"target":97},{"source":301,"target":1},{"source":300,"target":89},{"source":98,"target":59},{"source":98,"target":89},{"source":98,"target":302},{"source":98,"target":303},{"source":98,"target":304},{"source":302,"target":1},{"source":302,"target":305},{"source":302,"target":98},{"source":305,"target":1},{"source":303,"target":1},{"source":303,"target":306},{"source":303,"target":98},{"source":306,"target":1},{"source":304,"target":89},{"source":99,"target":59},{"source":99,"target":88},{"source":99,"target":307},{"source":307,"target":88},{"source":100,"target":59},{"source":100,"target":88},{"source":100,"target":308},{"source":100,"target":309},{"source":308,"target":75},{"source":308,"target":310},{"source":308,"target":100},{"source":310,"target":75},{"source":309,"target":88},{"source":101,"target":59},{"source":101,"target":88},{"source":101,"target":311},{"source":311,"target":88},{"source":102,"target":59},{"source":102,"target":85},{"source":102,"target":312},{"source":312,"target":85},{"source":103,"target":59},{"source":103,"target":60},{"source":103,"target":313},{"source":103,"target":314},{"source":103,"target":315},{"source":103,"target":316},{"source":103,"target":317},{"source":103,"target":318},{"source":103,"target":319},{"source":103,"target":320},{"source":103,"target":321},{"source":103,"target":322},{"source":103,"target":323},{"source":103,"target":324},{"source":103,"target":325},{"source":103,"target":326},{"source":103,"target":327},{"source":103,"target":328},{"source":103,"target":329},{"source":103,"target":330},{"source":313,"target":7},{"source":313,"target":331},{"source":313,"target":103},{"source":331,"target":7},{"source":314,"target":8},{"source":314,"target":332},{"source":314,"target":103},{"source":332,"target":8},{"source":315,"target":9},{"source":315,"target":333},{"source":315,"target":103},{"source":333,"target":9},{"source":316,"target":3},{"source":316,"target":334},{"source":316,"target":103},{"source":334,"target":3},{"source":317,"target":3},{"source":317,"target":335},{"source":317,"target":103},{"source":335,"target":3},{"source":318,"target":3},{"source":318,"target":336},{"source":318,"target":103},{"source":336,"target":3},{"source":319,"target":10},{"source":319,"target":337},{"source":319,"target":103},{"source":337,"target":10},{"source":320,"target":1},{"source":320,"target":338},{"source":320,"target":103},{"source":338,"target":1},{"source":321,"target":66},{"source":321,"target":339},{"source":321,"target":103},{"source":339,"target":66},{"source":322,"target":72},{"source":322,"target":340},{"source":322,"target":103},{"source":340,"target":72},{"source":323,"target":110},{"source":323,"target":341},{"source":323,"target":103},{"source":341,"target":110},{"source":324,"target":105},{"source":324,"target":342},{"source":324,"target":103},{"source":342,"target":105},{"source":325,"target":75},{"source":325,"target":343},{"source":325,"target":103},{"source":343,"target":75},{"source":326,"target":104},{"source":326,"target":344},{"source":326,"target":103},{"source":344,"target":104},{"source":327,"target":107},{"source":327,"target":345},{"source":327,"target":103},{"source":345,"target":107},{"source":328,"target":105},{"source":328,"target":346},{"source":328,"target":103},{"source":346,"target":105},{"source":329,"target":75},{"source":329,"target":347},{"source":329,"target":103},{"source":347,"target":75},{"source":330,"target":60},{"source":104,"target":59},{"source":104,"target":60},{"source":104,"target":348},{"source":104,"target":349},{"source":104,"target":350},{"source":104,"target":351},{"source":104,"target":352},{"source":348,"target":2},{"source":348,"target":353},{"source":348,"target":104},{"source":353,"target":2},{"source":349,"target":107},{"source":349,"target":354},{"source":349,"target":104},{"source":354,"target":107},{"source":350,"target":75},{"source":350,"target":355},{"source":350,"target":104},{"source":355,"target":75},{"source":351,"target":75},{"source":351,"target":356},{"source":351,"target":104},{"source":356,"target":75},{"source":352,"target":60},{"source":105,"target":59},{"source":105,"target":60},{"source":105,"target":357},{"source":105,"target":358},{"source":105,"target":359},{"source":105,"target":360},{"source":105,"target":361},{"source":105,"target":362},{"source":105,"target":363},{"source":105,"target":364},{"source":357,"target":3},{"source":357,"target":365},{"source":357,"target":105},{"source":365,"target":3},{"source":358,"target":10},{"source":358,"target":366},{"source":358,"target":105},{"source":366,"target":10},{"source":359,"target":1},{"source":359,"target":367},{"source":359,"target":105},{"source":367,"target":1},{"source":360,"target":75},{"source":360,"target":368},{"source":360,"target":105},{"source":368,"target":75},{"source":361,"target":75},{"source":361,"target":369},{"source":361,"target":105},{"source":369,"target":75},{"source":362,"target":104},{"source":362,"target":370},{"source":362,"target":105},{"source":370,"target":104},{"source":363,"target":107},{"source":363,"target":371},{"source":363,"target":105},{"source":371,"target":107},{"source":364,"target":60},{"source":106,"target":59},{"source":106,"target":372},{"source":106,"target":373},{"source":106,"target":374},{"source":372,"target":1},{"source":372,"target":375},{"source":372,"target":106},{"source":375,"target":1},{"source":373,"target":1},{"source":373,"target":376},{"source":373,"target":106},{"source":376,"target":1},{"source":374,"target":1},{"source":374,"target":377},{"source":374,"target":106},{"source":377,"target":1},{"source":107,"target":59},{"source":107,"target":60},{"source":107,"target":378},{"source":107,"target":379},{"source":378,"target":109},{"source":378,"target":380},{"source":378,"target":107},{"source":380,"target":109},{"source":379,"target":60},{"source":108,"target":59},{"source":108,"target":60},{"source":108,"target":381},{"source":108,"target":382},{"source":381,"target":1},{"source":381,"target":383},{"source":381,"target":108},{"source":383,"target":1},{"source":382,"target":60},{"source":109,"target":59},{"source":109,"target":60},{"source":109,"target":384},{"source":384,"target":60},{"source":110,"target":59},{"source":110,"target":60},{"source":110,"target":385},{"source":110,"target":386},{"source":110,"target":387},{"source":110,"target":388},{"source":385,"target":3},{"source":385,"target":389},{"source":385,"target":110},{"source":389,"target":3},{"source":386,"target":3},{"source":386,"target":390},{"source":386,"target":110},{"source":390,"target":3},{"source":387,"target":71},{"source":387,"target":391},{"source":387,"target":110},{"source":391,"target":71},{"source":388,"target":60},{"source":111,"target":59},{"source":111,"target":392},{"source":111,"target":393},{"source":111,"target":394},{"source":392,"target":1},{"source":392,"target":395},{"source":392,"target":111},{"source":395,"target":1},{"source":393,"target":1},{"source":393,"target":396},{"source":393,"target":111},{"source":396,"target":1},{"source":394,"target":1},{"source":394,"target":397},{"source":394,"target":111},{"source":397,"target":1}],"multigraph":true} |
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="ms" nsURI="http://www.polarsys.org/capella/ms" nsPrefix="ms">
<eClassifiers xsi:type="ecore:EClass" name="CSConfiguration" eSuperTypes="../../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/cs/1.2.0#//Component"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/emde/1.0.0/constraintMapping">
<details key="Mapping" value="platform:/plugin/org.polarsys.capella.core.data.gen/model/CompositeStructure.ecore#//Component"/>
</eAnnotations>
<eOperations name="includes" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="element" lowerBound="1" eType="ecore:EClass ../../org.polarsys.capella.common.data.core.gen/model/ModellingCore.ecore#//ModelElement"/>
</eOperations>
<eOperations name="getScope" upperBound="-1" eType="ecore:EClass ../../org.polarsys.capella.common.data.core.gen/model/ModellingCore.ecore#//ModelElement"/>
<eOperations name="getScope" upperBound="-1">
<eGenericType eTypeParameter="#//CSConfiguration/getScope.1/T"/>
<eTypeParameters name="T">
<eBounds eClassifier="ecore:EClass ../../org.polarsys.capella.common.data.core.gen/model/ModellingCore.ecore#//ModelElement"/>
</eTypeParameters>
<eParameters name="type">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments eTypeParameter="#//CSConfiguration/getScope.1/T"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="supportedModes" upperBound="-1"
eType="ecore:EClass ../../org.polarsys.capella.core.data.gen/model/CapellaCommon.ecore#//AbstractState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="ecore:EClass ../../org.polarsys.capella.common.data.core.gen/model/ModellingCore.ecore#//ModelElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="deploymentLinks" upperBound="-1"
eType="ecore:EClass ../../org.polarsys.capella.core.data.gen/model/CompositeStructure.ecore#//AbstractDeploymentLink"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1"
eType="ecore:EClass ../../org.polarsys.capella.core.data.gen/model/FunctionalAnalysis.ecore#//AbstractFunction"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionalChains" upperBound="-1"
eType="ecore:EClass ../../org.polarsys.capella.core.data.gen/model/FunctionalAnalysis.ecore#//FunctionalChain"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scenarios" upperBound="-1"
eType="ecore:EClass ../../org.polarsys.capella.core.data.gen/model/Interaction.ecore#//Scenario"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1"
eType="ecore:EClass ../../org.polarsys.capella.core.data.gen/model/CompositeStructure.ecore#//Component"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1"
eType="ecore:EClass ../../org.polarsys.capella.core.data.gen/model/Information.ecore#//Port"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childConfigurations" upperBound="-1"
eType="#//CSConfiguration"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//kind_Type"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="access" eType="#//access_Type"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selector" eType="#//selector_Type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" upperBound="-1"
eType="#//Situation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compareTo" upperBound="-1"
eType="#//CSConfiguration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FSMType" eSuperTypes="../../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/common/1.2.0#//StateMachine"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/emde/1.0.0/constraintMapping">
<details key="Mapping" value=" platform:/plugin/org.polarsys.capella.core.data.gen/model/CapellaCommon.ecore#//StateMachine"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ms" eType="#//ms_Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Situation" eSuperTypes="../../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/cs/1.2.0#//Component"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/emde/1.0.0/constraintMapping">
<details key="Mapping" value=" platform:/plugin/org.polarsys.capella.core.data.gen/model/CompositeStructure.ecore#//Component"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//BooleanExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" abstract="true" eSuperTypes="../../org.polarsys.capella.core.data.gen/model/CapellaCore.ecore#//CapellaElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanOperation" abstract="true" eSuperTypes="#//BooleanExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//BooleanExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InStateExpression" eSuperTypes="#//BooleanExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="ecore:EClass ../../org.polarsys.capella.core.data.gen/model/CapellaCommon.ecore#//AbstractState"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InSituationExpression" eSuperTypes="#//BooleanExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="situation" eType="#//Situation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="kind_Type">
<eLiterals name="Atomic" literal="Atomic"/>
<eLiterals name="Global" value="1" literal="Global"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="access_Type">
<eLiterals name="flat" literal="flat"/>
<eLiterals name="subcomponents" value="1" literal="subcomponents"/>
<eLiterals name="full" value="2" literal="full"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="selector_Type">
<eLiterals name="inclusion"/>
<eLiterals name="exclusion" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ms_Type">
<eLiterals name="mixed" literal="mixed"/>
<eLiterals name="state" value="1" literal="state"/>
<eLiterals name="mode" value="2" literal="mode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AndOperation" eSuperTypes="#//BooleanOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="OrOperation" eSuperTypes="#//BooleanOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="NotOperation" eSuperTypes="#//BooleanOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="Comparison" eSuperTypes="../../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/cs/1.2.0#//Component"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/emde/1.0.0/constraintMapping">
<details key="Mapping" value=" platform:/plugin/org.polarsys.capella.core.data.gen/model/CompositeStructure.ecore#//Component"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="configuration1" upperBound="-1"
eType="#//CSConfiguration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Situation" upperBound="-1"
eType="#//Situation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="configuration2" upperBound="-1"
eType="#//CSConfiguration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Result" eSuperTypes="../../org.polarsys.capella.core.data.gen/model/CapellaCore.ecore#//NamedElement platform:/plugin/org.polarsys.kitalpha.emde/model/eMDE.ecore#//ElementExtension">
<eStructuralFeatures xsi:type="ecore:EReference" name="Situation" upperBound="-1"
eType="#//Situation"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/felixdo/capella-old-stuff/vpms/org.polarsys.capella.vp.ms/models/ms.ecore | ecore | ms
CSConfiguration
includes
element
getScope
getScope
T
type
supportedModes
elements
deploymentLinks
functions
functionalChains
scenarios
components
ports
childConfigurations
kind
access
selector
context
compareTo
FSMType
ms
Situation
expression
BooleanExpression
BooleanOperation
children
InStateExpression
state
InSituationExpression
situation
kind_Type
Atomic
Atomic
Global
Global
access_Type
flat
flat
subcomponents
subcomponents
full
full
selector_Type
inclusion
inclusion
exclusion
exclusion
ms_Type
mixed
mixed
state
state
mode
mode
AndOperation
OrOperation
NotOperation
Comparison
configuration1
Situation
configuration2
Result
Situation | null | {"directed":true,"nodes":[{"nsPrefix":"ms","nsURI":"http://www.polarsys.org/capella/ms","name":"ms","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSConfiguration","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSMType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Situation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanOperation","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InStateExpression","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InSituationExpression","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"kind_Type","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"access_Type","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"selector_Type","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ms_Type","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndOperation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrOperation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotOperation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Result","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"includes","lowerBound":1,"id":17,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getScope","lowerBound":0,"id":18,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getScope","lowerBound":0,"id":19,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supportedModes","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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"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":"deploymentLinks","changeable":false,"resolveProxies":true,"lowerBound":0,"id":22,"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":"functions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":23,"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":"functionalChains","changeable":false,"resolveProxies":true,"lowerBound":0,"id":24,"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":"scenarios","changeable":false,"resolveProxies":true,"lowerBound":0,"id":25,"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":"components","changeable":false,"resolveProxies":true,"lowerBound":0,"id":26,"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":"ports","changeable":false,"resolveProxies":true,"lowerBound":0,"id":27,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childConfigurations","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"kind","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"access","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"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":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compareTo","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,"unique":true,"name":"element","lowerBound":1,"id":37,"many":false,"required":true,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"name":"T","id":41,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ms","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"situation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"name":"Atomic","id":78,"value":0,"literal":"Atomic","eClass":"EEnumLiteral"},{"name":"Global","id":79,"value":1,"literal":"Global","eClass":"EEnumLiteral"},{"name":"flat","id":80,"value":0,"literal":"flat","eClass":"EEnumLiteral"},{"name":"subcomponents","id":81,"value":1,"literal":"subcomponents","eClass":"EEnumLiteral"},{"name":"full","id":82,"value":2,"literal":"full","eClass":"EEnumLiteral"},{"name":"inclusion","id":83,"value":0,"literal":"inclusion","eClass":"EEnumLiteral"},{"name":"exclusion","id":84,"value":1,"literal":"exclusion","eClass":"EEnumLiteral"},{"name":"mixed","id":85,"value":0,"literal":"mixed","eClass":"EEnumLiteral"},{"name":"state","id":86,"value":1,"literal":"state","eClass":"EEnumLiteral"},{"name":"mode","id":87,"value":2,"literal":"mode","eClass":"EEnumLiteral"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configuration1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Situation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configuration2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Situation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":17,"target":36},{"source":17,"target":1},{"source":17,"target":37},{"source":37,"target":38},{"source":37,"target":17},{"source":18,"target":39},{"source":18,"target":1},{"source":19,"target":40},{"source":19,"target":1},{"source":19,"target":41},{"source":19,"target":42},{"source":40,"target":41},{"source":41,"target":43},{"source":42,"target":44},{"source":42,"target":19},{"source":44,"target":45},{"source":45,"target":41},{"source":20,"target":46},{"source":20,"target":1},{"source":21,"target":47},{"source":21,"target":1},{"source":22,"target":48},{"source":22,"target":1},{"source":23,"target":49},{"source":23,"target":1},{"source":24,"target":50},{"source":24,"target":1},{"source":25,"target":51},{"source":25,"target":1},{"source":26,"target":52},{"source":26,"target":1},{"source":27,"target":53},{"source":27,"target":1},{"source":28,"target":1},{"source":28,"target":54},{"source":28,"target":1},{"source":54,"target":1},{"source":29,"target":8},{"source":29,"target":55},{"source":29,"target":1},{"source":55,"target":8},{"source":30,"target":9},{"source":30,"target":56},{"source":30,"target":1},{"source":56,"target":9},{"source":31,"target":10},{"source":31,"target":57},{"source":31,"target":1},{"source":57,"target":10},{"source":32,"target":3},{"source":32,"target":58},{"source":32,"target":1},{"source":58,"target":3},{"source":33,"target":1},{"source":33,"target":59},{"source":33,"target":1},{"source":59,"target":1},{"source":2,"target":0},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":60,"target":11},{"source":60,"target":63},{"source":60,"target":2},{"source":63,"target":11},{"source":3,"target":0},{"source":3,"target":64},{"source":3,"target":65},{"source":3,"target":66},{"source":64,"target":4},{"source":64,"target":67},{"source":64,"target":3},{"source":67,"target":4},{"source":4,"target":0},{"source":4,"target":68},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":69},{"source":5,"target":70},{"source":69,"target":4},{"source":69,"target":71},{"source":69,"target":5},{"source":71,"target":4},{"source":70,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":72},{"source":6,"target":73},{"source":72,"target":74},{"source":72,"target":6},{"source":73,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":75},{"source":7,"target":76},{"source":75,"target":3},{"source":75,"target":77},{"source":75,"target":7},{"source":77,"target":3},{"source":76,"target":4},{"source":8,"target":0},{"source":8,"target":78},{"source":8,"target":79},{"source":78,"target":8},{"source":79,"target":8},{"source":9,"target":0},{"source":9,"target":80},{"source":9,"target":81},{"source":9,"target":82},{"source":80,"target":9},{"source":81,"target":9},{"source":82,"target":9},{"source":10,"target":0},{"source":10,"target":83},{"source":10,"target":84},{"source":83,"target":10},{"source":84,"target":10},{"source":11,"target":0},{"source":11,"target":85},{"source":11,"target":86},{"source":11,"target":87},{"source":85,"target":11},{"source":86,"target":11},{"source":87,"target":11},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":88},{"source":88,"target":5},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":89},{"source":89,"target":5},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":90},{"source":90,"target":5},{"source":15,"target":0},{"source":15,"target":91},{"source":15,"target":92},{"source":15,"target":93},{"source":15,"target":94},{"source":15,"target":95},{"source":91,"target":1},{"source":91,"target":96},{"source":91,"target":15},{"source":96,"target":1},{"source":92,"target":3},{"source":92,"target":97},{"source":92,"target":15},{"source":97,"target":3},{"source":93,"target":1},{"source":93,"target":98},{"source":93,"target":15},{"source":98,"target":1},{"source":16,"target":0},{"source":16,"target":99},{"source":16,"target":100},{"source":16,"target":101},{"source":99,"target":3},{"source":99,"target":102},{"source":99,"target":16},{"source":102,"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="test" nsURI="http://www.eclipse.org/emf/texo/test/model/issues/bz325429"
nsPrefix="test">
<eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="http://www.eclipse.org/emf/texo/test/model/base/identifiable#//Identifiable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="org.eclipse.emf.texo">
<details key="java.member" value="firstname"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="org.eclipse.emf.texo">
<details key="java.member" value="lastname"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" lowerBound="1"
eType="#//Address">
<eAnnotations source="org.eclipse.emf.texo">
<details key="java.member" value="address"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="contacts" upperBound="-1"
eType="#//Contact">
<eAnnotations source="org.eclipse.emf.texo">
<details key="java.member" value="contacts"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Address" eSuperTypes="http://www.eclipse.org/emf/texo/test/model/base/identifiable#//Identifiable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="street" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="org.eclipse.emf.texo">
<details key="java.member" value="street"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="org.eclipse.emf.texo">
<details key="java.member" value="city"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Contact" eSuperTypes="http://www.eclipse.org/emf/texo/test/model/base/identifiable#//Identifiable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="org.eclipse.emf.texo">
<details key="java.member" value="value"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ContactType">
<eAnnotations source="org.eclipse.emf.texo">
<details key="java.member" value="type"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ContactType">
<eLiterals name="PHONE"/>
<eLiterals name="EMAIL" value="1"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/PSI-Polska/texo/tests/org.eclipse.emf.texo.test.model/src-test-gen/org/eclipse/emf/texo/test/model/issues/bz325429_test/test.ecore | ecore | test
Person
firstname
lastname
address
contacts
Address
street
city
Contact
value
type
ContactType
PHONE
PHONE
EMAIL
EMAIL | null | {"directed":true,"nodes":[{"nsPrefix":"test","nsURI":"http://www.eclipse.org/emf/texo/test/model/issues/bz325429","name":"test","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contact","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContactType","instanceClass":null,"id":4,"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":"firstname","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":"lastname","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contacts","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"},{"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":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":"city","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"name":"PHONE","id":24,"value":0,"literal":"PHONE","eClass":"EEnumLiteral"},{"name":"EMAIL","id":25,"value":1,"literal":"EMAIL","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":5,"target":10},{"source":5,"target":1},{"source":6,"target":11},{"source":6,"target":1},{"source":7,"target":2},{"source":7,"target":12},{"source":7,"target":1},{"source":12,"target":2},{"source":8,"target":3},{"source":8,"target":13},{"source":8,"target":1},{"source":13,"target":3},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":14,"target":17},{"source":14,"target":2},{"source":15,"target":18},{"source":15,"target":2},{"source":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":4,"target":0},{"source":4,"target":24},{"source":4,"target":25},{"source":24,"target":4},{"source":25,"target":4}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014 Indra
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="plan"
nsURI="http://model.deployment.itecban.es/DeploymentPlan" nsPrefix="plan">
<eClassifiers xsi:type="ecore:EClass" name="ActivitiesType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="activities_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1"
upperBound="-1" eType="#//ActivityType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="activity"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ActivityKindType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ActivityKindType"/>
</eAnnotations>
<eLiterals name="INSTALLDEPLOYMENTUNIT" literal="INSTALL_DEPLOYMENT_UNIT"/>
<eLiterals name="UPDATEDEPLOYMENTUNIT" value="1" literal="UPDATE_DEPLOYMENT_UNIT"/>
<eLiterals name="CONFIGUREDEPLOYMENTUNIT" value="2" literal="CONFIGURE_DEPLOYMENT_UNIT"/>
<eLiterals name="UNINSTALLDEPLOYMENTUNIT" value="3" literal="UNINSTALL_DEPLOYMENT_UNIT"/>
<eLiterals name="STARTDEPLOYMENTUNIT" value="4" literal="START_DEPLOYMENT_UNIT"/>
<eLiterals name="STOPDEPLOYMENTUNIT" value="5" literal="STOP_DEPLOYMENT_UNIT"/>
<eLiterals name="ADDCONTAINERRESOURCE" value="6" literal="ADD_CONTAINER_RESOURCE"/>
<eLiterals name="REMOVECONTAINERRESOURCE" value="7" literal="REMOVE_CONTAINER_RESOURCE"/>
<eLiterals name="CONFIGURECONTAINERRESOURCE" value="8" literal="CONFIGURE_CONTAINER_RESOURCE"/>
<eLiterals name="CONFIGURECONTAINERPROPERTY" value="9" literal="CONFIGURE_CONTAINER_PROPERTY"/>
<eLiterals name="CONFIGUREUNITRESOURCE" value="10" literal="CONFIGURE_UNIT_RESOURCE"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ActivityKindTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ActivityKindType:Object"/>
<details key="baseType" value="ActivityKindType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivityType" abstract="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ActivityType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="activityId" 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="activityId"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="target" 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="target"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dependency" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="dependency"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ConfigurationActivityKindType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ConfigurationActivityKindType"/>
</eAnnotations>
<eLiterals name="CONFIGURECONTAINERRESOURCE" literal="CONFIGURE_CONTAINER_RESOURCE"/>
<eLiterals name="CONFIGURECONTAINERPROPERTY" value="1" literal="CONFIGURE_CONTAINER_PROPERTY"/>
<eLiterals name="CONFIGUREUNITRESOURCE" value="2" literal="CONFIGURE_UNIT_RESOURCE"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ConfigurationActivityKindTypeObject"
instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ConfigurationActivityKindType:Object"/>
<details key="baseType" value="ConfigurationActivityKindType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigurationActivityType" eSuperTypes="#//ActivityType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ConfigurationActivityType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ConfigurationActivityKindType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="type"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="configuration" lowerBound="1"
eType="#//ConfigurationType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="configuration"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigurationPropertiesType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="configurationProperties_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="configurationProperties"
lowerBound="1" upperBound="-1" eType="ecore:EClass unit.ecore#//PropertyType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="configurationProperties"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigurationType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="configuration_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1"
upperBound="-1" eType="ecore:EClass unit.ecore#//PropertyType" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="property"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DeploymentActivityKindType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DeploymentActivityKindType"/>
</eAnnotations>
<eLiterals name="INSTALLDEPLOYMENTUNIT" literal="INSTALL_DEPLOYMENT_UNIT"/>
<eLiterals name="UPDATEDEPLOYMENTUNIT" value="1" literal="UPDATE_DEPLOYMENT_UNIT"/>
<eLiterals name="UNINSTALLDEPLOYMENTUNIT" value="2" literal="UNINSTALL_DEPLOYMENT_UNIT"/>
<eLiterals name="STARTDEPLOYMENTUNIT" value="3" literal="START_DEPLOYMENT_UNIT"/>
<eLiterals name="STOPDEPLOYMENTUNIT" value="4" literal="STOP_DEPLOYMENT_UNIT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DeploymentActivityKindTypeObject"
instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DeploymentActivityKindType:Object"/>
<details key="baseType" value="DeploymentActivityKindType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentActivityType" eSuperTypes="#//ActivityType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DeploymentActivityType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//DeploymentActivityKindType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="type"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unitName" 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="unitName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unitVersion" 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="unitVersion"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialConfiguration" eType="#//InitialConfigurationType"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								Optional initial configuration values
								for install /update operations
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="initialConfiguration"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="previousUnitName" 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="previousUnitName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="previousUnitVersion" 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="previousUnitVersion"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentPlanType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DeploymentPlanType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="environment" 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="environment"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="activities" lowerBound="1"
eType="#//ActivitiesType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="activities"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="scheduleData" lowerBound="1"
eType="#//ScheduleType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="scheduleData"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="planStatus" 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="planStatus"/>
</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="activity" upperBound="-2"
eType="#//DeploymentActivityType" 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="activity"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="plan" upperBound="-2" eType="#//DeploymentPlanType"
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="plan"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="schedule" upperBound="-2"
eType="#//ScheduleType" 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="schedule"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitialConfigurationType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="initialConfiguration_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="configuration" lowerBound="1"
upperBound="-1" eType="#//ResourceConfigurationType" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
											Collection of resource
											configurations to be applied
											to the unit
										"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="configuration"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ResourceActivityKindType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ResourceActivityKindType"/>
</eAnnotations>
<eLiterals name="ADDCONTAINERRESOURCE" literal="ADD_CONTAINER_RESOURCE"/>
<eLiterals name="REMOVECONTAINERRESOURCE" value="1" literal="REMOVE_CONTAINER_RESOURCE"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ResourceActivityKindTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ResourceActivityKindType:Object"/>
<details key="baseType" value="ResourceActivityKindType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceActivityType" eSuperTypes="#//ActivityType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ResourceActivityType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ResourceActivityKindType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="type"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="resource" lowerBound="1"
eType="ecore:EClass unit.ecore#//ResourceType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="resource"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceConfigurationType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
			ResourceConfigurationType elemeents include the initial configuration of one resource of the 
			selected unit (identified by the resource name)
	"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ResourceConfigurationType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="configurationProperties"
lowerBound="1" eType="#//ConfigurationPropertiesType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="configurationProperties"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScheduleType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ScheduleType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="creationDate"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scheduledLaunchDate" 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="scheduledLaunchDate"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastModificationDate" 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="lastModificationDate"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/iLabrys/iLabrysOSGi/es.itecban.deployment.model.plan/model/genmodel/plan.ecore | ecore | plan
ActivitiesType
activity
ActivityKindType
INSTALLDEPLOYMENTUNIT
INSTALL_DEPLOYMENT_UNIT
UPDATEDEPLOYMENTUNIT
UPDATE_DEPLOYMENT_UNIT
CONFIGUREDEPLOYMENTUNIT
CONFIGURE_DEPLOYMENT_UNIT
UNINSTALLDEPLOYMENTUNIT
UNINSTALL_DEPLOYMENT_UNIT
STARTDEPLOYMENTUNIT
START_DEPLOYMENT_UNIT
STOPDEPLOYMENTUNIT
STOP_DEPLOYMENT_UNIT
ADDCONTAINERRESOURCE
ADD_CONTAINER_RESOURCE
REMOVECONTAINERRESOURCE
REMOVE_CONTAINER_RESOURCE
CONFIGURECONTAINERRESOURCE
CONFIGURE_CONTAINER_RESOURCE
CONFIGURECONTAINERPROPERTY
CONFIGURE_CONTAINER_PROPERTY
CONFIGUREUNITRESOURCE
CONFIGURE_UNIT_RESOURCE
ActivityKindTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
ActivityType
activityId
target
dependency
ConfigurationActivityKindType
CONFIGURECONTAINERRESOURCE
CONFIGURE_CONTAINER_RESOURCE
CONFIGURECONTAINERPROPERTY
CONFIGURE_CONTAINER_PROPERTY
CONFIGUREUNITRESOURCE
CONFIGURE_UNIT_RESOURCE
ConfigurationActivityKindTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
ConfigurationActivityType
type
configuration
ConfigurationPropertiesType
configurationProperties
ConfigurationType
property
DeploymentActivityKindType
INSTALLDEPLOYMENTUNIT
INSTALL_DEPLOYMENT_UNIT
UPDATEDEPLOYMENTUNIT
UPDATE_DEPLOYMENT_UNIT
UNINSTALLDEPLOYMENTUNIT
UNINSTALL_DEPLOYMENT_UNIT
STARTDEPLOYMENTUNIT
START_DEPLOYMENT_UNIT
STOPDEPLOYMENTUNIT
STOP_DEPLOYMENT_UNIT
DeploymentActivityKindTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
DeploymentActivityType
type
unitName
unitVersion
initialConfiguration
previousUnitName
previousUnitVersion
DeploymentPlanType
name
environment
activities
scheduleData
planStatus
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
activity
plan
schedule
InitialConfigurationType
configuration
ResourceActivityKindType
ADDCONTAINERRESOURCE
ADD_CONTAINER_RESOURCE
REMOVECONTAINERRESOURCE
REMOVE_CONTAINER_RESOURCE
ResourceActivityKindTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
ResourceActivityType
type
resource
ResourceConfigurationType
name
configurationProperties
ScheduleType
creationDate
scheduledLaunchDate
lastModificationDate | null | {"directed":true,"nodes":[{"nsPrefix":"plan","nsURI":"http://model.deployment.itecban.es/DeploymentPlan","name":"plan","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivitiesType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActivityKindType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ActivityKindTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityType","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConfigurationActivityKindType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ConfigurationActivityKindTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationActivityType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationPropertiesType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DeploymentActivityKindType","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"DeploymentActivityKindTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentActivityType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentPlanType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialConfigurationType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResourceActivityKindType","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ResourceActivityKindTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceActivityType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceConfigurationType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduleType","instanceClass":null,"abstract":false,"id":20,"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":"activity","changeable":true,"resolveProxies":false,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"name":"INSTALLDEPLOYMENTUNIT","id":23,"value":0,"literal":"INSTALL_DEPLOYMENT_UNIT","eClass":"EEnumLiteral"},{"name":"UPDATEDEPLOYMENTUNIT","id":24,"value":1,"literal":"UPDATE_DEPLOYMENT_UNIT","eClass":"EEnumLiteral"},{"name":"CONFIGUREDEPLOYMENTUNIT","id":25,"value":2,"literal":"CONFIGURE_DEPLOYMENT_UNIT","eClass":"EEnumLiteral"},{"name":"UNINSTALLDEPLOYMENTUNIT","id":26,"value":3,"literal":"UNINSTALL_DEPLOYMENT_UNIT","eClass":"EEnumLiteral"},{"name":"STARTDEPLOYMENTUNIT","id":27,"value":4,"literal":"START_DEPLOYMENT_UNIT","eClass":"EEnumLiteral"},{"name":"STOPDEPLOYMENTUNIT","id":28,"value":5,"literal":"STOP_DEPLOYMENT_UNIT","eClass":"EEnumLiteral"},{"name":"ADDCONTAINERRESOURCE","id":29,"value":6,"literal":"ADD_CONTAINER_RESOURCE","eClass":"EEnumLiteral"},{"name":"REMOVECONTAINERRESOURCE","id":30,"value":7,"literal":"REMOVE_CONTAINER_RESOURCE","eClass":"EEnumLiteral"},{"name":"CONFIGURECONTAINERRESOURCE","id":31,"value":8,"literal":"CONFIGURE_CONTAINER_RESOURCE","eClass":"EEnumLiteral"},{"name":"CONFIGURECONTAINERPROPERTY","id":32,"value":9,"literal":"CONFIGURE_CONTAINER_PROPERTY","eClass":"EEnumLiteral"},{"name":"CONFIGUREUNITRESOURCE","id":33,"value":10,"literal":"CONFIGURE_UNIT_RESOURCE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"activityId","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dependency","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"name":"CONFIGURECONTAINERRESOURCE","id":40,"value":0,"literal":"CONFIGURE_CONTAINER_RESOURCE","eClass":"EEnumLiteral"},{"name":"CONFIGURECONTAINERPROPERTY","id":41,"value":1,"literal":"CONFIGURE_CONTAINER_PROPERTY","eClass":"EEnumLiteral"},{"name":"CONFIGUREUNITRESOURCE","id":42,"value":2,"literal":"CONFIGURE_UNIT_RESOURCE","eClass":"EEnumLiteral"},{"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":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configuration","changeable":true,"resolveProxies":false,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurationProperties","changeable":true,"resolveProxies":false,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":false,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"name":"INSTALLDEPLOYMENTUNIT","id":52,"value":0,"literal":"INSTALL_DEPLOYMENT_UNIT","eClass":"EEnumLiteral"},{"name":"UPDATEDEPLOYMENTUNIT","id":53,"value":1,"literal":"UPDATE_DEPLOYMENT_UNIT","eClass":"EEnumLiteral"},{"name":"UNINSTALLDEPLOYMENTUNIT","id":54,"value":2,"literal":"UNINSTALL_DEPLOYMENT_UNIT","eClass":"EEnumLiteral"},{"name":"STARTDEPLOYMENTUNIT","id":55,"value":3,"literal":"START_DEPLOYMENT_UNIT","eClass":"EEnumLiteral"},{"name":"STOPDEPLOYMENTUNIT","id":56,"value":4,"literal":"STOP_DEPLOYMENT_UNIT","eClass":"EEnumLiteral"},{"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":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unitName","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unitVersion","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialConfiguration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"previousUnitName","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":"previousUnitVersion","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"environment","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activities","changeable":true,"resolveProxies":false,"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":"scheduleData","changeable":true,"resolveProxies":false,"lowerBound":1,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"planStatus","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"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":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"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":"activity","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"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":"plan","changeable":true,"resolveProxies":false,"lowerBound":0,"id":84,"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":"schedule","changeable":true,"resolveProxies":false,"lowerBound":0,"id":85,"derived":true},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configuration","changeable":true,"resolveProxies":false,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"name":"ADDCONTAINERRESOURCE","id":94,"value":0,"literal":"ADD_CONTAINER_RESOURCE","eClass":"EEnumLiteral"},{"name":"REMOVECONTAINERRESOURCE","id":95,"value":1,"literal":"REMOVE_CONTAINER_RESOURCE","eClass":"EEnumLiteral"},{"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":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resource","changeable":true,"resolveProxies":false,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurationProperties","changeable":true,"resolveProxies":false,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationDate","changeable":true,"lowerBound":1,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheduledLaunchDate","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastModificationDate","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":21,"target":4},{"source":21,"target":22},{"source":21,"target":1},{"source":22,"target":4},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":23,"target":2},{"source":24,"target":2},{"source":25,"target":2},{"source":26,"target":2},{"source":27,"target":2},{"source":28,"target":2},{"source":29,"target":2},{"source":30,"target":2},{"source":31,"target":2},{"source":32,"target":2},{"source":33,"target":2},{"source":3,"target":0},{"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":5,"target":42},{"source":40,"target":5},{"source":41,"target":5},{"source":42,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":43,"target":5},{"source":43,"target":46},{"source":43,"target":7},{"source":46,"target":5},{"source":44,"target":9},{"source":44,"target":47},{"source":44,"target":7},{"source":47,"target":9},{"source":45,"target":4},{"source":8,"target":0},{"source":8,"target":48},{"source":48,"target":49},{"source":48,"target":8},{"source":9,"target":0},{"source":9,"target":50},{"source":50,"target":51},{"source":50,"target":9},{"source":10,"target":0},{"source":10,"target":52},{"source":10,"target":53},{"source":10,"target":54},{"source":10,"target":55},{"source":10,"target":56},{"source":52,"target":10},{"source":53,"target":10},{"source":54,"target":10},{"source":55,"target":10},{"source":56,"target":10},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":57},{"source":12,"target":58},{"source":12,"target":59},{"source":12,"target":60},{"source":12,"target":61},{"source":12,"target":62},{"source":12,"target":63},{"source":57,"target":10},{"source":57,"target":64},{"source":57,"target":12},{"source":64,"target":10},{"source":58,"target":65},{"source":58,"target":12},{"source":59,"target":66},{"source":59,"target":12},{"source":60,"target":15},{"source":60,"target":67},{"source":60,"target":12},{"source":67,"target":15},{"source":61,"target":68},{"source":61,"target":12},{"source":62,"target":69},{"source":62,"target":12},{"source":63,"target":4},{"source":13,"target":0},{"source":13,"target":70},{"source":13,"target":71},{"source":13,"target":72},{"source":13,"target":73},{"source":13,"target":74},{"source":70,"target":75},{"source":70,"target":13},{"source":71,"target":76},{"source":71,"target":13},{"source":72,"target":1},{"source":72,"target":77},{"source":72,"target":13},{"source":77,"target":1},{"source":73,"target":20},{"source":73,"target":78},{"source":73,"target":13},{"source":78,"target":20},{"source":74,"target":79},{"source":74,"target":13},{"source":14,"target":0},{"source":14,"target":80},{"source":14,"target":81},{"source":14,"target":82},{"source":14,"target":83},{"source":14,"target":84},{"source":14,"target":85},{"source":80,"target":86},{"source":80,"target":14},{"source":81,"target":87},{"source":81,"target":14},{"source":82,"target":88},{"source":82,"target":14},{"source":83,"target":12},{"source":83,"target":89},{"source":83,"target":14},{"source":89,"target":12},{"source":84,"target":13},{"source":84,"target":90},{"source":84,"target":14},{"source":90,"target":13},{"source":85,"target":20},{"source":85,"target":91},{"source":85,"target":14},{"source":91,"target":20},{"source":15,"target":0},{"source":15,"target":92},{"source":92,"target":19},{"source":92,"target":93},{"source":92,"target":15},{"source":93,"target":19},{"source":16,"target":0},{"source":16,"target":94},{"source":16,"target":95},{"source":94,"target":16},{"source":95,"target":16},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":96},{"source":18,"target":97},{"source":18,"target":98},{"source":96,"target":16},{"source":96,"target":99},{"source":96,"target":18},{"source":99,"target":16},{"source":97,"target":100},{"source":97,"target":18},{"source":98,"target":4},{"source":19,"target":0},{"source":19,"target":101},{"source":19,"target":102},{"source":101,"target":103},{"source":101,"target":19},{"source":102,"target":8},{"source":102,"target":104},{"source":102,"target":19},{"source":104,"target":8},{"source":20,"target":0},{"source":20,"target":105},{"source":20,"target":106},{"source":20,"target":107},{"source":105,"target":108},{"source":105,"target":20},{"source":106,"target":109},{"source":106,"target":20},{"source":107,"target":110},{"source":107,"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="ktest313"
nsURI="http://ktest313" nsPrefix="_ktest313">
<eAnnotations source="diagen">
<details key="requires=nil" value=""/>
<details key="leftparent=statemachine" value=""/>
<details key="rightparent=nil" value=""/>
<details key="origin=nil"/>
<details key="knownas=State Chart"/>
<details key="context=behavior" value="kewords={fsm,behavior,state,transition,recursive,action}
related={state*}
Finite State Machine with composite states
Actions associated to states"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="State">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="nameUnicity"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/ocl/examples/OCL">
<details key="nameUnicity" value="bindings->isUnique(name)
and
components->isUnique(name)
and
interfaces->isUnique(name)
"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="node"/>
<details key="pov"/>
<details key="label=name"/>
<details key="cref=children"/>
<details key="cont=State.children"/>
<details key="cref=e0s"/>
</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="children" upperBound="-1"
eType="#//State" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="e0s" upperBound="-1" eType="#//EClass0"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="e2s" eType="#//EClass2"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EClass0">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=name"/>
<details key="kref=e1s"/>
</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="e1s" upperBound="-1" eType="#//EClass1"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EClass1">
<eAnnotations source="diagraph">
<details key="node"/>
<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="EClass2">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/ktest313.ecore | ecore | ktest313
State
name
children
e0s
e2s
EClass0
name
e1s
EClass1
name
EClass2
name | null | {"directed":true,"nodes":[{"nsPrefix":"_ktest313","nsURI":"http://ktest313","name":"ktest313","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass0","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass1","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass2","instanceClass":null,"abstract":false,"id":4,"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":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e0s","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":true,"unsettable":false,"transient":false,"unique":true,"name":"e2s","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":"e1s","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},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":5,"target":9},{"source":5,"target":1},{"source":6,"target":1},{"source":6,"target":10},{"source":6,"target":1},{"source":10,"target":1},{"source":7,"target":2},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":2},{"source":8,"target":4},{"source":8,"target":12},{"source":8,"target":1},{"source":12,"target":4},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":13,"target":15},{"source":13,"target":2},{"source":14,"target":3},{"source":14,"target":16},{"source":14,"target":2},{"source":16,"target":3},{"source":3,"target":0},{"source":3,"target":17},{"source":17,"target":18},{"source":17,"target":3},{"source":4,"target":0},{"source":4,"target":19},{"source":19,"target":20},{"source":19,"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="myShoppingMall" nsURI="http://www.myshoppingmall.com/1.0" nsPrefix="MSM">
<eClassifiers xsi:type="ecore:EClass" name="Mall">
<eAnnotations source="gmf.diagram">
<details key="model.extension" value="mm"/>
<details key="diagram.extension" value="mmd"/>
</eAnnotations>
<eOperations name="IsOpen" 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="Location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shops" lowerBound="1" upperBound="-1"
eType="#//Shops" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="employees" lowerBound="1"
upperBound="-1" eType="#//Employee" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schedule" lowerBound="1"
eType="#//Schedule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Shops">
<eAnnotations source="gmf.node">
<details key="label" value="ShopName"/>
<details key="figure" value="rectangle"/>
</eAnnotations>
<eOperations name="IsShopOpen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ShopName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Floor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Photos" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="employees" lowerBound="1"
upperBound="-1" eType="#//Employee" containment="true">
<eAnnotations source="gmf.compartment">
<details key="collapsible" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="storages" lowerBound="1"
upperBound="-1" eType="#//Storage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schedule" lowerBound="1"
eType="#//Schedule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Storage">
<eAnnotations source="gmf.node">
<details key="label" value="Position"/>
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Type" eType="#//StorageType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="NumberOfLayers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Position" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1"
eType="#//Item" containment="true">
<eAnnotations source="gmf.compartment">
<details key="collapsible" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StorageType">
<eLiterals name="Table"/>
<eLiterals name="Fridge"/>
<eLiterals name="Shelves"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Item">
<eAnnotations source="gmf.node">
<details key="label" value="ItemName"/>
<details key="figure" value="ellipse"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ItemName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="BName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Model" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Position" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Price" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="items" lowerBound="1" eType="#//Category"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="collapsible" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="offer" eType="#//Offer"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Offer">
<eAnnotations source="gmf.node">
<details key="label" value="Discount"/>
<details key="figure" value="ellipse"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="StartDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="EndDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Discount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Photos" 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="IsValid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Category">
<eAnnotations source="gmf.node">
<details key="label" value="CategoryName"/>
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="CategoryName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contains" upperBound="-1"
eType="#//SubCategory" containment="true">
<eAnnotations source="gmf.compartment">
<details key="collapsible" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubCategory">
<eAnnotations source="gmf.node">
<details key="label" value="SubCategoryName"/>
<details key="figure" value="ellipse"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SubCategoryName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Schedule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="StartTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="EndTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Employee">
<eAnnotations source="gmf.node">
<details key="label" value="EmployeeName"/>
<details key="figure" value="ellipse"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="EmployeeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DateOfBirth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Designation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FiscalCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Shifts" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schedule" lowerBound="1"
eType="#//Schedule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Branded" eSuperTypes="#//Shops">
<eAnnotations source="gmf.node">
<details key="label" value="BName"/>
<details key="figure" value="ellipse"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="BName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Specialistic" eSuperTypes="#//Shops">
<eAnnotations source="gmf.node">
<details key="label" value="Type"/>
<details key="figure" value="ellipse"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Priyanka-prog/DomainSpecificModeling/DSM-master/org.polimi.mtt.Mall/myShoppingMall.ecore | ecore | myShoppingMall
Mall
IsOpen
Name
Location
shops
employees
schedule
Shops
IsShopOpen
ShopName
Floor
Address
Photos
employees
storages
schedule
Storage
Type
NumberOfLayers
Size
Position
items
StorageType
Table
Table
Fridge
Fridge
Shelves
Shelves
Item
ItemName
BName
Color
Model
Size
Position
Price
items
offer
Offer
StartDate
EndDate
Discount
Photos
Type
IsValid
Category
CategoryName
contains
SubCategory
SubCategoryName
Schedule
StartTime
EndTime
Employee
EmployeeName
ID
DateOfBirth
Designation
FiscalCode
Shifts
schedule
Branded
BName
Specialistic
Type | null | {"directed":true,"nodes":[{"nsPrefix":"MSM","nsURI":"http://www.myshoppingmall.com/1.0","name":"myShoppingMall","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mall","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shops","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Storage","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StorageType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Offer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubCategory","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schedule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branded","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specialistic","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"IsOpen","lowerBound":0,"id":13,"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":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":"Location","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shops","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"employees","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":"schedule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"IsShopOpen","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":"ShopName","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Floor","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":"Address","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":"Photos","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"employees","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"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":"storages","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"schedule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Type","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"NumberOfLayers","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":"Size","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":"Position","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":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"name":"Table","id":51,"value":0,"literal":"Table","eClass":"EEnumLiteral"},{"name":"Fridge","id":52,"value":0,"literal":"Fridge","eClass":"EEnumLiteral"},{"name":"Shelves","id":53,"value":0,"literal":"Shelves","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":"ItemName","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":"BName","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":"Color","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":"Model","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Size","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Position","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Price","changeable":true,"lowerBound":0,"iD":false,"id":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":"items","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"StartDate","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":"EndDate","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":"Discount","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":"Photos","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Type","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"IsValid","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"CategoryName","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SubCategoryName","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"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":"StartTime","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":"EndTime","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"EmployeeName","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":"ID","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":"DateOfBirth","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":"Designation","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":"FiscalCode","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":"Shifts","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schedule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"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":"BName","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":"Type","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":13,"target":19},{"source":13,"target":1},{"source":14,"target":20},{"source":14,"target":1},{"source":15,"target":21},{"source":15,"target":1},{"source":16,"target":2},{"source":16,"target":22},{"source":16,"target":1},{"source":22,"target":2},{"source":17,"target":10},{"source":17,"target":23},{"source":17,"target":1},{"source":23,"target":10},{"source":18,"target":9},{"source":18,"target":24},{"source":18,"target":1},{"source":24,"target":9},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":25,"target":33},{"source":25,"target":2},{"source":26,"target":34},{"source":26,"target":2},{"source":27,"target":35},{"source":27,"target":2},{"source":28,"target":36},{"source":28,"target":2},{"source":29,"target":37},{"source":29,"target":2},{"source":30,"target":10},{"source":30,"target":38},{"source":30,"target":2},{"source":38,"target":10},{"source":31,"target":3},{"source":31,"target":39},{"source":31,"target":2},{"source":39,"target":3},{"source":32,"target":9},{"source":32,"target":40},{"source":32,"target":2},{"source":40,"target":9},{"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":41,"target":4},{"source":41,"target":46},{"source":41,"target":3},{"source":46,"target":4},{"source":42,"target":47},{"source":42,"target":3},{"source":43,"target":48},{"source":43,"target":3},{"source":44,"target":49},{"source":44,"target":3},{"source":45,"target":5},{"source":45,"target":50},{"source":45,"target":3},{"source":50,"target":5},{"source":4,"target":0},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":51,"target":4},{"source":52,"target":4},{"source":53,"target":4},{"source":5,"target":0},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":54,"target":63},{"source":54,"target":5},{"source":55,"target":64},{"source":55,"target":5},{"source":56,"target":65},{"source":56,"target":5},{"source":57,"target":66},{"source":57,"target":5},{"source":58,"target":67},{"source":58,"target":5},{"source":59,"target":68},{"source":59,"target":5},{"source":60,"target":69},{"source":60,"target":5},{"source":61,"target":7},{"source":61,"target":70},{"source":61,"target":5},{"source":70,"target":7},{"source":62,"target":6},{"source":62,"target":71},{"source":62,"target":5},{"source":71,"target":6},{"source":6,"target":0},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":72,"target":78},{"source":72,"target":6},{"source":73,"target":79},{"source":73,"target":6},{"source":74,"target":80},{"source":74,"target":6},{"source":75,"target":81},{"source":75,"target":6},{"source":76,"target":82},{"source":76,"target":6},{"source":77,"target":83},{"source":77,"target":6},{"source":7,"target":0},{"source":7,"target":84},{"source":7,"target":85},{"source":84,"target":86},{"source":84,"target":7},{"source":85,"target":8},{"source":85,"target":87},{"source":85,"target":7},{"source":87,"target":8},{"source":8,"target":0},{"source":8,"target":88},{"source":88,"target":89},{"source":88,"target":8},{"source":9,"target":0},{"source":9,"target":90},{"source":9,"target":91},{"source":90,"target":92},{"source":90,"target":9},{"source":91,"target":93},{"source":91,"target":9},{"source":10,"target":0},{"source":10,"target":94},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":10,"target":99},{"source":10,"target":100},{"source":94,"target":101},{"source":94,"target":10},{"source":95,"target":102},{"source":95,"target":10},{"source":96,"target":103},{"source":96,"target":10},{"source":97,"target":104},{"source":97,"target":10},{"source":98,"target":105},{"source":98,"target":10},{"source":99,"target":106},{"source":99,"target":10},{"source":100,"target":9},{"source":100,"target":107},{"source":100,"target":10},{"source":107,"target":9},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":108},{"source":11,"target":109},{"source":108,"target":110},{"source":108,"target":11},{"source":109,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":111},{"source":12,"target":112},{"source":111,"target":113},{"source":111,"target":12},{"source":112,"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="grl"
nsURI="http:///grl.ecore" nsPrefix="grl">
<eClassifiers xsi:type="ecore:EClass" name="GRLspec">
<eStructuralFeatures xsi:type="ecore:EReference" name="urnspec" lowerBound="1"
eType="ecore:EClass urn.ecore#//URNspec" transient="true" eOpposite="urn.ecore#//URNspec/grlspec"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intElements" upperBound="-1"
eType="#//IntentionalElement" containment="true" eOpposite="#//IntentionalElement/grlspec"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1"
eType="#//Actor" containment="true" eOpposite="#//Actor/grlspec"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1"
eType="#//ElementLink" containment="true" eOpposite="#//ElementLink/grlspec"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1"
eType="#//StrategiesGroup" containment="true" eOpposite="#//StrategiesGroup/grlspec"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="strategies" upperBound="-1"
eType="#//EvaluationStrategy" containment="true" eOpposite="#//EvaluationStrategy/grlspec"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributionGroups" upperBound="-1"
eType="#//ContributionContextGroup" containment="true" eOpposite="#//ContributionContextGroup/grlspec"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributionContexts" upperBound="-1"
eType="#//ContributionContext" containment="true" eOpposite="#//ContributionContext/grlspec"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kpiInformationElements"
upperBound="-1" eType="#//kpimodel/KPIInformationElement" containment="true"
eOpposite="#//kpimodel/KPIInformationElement/grlspec"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kpiModelLinks" upperBound="-1"
eType="#//kpimodel/KPIModelLink" containment="true" eOpposite="#//kpimodel/KPIModelLink/grlspec"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="indicatorGroup" upperBound="-1"
eType="#//kpimodel/IndicatorGroup" containment="true" eOpposite="#//kpimodel/IndicatorGroup/grlspec"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Belief" eSuperTypes="#//GRLNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntentionalElement" eSuperTypes="#//GRLLinkableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//IntentionalElementType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="decompositionType" eType="#//DecompositionType"
defaultValueLiteral="And"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importance" eType="#//ImportanceType"
defaultValueLiteral="None"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importanceQuantitative"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fillColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="grlspec" lowerBound="1"
eType="#//GRLspec" transient="true" eOpposite="#//GRLspec/intElements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refs" upperBound="-1" eType="#//IntentionalElementRef"
eOpposite="#//IntentionalElementRef/def"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//GRLLinkableElement urncore.ecore#//IURNContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="grlspec" lowerBound="1"
eType="#//GRLspec" transient="true" eOpposite="#//GRLspec/actors"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="includedActors" upperBound="-1"
eType="#//Actor" eOpposite="#//Actor/includingActor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="includingActor" eType="#//Actor"
eOpposite="#//Actor/includedActors"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collapsedRefs" upperBound="-1"
eType="#//CollapsedActorRef" eOpposite="#//CollapsedActorRef/actor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Criticality">
<eLiterals name="High"/>
<eLiterals name="Medium" value="1"/>
<eLiterals name="Low" value="2"/>
<eLiterals name="None" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="IntentionalElementType">
<eLiterals name="Softgoal"/>
<eLiterals name="Goal" value="1"/>
<eLiterals name="Task" value="2"/>
<eLiterals name="Ressource" value="3"/>
<eLiterals name="Indicator" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Priority">
<eLiterals name="High"/>
<eLiterals name="Medium" value="1"/>
<eLiterals name="Low" value="2"/>
<eLiterals name="None" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GRLGraph" eSuperTypes="urncore.ecore#//GRLmodelElement urncore.ecore#//IURNDiagram"/>
<eClassifiers xsi:type="ecore:EClass" name="ActorRef" eSuperTypes="urncore.ecore#//GRLmodelElement urncore.ecore#//IURNContainerRef"/>
<eClassifiers xsi:type="ecore:EClass" name="IntentionalElementRef" eSuperTypes="#//GRLNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="criticality" eType="#//Criticality"
defaultValueLiteral="None"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="#//Priority"
defaultValueLiteral="None"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="def" lowerBound="1" eType="#//IntentionalElement"
eOpposite="#//IntentionalElement/refs"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Contribution" eSuperTypes="#//ElementLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contribution" eType="#//ContributionType"
defaultValueLiteral="Help"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="quantitativeContribution"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="25"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="correlation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ContributionType">
<eLiterals name="Make"/>
<eLiterals name="Help" value="1"/>
<eLiterals name="SomePositive" value="2"/>
<eLiterals name="Unknown" value="3"/>
<eLiterals name="SomeNegative" value="4"/>
<eLiterals name="Hurt" value="5"/>
<eLiterals name="Break" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LinkRef" eSuperTypes="urncore.ecore#//IURNConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="link" lowerBound="1" eType="#//ElementLink"
eOpposite="#//ElementLink/refs"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bendpoints" upperBound="-1"
eType="#//LinkRefBendpoint" containment="true" eOpposite="#//LinkRefBendpoint/linkref"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementLink" eSuperTypes="urncore.ecore#//GRLmodelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="refs" upperBound="-1" eType="#//LinkRef"
eOpposite="#//LinkRef/link"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="grlspec" lowerBound="1"
eType="#//GRLspec" transient="true" eOpposite="#//GRLspec/links"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dest" lowerBound="1" eType="#//GRLLinkableElement"
eOpposite="#//GRLLinkableElement/linksDest"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//GRLLinkableElement"
eOpposite="#//GRLLinkableElement/linksSrc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Decomposition" eSuperTypes="#//ElementLink"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//ElementLink"/>
<eClassifiers xsi:type="ecore:EEnum" name="DecompositionType">
<eLiterals name="And"/>
<eLiterals name="Or" value="1"/>
<eLiterals name="Xor" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Evaluation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="evaluation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualitativeEvaluation"
eType="#//QualitativeLabel" defaultValueLiteral="None"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intElement" lowerBound="1"
eType="#//IntentionalElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="strategies" lowerBound="1"
eType="#//EvaluationStrategy" transient="true" eOpposite="#//EvaluationStrategy/evaluations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kpiEvalValueSet" eType="#//kpimodel/KPIEvalValueSet"
containment="true" eOpposite="#//kpimodel/KPIEvalValueSet/eval"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvaluationStrategy" eSuperTypes="urncore.ecore#//GRLmodelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="evaluations" upperBound="-1"
eType="#//Evaluation" containment="true" eOpposite="#//Evaluation/strategies"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="group" lowerBound="1" eType="#//StrategiesGroup"
eOpposite="#//StrategiesGroup/strategies"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="grlspec" lowerBound="1"
eType="#//GRLspec" transient="true" eOpposite="#//GRLspec/strategies"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kpiInfoConfig" upperBound="-1"
eType="#//kpimodel/KPIInformationConfig" containment="true" eOpposite="#//kpimodel/KPIInformationConfig/strategies"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GRLNode" eSuperTypes="urncore.ecore#//GRLmodelElement urncore.ecore#//IURNNode"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkRefBendpoint">
<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:EReference" name="linkref" lowerBound="1"
eType="#//LinkRef" transient="true" eOpposite="#//LinkRef/bendpoints"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BeliefLink" eSuperTypes="urncore.ecore#//IURNConnection"/>
<eClassifiers xsi:type="ecore:EClass" name="StrategiesGroup" eSuperTypes="urncore.ecore#//GRLmodelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="strategies" upperBound="-1"
eType="#//EvaluationStrategy" eOpposite="#//EvaluationStrategy/group"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="grlspec" lowerBound="1"
eType="#//GRLspec" transient="true" eOpposite="#//GRLspec/groups"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="QualitativeLabel">
<eLiterals name="Denied"/>
<eLiterals name="WeaklyDenied" value="1"/>
<eLiterals name="WeaklySatisfied" value="2"/>
<eLiterals name="Satisfied" value="3"/>
<eLiterals name="Conflict" value="4"/>
<eLiterals name="Unknown" value="5"/>
<eLiterals name="None" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContributionContextGroup" eSuperTypes="urncore.ecore#//GRLmodelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="grlspec" lowerBound="1"
eType="#//GRLspec" transient="true" eOpposite="#//GRLspec/contributionGroups"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contribs" upperBound="-1"
eType="#//ContributionContext" eOpposite="#//ContributionContext/groups"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContributionContext" eSuperTypes="urncore.ecore#//GRLmodelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="grlspec" lowerBound="1"
eType="#//GRLspec" transient="true" eOpposite="#//GRLspec/contributionContexts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1"
eType="#//ContributionContextGroup" eOpposite="#//ContributionContextGroup/contribs"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="changes" upperBound="-1"
eType="#//ContributionChange" containment="true" eOpposite="#//ContributionChange/context"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContributionChange">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newContribution" eType="#//ContributionType"
defaultValueLiteral="Unknown"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newQuantitativeContribution"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" lowerBound="1"
eType="#//ContributionContext" transient="true" eOpposite="#//ContributionContext/changes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contribution" lowerBound="1"
eType="#//Contribution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ImportanceType">
<eLiterals name="High"/>
<eLiterals name="Medium" value="1"/>
<eLiterals name="Low" value="2"/>
<eLiterals name="None" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GRLLinkableElement" abstract="true"
eSuperTypes="urncore.ecore#//GRLmodelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="linksDest" upperBound="-1"
eType="#//ElementLink" eOpposite="#//ElementLink/dest"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linksSrc" upperBound="-1"
eType="#//ElementLink" eOpposite="#//ElementLink/src"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollapsedActorRef" eSuperTypes="#//GRLNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="actor" lowerBound="1" eType="#//Actor"
eOpposite="#//Actor/collapsedRefs"/>
</eClassifiers>
<eSubpackages name="kpimodel" nsURI="http:///grl/kpimodel.ecore" nsPrefix="grl.kpimodel">
<eClassifiers xsi:type="ecore:EClass" name="IndicatorGroup" eSuperTypes="urncore.ecore#//GRLmodelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The default four groups are:
TimeMeasure
CostMeasure
QualityMeasure
FlexibilityMeasure"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRedesignCategory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="grlspec" lowerBound="1"
eType="#//GRLspec" transient="true" eOpposite="#//GRLspec/indicatorGroup"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="indicators" upperBound="-1"
eType="#//kpimodel/Indicator" eOpposite="#//kpimodel/Indicator/groups"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Indicator" eSuperTypes="#//IntentionalElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="kpiModelLinksDest" upperBound="-1"
eType="#//kpimodel/KPIModelLink" eOpposite="#//kpimodel/KPIModelLink/indDest"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1"
eType="#//kpimodel/IndicatorGroup" eOpposite="#//kpimodel/IndicatorGroup/indicators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KPIInformationElement" eSuperTypes="urncore.ecore#//GRLmodelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="refs" upperBound="-1"
eType="#//kpimodel/KPIInformationElementRef" eOpposite="#//kpimodel/KPIInformationElementRef/def"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="grlspec" lowerBound="1"
eType="#//GRLspec" transient="true" eOpposite="#//GRLspec/kpiInformationElements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kpiModelLinksSrc" upperBound="-1"
eType="#//kpimodel/KPIModelLink" eOpposite="#//kpimodel/KPIModelLink/kpiInformationElementSrc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KPIInformationElementRef" eSuperTypes="#//GRLNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="def" lowerBound="1" eType="#//kpimodel/KPIInformationElement"
eOpposite="#//kpimodel/KPIInformationElement/refs"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KPIModelLink" eSuperTypes="urncore.ecore#//GRLmodelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="kpiInformationElementSrc"
lowerBound="1" eType="#//kpimodel/KPIInformationElement" eOpposite="#//kpimodel/KPIInformationElement/kpiModelLinksSrc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refs" upperBound="-1"
eType="#//kpimodel/KPIModelLinkRef" eOpposite="#//kpimodel/KPIModelLinkRef/link"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="grlspec" lowerBound="1"
eType="#//GRLspec" transient="true" eOpposite="#//GRLspec/kpiModelLinks"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="indDest" lowerBound="1"
eType="#//kpimodel/Indicator" eOpposite="#//kpimodel/Indicator/kpiModelLinksDest"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KPIModelLinkRef" eSuperTypes="urncore.ecore#//IURNConnection">
<eStructuralFeatures xsi:type="ecore:EReference" name="link" lowerBound="1"
eType="#//kpimodel/KPIModelLink" eOpposite="#//kpimodel/KPIModelLink/refs"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KPIEvalValueSet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="thresholdValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="worstValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="evaluationValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eval" lowerBound="1"
eType="#//Evaluation" transient="true" eOpposite="#//Evaluation/kpiEvalValueSet"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KPIInformationConfig">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="levelOfDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueOfDimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="strategies" lowerBound="1"
eType="#//EvaluationStrategy" transient="true" eOpposite="#//EvaluationStrategy/kpiInfoConfig"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kpiInfoElement" lowerBound="1"
eType="#//kpimodel/KPIInformationElement"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/ybakhan/MuAtl/MuAtl.Test/TestData/grl.ecore | ecore | grl
GRLspec
urnspec
intElements
actors
links
groups
strategies
contributionGroups
contributionContexts
kpiInformationElements
kpiModelLinks
indicatorGroup
Belief
author
IntentionalElement
type
decompositionType
And
importance
None
importanceQuantitative
0
lineColor
fillColor
filled
false
grlspec
refs
Actor
grlspec
includedActors
includingActor
collapsedRefs
Criticality
High
High
Medium
Medium
Low
Low
None
None
IntentionalElementType
Softgoal
Softgoal
Goal
Goal
Task
Task
Ressource
Ressource
Indicator
Indicator
Priority
High
High
Medium
Medium
Low
Low
None
None
GRLGraph
ActorRef
IntentionalElementRef
criticality
None
priority
None
def
Contribution
contribution
Help
quantitativeContribution
25
correlation
false
ContributionType
Make
Make
Help
Help
SomePositive
SomePositive
Unknown
Unknown
SomeNegative
SomeNegative
Hurt
Hurt
Break
Break
LinkRef
link
bendpoints
ElementLink
refs
grlspec
dest
src
Decomposition
Dependency
DecompositionType
And
And
Or
Or
Xor
Xor
Evaluation
evaluation
0
qualitativeEvaluation
None
intElement
strategies
kpiEvalValueSet
EvaluationStrategy
author
evaluations
group
grlspec
kpiInfoConfig
GRLNode
LinkRefBendpoint
x
y
linkref
BeliefLink
StrategiesGroup
strategies
grlspec
QualitativeLabel
Denied
Denied
WeaklyDenied
WeaklyDenied
WeaklySatisfied
WeaklySatisfied
Satisfied
Satisfied
Conflict
Conflict
Unknown
Unknown
None
None
ContributionContextGroup
grlspec
contribs
ContributionContext
grlspec
groups
changes
ContributionChange
newContribution
Unknown
newQuantitativeContribution
0
context
contribution
ImportanceType
High
High
Medium
Medium
Low
Low
None
None
GRLLinkableElement
linksDest
linksSrc
CollapsedActorRef
actor
kpimodel
IndicatorGroup
isRedesignCategory
grlspec
indicators
Indicator
kpiModelLinksDest
groups
KPIInformationElement
refs
grlspec
kpiModelLinksSrc
KPIInformationElementRef
def
KPIModelLink
kpiInformationElementSrc
refs
grlspec
indDest
KPIModelLinkRef
link
KPIEvalValueSet
targetValue
0
thresholdValue
0
worstValue
0
evaluationValue
0
unit
eval
KPIInformationConfig
levelOfDimension
valueOfDimension
strategies
kpiInfoElement | null | {"directed":true,"nodes":[{"nsPrefix":"grl","nsURI":"http:///grl.ecore","name":"grl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GRLspec","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Belief","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntentionalElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Criticality","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"IntentionalElementType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Priority","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GRLGraph","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorRef","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntentionalElementRef","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContributionType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkRef","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementLink","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decomposition","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DecompositionType","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Evaluation","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvaluationStrategy","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GRLNode","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkRefBendpoint","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BeliefLink","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategiesGroup","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"QualitativeLabel","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContributionContextGroup","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContributionContext","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContributionChange","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImportanceType","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GRLLinkableElement","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollapsedActorRef","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"nsPrefix":"grl.kpimodel","nsURI":"http:///grl/kpimodel.ecore","name":"kpimodel","id":31,"eClass":"EPackage"},{"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":"urnspec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intElements","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":"actors","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":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groups","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":"strategies","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":"contributionGroups","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":"contributionContexts","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":"kpiInformationElements","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":"kpiModelLinks","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":"indicatorGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"grlspec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"grlspec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"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":"grlspec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"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":"grlspec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"grlspec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"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":"grlspec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"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":"grlspec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPIInformationElement","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"id":59,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"grlspec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPIModelLink","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"id":62,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"grlspec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndicatorGroup","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"id":65,"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":"grlspec","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"author","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"And","unsettable":false,"transient":false,"unique":true,"name":"decompositionType","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"None","unsettable":false,"transient":false,"unique":true,"name":"importance","changeable":true,"lowerBound":0,"iD":false,"id":72,"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":"importanceQuantitative","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":"lineColor","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":"fillColor","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"filled","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"def","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includedActors","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":"includingActor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collapsedRefs","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"name":"High","id":99,"value":0,"literal":"High","eClass":"EEnumLiteral"},{"name":"Medium","id":100,"value":1,"literal":"Medium","eClass":"EEnumLiteral"},{"name":"Low","id":101,"value":2,"literal":"Low","eClass":"EEnumLiteral"},{"name":"None","id":102,"value":3,"literal":"None","eClass":"EEnumLiteral"},{"name":"Softgoal","id":103,"value":0,"literal":"Softgoal","eClass":"EEnumLiteral"},{"name":"Goal","id":104,"value":1,"literal":"Goal","eClass":"EEnumLiteral"},{"name":"Task","id":105,"value":2,"literal":"Task","eClass":"EEnumLiteral"},{"name":"Ressource","id":106,"value":3,"literal":"Ressource","eClass":"EEnumLiteral"},{"name":"Indicator","id":107,"value":4,"literal":"Indicator","eClass":"EEnumLiteral"},{"name":"High","id":108,"value":0,"literal":"High","eClass":"EEnumLiteral"},{"name":"Medium","id":109,"value":1,"literal":"Medium","eClass":"EEnumLiteral"},{"name":"Low","id":110,"value":2,"literal":"Low","eClass":"EEnumLiteral"},{"name":"None","id":111,"value":3,"literal":"None","eClass":"EEnumLiteral"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"None","unsettable":false,"transient":false,"unique":true,"name":"criticality","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"None","unsettable":false,"transient":false,"unique":true,"name":"priority","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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Help","unsettable":false,"transient":false,"unique":true,"name":"contribution","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":25,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"25","unsettable":false,"transient":false,"unique":true,"name":"quantitativeContribution","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"correlation","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"},{"name":"Make","id":129,"value":0,"literal":"Make","eClass":"EEnumLiteral"},{"name":"Help","id":130,"value":1,"literal":"Help","eClass":"EEnumLiteral"},{"name":"SomePositive","id":131,"value":2,"literal":"SomePositive","eClass":"EEnumLiteral"},{"name":"Unknown","id":132,"value":3,"literal":"Unknown","eClass":"EEnumLiteral"},{"name":"SomeNegative","id":133,"value":4,"literal":"SomeNegative","eClass":"EEnumLiteral"},{"name":"Hurt","id":134,"value":5,"literal":"Hurt","eClass":"EEnumLiteral"},{"name":"Break","id":135,"value":6,"literal":"Break","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":"link","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bendpoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"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":"linkref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dest","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linksDest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"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":"linksSrc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"name":"And","id":154,"value":0,"literal":"And","eClass":"EEnumLiteral"},{"name":"Or","id":155,"value":1,"literal":"Or","eClass":"EEnumLiteral"},{"name":"Xor","id":156,"value":2,"literal":"Xor","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"evaluation","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"None","unsettable":false,"transient":false,"unique":true,"name":"qualitativeEvaluation","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"strategies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"kpiEvalValueSet","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":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"evaluations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPIEvalValueSet","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"id":168,"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":"eval","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"author","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"group","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"kpiInfoConfig","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"strategies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPIInformationConfig","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"id":180,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"strategies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"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":184,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"name":"Denied","id":193,"value":0,"literal":"Denied","eClass":"EEnumLiteral"},{"name":"WeaklyDenied","id":194,"value":1,"literal":"WeaklyDenied","eClass":"EEnumLiteral"},{"name":"WeaklySatisfied","id":195,"value":2,"literal":"WeaklySatisfied","eClass":"EEnumLiteral"},{"name":"Satisfied","id":196,"value":3,"literal":"Satisfied","eClass":"EEnumLiteral"},{"name":"Conflict","id":197,"value":4,"literal":"Conflict","eClass":"EEnumLiteral"},{"name":"Unknown","id":198,"value":5,"literal":"Unknown","eClass":"EEnumLiteral"},{"name":"None","id":199,"value":6,"literal":"None","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contribs","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"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":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":210,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Unknown","unsettable":false,"transient":false,"unique":true,"name":"newContribution","changeable":true,"lowerBound":0,"iD":false,"id":211,"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":"newQuantitativeContribution","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contribution","changeable":true,"resolveProxies":true,"lowerBound":1,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"name":"High","id":218,"value":0,"literal":"High","eClass":"EEnumLiteral"},{"name":"Medium","id":219,"value":1,"literal":"Medium","eClass":"EEnumLiteral"},{"name":"Low","id":220,"value":2,"literal":"Low","eClass":"EEnumLiteral"},{"name":"None","id":221,"value":3,"literal":"None","eClass":"EEnumLiteral"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Indicator","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPIInformationElementRef","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPIModelLinkRef","instanceClass":null,"abstract":false,"id":229,"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":"isRedesignCategory","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"indicators","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kpiModelLinksDest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"indDest","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"id":241,"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":"refs","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":false,"unsettable":false,"transient":false,"unique":true,"name":"kpiModelLinksSrc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"def","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kpiInformationElementSrc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"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":"refs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"resolveProxies":true,"lowerBound":1,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"targetValue","changeable":true,"lowerBound":0,"iD":false,"id":261,"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":"thresholdValue","changeable":true,"lowerBound":0,"iD":false,"id":262,"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":"worstValue","changeable":true,"lowerBound":0,"iD":false,"id":263,"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":"evaluationValue","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"levelOfDimension","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valueOfDimension","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kpiInfoElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":1,"target":0},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":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":32,"target":43},{"source":32,"target":1},{"source":33,"target":3},{"source":33,"target":44},{"source":33,"target":1},{"source":33,"target":45},{"source":44,"target":3},{"source":34,"target":4},{"source":34,"target":46},{"source":34,"target":1},{"source":34,"target":47},{"source":46,"target":4},{"source":35,"target":14},{"source":35,"target":48},{"source":35,"target":1},{"source":35,"target":49},{"source":48,"target":14},{"source":36,"target":23},{"source":36,"target":50},{"source":36,"target":1},{"source":36,"target":51},{"source":50,"target":23},{"source":37,"target":19},{"source":37,"target":52},{"source":37,"target":1},{"source":37,"target":53},{"source":52,"target":19},{"source":38,"target":25},{"source":38,"target":54},{"source":38,"target":1},{"source":38,"target":55},{"source":54,"target":25},{"source":39,"target":26},{"source":39,"target":56},{"source":39,"target":1},{"source":39,"target":57},{"source":56,"target":26},{"source":40,"target":58},{"source":40,"target":59},{"source":40,"target":1},{"source":40,"target":60},{"source":59,"target":58},{"source":41,"target":61},{"source":41,"target":62},{"source":41,"target":1},{"source":41,"target":63},{"source":62,"target":61},{"source":42,"target":64},{"source":42,"target":65},{"source":42,"target":1},{"source":42,"target":66},{"source":65,"target":64},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":67},{"source":2,"target":68},{"source":67,"target":69},{"source":67,"target":2},{"source":68,"target":20},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":45},{"source":3,"target":77},{"source":3,"target":78},{"source":70,"target":6},{"source":70,"target":79},{"source":70,"target":3},{"source":79,"target":6},{"source":71,"target":17},{"source":71,"target":80},{"source":71,"target":3},{"source":80,"target":17},{"source":72,"target":28},{"source":72,"target":81},{"source":72,"target":3},{"source":81,"target":28},{"source":73,"target":82},{"source":73,"target":3},{"source":74,"target":83},{"source":74,"target":3},{"source":75,"target":84},{"source":75,"target":3},{"source":76,"target":85},{"source":76,"target":3},{"source":45,"target":1},{"source":45,"target":86},{"source":45,"target":3},{"source":45,"target":33},{"source":86,"target":1},{"source":77,"target":10},{"source":77,"target":87},{"source":77,"target":3},{"source":77,"target":88},{"source":87,"target":10},{"source":78,"target":29},{"source":4,"target":0},{"source":4,"target":29},{"source":4,"target":47},{"source":4,"target":89},{"source":4,"target":90},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":47,"target":1},{"source":47,"target":94},{"source":47,"target":4},{"source":47,"target":34},{"source":94,"target":1},{"source":89,"target":4},{"source":89,"target":95},{"source":89,"target":4},{"source":89,"target":90},{"source":95,"target":4},{"source":90,"target":4},{"source":90,"target":96},{"source":90,"target":4},{"source":90,"target":89},{"source":96,"target":4},{"source":91,"target":30},{"source":91,"target":97},{"source":91,"target":4},{"source":91,"target":98},{"source":97,"target":30},{"source":92,"target":29},{"source":5,"target":0},{"source":5,"target":99},{"source":5,"target":100},{"source":5,"target":101},{"source":5,"target":102},{"source":99,"target":5},{"source":100,"target":5},{"source":101,"target":5},{"source":102,"target":5},{"source":6,"target":0},{"source":6,"target":103},{"source":6,"target":104},{"source":6,"target":105},{"source":6,"target":106},{"source":6,"target":107},{"source":103,"target":6},{"source":104,"target":6},{"source":105,"target":6},{"source":106,"target":6},{"source":107,"target":6},{"source":7,"target":0},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":108,"target":7},{"source":109,"target":7},{"source":110,"target":7},{"source":111,"target":7},{"source":8,"target":0},{"source":8,"target":112},{"source":8,"target":113},{"source":9,"target":0},{"source":9,"target":114},{"source":9,"target":115},{"source":10,"target":0},{"source":10,"target":20},{"source":10,"target":116},{"source":10,"target":117},{"source":10,"target":88},{"source":10,"target":118},{"source":116,"target":5},{"source":116,"target":119},{"source":116,"target":10},{"source":119,"target":5},{"source":117,"target":7},{"source":117,"target":120},{"source":117,"target":10},{"source":120,"target":7},{"source":88,"target":3},{"source":88,"target":121},{"source":88,"target":10},{"source":88,"target":77},{"source":121,"target":3},{"source":118,"target":20},{"source":11,"target":0},{"source":11,"target":14},{"source":11,"target":122},{"source":11,"target":123},{"source":11,"target":124},{"source":11,"target":125},{"source":122,"target":12},{"source":122,"target":126},{"source":122,"target":11},{"source":126,"target":12},{"source":123,"target":127},{"source":123,"target":11},{"source":124,"target":128},{"source":124,"target":11},{"source":125,"target":14},{"source":12,"target":0},{"source":12,"target":129},{"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":129,"target":12},{"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":13,"target":0},{"source":13,"target":136},{"source":13,"target":137},{"source":13,"target":138},{"source":136,"target":14},{"source":136,"target":139},{"source":136,"target":13},{"source":136,"target":140},{"source":139,"target":14},{"source":137,"target":21},{"source":137,"target":141},{"source":137,"target":13},{"source":137,"target":142},{"source":141,"target":21},{"source":14,"target":0},{"source":14,"target":140},{"source":14,"target":49},{"source":14,"target":143},{"source":14,"target":144},{"source":14,"target":145},{"source":140,"target":13},{"source":140,"target":146},{"source":140,"target":14},{"source":140,"target":136},{"source":146,"target":13},{"source":49,"target":1},{"source":49,"target":147},{"source":49,"target":14},{"source":49,"target":35},{"source":147,"target":1},{"source":143,"target":29},{"source":143,"target":148},{"source":143,"target":14},{"source":143,"target":149},{"source":148,"target":29},{"source":144,"target":29},{"source":144,"target":150},{"source":144,"target":14},{"source":144,"target":151},{"source":150,"target":29},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":152},{"source":152,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":153},{"source":153,"target":14},{"source":17,"target":0},{"source":17,"target":154},{"source":17,"target":155},{"source":17,"target":156},{"source":154,"target":17},{"source":155,"target":17},{"source":156,"target":17},{"source":18,"target":0},{"source":18,"target":157},{"source":18,"target":158},{"source":18,"target":159},{"source":18,"target":160},{"source":18,"target":161},{"source":157,"target":162},{"source":157,"target":18},{"source":158,"target":24},{"source":158,"target":163},{"source":158,"target":18},{"source":163,"target":24},{"source":159,"target":3},{"source":159,"target":164},{"source":159,"target":18},{"source":164,"target":3},{"source":160,"target":19},{"source":160,"target":165},{"source":160,"target":18},{"source":160,"target":166},{"source":165,"target":19},{"source":161,"target":167},{"source":161,"target":168},{"source":161,"target":18},{"source":161,"target":169},{"source":168,"target":167},{"source":19,"target":0},{"source":19,"target":170},{"source":19,"target":166},{"source":19,"target":171},{"source":19,"target":53},{"source":19,"target":172},{"source":19,"target":173},{"source":170,"target":174},{"source":170,"target":19},{"source":166,"target":18},{"source":166,"target":175},{"source":166,"target":19},{"source":166,"target":160},{"source":175,"target":18},{"source":171,"target":23},{"source":171,"target":176},{"source":171,"target":19},{"source":171,"target":177},{"source":176,"target":23},{"source":53,"target":1},{"source":53,"target":178},{"source":53,"target":19},{"source":53,"target":37},{"source":178,"target":1},{"source":172,"target":179},{"source":172,"target":180},{"source":172,"target":19},{"source":172,"target":181},{"source":180,"target":179},{"source":20,"target":0},{"source":20,"target":182},{"source":20,"target":183},{"source":21,"target":0},{"source":21,"target":184},{"source":21,"target":185},{"source":21,"target":142},{"source":184,"target":186},{"source":184,"target":21},{"source":185,"target":187},{"source":185,"target":21},{"source":142,"target":13},{"source":142,"target":188},{"source":142,"target":21},{"source":142,"target":137},{"source":188,"target":13},{"source":22,"target":0},{"source":22,"target":189},{"source":23,"target":0},{"source":23,"target":177},{"source":23,"target":51},{"source":23,"target":190},{"source":177,"target":19},{"source":177,"target":191},{"source":177,"target":23},{"source":177,"target":171},{"source":191,"target":19},{"source":51,"target":1},{"source":51,"target":192},{"source":51,"target":23},{"source":51,"target":36},{"source":192,"target":1},{"source":24,"target":0},{"source":24,"target":193},{"source":24,"target":194},{"source":24,"target":195},{"source":24,"target":196},{"source":24,"target":197},{"source":24,"target":198},{"source":24,"target":199},{"source":193,"target":24},{"source":194,"target":24},{"source":195,"target":24},{"source":196,"target":24},{"source":197,"target":24},{"source":198,"target":24},{"source":199,"target":24},{"source":25,"target":0},{"source":25,"target":55},{"source":25,"target":200},{"source":25,"target":201},{"source":55,"target":1},{"source":55,"target":202},{"source":55,"target":25},{"source":55,"target":38},{"source":202,"target":1},{"source":200,"target":26},{"source":200,"target":203},{"source":200,"target":25},{"source":200,"target":204},{"source":203,"target":26},{"source":26,"target":0},{"source":26,"target":57},{"source":26,"target":204},{"source":26,"target":205},{"source":26,"target":206},{"source":57,"target":1},{"source":57,"target":207},{"source":57,"target":26},{"source":57,"target":39},{"source":207,"target":1},{"source":204,"target":25},{"source":204,"target":208},{"source":204,"target":26},{"source":204,"target":200},{"source":208,"target":25},{"source":205,"target":27},{"source":205,"target":209},{"source":205,"target":26},{"source":205,"target":210},{"source":209,"target":27},{"source":27,"target":0},{"source":27,"target":211},{"source":27,"target":212},{"source":27,"target":210},{"source":27,"target":213},{"source":211,"target":12},{"source":211,"target":214},{"source":211,"target":27},{"source":214,"target":12},{"source":212,"target":215},{"source":212,"target":27},{"source":210,"target":26},{"source":210,"target":216},{"source":210,"target":27},{"source":210,"target":205},{"source":216,"target":26},{"source":213,"target":11},{"source":213,"target":217},{"source":213,"target":27},{"source":217,"target":11},{"source":28,"target":0},{"source":28,"target":218},{"source":28,"target":219},{"source":28,"target":220},{"source":28,"target":221},{"source":218,"target":28},{"source":219,"target":28},{"source":220,"target":28},{"source":221,"target":28},{"source":29,"target":0},{"source":29,"target":149},{"source":29,"target":151},{"source":29,"target":222},{"source":149,"target":14},{"source":149,"target":223},{"source":149,"target":29},{"source":149,"target":143},{"source":223,"target":14},{"source":151,"target":14},{"source":151,"target":224},{"source":151,"target":29},{"source":151,"target":144},{"source":224,"target":14},{"source":30,"target":0},{"source":30,"target":20},{"source":30,"target":98},{"source":30,"target":225},{"source":98,"target":4},{"source":98,"target":226},{"source":98,"target":30},{"source":98,"target":91},{"source":226,"target":4},{"source":225,"target":20},{"source":31,"target":64},{"source":31,"target":227},{"source":31,"target":58},{"source":31,"target":228},{"source":31,"target":61},{"source":31,"target":229},{"source":31,"target":167},{"source":31,"target":179},{"source":31,"target":0},{"source":64,"target":31},{"source":64,"target":230},{"source":64,"target":66},{"source":64,"target":231},{"source":64,"target":232},{"source":230,"target":233},{"source":230,"target":64},{"source":66,"target":1},{"source":66,"target":234},{"source":66,"target":64},{"source":66,"target":42},{"source":234,"target":1},{"source":231,"target":227},{"source":231,"target":235},{"source":231,"target":64},{"source":231,"target":236},{"source":235,"target":227},{"source":227,"target":31},{"source":227,"target":3},{"source":227,"target":237},{"source":227,"target":236},{"source":227,"target":238},{"source":237,"target":61},{"source":237,"target":239},{"source":237,"target":227},{"source":237,"target":240},{"source":239,"target":61},{"source":236,"target":64},{"source":236,"target":241},{"source":236,"target":227},{"source":236,"target":231},{"source":241,"target":64},{"source":238,"target":3},{"source":58,"target":31},{"source":58,"target":242},{"source":58,"target":60},{"source":58,"target":243},{"source":58,"target":244},{"source":242,"target":228},{"source":242,"target":245},{"source":242,"target":58},{"source":242,"target":246},{"source":245,"target":228},{"source":60,"target":1},{"source":60,"target":247},{"source":60,"target":58},{"source":60,"target":40},{"source":247,"target":1},{"source":243,"target":61},{"source":243,"target":248},{"source":243,"target":58},{"source":243,"target":249},{"source":248,"target":61},{"source":228,"target":31},{"source":228,"target":20},{"source":228,"target":246},{"source":228,"target":250},{"source":246,"target":58},{"source":246,"target":251},{"source":246,"target":228},{"source":246,"target":242},{"source":251,"target":58},{"source":250,"target":20},{"source":61,"target":31},{"source":61,"target":249},{"source":61,"target":252},{"source":61,"target":63},{"source":61,"target":240},{"source":61,"target":253},{"source":249,"target":58},{"source":249,"target":254},{"source":249,"target":61},{"source":249,"target":243},{"source":254,"target":58},{"source":252,"target":229},{"source":252,"target":255},{"source":252,"target":61},{"source":252,"target":256},{"source":255,"target":229},{"source":63,"target":1},{"source":63,"target":257},{"source":63,"target":61},{"source":63,"target":41},{"source":257,"target":1},{"source":240,"target":227},{"source":240,"target":258},{"source":240,"target":61},{"source":240,"target":237},{"source":258,"target":227},{"source":229,"target":31},{"source":229,"target":256},{"source":229,"target":259},{"source":256,"target":61},{"source":256,"target":260},{"source":256,"target":229},{"source":256,"target":252},{"source":260,"target":61},{"source":167,"target":31},{"source":167,"target":261},{"source":167,"target":262},{"source":167,"target":263},{"source":167,"target":264},{"source":167,"target":265},{"source":167,"target":169},{"source":261,"target":266},{"source":261,"target":167},{"source":262,"target":267},{"source":262,"target":167},{"source":263,"target":268},{"source":263,"target":167},{"source":264,"target":269},{"source":264,"target":167},{"source":265,"target":270},{"source":265,"target":167},{"source":169,"target":18},{"source":169,"target":271},{"source":169,"target":167},{"source":169,"target":161},{"source":271,"target":18},{"source":179,"target":31},{"source":179,"target":272},{"source":179,"target":273},{"source":179,"target":181},{"source":179,"target":274},{"source":272,"target":275},{"source":272,"target":179},{"source":273,"target":276},{"source":273,"target":179},{"source":181,"target":19},{"source":181,"target":277},{"source":181,"target":179},{"source":181,"target":172},{"source":277,"target":19},{"source":274,"target":58},{"source":274,"target":278},{"source":274,"target":179},{"source":278,"target":58}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="primitiveTasks" nsURI="http://www.dfki.de/iui/mmds/primitive_tasks"
nsPrefix="pt">
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveTask">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Base concept for all primitive tasks."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListItem">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An item in a list."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eSubpackages name="input" nsURI="de.dfki.iui.mmds.modalities.input.primitiveTasks"
nsPrefix="ptInput">
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveInputTask" eSuperTypes="#//PrimitiveTask io.ecore#//InputRepresentation"/>
<eClassifiers xsi:type="ecore:EClass" name="ContainerManipulationTaskBase" abstract="true"
eSuperTypes="#//input/PrimitiveInputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="SelectionTaskBase" abstract="true"
eSuperTypes="#//input/PrimitiveInputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="FactEntryTaskBase" abstract="true"
eSuperTypes="#//input/PrimitiveInputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="NavigationTaskBase" abstract="true"
eSuperTypes="#//input/PrimitiveInputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationTaskBase" abstract="true"
eSuperTypes="#//input/PrimitiveInputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="AdaptationTaskBase" abstract="true"
eSuperTypes="#//input/PrimitiveInputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="ZoomTask" eSuperTypes="#//input/ContainerManipulationTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="PanTask" eSuperTypes="#//input/ContainerManipulationTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="ScrollTask" eSuperTypes="#//input/ContainerManipulationTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="IntraDocumentNavigationTask" eSuperTypes="#//input/NavigationTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="DialogFlowDirectionalNavigationTask"
eSuperTypes="#//input/NavigationTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="DialogFlowForwardNavigationTask" eSuperTypes="#//input/DialogFlowDirectionalNavigationTask"/>
<eClassifiers xsi:type="ecore:EClass" name="DialogFlowBackwardNavigationTask"
eSuperTypes="#//input/DialogFlowDirectionalNavigationTask"/>
<eClassifiers xsi:type="ecore:EClass" name="DialogFlowStartNavigationTask" eSuperTypes="#//input/DialogFlowDirectionalNavigationTask"/>
<eClassifiers xsi:type="ecore:EClass" name="DialogFlowEndNavigationTask" eSuperTypes="#//input/DialogFlowDirectionalNavigationTask"/>
<eClassifiers xsi:type="ecore:EClass" name="DialogFlowRandomNavigationTask" eSuperTypes="#//input/NavigationTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="DialogFlowCancelNavigationTask" eSuperTypes="#//input/DialogFlowRandomNavigationTask"/>
<eClassifiers xsi:type="ecore:EClass" name="DialogFlowLabelNavigationTask" eSuperTypes="#//input/DialogFlowRandomNavigationTask"/>
<eClassifiers xsi:type="ecore:EClass" name="CommandInvocationTask" eSuperTypes="#//input/InvocationTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="MenuInvocationTask" eSuperTypes="#//input/InvocationTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="ItemActivationTask" eSuperTypes="#//input/SelectionTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="ItemRearrangementTask" eSuperTypes="#//input/PrimitiveInputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpandInformationTask" eSuperTypes="#//input/PrimitiveInputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="ASRErrorCorrectionTask" eSuperTypes="#//input/PrimitiveInputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="TextSelectionTask" eSuperTypes="#//input/PrimitiveInputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="ProactivityInvocationTask" eSuperTypes="#//input/AdaptationTaskBase #//input/InvocationTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpanationExpansionTask" eSuperTypes="#//input/AdaptationTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="RevertAdaptationTask" eSuperTypes="#//input/AdaptationTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="FreeTextEntryTask" eSuperTypes="#//input/FactEntryTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="DateTimeEntryTask" eSuperTypes="#//input/FactEntryTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerNumberEntryTask" eSuperTypes="#//input/FactEntryTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="BoundedIntegerNumberEntryTask" eSuperTypes="#//input/IntegerNumberEntryTask"/>
<eClassifiers xsi:type="ecore:EClass" name="DecimalNumberEntryTask" eSuperTypes="#//input/FactEntryTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="YesNoSelectionTask" eSuperTypes="#//input/FactEntryTaskBase #//input/SelectionTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="TriStateSelectionTask" eSuperTypes="#//input/FactEntryTaskBase #//input/SelectionTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="ListItemSelectionTask" eSuperTypes="#//input/SelectionTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="ListItemMultiSelectionTask" eSuperTypes="#//input/PrimitiveInputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageDismissalTask" eSuperTypes="#//input/AdaptationTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectSelectionTask" eSuperTypes="#//input/SelectionTaskBase"/>
</eSubpackages>
<eSubpackages name="output" nsURI="de.dfki.iui.mmds.modalities.output.primitiveTasks"
nsPrefix="ptOutput">
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveOutputTask" eSuperTypes="#//PrimitiveTask io.ecore#//OutputRepresentation"/>
<eClassifiers xsi:type="ecore:EClass" name="SelectionTaskBase" abstract="true"
eSuperTypes="#//output/PrimitiveOutputTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="item" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AdaptationTaskBase" abstract="true"
eSuperTypes="#//output/PrimitiveOutputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="FactEntryTaskBase" abstract="true"
eSuperTypes="#//output/PrimitiveOutputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTask" eSuperTypes="#//output/PrimitiveOutputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="DocumentPresentationTask" eSuperTypes="#//output/PrimitiveOutputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="CommandSelectionTask" eSuperTypes="#//output/PrimitiveOutputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="MenuItemSelectionTask" eSuperTypes="#//output/PrimitiveOutputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="ProgressIndicationTask" eSuperTypes="#//output/PrimitiveOutputTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="progress" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AdaptationIndicationTask" eSuperTypes="#//input/AdaptationTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="ManipulableImageTask" eSuperTypes="#//output/PrimitiveOutputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="FreeTextEntryTask" eSuperTypes="#//input/FactEntryTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="DateTimeEntryTask" eSuperTypes="#//input/FactEntryTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerNumberEntryTask" eSuperTypes="#//input/FactEntryTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="BoundedIntegerNumberEntryTask" eSuperTypes="#//input/BoundedIntegerNumberEntryTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DecimalNumberEntryTask" eSuperTypes="#//input/FactEntryTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="YesNoSelectionTask" eSuperTypes="#//input/FactEntryTaskBase #//input/SelectionTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="TriStateSelectionTask" eSuperTypes="#//input/FactEntryTaskBase #//input/SelectionTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="ListItemSelectionTask" eSuperTypes="#//output/SelectionTaskBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="listItem" upperBound="-1"
eType="#//ListItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LongListItemSelectionTask" eSuperTypes="#//input/ListItemSelectionTask"/>
<eClassifiers xsi:type="ecore:EClass" name="ShortItemSelectionTask" eSuperTypes="#//input/ListItemSelectionTask"/>
<eClassifiers xsi:type="ecore:EClass" name="ListItemMultiSelectionTask" eSuperTypes="#//output/PrimitiveOutputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageDismissalTask" eSuperTypes="#//input/AdaptationTaskBase"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectSelectionTask" eSuperTypes="#//input/SelectionTaskBase"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/rnesselrath/SiAM-dp/platform/de.dfki.iui.mmds.core.model/model/primitive_task.ecore | ecore | primitiveTasks
PrimitiveTask
ListItem
name
value
input
PrimitiveInputTask
ContainerManipulationTaskBase
SelectionTaskBase
FactEntryTaskBase
NavigationTaskBase
InvocationTaskBase
AdaptationTaskBase
ZoomTask
PanTask
ScrollTask
IntraDocumentNavigationTask
DialogFlowDirectionalNavigationTask
DialogFlowForwardNavigationTask
DialogFlowBackwardNavigationTask
DialogFlowStartNavigationTask
DialogFlowEndNavigationTask
DialogFlowRandomNavigationTask
DialogFlowCancelNavigationTask
DialogFlowLabelNavigationTask
CommandInvocationTask
MenuInvocationTask
ItemActivationTask
ItemRearrangementTask
ExpandInformationTask
ASRErrorCorrectionTask
TextSelectionTask
ProactivityInvocationTask
ExpanationExpansionTask
RevertAdaptationTask
FreeTextEntryTask
DateTimeEntryTask
IntegerNumberEntryTask
BoundedIntegerNumberEntryTask
DecimalNumberEntryTask
YesNoSelectionTask
TriStateSelectionTask
ListItemSelectionTask
ListItemMultiSelectionTask
MessageDismissalTask
ObjectSelectionTask
output
PrimitiveOutputTask
SelectionTaskBase
item
AdaptationTaskBase
FactEntryTaskBase
MessageTask
DocumentPresentationTask
CommandSelectionTask
MenuItemSelectionTask
ProgressIndicationTask
progress
AdaptationIndicationTask
ManipulableImageTask
FreeTextEntryTask
DateTimeEntryTask
IntegerNumberEntryTask
BoundedIntegerNumberEntryTask
min
max
DecimalNumberEntryTask
YesNoSelectionTask
TriStateSelectionTask
ListItemSelectionTask
listItem
LongListItemSelectionTask
ShortItemSelectionTask
ListItemMultiSelectionTask
MessageDismissalTask
ObjectSelectionTask | null | {"directed":true,"nodes":[{"nsPrefix":"pt","nsURI":"http://www.dfki.de/iui/mmds/primitive_tasks","name":"primitiveTasks","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTask","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListItem","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"nsPrefix":"ptInput","nsURI":"de.dfki.iui.mmds.modalities.input.primitiveTasks","name":"input","id":3,"eClass":"EPackage"},{"nsPrefix":"ptOutput","nsURI":"de.dfki.iui.mmds.modalities.output.primitiveTasks","name":"output","id":4,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveInputTask","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerManipulationTaskBase","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionTaskBase","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FactEntryTaskBase","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationTaskBase","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationTaskBase","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdaptationTaskBase","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ZoomTask","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PanTask","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScrollTask","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntraDocumentNavigationTask","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DialogFlowDirectionalNavigationTask","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DialogFlowForwardNavigationTask","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DialogFlowBackwardNavigationTask","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DialogFlowStartNavigationTask","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DialogFlowEndNavigationTask","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DialogFlowRandomNavigationTask","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DialogFlowCancelNavigationTask","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DialogFlowLabelNavigationTask","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommandInvocationTask","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuInvocationTask","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemActivationTask","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemRearrangementTask","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandInformationTask","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASRErrorCorrectionTask","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextSelectionTask","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProactivityInvocationTask","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpanationExpansionTask","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RevertAdaptationTask","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FreeTextEntryTask","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateTimeEntryTask","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerNumberEntryTask","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoundedIntegerNumberEntryTask","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalNumberEntryTask","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"YesNoSelectionTask","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriStateSelectionTask","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListItemSelectionTask","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListItemMultiSelectionTask","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageDismissalTask","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectSelectionTask","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveOutputTask","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionTaskBase","instanceClass":null,"abstract":true,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdaptationTaskBase","instanceClass":null,"abstract":true,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FactEntryTaskBase","instanceClass":null,"abstract":true,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTask","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentPresentationTask","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommandSelectionTask","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItemSelectionTask","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgressIndicationTask","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdaptationIndicationTask","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManipulableImageTask","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FreeTextEntryTask","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateTimeEntryTask","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerNumberEntryTask","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoundedIntegerNumberEntryTask","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalNumberEntryTask","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"YesNoSelectionTask","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriStateSelectionTask","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListItemSelectionTask","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongListItemSelectionTask","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShortItemSelectionTask","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListItemMultiSelectionTask","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageDismissalTask","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectSelectionTask","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"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":"item","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"progress","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"listItem","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":6},{"source":5,"target":7},{"source":5,"target":2},{"source":6,"target":8},{"source":6,"target":2},{"source":3,"target":9},{"source":3,"target":10},{"source":3,"target":11},{"source":3,"target":12},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":0},{"source":9,"target":3},{"source":9,"target":1},{"source":9,"target":49},{"source":9,"target":50},{"source":49,"target":1},{"source":10,"target":3},{"source":10,"target":9},{"source":10,"target":51},{"source":51,"target":9},{"source":11,"target":3},{"source":11,"target":9},{"source":11,"target":52},{"source":52,"target":9},{"source":12,"target":3},{"source":12,"target":9},{"source":12,"target":53},{"source":53,"target":9},{"source":13,"target":3},{"source":13,"target":9},{"source":13,"target":54},{"source":54,"target":9},{"source":14,"target":3},{"source":14,"target":9},{"source":14,"target":55},{"source":55,"target":9},{"source":15,"target":3},{"source":15,"target":9},{"source":15,"target":56},{"source":56,"target":9},{"source":16,"target":3},{"source":16,"target":10},{"source":16,"target":57},{"source":57,"target":10},{"source":17,"target":3},{"source":17,"target":10},{"source":17,"target":58},{"source":58,"target":10},{"source":18,"target":3},{"source":18,"target":10},{"source":18,"target":59},{"source":59,"target":10},{"source":19,"target":3},{"source":19,"target":13},{"source":19,"target":60},{"source":60,"target":13},{"source":20,"target":3},{"source":20,"target":13},{"source":20,"target":61},{"source":61,"target":13},{"source":21,"target":3},{"source":21,"target":20},{"source":21,"target":62},{"source":62,"target":20},{"source":22,"target":3},{"source":22,"target":20},{"source":22,"target":63},{"source":63,"target":20},{"source":23,"target":3},{"source":23,"target":20},{"source":23,"target":64},{"source":64,"target":20},{"source":24,"target":3},{"source":24,"target":20},{"source":24,"target":65},{"source":65,"target":20},{"source":25,"target":3},{"source":25,"target":13},{"source":25,"target":66},{"source":66,"target":13},{"source":26,"target":3},{"source":26,"target":25},{"source":26,"target":67},{"source":67,"target":25},{"source":27,"target":3},{"source":27,"target":25},{"source":27,"target":68},{"source":68,"target":25},{"source":28,"target":3},{"source":28,"target":14},{"source":28,"target":69},{"source":69,"target":14},{"source":29,"target":3},{"source":29,"target":14},{"source":29,"target":70},{"source":70,"target":14},{"source":30,"target":3},{"source":30,"target":11},{"source":30,"target":71},{"source":71,"target":11},{"source":31,"target":3},{"source":31,"target":9},{"source":31,"target":72},{"source":72,"target":9},{"source":32,"target":3},{"source":32,"target":9},{"source":32,"target":73},{"source":73,"target":9},{"source":33,"target":3},{"source":33,"target":9},{"source":33,"target":74},{"source":74,"target":9},{"source":34,"target":3},{"source":34,"target":9},{"source":34,"target":75},{"source":75,"target":9},{"source":35,"target":3},{"source":35,"target":15},{"source":35,"target":14},{"source":35,"target":76},{"source":35,"target":77},{"source":76,"target":15},{"source":77,"target":14},{"source":36,"target":3},{"source":36,"target":15},{"source":36,"target":78},{"source":78,"target":15},{"source":37,"target":3},{"source":37,"target":15},{"source":37,"target":79},{"source":79,"target":15},{"source":38,"target":3},{"source":38,"target":12},{"source":38,"target":80},{"source":80,"target":12},{"source":39,"target":3},{"source":39,"target":12},{"source":39,"target":81},{"source":81,"target":12},{"source":40,"target":3},{"source":40,"target":12},{"source":40,"target":82},{"source":82,"target":12},{"source":41,"target":3},{"source":41,"target":40},{"source":41,"target":83},{"source":83,"target":40},{"source":42,"target":3},{"source":42,"target":12},{"source":42,"target":84},{"source":84,"target":12},{"source":43,"target":3},{"source":43,"target":12},{"source":43,"target":11},{"source":43,"target":85},{"source":43,"target":86},{"source":85,"target":12},{"source":86,"target":11},{"source":44,"target":3},{"source":44,"target":12},{"source":44,"target":11},{"source":44,"target":87},{"source":44,"target":88},{"source":87,"target":12},{"source":88,"target":11},{"source":45,"target":3},{"source":45,"target":11},{"source":45,"target":89},{"source":89,"target":11},{"source":46,"target":3},{"source":46,"target":9},{"source":46,"target":90},{"source":90,"target":9},{"source":47,"target":3},{"source":47,"target":15},{"source":47,"target":91},{"source":91,"target":15},{"source":48,"target":3},{"source":48,"target":11},{"source":48,"target":92},{"source":92,"target":11},{"source":4,"target":93},{"source":4,"target":94},{"source":4,"target":95},{"source":4,"target":96},{"source":4,"target":97},{"source":4,"target":98},{"source":4,"target":99},{"source":4,"target":100},{"source":4,"target":101},{"source":4,"target":102},{"source":4,"target":103},{"source":4,"target":104},{"source":4,"target":105},{"source":4,"target":106},{"source":4,"target":107},{"source":4,"target":108},{"source":4,"target":109},{"source":4,"target":110},{"source":4,"target":111},{"source":4,"target":112},{"source":4,"target":113},{"source":4,"target":114},{"source":4,"target":115},{"source":4,"target":116},{"source":4,"target":0},{"source":93,"target":4},{"source":93,"target":1},{"source":93,"target":117},{"source":93,"target":118},{"source":117,"target":1},{"source":94,"target":4},{"source":94,"target":93},{"source":94,"target":119},{"source":94,"target":120},{"source":119,"target":121},{"source":119,"target":94},{"source":120,"target":93},{"source":95,"target":4},{"source":95,"target":93},{"source":95,"target":122},{"source":122,"target":93},{"source":96,"target":4},{"source":96,"target":93},{"source":96,"target":123},{"source":123,"target":93},{"source":97,"target":4},{"source":97,"target":93},{"source":97,"target":124},{"source":124,"target":93},{"source":98,"target":4},{"source":98,"target":93},{"source":98,"target":125},{"source":125,"target":93},{"source":99,"target":4},{"source":99,"target":93},{"source":99,"target":126},{"source":126,"target":93},{"source":100,"target":4},{"source":100,"target":93},{"source":100,"target":127},{"source":127,"target":93},{"source":101,"target":4},{"source":101,"target":93},{"source":101,"target":128},{"source":101,"target":129},{"source":128,"target":130},{"source":128,"target":101},{"source":129,"target":93},{"source":102,"target":4},{"source":102,"target":15},{"source":102,"target":131},{"source":131,"target":15},{"source":103,"target":4},{"source":103,"target":93},{"source":103,"target":132},{"source":132,"target":93},{"source":104,"target":4},{"source":104,"target":12},{"source":104,"target":133},{"source":133,"target":12},{"source":105,"target":4},{"source":105,"target":12},{"source":105,"target":134},{"source":134,"target":12},{"source":106,"target":4},{"source":106,"target":12},{"source":106,"target":135},{"source":135,"target":12},{"source":107,"target":4},{"source":107,"target":41},{"source":107,"target":136},{"source":107,"target":137},{"source":107,"target":138},{"source":136,"target":139},{"source":136,"target":107},{"source":137,"target":140},{"source":137,"target":107},{"source":138,"target":41},{"source":108,"target":4},{"source":108,"target":12},{"source":108,"target":141},{"source":141,"target":12},{"source":109,"target":4},{"source":109,"target":12},{"source":109,"target":11},{"source":109,"target":142},{"source":109,"target":143},{"source":142,"target":12},{"source":143,"target":11},{"source":110,"target":4},{"source":110,"target":12},{"source":110,"target":11},{"source":110,"target":144},{"source":110,"target":145},{"source":144,"target":12},{"source":145,"target":11},{"source":111,"target":4},{"source":111,"target":94},{"source":111,"target":146},{"source":111,"target":147},{"source":146,"target":2},{"source":146,"target":148},{"source":146,"target":111},{"source":148,"target":2},{"source":147,"target":94},{"source":112,"target":4},{"source":112,"target":45},{"source":112,"target":149},{"source":149,"target":45},{"source":113,"target":4},{"source":113,"target":45},{"source":113,"target":150},{"source":150,"target":45},{"source":114,"target":4},{"source":114,"target":93},{"source":114,"target":151},{"source":151,"target":93},{"source":115,"target":4},{"source":115,"target":15},{"source":115,"target":152},{"source":152,"target":15},{"source":116,"target":4},{"source":116,"target":11},{"source":116,"target":153},{"source":153,"target":11}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="conditionModel"
nsURI="http://www.bonitasoft.org/studio/condition/ConditionModel" nsPrefix="conditionModel">
<eClassifiers xsi:type="ecore:EClass" name="Operation_Compare">
<eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unary_Operation">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation">
<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="Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression_Double" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression_Integer" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression_String" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression_ProcessRef" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression_Boolean" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation_Less_Equals" eSuperTypes="#//Operation"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation_Less" eSuperTypes="#//Operation"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation_Greater_Equals" eSuperTypes="#//Operation"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation_Greater" eSuperTypes="#//Operation"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation_Not_Equals" eSuperTypes="#//Operation"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation_Equals" eSuperTypes="#//Operation"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation_Unary" eSuperTypes="#//Unary_Operation"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation_NotUnary" eSuperTypes="#//Unary_Operation"/>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/ConditionModel.ecore | ecore | conditionModel
Operation_Compare
op
Unary_Operation
value
Operation
left
right
Expression
Expression_Double
value
Expression_Integer
value
Expression_String
value
Expression_ProcessRef
value
Expression_Boolean
value
Operation_Less_Equals
Operation_Less
Operation_Greater_Equals
Operation_Greater
Operation_Not_Equals
Operation_Equals
Operation_Unary
Operation_NotUnary | null | {"directed":true,"nodes":[{"nsPrefix":"conditionModel","nsURI":"http://www.bonitasoft.org/studio/condition/ConditionModel","name":"conditionModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation_Compare","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unary_Operation","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":"Expression","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Double","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Integer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_String","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_ProcessRef","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Boolean","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation_Less_Equals","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation_Less","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation_Greater_Equals","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation_Greater","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation_Not_Equals","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation_Equals","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation_Unary","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation_NotUnary","instanceClass":null,"abstract":false,"id":17,"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":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"value","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"id":48,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":18,"target":19},{"source":18,"target":1},{"source":2,"target":0},{"source":2,"target":20},{"source":20,"target":4},{"source":20,"target":21},{"source":20,"target":2},{"source":21,"target":4},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":22,"target":4},{"source":22,"target":24},{"source":22,"target":3},{"source":24,"target":4},{"source":23,"target":4},{"source":23,"target":25},{"source":23,"target":3},{"source":25,"target":4},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":26},{"source":5,"target":27},{"source":26,"target":28},{"source":26,"target":5},{"source":27,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":29},{"source":6,"target":30},{"source":29,"target":31},{"source":29,"target":6},{"source":30,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":32},{"source":7,"target":33},{"source":32,"target":34},{"source":32,"target":7},{"source":33,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":35},{"source":8,"target":36},{"source":35,"target":37},{"source":35,"target":8},{"source":36,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":38},{"source":9,"target":39},{"source":38,"target":40},{"source":38,"target":9},{"source":39,"target":4},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":41},{"source":41,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":42},{"source":42,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":43},{"source":43,"target":3},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":44},{"source":44,"target":3},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":45},{"source":45,"target":3},{"source":15,"target":0},{"source":15,"target":3},{"source":15,"target":46},{"source":46,"target":3},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":47},{"source":47,"target":2},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":48},{"source":48,"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="smtLanguage" nsURI="http://www.bme.hu/mit/inf/dslreasoner/SmtLanguage"
nsPrefix="smtLanguage">
<eClassifiers xsi:type="ecore:EClass" name="SMTDocument">
<eStructuralFeatures xsi:type="ecore:EReference" name="input" eType="#//SMTInput"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="output" eType="#//SMTOutput"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTInput">
<eStructuralFeatures xsi:type="ecore:EReference" name="options" upperBound="-1"
eType="#//SMTOption" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDeclarations" upperBound="-1"
eType="#//SMTType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionDeclarations" upperBound="-1"
eType="#//SMTFunctionDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionDefinition" upperBound="-1"
eType="#//SMTFunctionDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assertions" upperBound="-1"
eType="#//SMTAssertion" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="satCommand" eType="#//SMTSatCommand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="getModelCommand" eType="#//SMTGetModelCommand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTOutput">
<eStructuralFeatures xsi:type="ecore:EReference" name="satResult" eType="#//SMTResult"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="getModelResult" eType="#//SMTResult"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statistics" eType="#//SMTStatisticsSection"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTOption">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//SMTAtomicTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTType">
<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="SMTEnumLiteral" eSuperTypes="#//SMTSymbolicDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTEnumeratedTypeDeclaration" eSuperTypes="#//SMTType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//SMTEnumLiteral" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTSetTypeDeclaration" eSuperTypes="#//SMTType"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTTypeReference"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTComplexTypeReference" eSuperTypes="#//SMTTypeReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="referred" eType="#//SMTType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTPrimitiveTypeReference" eSuperTypes="#//SMTTypeReference"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTIntTypeReference" eSuperTypes="#//SMTPrimitiveTypeReference"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTBoolTypeReference" eSuperTypes="#//SMTPrimitiveTypeReference"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTRealTypeReference" eSuperTypes="#//SMTPrimitiveTypeReference"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTFunctionDeclaration" eSuperTypes="#//SMTSymbolicDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//SMTTypeReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="range" eType="#//SMTTypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTFunctionDefinition" eSuperTypes="#//SMTSymbolicDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//SMTSortedVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="range" eType="#//SMTTypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//SMTTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTSymbolicDeclaration">
<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="SMTSymbolicValue" eSuperTypes="#//SMTTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="symbolicReference" eType="#//SMTSymbolicDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterSubstitutions"
upperBound="-1" eType="#//SMTTerm" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTAtomicTerm" eSuperTypes="#//SMTTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTIntLiteral" eSuperTypes="#//SMTAtomicTerm">
<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="SMTBoolLiteral" eSuperTypes="#//SMTAtomicTerm">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTRealLiteral" eSuperTypes="#//SMTAtomicTerm">
<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="SMTSortedVariable" eSuperTypes="#//SMTSymbolicDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="range" eType="#//SMTTypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTQuantifiedExpression" eSuperTypes="#//SMTTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="quantifiedVariables" upperBound="-1"
eType="#//SMTSortedVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//SMTTerm"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pattern" eType="#//SMTTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTExists" eSuperTypes="#//SMTQuantifiedExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTForall" eSuperTypes="#//SMTQuantifiedExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTBoolOperation" eSuperTypes="#//SMTTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTAnd" eSuperTypes="#//SMTBoolOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="operands" upperBound="-1"
eType="#//SMTTerm" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTOr" eSuperTypes="#//SMTBoolOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="operands" upperBound="-1"
eType="#//SMTTerm" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTImpl" eSuperTypes="#//SMTBoolOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//SMTTerm"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//SMTTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTNot" eSuperTypes="#//SMTBoolOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//SMTTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTIff" eSuperTypes="#//SMTBoolOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//SMTTerm"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//SMTTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTITE" eSuperTypes="#//SMTTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//SMTTerm"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="if" eType="#//SMTTerm"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//SMTTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTLet" eSuperTypes="#//SMTTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="inlineConstantDefinitions"
upperBound="-1" eType="#//SMTInlineConstantDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="term" eType="#//SMTTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTInlineConstantDefinition" eSuperTypes="#//SMTSymbolicDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" eType="#//SMTTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTRelation" eSuperTypes="#//SMTTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTEquals" eSuperTypes="#//SMTRelation">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//SMTTerm"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//SMTTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTDistinct" eSuperTypes="#//SMTRelation">
<eStructuralFeatures xsi:type="ecore:EReference" name="operands" upperBound="-1"
eType="#//SMTTerm" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTLT" eSuperTypes="#//SMTRelation">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//SMTTerm"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//SMTTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTMT" eSuperTypes="#//SMTRelation">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//SMTTerm"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//SMTTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTLEQ" eSuperTypes="#//SMTRelation">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//SMTTerm"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//SMTTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTMEQ" eSuperTypes="#//SMTRelation">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//SMTTerm"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//SMTTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTIntOperation" eSuperTypes="#//SMTTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//SMTTerm"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//SMTTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTPlus" eSuperTypes="#//SMTIntOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTMinus" eSuperTypes="#//SMTIntOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTMultiply" eSuperTypes="#//SMTIntOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTDivison" eSuperTypes="#//SMTIntOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTDiv" eSuperTypes="#//SMTIntOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTMod" eSuperTypes="#//SMTIntOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTAssertion">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//SMTTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTCardinalityConstraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//SMTTypeReference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//SMTSymbolicValue" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTSatCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTSimpleSatCommand" eSuperTypes="#//SMTSatCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTComplexSatCommand" eSuperTypes="#//SMTSatCommand">
<eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="#//SMTReasoningTactic"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTGetModelCommand"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTReasoningTactic"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTBuiltinTactic" eSuperTypes="#//SMTReasoningTactic">
<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="SMTReasoningCombinator" eSuperTypes="#//SMTReasoningTactic"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTAndThenCombinator" eSuperTypes="#//SMTReasoningCombinator">
<eStructuralFeatures xsi:type="ecore:EReference" name="tactics" upperBound="-1"
eType="#//SMTReasoningTactic" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTOrElseCombinator" eSuperTypes="#//SMTReasoningCombinator">
<eStructuralFeatures xsi:type="ecore:EReference" name="tactics" upperBound="-1"
eType="#//SMTReasoningTactic" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTParOrCombinator" eSuperTypes="#//SMTReasoningCombinator">
<eStructuralFeatures xsi:type="ecore:EReference" name="tactics" upperBound="-1"
eType="#//SMTReasoningTactic" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTParThenCombinator" eSuperTypes="#//SMTReasoningCombinator">
<eStructuralFeatures xsi:type="ecore:EReference" name="preProcessingTactic" eType="#//SMTReasoningTactic"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="paralellyPostpricessingTactic"
eType="#//SMTReasoningTactic" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTTryForCombinator" eSuperTypes="#//SMTReasoningCombinator">
<eStructuralFeatures xsi:type="ecore:EReference" name="tactic" eType="#//SMTReasoningTactic"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTIfCombinator" eSuperTypes="#//SMTReasoningCombinator">
<eStructuralFeatures xsi:type="ecore:EReference" name="probe" eType="#//ReasoningProbe"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifTactic" eType="#//SMTReasoningTactic"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseTactic" eType="#//SMTReasoningTactic"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTWhenCombinator" eSuperTypes="#//SMTReasoningCombinator">
<eStructuralFeatures xsi:type="ecore:EReference" name="probe" eType="#//ReasoningProbe"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tactic" eType="#//SMTReasoningTactic"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTFailIfCombinator" eSuperTypes="#//SMTReasoningCombinator">
<eStructuralFeatures xsi:type="ecore:EReference" name="probe" eType="#//ReasoningProbe"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTUsingParamCombinator" eSuperTypes="#//SMTReasoningCombinator">
<eStructuralFeatures xsi:type="ecore:EReference" name="tactic" eType="#//SMTReasoningTactic"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//ReasoningTacticParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReasoningProbe">
<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="ReasoningTacticParameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//SMTAtomicTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTResult"/>
<eClassifiers xsi:type="ecore:EClass" name="SMTErrorResult" eSuperTypes="#//SMTResult">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTUnsupportedResult" eSuperTypes="#//SMTResult">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="command" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTSatResult" eSuperTypes="#//SMTResult">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unsat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unknown" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTModelResult" eSuperTypes="#//SMTResult">
<eStructuralFeatures xsi:type="ecore:EReference" name="newFunctionDeclarations"
upperBound="-1" eType="#//SMTFunctionDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinitions" upperBound="-1"
eType="#//SMTCardinalityConstraint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newFunctionDefinitions"
upperBound="-1" eType="#//SMTFunctionDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SMTStatisticValue">
<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="SMTStatisticIntValue" eSuperTypes="#//SMTStatisticValue">
<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="SMTStatisticDoubleValue" eSuperTypes="#//SMTStatisticValue">
<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="SMTStatisticsSection">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//SMTStatisticValue" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/vijayshreesoddy/Viatra-SimpleUML/hu.bme.mit.inf.dslreasoner.smt.language/model/generated/SmtLanguage.ecore | ecore | smtLanguage
SMTDocument
input
output
SMTInput
options
typeDeclarations
functionDeclarations
functionDefinition
assertions
satCommand
getModelCommand
SMTOutput
satResult
getModelResult
statistics
SMTOption
name
value
SMTType
name
SMTEnumLiteral
SMTEnumeratedTypeDeclaration
elements
SMTSetTypeDeclaration
SMTTypeReference
SMTComplexTypeReference
referred
SMTPrimitiveTypeReference
SMTIntTypeReference
SMTBoolTypeReference
SMTRealTypeReference
SMTFunctionDeclaration
parameters
range
SMTFunctionDefinition
parameters
range
value
SMTTerm
SMTSymbolicDeclaration
name
SMTSymbolicValue
symbolicReference
parameterSubstitutions
SMTAtomicTerm
SMTIntLiteral
value
SMTBoolLiteral
value
SMTRealLiteral
value
SMTSortedVariable
range
SMTQuantifiedExpression
quantifiedVariables
expression
pattern
SMTExists
SMTForall
SMTBoolOperation
SMTAnd
operands
SMTOr
operands
SMTImpl
leftOperand
rightOperand
SMTNot
operand
SMTIff
leftOperand
rightOperand
SMTITE
condition
if
else
SMTLet
inlineConstantDefinitions
term
SMTInlineConstantDefinition
definition
SMTRelation
SMTEquals
leftOperand
rightOperand
SMTDistinct
operands
SMTLT
leftOperand
rightOperand
SMTMT
leftOperand
rightOperand
SMTLEQ
leftOperand
rightOperand
SMTMEQ
leftOperand
rightOperand
SMTIntOperation
leftOperand
rightOperand
SMTPlus
SMTMinus
SMTMultiply
SMTDivison
SMTDiv
SMTMod
SMTAssertion
value
SMTCardinalityConstraint
type
elements
SMTSatCommand
SMTSimpleSatCommand
SMTComplexSatCommand
method
SMTGetModelCommand
SMTReasoningTactic
SMTBuiltinTactic
name
SMTReasoningCombinator
SMTAndThenCombinator
tactics
SMTOrElseCombinator
tactics
SMTParOrCombinator
tactics
SMTParThenCombinator
preProcessingTactic
paralellyPostpricessingTactic
SMTTryForCombinator
tactic
time
SMTIfCombinator
probe
ifTactic
elseTactic
SMTWhenCombinator
probe
tactic
SMTFailIfCombinator
probe
SMTUsingParamCombinator
tactic
parameters
ReasoningProbe
name
ReasoningTacticParameter
name
value
SMTResult
SMTErrorResult
message
SMTUnsupportedResult
command
SMTSatResult
sat
unsat
unknown
SMTModelResult
newFunctionDeclarations
typeDefinitions
newFunctionDefinitions
SMTStatisticValue
name
SMTStatisticIntValue
value
SMTStatisticDoubleValue
value
SMTStatisticsSection
values | null | {"directed":true,"nodes":[{"nsPrefix":"smtLanguage","nsURI":"http://www.bme.hu/mit/inf/dslreasoner/SmtLanguage","name":"smtLanguage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTDocument","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTInput","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTOutput","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTOption","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTEnumLiteral","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTEnumeratedTypeDeclaration","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTSetTypeDeclaration","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTTypeReference","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTComplexTypeReference","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTPrimitiveTypeReference","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTIntTypeReference","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTBoolTypeReference","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTRealTypeReference","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTFunctionDeclaration","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTFunctionDefinition","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTTerm","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTSymbolicDeclaration","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTSymbolicValue","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTAtomicTerm","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTIntLiteral","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTBoolLiteral","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTRealLiteral","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTSortedVariable","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTQuantifiedExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTExists","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTForall","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTBoolOperation","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTAnd","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTOr","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTImpl","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTNot","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTIff","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTITE","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTLet","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTInlineConstantDefinition","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTRelation","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTEquals","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTDistinct","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTLT","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTMT","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTLEQ","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTMEQ","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTIntOperation","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTPlus","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTMinus","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTMultiply","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTDivison","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTDiv","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTMod","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTAssertion","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTCardinalityConstraint","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTSatCommand","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTSimpleSatCommand","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTComplexSatCommand","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTGetModelCommand","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTReasoningTactic","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTBuiltinTactic","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTReasoningCombinator","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTAndThenCombinator","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTOrElseCombinator","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTParOrCombinator","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTParThenCombinator","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTTryForCombinator","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTIfCombinator","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTWhenCombinator","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTFailIfCombinator","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTUsingParamCombinator","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReasoningProbe","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReasoningTacticParameter","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTResult","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTErrorResult","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTUnsupportedResult","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTSatResult","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTModelResult","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTStatisticValue","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTStatisticIntValue","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTStatisticDoubleValue","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMTStatisticsSection","instanceClass":null,"abstract":false,"id":79,"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":"input","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":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assertions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"satCommand","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":"getModelCommand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"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":"satResult","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":"getModelResult","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":"statistics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referred","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbolicReference","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":"parameterSubstitutions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"quantifiedVariables","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":"expression","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":"pattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"if","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","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":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inlineConstantDefinitions","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":"term","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","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":"rightOperand","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","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":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","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":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","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":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"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":"name","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tactics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tactics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tactics","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":"preProcessingTactic","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":"paralellyPostpricessingTactic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tactic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"probe","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifTactic","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":"elseTactic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"probe","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":"tactic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"probe","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tactic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":false},{"container":false,"ordered":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":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"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":"sat","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":"unsat","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":"unknown","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newFunctionDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newFunctionDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"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":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"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":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":1,"target":0},{"source":1,"target":80},{"source":1,"target":81},{"source":80,"target":2},{"source":80,"target":82},{"source":80,"target":1},{"source":82,"target":2},{"source":81,"target":3},{"source":81,"target":83},{"source":81,"target":1},{"source":83,"target":3},{"source":2,"target":0},{"source":2,"target":84},{"source":2,"target":85},{"source":2,"target":86},{"source":2,"target":87},{"source":2,"target":88},{"source":2,"target":89},{"source":2,"target":90},{"source":84,"target":4},{"source":84,"target":91},{"source":84,"target":2},{"source":91,"target":4},{"source":85,"target":5},{"source":85,"target":92},{"source":85,"target":2},{"source":92,"target":5},{"source":86,"target":15},{"source":86,"target":93},{"source":86,"target":2},{"source":93,"target":15},{"source":87,"target":16},{"source":87,"target":94},{"source":87,"target":2},{"source":94,"target":16},{"source":88,"target":51},{"source":88,"target":95},{"source":88,"target":2},{"source":95,"target":51},{"source":89,"target":53},{"source":89,"target":96},{"source":89,"target":2},{"source":96,"target":53},{"source":90,"target":56},{"source":90,"target":97},{"source":90,"target":2},{"source":97,"target":56},{"source":3,"target":0},{"source":3,"target":98},{"source":3,"target":99},{"source":3,"target":100},{"source":98,"target":71},{"source":98,"target":101},{"source":98,"target":3},{"source":101,"target":71},{"source":99,"target":71},{"source":99,"target":102},{"source":99,"target":3},{"source":102,"target":71},{"source":100,"target":79},{"source":100,"target":103},{"source":100,"target":3},{"source":103,"target":79},{"source":4,"target":0},{"source":4,"target":104},{"source":4,"target":105},{"source":104,"target":106},{"source":104,"target":4},{"source":105,"target":20},{"source":105,"target":107},{"source":105,"target":4},{"source":107,"target":20},{"source":5,"target":0},{"source":5,"target":108},{"source":108,"target":109},{"source":108,"target":5},{"source":6,"target":0},{"source":6,"target":18},{"source":6,"target":110},{"source":110,"target":18},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":111},{"source":7,"target":112},{"source":111,"target":6},{"source":111,"target":113},{"source":111,"target":7},{"source":113,"target":6},{"source":112,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":114},{"source":114,"target":5},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":115},{"source":10,"target":116},{"source":115,"target":5},{"source":115,"target":117},{"source":115,"target":10},{"source":117,"target":5},{"source":116,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":118},{"source":118,"target":9},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":119},{"source":119,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":120},{"source":120,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":121},{"source":121,"target":11},{"source":15,"target":0},{"source":15,"target":18},{"source":15,"target":122},{"source":15,"target":123},{"source":15,"target":124},{"source":122,"target":9},{"source":122,"target":125},{"source":122,"target":15},{"source":125,"target":9},{"source":123,"target":9},{"source":123,"target":126},{"source":123,"target":15},{"source":126,"target":9},{"source":124,"target":18},{"source":16,"target":0},{"source":16,"target":18},{"source":16,"target":127},{"source":16,"target":128},{"source":16,"target":129},{"source":16,"target":130},{"source":127,"target":24},{"source":127,"target":131},{"source":127,"target":16},{"source":131,"target":24},{"source":128,"target":9},{"source":128,"target":132},{"source":128,"target":16},{"source":132,"target":9},{"source":129,"target":17},{"source":129,"target":133},{"source":129,"target":16},{"source":133,"target":17},{"source":130,"target":18},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":134},{"source":134,"target":135},{"source":134,"target":18},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":136},{"source":19,"target":137},{"source":19,"target":138},{"source":136,"target":18},{"source":136,"target":139},{"source":136,"target":19},{"source":139,"target":18},{"source":137,"target":17},{"source":137,"target":140},{"source":137,"target":19},{"source":140,"target":17},{"source":138,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":141},{"source":141,"target":17},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":142},{"source":21,"target":143},{"source":142,"target":144},{"source":142,"target":21},{"source":143,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":145},{"source":22,"target":146},{"source":145,"target":147},{"source":145,"target":22},{"source":146,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":148},{"source":23,"target":149},{"source":148,"target":150},{"source":148,"target":23},{"source":149,"target":20},{"source":24,"target":0},{"source":24,"target":18},{"source":24,"target":151},{"source":24,"target":152},{"source":151,"target":9},{"source":151,"target":153},{"source":151,"target":24},{"source":153,"target":9},{"source":152,"target":18},{"source":25,"target":0},{"source":25,"target":17},{"source":25,"target":154},{"source":25,"target":155},{"source":25,"target":156},{"source":25,"target":157},{"source":154,"target":24},{"source":154,"target":158},{"source":154,"target":25},{"source":158,"target":24},{"source":155,"target":17},{"source":155,"target":159},{"source":155,"target":25},{"source":159,"target":17},{"source":156,"target":17},{"source":156,"target":160},{"source":156,"target":25},{"source":160,"target":17},{"source":157,"target":17},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":161},{"source":161,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":162},{"source":162,"target":25},{"source":28,"target":0},{"source":28,"target":17},{"source":28,"target":163},{"source":163,"target":17},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":164},{"source":29,"target":165},{"source":164,"target":17},{"source":164,"target":166},{"source":164,"target":29},{"source":166,"target":17},{"source":165,"target":28},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":167},{"source":30,"target":168},{"source":167,"target":17},{"source":167,"target":169},{"source":167,"target":30},{"source":169,"target":17},{"source":168,"target":28},{"source":31,"target":0},{"source":31,"target":28},{"source":31,"target":170},{"source":31,"target":171},{"source":31,"target":172},{"source":170,"target":17},{"source":170,"target":173},{"source":170,"target":31},{"source":173,"target":17},{"source":171,"target":17},{"source":171,"target":174},{"source":171,"target":31},{"source":174,"target":17},{"source":172,"target":28},{"source":32,"target":0},{"source":32,"target":28},{"source":32,"target":175},{"source":32,"target":176},{"source":175,"target":17},{"source":175,"target":177},{"source":175,"target":32},{"source":177,"target":17},{"source":176,"target":28},{"source":33,"target":0},{"source":33,"target":28},{"source":33,"target":178},{"source":33,"target":179},{"source":33,"target":180},{"source":178,"target":17},{"source":178,"target":181},{"source":178,"target":33},{"source":181,"target":17},{"source":179,"target":17},{"source":179,"target":182},{"source":179,"target":33},{"source":182,"target":17},{"source":180,"target":28},{"source":34,"target":0},{"source":34,"target":17},{"source":34,"target":183},{"source":34,"target":184},{"source":34,"target":185},{"source":34,"target":186},{"source":183,"target":17},{"source":183,"target":187},{"source":183,"target":34},{"source":187,"target":17},{"source":184,"target":17},{"source":184,"target":188},{"source":184,"target":34},{"source":188,"target":17},{"source":185,"target":17},{"source":185,"target":189},{"source":185,"target":34},{"source":189,"target":17},{"source":186,"target":17},{"source":35,"target":0},{"source":35,"target":17},{"source":35,"target":190},{"source":35,"target":191},{"source":35,"target":192},{"source":190,"target":36},{"source":190,"target":193},{"source":190,"target":35},{"source":193,"target":36},{"source":191,"target":17},{"source":191,"target":194},{"source":191,"target":35},{"source":194,"target":17},{"source":192,"target":17},{"source":36,"target":0},{"source":36,"target":18},{"source":36,"target":195},{"source":36,"target":196},{"source":195,"target":17},{"source":195,"target":197},{"source":195,"target":36},{"source":197,"target":17},{"source":196,"target":18},{"source":37,"target":0},{"source":37,"target":17},{"source":37,"target":198},{"source":198,"target":17},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":199},{"source":38,"target":200},{"source":38,"target":201},{"source":199,"target":17},{"source":199,"target":202},{"source":199,"target":38},{"source":202,"target":17},{"source":200,"target":17},{"source":200,"target":203},{"source":200,"target":38},{"source":203,"target":17},{"source":201,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":204},{"source":39,"target":205},{"source":204,"target":17},{"source":204,"target":206},{"source":204,"target":39},{"source":206,"target":17},{"source":205,"target":37},{"source":40,"target":0},{"source":40,"target":37},{"source":40,"target":207},{"source":40,"target":208},{"source":40,"target":209},{"source":207,"target":17},{"source":207,"target":210},{"source":207,"target":40},{"source":210,"target":17},{"source":208,"target":17},{"source":208,"target":211},{"source":208,"target":40},{"source":211,"target":17},{"source":209,"target":37},{"source":41,"target":0},{"source":41,"target":37},{"source":41,"target":212},{"source":41,"target":213},{"source":41,"target":214},{"source":212,"target":17},{"source":212,"target":215},{"source":212,"target":41},{"source":215,"target":17},{"source":213,"target":17},{"source":213,"target":216},{"source":213,"target":41},{"source":216,"target":17},{"source":214,"target":37},{"source":42,"target":0},{"source":42,"target":37},{"source":42,"target":217},{"source":42,"target":218},{"source":42,"target":219},{"source":217,"target":17},{"source":217,"target":220},{"source":217,"target":42},{"source":220,"target":17},{"source":218,"target":17},{"source":218,"target":221},{"source":218,"target":42},{"source":221,"target":17},{"source":219,"target":37},{"source":43,"target":0},{"source":43,"target":37},{"source":43,"target":222},{"source":43,"target":223},{"source":43,"target":224},{"source":222,"target":17},{"source":222,"target":225},{"source":222,"target":43},{"source":225,"target":17},{"source":223,"target":17},{"source":223,"target":226},{"source":223,"target":43},{"source":226,"target":17},{"source":224,"target":37},{"source":44,"target":0},{"source":44,"target":17},{"source":44,"target":227},{"source":44,"target":228},{"source":44,"target":229},{"source":227,"target":17},{"source":227,"target":230},{"source":227,"target":44},{"source":230,"target":17},{"source":228,"target":17},{"source":228,"target":231},{"source":228,"target":44},{"source":231,"target":17},{"source":229,"target":17},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":232},{"source":232,"target":44},{"source":46,"target":0},{"source":46,"target":44},{"source":46,"target":233},{"source":233,"target":44},{"source":47,"target":0},{"source":47,"target":44},{"source":47,"target":234},{"source":234,"target":44},{"source":48,"target":0},{"source":48,"target":44},{"source":48,"target":235},{"source":235,"target":44},{"source":49,"target":0},{"source":49,"target":44},{"source":49,"target":236},{"source":236,"target":44},{"source":50,"target":0},{"source":50,"target":44},{"source":50,"target":237},{"source":237,"target":44},{"source":51,"target":0},{"source":51,"target":238},{"source":238,"target":17},{"source":238,"target":239},{"source":238,"target":51},{"source":239,"target":17},{"source":52,"target":0},{"source":52,"target":240},{"source":52,"target":241},{"source":240,"target":9},{"source":240,"target":242},{"source":240,"target":52},{"source":242,"target":9},{"source":241,"target":19},{"source":241,"target":243},{"source":241,"target":52},{"source":243,"target":19},{"source":53,"target":0},{"source":54,"target":0},{"source":54,"target":53},{"source":54,"target":244},{"source":244,"target":53},{"source":55,"target":0},{"source":55,"target":53},{"source":55,"target":245},{"source":55,"target":246},{"source":245,"target":57},{"source":245,"target":247},{"source":245,"target":55},{"source":247,"target":57},{"source":246,"target":53},{"source":56,"target":0},{"source":57,"target":0},{"source":58,"target":0},{"source":58,"target":57},{"source":58,"target":248},{"source":58,"target":249},{"source":248,"target":250},{"source":248,"target":58},{"source":249,"target":57},{"source":59,"target":0},{"source":59,"target":57},{"source":59,"target":251},{"source":251,"target":57},{"source":60,"target":0},{"source":60,"target":59},{"source":60,"target":252},{"source":60,"target":253},{"source":252,"target":57},{"source":252,"target":254},{"source":252,"target":60},{"source":254,"target":57},{"source":253,"target":59},{"source":61,"target":0},{"source":61,"target":59},{"source":61,"target":255},{"source":61,"target":256},{"source":255,"target":57},{"source":255,"target":257},{"source":255,"target":61},{"source":257,"target":57},{"source":256,"target":59},{"source":62,"target":0},{"source":62,"target":59},{"source":62,"target":258},{"source":62,"target":259},{"source":258,"target":57},{"source":258,"target":260},{"source":258,"target":62},{"source":260,"target":57},{"source":259,"target":59},{"source":63,"target":0},{"source":63,"target":59},{"source":63,"target":261},{"source":63,"target":262},{"source":63,"target":263},{"source":261,"target":57},{"source":261,"target":264},{"source":261,"target":63},{"source":264,"target":57},{"source":262,"target":57},{"source":262,"target":265},{"source":262,"target":63},{"source":265,"target":57},{"source":263,"target":59},{"source":64,"target":0},{"source":64,"target":59},{"source":64,"target":266},{"source":64,"target":267},{"source":64,"target":268},{"source":266,"target":57},{"source":266,"target":269},{"source":266,"target":64},{"source":269,"target":57},{"source":267,"target":270},{"source":267,"target":64},{"source":268,"target":59},{"source":65,"target":0},{"source":65,"target":59},{"source":65,"target":271},{"source":65,"target":272},{"source":65,"target":273},{"source":65,"target":274},{"source":271,"target":69},{"source":271,"target":275},{"source":271,"target":65},{"source":275,"target":69},{"source":272,"target":57},{"source":272,"target":276},{"source":272,"target":65},{"source":276,"target":57},{"source":273,"target":57},{"source":273,"target":277},{"source":273,"target":65},{"source":277,"target":57},{"source":274,"target":59},{"source":66,"target":0},{"source":66,"target":59},{"source":66,"target":278},{"source":66,"target":279},{"source":66,"target":280},{"source":278,"target":69},{"source":278,"target":281},{"source":278,"target":66},{"source":281,"target":69},{"source":279,"target":57},{"source":279,"target":282},{"source":279,"target":66},{"source":282,"target":57},{"source":280,"target":59},{"source":67,"target":0},{"source":67,"target":59},{"source":67,"target":283},{"source":67,"target":284},{"source":283,"target":69},{"source":283,"target":285},{"source":283,"target":67},{"source":285,"target":69},{"source":284,"target":59},{"source":68,"target":0},{"source":68,"target":59},{"source":68,"target":286},{"source":68,"target":287},{"source":68,"target":288},{"source":286,"target":57},{"source":286,"target":289},{"source":286,"target":68},{"source":289,"target":57},{"source":287,"target":70},{"source":287,"target":290},{"source":287,"target":68},{"source":290,"target":70},{"source":288,"target":59},{"source":69,"target":0},{"source":69,"target":291},{"source":291,"target":292},{"source":291,"target":69},{"source":70,"target":0},{"source":70,"target":293},{"source":70,"target":294},{"source":293,"target":295},{"source":293,"target":70},{"source":294,"target":20},{"source":294,"target":296},{"source":294,"target":70},{"source":296,"target":20},{"source":71,"target":0},{"source":72,"target":0},{"source":72,"target":71},{"source":72,"target":297},{"source":72,"target":298},{"source":297,"target":299},{"source":297,"target":72},{"source":298,"target":71},{"source":73,"target":0},{"source":73,"target":71},{"source":73,"target":300},{"source":73,"target":301},{"source":300,"target":302},{"source":300,"target":73},{"source":301,"target":71},{"source":74,"target":0},{"source":74,"target":71},{"source":74,"target":303},{"source":74,"target":304},{"source":74,"target":305},{"source":74,"target":306},{"source":303,"target":307},{"source":303,"target":74},{"source":304,"target":308},{"source":304,"target":74},{"source":305,"target":309},{"source":305,"target":74},{"source":306,"target":71},{"source":75,"target":0},{"source":75,"target":71},{"source":75,"target":310},{"source":75,"target":311},{"source":75,"target":312},{"source":75,"target":313},{"source":310,"target":15},{"source":310,"target":314},{"source":310,"target":75},{"source":314,"target":15},{"source":311,"target":52},{"source":311,"target":315},{"source":311,"target":75},{"source":315,"target":52},{"source":312,"target":16},{"source":312,"target":316},{"source":312,"target":75},{"source":316,"target":16},{"source":313,"target":71},{"source":76,"target":0},{"source":76,"target":317},{"source":317,"target":318},{"source":317,"target":76},{"source":77,"target":0},{"source":77,"target":76},{"source":77,"target":319},{"source":77,"target":320},{"source":319,"target":321},{"source":319,"target":77},{"source":320,"target":76},{"source":78,"target":0},{"source":78,"target":76},{"source":78,"target":322},{"source":78,"target":323},{"source":322,"target":324},{"source":322,"target":78},{"source":323,"target":76},{"source":79,"target":0},{"source":79,"target":325},{"source":325,"target":76},{"source":325,"target":326},{"source":325,"target":79},{"source":326,"target":76}],"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="QVTOperational"
name="QVTOperational" nsURI="http://schema.omg.org/spec/QVT/1.1/qvtoperational.xml"
nsPrefix="qvto">
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.Constructor" name="Constructor"
eSuperTypes="#QVTOperational.ImperativeOperation"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ConstructorBody" name="ConstructorBody"
eSuperTypes="#QVTOperational.OperationBody"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ContextualProperty"
name="ContextualProperty" eSuperTypes="platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#EMOF.Property">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ContextualProperty.context"
name="context" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#EMOF.Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ContextualProperty.initExpression"
name="initExpression" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.essentialocl/model/EssentialOCL.ecore#EssentialOCL.OclExpression"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="ownerProperty"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ContextualProperty.overridden"
name="overridden" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#EMOF.Property">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="overriding"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" xmi:id="QVTOperational.DirectionKind" name="DirectionKind">
<eLiterals xmi:id="QVTOperational.DirectionKind.in" name="in"/>
<eLiterals xmi:id="QVTOperational.DirectionKind.inout" name="inout" value="1"/>
<eLiterals xmi:id="QVTOperational.DirectionKind.out" name="out" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.EntryOperation" name="EntryOperation"
eSuperTypes="#QVTOperational.ImperativeOperation"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.Helper" name="Helper"
eSuperTypes="#QVTOperational.ImperativeOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.Helper.isQuery"
name="isQuery" eType="ecore:EDataType platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#PrimitiveTypes.Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ImperativeCallExp"
name="ImperativeCallExp" eSuperTypes="platform:/plugin/org.eclipse.qvt.declarative.emof.essentialocl/model/EssentialOCL.ecore#EssentialOCL.OperationCallExp platform:/plugin/org.eclipse.m2m.qvt.oml.emof.imperativeocl/model/ImperativeOCL.ecore#ImperativeOCL.ImperativeExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ImperativeCallExp.isVirtual"
name="isVirtual" eType="ecore:EDataType platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#PrimitiveTypes.Boolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ImperativeOperation"
name="ImperativeOperation" eSuperTypes="platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#EMOF.Operation">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ImperativeOperation.body"
name="body" eType="#QVTOperational.OperationBody" containment="true" eOpposite="#QVTOperational.OperationBody.operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ImperativeOperation.context"
name="context" eType="#QVTOperational.VarParameter" containment="true" eOpposite="#QVTOperational.VarParameter.ctxOwner"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ImperativeOperation.isBlackbox"
name="isBlackbox" eType="ecore:EDataType platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#PrimitiveTypes.Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ImperativeOperation.overridden"
name="overridden" eType="#QVTOperational.ImperativeOperation">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="overriding"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ImperativeOperation.result"
name="result" upperBound="-1" eType="#QVTOperational.VarParameter" containment="true"
eOpposite="#QVTOperational.VarParameter.resOwner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" xmi:id="QVTOperational.ImportKind" name="ImportKind">
<eLiterals xmi:id="QVTOperational.ImportKind.extension" name="extension"/>
<eLiterals xmi:id="QVTOperational.ImportKind.access" name="access" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.Library" name="Library"
eSuperTypes="#QVTOperational.Module"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.MappingBody" name="MappingBody"
eSuperTypes="#QVTOperational.OperationBody">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingBody.endSection"
name="endSection" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.essentialocl/model/EssentialOCL.ecore#EssentialOCL.OclExpression"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="endOwner"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingBody.initSection"
name="initSection" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.essentialocl/model/EssentialOCL.ecore#EssentialOCL.OclExpression"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="initOwner"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.MappingCallExp" name="MappingCallExp"
eSuperTypes="#QVTOperational.ImperativeCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.MappingCallExp.isStrict"
name="isStrict" eType="ecore:EDataType platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#PrimitiveTypes.Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.MappingOperation" name="MappingOperation"
eSuperTypes="#QVTOperational.ImperativeOperation">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.disjunct"
name="disjunct" upperBound="-1" eType="#QVTOperational.MappingOperation">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="disjuncter"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.inherited"
name="inherited" upperBound="-1" eType="#QVTOperational.MappingOperation">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="inheriting"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.merged"
name="merged" upperBound="-1" eType="#QVTOperational.MappingOperation">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="merging"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.refinedRelation"
name="refinedRelation" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.qvtrelation/model/QVTRelation.ecore#QVTRelation.Relation">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="refiningOperation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.when"
name="when" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.essentialocl/model/EssentialOCL.ecore#EssentialOCL.OclExpression"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="whenOwner"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.where"
name="where" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.essentialocl/model/EssentialOCL.ecore#EssentialOCL.OclExpression"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="whereOwner"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.MappingParameter" name="MappingParameter"
eSuperTypes="#QVTOperational.VarParameter">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingParameter.extent"
name="extent" eType="#QVTOperational.ModelParameter"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingParameter.referredDomain"
name="referredDomain" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.qvtrelation/model/QVTRelation.ecore#QVTRelation.RelationDomain">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="referringParameter"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ModelParameter" name="ModelParameter"
eSuperTypes="#QVTOperational.VarParameter"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ModelType" name="ModelType"
eSuperTypes="platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#EMOF.Class">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModelType.additionalCondition"
name="additionalCondition" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.essentialocl/model/EssentialOCL.ecore#EssentialOCL.OclExpression"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="condOwner"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ModelType.conformanceKind"
name="conformanceKind" eType="ecore:EDataType platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#PrimitiveTypes.String"
defaultValueLiteral="effective"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModelType.metamodel"
name="metamodel" lowerBound="1" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#EMOF.Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.Module" name="Module"
eSuperTypes="platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#EMOF.Class platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#EMOF.Package">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.configProperty"
name="configProperty" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#EMOF.Property"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.entry"
name="entry" eType="#QVTOperational.EntryOperation">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="entryContext"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.Module.isBlackbox"
name="isBlackbox" eType="ecore:EDataType platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#PrimitiveTypes.Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.moduleImport"
name="moduleImport" upperBound="-1" eType="#QVTOperational.ModuleImport" containment="true"
eOpposite="#QVTOperational.ModuleImport.module"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.ownedTag"
name="ownedTag" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#EMOF.Tag"
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:EReference" xmi:id="QVTOperational.Module.ownedVariable"
name="ownedVariable" ordered="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.essentialocl/model/EssentialOCL.ecore#EssentialOCL.Variable"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="variableOwner"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.usedModelType"
name="usedModelType" upperBound="-1" eType="#QVTOperational.ModelType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ModuleImport" name="ModuleImport"
eSuperTypes="platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#EMOF.Element">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModuleImport.binding"
name="binding" upperBound="-1" eType="#QVTOperational.ModelType"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModuleImport.importedModule"
name="importedModule" lowerBound="1" eType="#QVTOperational.Module">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="importingElement"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ModuleImport.kind"
name="kind" eType="#QVTOperational.ImportKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModuleImport.module"
name="module" eType="#QVTOperational.Module" transient="true" eOpposite="#QVTOperational.Module.moduleImport"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ObjectExp" name="ObjectExp"
eSuperTypes="platform:/plugin/org.eclipse.m2m.qvt.oml.emof.imperativeocl/model/ImperativeOCL.ecore#ImperativeOCL.InstantiationExp">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ObjectExp.body"
name="body" lowerBound="1" eType="#QVTOperational.ConstructorBody" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ObjectExp.referredObject"
name="referredObject" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.essentialocl/model/EssentialOCL.ecore#EssentialOCL.Variable">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="objectExpression"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.OperationBody" name="OperationBody"
eSuperTypes="platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#EMOF.Element">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationBody.content"
name="content" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.essentialocl/model/EssentialOCL.ecore#EssentialOCL.OclExpression"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="contentOwner"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationBody.operation"
name="operation" eType="#QVTOperational.ImperativeOperation" transient="true"
eOpposite="#QVTOperational.ImperativeOperation.body"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationBody.variable"
name="variable" ordered="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.essentialocl/model/EssentialOCL.ecore#EssentialOCL.Variable"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="opBody"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.OperationalTransformation"
name="OperationalTransformation" eSuperTypes="#QVTOperational.Module">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.intermediateClass"
name="intermediateClass" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#EMOF.Class">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="transfClient"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.intermediateProperty"
name="intermediateProperty" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#EMOF.Property">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="tranfClient"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.modelParameter"
name="modelParameter" upperBound="-1" eType="#QVTOperational.ModelParameter"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="module"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.refined"
name="refined" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.qvtrelation/model/QVTRelation.ecore#QVTRelation.RelationalTransformation">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="refinement"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.relation"
name="relation" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.qvtrelation/model/QVTRelation.ecore#QVTRelation.Relation"
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" xmi:id="QVTOperational.ResolveExp" name="ResolveExp"
eSuperTypes="platform:/plugin/org.eclipse.qvt.declarative.emof.essentialocl/model/EssentialOCL.ecore#EssentialOCL.CallExp platform:/plugin/org.eclipse.m2m.qvt.oml.emof.imperativeocl/model/ImperativeOCL.ecore#ImperativeOCL.ImperativeExpression">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ResolveExp.condition"
name="condition" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.essentialocl/model/EssentialOCL.ecore#EssentialOCL.OclExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ResolveExp.isDeferred"
name="isDeferred" eType="ecore:EDataType platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#PrimitiveTypes.Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ResolveExp.isInverse"
name="isInverse" eType="ecore:EDataType platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#PrimitiveTypes.Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ResolveExp.one"
name="one" eType="ecore:EDataType platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#PrimitiveTypes.Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ResolveExp.target"
name="target" eType="ecore:EClass platform:/plugin/org.eclipse.qvt.declarative.emof.essentialocl/model/EssentialOCL.ecore#EssentialOCL.Variable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ResolveInExp" name="ResolveInExp"
eSuperTypes="#QVTOperational.ResolveExp">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ResolveInExp.inMapping"
name="inMapping" eType="#QVTOperational.MappingOperation">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="resolveExpression"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.VarParameter" name="VarParameter"
eSuperTypes="platform:/plugin/org.eclipse.qvt.declarative.emof.essentialocl/model/EssentialOCL.ecore#EssentialOCL.Variable platform:/plugin/org.eclipse.qvt.declarative.emof.emof/model/EMOF.ecore#EMOF.Parameter">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.VarParameter.ctxOwner"
name="ctxOwner" eType="#QVTOperational.ImperativeOperation" transient="true"
eOpposite="#QVTOperational.ImperativeOperation.context"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.VarParameter.kind"
name="kind" eType="#QVTOperational.DirectionKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.VarParameter.resOwner"
name="resOwner" eType="#QVTOperational.ImperativeOperation" transient="true"
eOpposite="#QVTOperational.ImperativeOperation.result"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/eclipse/qvto/archive/org.eclipse.m2m.qvt.oml.emof.qvtoperational/model/QVTOperational.ecore | ecore | QVTOperational
Constructor
ConstructorBody
ContextualProperty
context
initExpression
overridden
DirectionKind
in
in
inout
inout
out
out
EntryOperation
Helper
isQuery
ImperativeCallExp
isVirtual
true
ImperativeOperation
body
context
isBlackbox
overridden
result
ImportKind
extension
extension
access
access
Library
MappingBody
endSection
initSection
MappingCallExp
isStrict
MappingOperation
disjunct
inherited
merged
refinedRelation
when
where
MappingParameter
extent
referredDomain
ModelParameter
ModelType
additionalCondition
conformanceKind
effective
metamodel
Module
configProperty
entry
isBlackbox
moduleImport
ownedTag
ownedVariable
usedModelType
ModuleImport
binding
importedModule
kind
module
ObjectExp
body
referredObject
OperationBody
content
operation
variable
OperationalTransformation
intermediateClass
intermediateProperty
modelParameter
refined
relation
ResolveExp
condition
isDeferred
isInverse
one
target
ResolveInExp
inMapping
VarParameter
ctxOwner
kind
resOwner | null | {"directed":true,"nodes":[{"nsPrefix":"qvto","nsURI":"http://schema.omg.org/spec/QVT/1.1/qvtoperational.xml","name":"QVTOperational","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorBody","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextualProperty","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionKind","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryOperation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeCallExp","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeOperation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImportKind","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingBody","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCallExp","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingOperation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelParameter","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleImport","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectExp","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationBody","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationalTransformation","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveExp","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveInExp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarParameter","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overridden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"name":"in","id":34,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"inout","id":35,"value":1,"literal":"inout","eClass":"EEnumLiteral"},{"name":"out","id":36,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"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":"isQuery","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isVirtual","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isBlackbox","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":"overridden","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":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ctxOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"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":true,"unique":true,"name":"resOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"name":"extension","id":59,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"access","id":60,"value":1,"literal":"access","eClass":"EEnumLiteral"},{"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":"endSection","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":"initSection","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":"isStrict","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"disjunct","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":"inherited","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":"merged","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refinedRelation","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":"when","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":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extent","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":false,"unsettable":false,"transient":false,"unique":true,"name":"referredDomain","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"effective","unsettable":false,"transient":false,"unique":true,"name":"conformanceKind","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isBlackbox","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleImport","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":"ownedTag","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":"ownedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedModelType","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"},{"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":"module","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateProperty","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":"modelParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refined","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":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDeferred","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInverse","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"one","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":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"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":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":25},{"source":25,"target":8},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":26},{"source":26,"target":20},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":27,"target":31},{"source":27,"target":3},{"source":28,"target":32},{"source":28,"target":3},{"source":29,"target":33},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":34,"target":4},{"source":35,"target":4},{"source":36,"target":4},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":37},{"source":37,"target":8},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":38},{"source":6,"target":39},{"source":38,"target":40},{"source":38,"target":6},{"source":39,"target":8},{"source":7,"target":0},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":41,"target":44},{"source":41,"target":7},{"source":8,"target":0},{"source":8,"target":45},{"source":8,"target":46},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":45,"target":20},{"source":45,"target":51},{"source":45,"target":8},{"source":45,"target":52},{"source":51,"target":20},{"source":46,"target":24},{"source":46,"target":53},{"source":46,"target":8},{"source":46,"target":54},{"source":53,"target":24},{"source":47,"target":55},{"source":47,"target":8},{"source":48,"target":8},{"source":48,"target":56},{"source":48,"target":8},{"source":56,"target":8},{"source":49,"target":24},{"source":49,"target":57},{"source":49,"target":8},{"source":49,"target":58},{"source":57,"target":24},{"source":9,"target":0},{"source":9,"target":59},{"source":9,"target":60},{"source":59,"target":9},{"source":60,"target":9},{"source":10,"target":0},{"source":10,"target":17},{"source":10,"target":61},{"source":61,"target":17},{"source":11,"target":0},{"source":11,"target":20},{"source":11,"target":62},{"source":11,"target":63},{"source":11,"target":64},{"source":62,"target":65},{"source":62,"target":11},{"source":63,"target":66},{"source":63,"target":11},{"source":64,"target":20},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":67},{"source":12,"target":68},{"source":67,"target":69},{"source":67,"target":12},{"source":68,"target":7},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":70},{"source":13,"target":71},{"source":13,"target":72},{"source":13,"target":73},{"source":13,"target":74},{"source":13,"target":75},{"source":13,"target":76},{"source":70,"target":13},{"source":70,"target":77},{"source":70,"target":13},{"source":77,"target":13},{"source":71,"target":13},{"source":71,"target":78},{"source":71,"target":13},{"source":78,"target":13},{"source":72,"target":13},{"source":72,"target":79},{"source":72,"target":13},{"source":79,"target":13},{"source":73,"target":80},{"source":73,"target":13},{"source":74,"target":81},{"source":74,"target":13},{"source":75,"target":82},{"source":75,"target":13},{"source":76,"target":8},{"source":14,"target":0},{"source":14,"target":24},{"source":14,"target":83},{"source":14,"target":84},{"source":14,"target":85},{"source":83,"target":15},{"source":83,"target":86},{"source":83,"target":14},{"source":86,"target":15},{"source":84,"target":87},{"source":84,"target":14},{"source":85,"target":24},{"source":15,"target":0},{"source":15,"target":24},{"source":15,"target":88},{"source":88,"target":24},{"source":16,"target":0},{"source":16,"target":89},{"source":16,"target":90},{"source":16,"target":91},{"source":16,"target":92},{"source":89,"target":93},{"source":89,"target":16},{"source":90,"target":94},{"source":90,"target":16},{"source":91,"target":95},{"source":91,"target":16},{"source":17,"target":0},{"source":17,"target":96},{"source":17,"target":97},{"source":17,"target":98},{"source":17,"target":99},{"source":17,"target":100},{"source":17,"target":101},{"source":17,"target":102},{"source":17,"target":103},{"source":17,"target":104},{"source":96,"target":105},{"source":96,"target":17},{"source":97,"target":5},{"source":97,"target":106},{"source":97,"target":17},{"source":106,"target":5},{"source":98,"target":107},{"source":98,"target":17},{"source":99,"target":18},{"source":99,"target":108},{"source":99,"target":17},{"source":99,"target":109},{"source":108,"target":18},{"source":100,"target":110},{"source":100,"target":17},{"source":101,"target":111},{"source":101,"target":17},{"source":102,"target":16},{"source":102,"target":112},{"source":102,"target":17},{"source":112,"target":16},{"source":18,"target":0},{"source":18,"target":113},{"source":18,"target":114},{"source":18,"target":115},{"source":18,"target":109},{"source":18,"target":116},{"source":113,"target":16},{"source":113,"target":117},{"source":113,"target":18},{"source":117,"target":16},{"source":114,"target":17},{"source":114,"target":118},{"source":114,"target":18},{"source":118,"target":17},{"source":115,"target":9},{"source":115,"target":119},{"source":115,"target":18},{"source":119,"target":9},{"source":109,"target":17},{"source":109,"target":120},{"source":109,"target":18},{"source":109,"target":99},{"source":120,"target":17},{"source":19,"target":0},{"source":19,"target":121},{"source":19,"target":122},{"source":19,"target":123},{"source":121,"target":2},{"source":121,"target":124},{"source":121,"target":19},{"source":124,"target":2},{"source":122,"target":125},{"source":122,"target":19},{"source":20,"target":0},{"source":20,"target":126},{"source":20,"target":52},{"source":20,"target":127},{"source":20,"target":128},{"source":126,"target":129},{"source":126,"target":20},{"source":52,"target":8},{"source":52,"target":130},{"source":52,"target":20},{"source":52,"target":45},{"source":130,"target":8},{"source":127,"target":131},{"source":127,"target":20},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":132},{"source":21,"target":133},{"source":21,"target":134},{"source":21,"target":135},{"source":21,"target":136},{"source":21,"target":137},{"source":132,"target":138},{"source":132,"target":21},{"source":133,"target":139},{"source":133,"target":21},{"source":134,"target":15},{"source":134,"target":140},{"source":134,"target":21},{"source":140,"target":15},{"source":135,"target":141},{"source":135,"target":21},{"source":136,"target":142},{"source":136,"target":21},{"source":137,"target":17},{"source":22,"target":0},{"source":22,"target":143},{"source":22,"target":144},{"source":22,"target":145},{"source":22,"target":146},{"source":22,"target":147},{"source":22,"target":148},{"source":22,"target":149},{"source":143,"target":150},{"source":143,"target":22},{"source":144,"target":151},{"source":144,"target":22},{"source":145,"target":152},{"source":145,"target":22},{"source":146,"target":153},{"source":146,"target":22},{"source":147,"target":154},{"source":147,"target":22},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":155},{"source":23,"target":156},{"source":155,"target":13},{"source":155,"target":157},{"source":155,"target":23},{"source":157,"target":13},{"source":156,"target":22},{"source":24,"target":0},{"source":24,"target":54},{"source":24,"target":158},{"source":24,"target":58},{"source":24,"target":159},{"source":24,"target":160},{"source":54,"target":8},{"source":54,"target":161},{"source":54,"target":24},{"source":54,"target":46},{"source":161,"target":8},{"source":158,"target":4},{"source":158,"target":162},{"source":158,"target":24},{"source":162,"target":4},{"source":58,"target":8},{"source":58,"target":163},{"source":58,"target":24},{"source":58,"target":49},{"source":163,"target":8}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="KragsteinPackage" nsURI="KragsteinPackage.ecore" nsPrefix="KragsteinPackage">
<eClassifiers xsi:type="ecore:EClass" name="Package">
<eAnnotations source="gmf.diagram"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" upperBound="-1" eType="#//Unit"
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="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//Relationship">
<eAnnotations source="gmf.link">
<details key="source" value="source"/>
<details key="target" value="target"/>
<details key="target.decoration" value="closedarrow"/>
</eAnnotations>
<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="Realization" eSuperTypes="#//Relationship">
<eAnnotations source="gmf.link">
<details key="style" value="dash"/>
<details key="source" value="source"/>
<details key="target" value="target"/>
<details key="target.decoration" value="closedarrow"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Relationship">
<eAnnotations source="gmf.link">
<details key="label" value="name"/>
<details key="source" value="source"/>
<details key="target" value="target"/>
<details key="target.decoration" value="arrow"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Aggregation" eSuperTypes="#//Relationship">
<eAnnotations source="gmf.link">
<details key="label" value="name"/>
<details key="source" value="source"/>
<details key="target" value="target"/>
<details key="source.decoration" value="rhomb"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Composition" eSuperTypes="#//Relationship">
<eAnnotations source="gmf.link">
<details key="label" value="name"/>
<details key="source" value="source"/>
<details key="target" value="target"/>
<details key="source.decoration" value="filledrhomb"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//Relationship">
<eAnnotations source="gmf.link">
<details key="style" value="dash"/>
<details key="label" value="name"/>
<details key="source" value="source"/>
<details key="target" value="target"/>
<details key="target.decoration" value="arrow"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Note" eSuperTypes="#//Unit">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Unit">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1"
eType="#//Attribute" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="method" upperBound="-1"
eType="#//Method" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetRelationship" upperBound="-1"
eType="#//Relationship" 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="importedClass" upperBound="-1"
eType="#//ImportedClass" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSingletone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="superClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="supplierElement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImportedClass">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isInternal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isConst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" 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="Method">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isConst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isVirtual" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1"
eType="#//Parameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="targetLink" upperBound="-1"
eType="#//Link" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Link">
<eAnnotations source="gmf.link">
<details key="name" value="name"/>
<details key="target" value="target"/>
<details key="source" value="source"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Unit"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Unit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/dvj-shimbo/kragstein/models/KPackage/model/package.ecore | ecore | KragsteinPackage
Package
unit
name
path
Relationship
target
source
name
lowerBound
upperBound
Generalization
type
Realization
Association
Aggregation
Composition
Dependency
Note
name
text
Class
attribute
method
targetRelationship
name
importedClass
visibility
isSingletone
isInterface
superClass
supplierElement
ImportedClass
name
path
isInternal
Attribute
name
type
visibility
isConst
isStatic
value
Method
name
type
visibility
isConst
isVirtual
isStatic
parameter
Unit
targetLink
Link
source
target
Parameter
name
type
value | null | {"directed":true,"nodes":[{"nsPrefix":"KragsteinPackage","nsURI":"KragsteinPackage.ecore","name":"KragsteinPackage","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":"Relationship","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","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":"Aggregation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Note","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportedClass","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"path","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"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":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","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"},{"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":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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"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":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","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":"method","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":"targetRelationship","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importedClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","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":"isSingletone","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInterface","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":"superClass","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":"supplierElement","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":"path","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInternal","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":"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":"type","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":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isConst","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStatic","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isConst","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":"isVirtual","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStatic","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","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":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":17,"target":14},{"source":17,"target":20},{"source":17,"target":1},{"source":20,"target":14},{"source":18,"target":21},{"source":18,"target":1},{"source":19,"target":22},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":23,"target":10},{"source":23,"target":28},{"source":23,"target":2},{"source":28,"target":10},{"source":24,"target":10},{"source":24,"target":29},{"source":24,"target":2},{"source":29,"target":10},{"source":25,"target":30},{"source":25,"target":2},{"source":26,"target":31},{"source":26,"target":2},{"source":27,"target":32},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":33},{"source":3,"target":34},{"source":33,"target":35},{"source":33,"target":3},{"source":34,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":36},{"source":36,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":37},{"source":37,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":38},{"source":38,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":39},{"source":39,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":40},{"source":40,"target":2},{"source":9,"target":0},{"source":9,"target":14},{"source":9,"target":41},{"source":9,"target":42},{"source":9,"target":43},{"source":41,"target":44},{"source":41,"target":9},{"source":42,"target":45},{"source":42,"target":9},{"source":43,"target":14},{"source":10,"target":0},{"source":10,"target":14},{"source":10,"target":46},{"source":10,"target":47},{"source":10,"target":48},{"source":10,"target":49},{"source":10,"target":50},{"source":10,"target":51},{"source":10,"target":52},{"source":10,"target":53},{"source":10,"target":54},{"source":10,"target":55},{"source":10,"target":56},{"source":46,"target":12},{"source":46,"target":57},{"source":46,"target":10},{"source":57,"target":12},{"source":47,"target":13},{"source":47,"target":58},{"source":47,"target":10},{"source":58,"target":13},{"source":48,"target":2},{"source":48,"target":59},{"source":48,"target":10},{"source":59,"target":2},{"source":49,"target":60},{"source":49,"target":10},{"source":50,"target":11},{"source":50,"target":61},{"source":50,"target":10},{"source":61,"target":11},{"source":51,"target":62},{"source":51,"target":10},{"source":52,"target":63},{"source":52,"target":10},{"source":53,"target":64},{"source":53,"target":10},{"source":54,"target":65},{"source":54,"target":10},{"source":55,"target":66},{"source":55,"target":10},{"source":56,"target":14},{"source":11,"target":0},{"source":11,"target":67},{"source":11,"target":68},{"source":11,"target":69},{"source":67,"target":70},{"source":67,"target":11},{"source":68,"target":71},{"source":68,"target":11},{"source":69,"target":72},{"source":69,"target":11},{"source":12,"target":0},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":12,"target":78},{"source":73,"target":79},{"source":73,"target":12},{"source":74,"target":80},{"source":74,"target":12},{"source":75,"target":81},{"source":75,"target":12},{"source":76,"target":82},{"source":76,"target":12},{"source":77,"target":83},{"source":77,"target":12},{"source":78,"target":84},{"source":78,"target":12},{"source":13,"target":0},{"source":13,"target":85},{"source":13,"target":86},{"source":13,"target":87},{"source":13,"target":88},{"source":13,"target":89},{"source":13,"target":90},{"source":13,"target":91},{"source":85,"target":92},{"source":85,"target":13},{"source":86,"target":93},{"source":86,"target":13},{"source":87,"target":94},{"source":87,"target":13},{"source":88,"target":95},{"source":88,"target":13},{"source":89,"target":96},{"source":89,"target":13},{"source":90,"target":97},{"source":90,"target":13},{"source":91,"target":16},{"source":91,"target":98},{"source":91,"target":13},{"source":98,"target":16},{"source":14,"target":0},{"source":14,"target":99},{"source":99,"target":15},{"source":99,"target":100},{"source":99,"target":14},{"source":100,"target":15},{"source":15,"target":0},{"source":15,"target":101},{"source":15,"target":102},{"source":101,"target":14},{"source":101,"target":103},{"source":101,"target":15},{"source":103,"target":14},{"source":102,"target":14},{"source":102,"target":104},{"source":102,"target":15},{"source":104,"target":14},{"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":106,"target":109},{"source":106,"target":16},{"source":107,"target":110},{"source":107,"target":16}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2016-2018 Matthias Freund and others, Institute of Automation, TU Dresden
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which is available at https://www.eclipse.org/legal/epl-2.0/
Contributors:
Institute of Automation, TU Dresden - Initial API and implementation
SPDX-License-Identifier: EPL-2.0
-->
<ecore:EPackage xmi:version="2.0" xmlns:xmi="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://ifa/et/tu/dresden/platform/metamodel"
nsPrefix="ifa.et.tu.dresden.platform.metamodel">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="PMbase">
<eStructuralFeatures xsi:type="ecore:EReference" name="platformCollection" upperBound="-1"
eType="#//Platform" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ressourceCollection" upperBound="-1"
eType="#//Ressource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Platform">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="test"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="platformName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="platformId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="platformType" eType="#//PlatformType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ressources" upperBound="-1"
eType="#//Ressource"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="genericProperty" upperBound="-1"
eType="#//GenericProperty" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PlatformType">
<eLiterals name="other"/>
<eLiterals name="ClassicPC" value="1"/>
<eLiterals name="IndustrialPc" value="2"/>
<eLiterals name="Laptop" value="3"/>
<eLiterals name="Smartphone" value="4"/>
<eLiterals name="Tablet" value="5"/>
<eLiterals name="HeadMountedDevice" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ressource" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ressourceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="genericProperty" upperBound="-1"
eType="#//GenericProperty" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComplexRessource" abstract="true" eSuperTypes="#//Ressource">
<eStructuralFeatures xsi:type="ecore:EReference" name="subRessources" upperBound="-1"
eType="#//Ressource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GenericProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyUnit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerProperty" eSuperTypes="#//GenericProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringProperty" eSuperTypes="#//GenericProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanProperty" eSuperTypes="#//GenericProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FloatProperty" eSuperTypes="#//GenericProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="floatValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InteractionProperty" eSuperTypes="#//GenericProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interactionModality" eType="#//InteractionModality"
defaultValueLiteral="none"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="InteractionModality">
<eLiterals name="visualInput"/>
<eLiterals name="auditiveInput" value="1"/>
<eLiterals name="tactileInput" value="2"/>
<eLiterals name="proprioceptiveInput" value="3"/>
<eLiterals name="visualOutput" value="4"/>
<eLiterals name="auditiveOutput" value="5"/>
<eLiterals name="tactileOutput" value="6"/>
<eLiterals name="proprioceptiveOutput" value="7"/>
<eLiterals name="other" value="8"/>
<eLiterals name="none" value="9"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GenericComplexRessource" eSuperTypes="#//ComplexRessource"/>
<eClassifiers xsi:type="ecore:EClass" name="Mouse" eSuperTypes="#//ComplexRessource">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="leftUnequalRight" value="self.leftMousebutton <> self.rightMousebutton

/* context Mouse
inv excludeLeftRightButtonIsThe Same: 
(self.leftMousebutton->notEmpty() implies self.rightMousebutton->isEmpty()) or (self.rightMousebutton->notEmpty() implies self.leftMousebutton->isEmpty())
*/"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="leftUnequalRight"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mouseSensibility" eType="#//Sensibility"
defaultValueLiteral="other"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="usableForTranspartentSurface"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="usableForSmoothSurface"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainPointingDevice" lowerBound="1"
eType="#//PointingDevice"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftMousebutton" lowerBound="1"
eType="#//Hardkey"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightMousebutton" lowerBound="1"
eType="#//Hardkey"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Sensibility">
<eLiterals name="other"/>
<eLiterals name="nonsensitive" value="1"/>
<eLiterals name="lowSensitive" value="2"/>
<eLiterals name="normal" value="3"/>
<eLiterals name="sensitive" value="4"/>
<eLiterals name="highSensitive" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Keyboard" eSuperTypes="#//ComplexRessource">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keyboardType" eType="#//KeyboardType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keyboardTypeExtraInfo"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fastTextInput" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="easyTextInput" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hardkeys" upperBound="-1"
eType="#//Hardkey"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SpeakerSystem" eSuperTypes="#//ComplexRessource">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="speakerMediumCapability"
eType="#//SpeakerMediumCapability" defaultValueLiteral="unrealisticAudioCapable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MonoSpeakerSystem" eSuperTypes="#//SpeakerSystem">
<eStructuralFeatures xsi:type="ecore:EReference" name="mono" lowerBound="1" upperBound="-1"
eType="#//Speaker"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StereoSpeakerSystem" eSuperTypes="#//SpeakerSystem">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" upperBound="-1"
eType="#//Speaker"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" upperBound="-1"
eType="#//Speaker"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QuadSpeakerSystem" eSuperTypes="#//SpeakerSystem">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" upperBound="-1"
eType="#//Speaker"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" upperBound="-1"
eType="#//Speaker"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="surroundLeft" lowerBound="1"
upperBound="-1" eType="#//Speaker"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="surroundRight" lowerBound="1"
upperBound="-1" eType="#//Speaker"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FivePointOneSpeakerSystem" eSuperTypes="#//SpeakerSystem">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" upperBound="-1"
eType="#//Speaker"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" upperBound="-1"
eType="#//Speaker"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="surroundLeft" lowerBound="1"
upperBound="-1" eType="#//Speaker"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="surroundRight" lowerBound="1"
upperBound="-1" eType="#//Speaker"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subwoofer" lowerBound="1"
upperBound="-1" eType="#//Speaker"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="center" lowerBound="1"
upperBound="-1" eType="#//Speaker"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SpeakerMediumCapability">
<eLiterals name="unrealisticAudioCapable"/>
<eLiterals name="realisticAudioCapable" value="1"/>
<eLiterals name="speechCapable" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="KeyboardType">
<eLiterals name="other" value="4"/>
<eLiterals name="alphanumerical" value="3"/>
<eLiterals name="numerical" value="2"/>
<eLiterals name="keypad" value="1"/>
<eLiterals name="phonepad"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementaryRessource" abstract="true"
eSuperTypes="#//Ressource"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionRessource" abstract="true"
eSuperTypes="#//ElementaryRessource"/>
<eClassifiers xsi:type="ecore:EClass" name="InputDevice" abstract="true" eSuperTypes="#//InteractionRessource #//ElementaryTasksForInputDevices">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="safeForUnwantedActions"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="usableWithGloves" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="usableWithOneHand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ElementaryTaskEvaluation">
<eLiterals name="other" value="5"/>
<eLiterals name="none" value="4"/>
<eLiterals name="insufficient" value="3"/>
<eLiterals name="sufficient" value="2" literal="sufficient"/>
<eLiterals name="good" value="1"/>
<eLiterals name="veryGood"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementaryTasksForInputDevices" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fastPointingCapable" eType="#//ElementaryTaskEvaluation"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accuratePointingCapable"
eType="#//ElementaryTaskEvaluation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selectingCapable" eType="#//ElementaryTaskEvaluation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="drawingCapable" eType="#//ElementaryTaskEvaluation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fastDrawingCapable" eType="#//ElementaryTaskEvaluation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alphanumericCapable" eType="#//ElementaryTaskEvaluation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VisualInputDevice" eSuperTypes="#//InputDevice"/>
<eClassifiers xsi:type="ecore:EClass" name="LightingDevice" eSuperTypes="#//VisualOutputDevice">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lightningType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lightSize" eType="#//SizeEvaluation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiColorConfigurable"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Camera" eSuperTypes="#//VisualInputDevice"/>
<eClassifiers xsi:type="ecore:EClass" name="TactileInputDevice" eSuperTypes="#//InputDevice"/>
<eClassifiers xsi:type="ecore:EClass" name="Hardkey" eSuperTypes="#//TactileInputDevice">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="buttonSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="buttonColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="buttonSize" eType="#//SizeEvaluation"
defaultValueLiteral="middle"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hardkeyType" eType="#//HardkeyType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="configurable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="HardkeyType">
<eLiterals name="MachineSpecific" literal="MachineSpecific"/>
<eLiterals name="DialogueSpecific"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Touchscreen" eSuperTypes="#//TactileInputDevice">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xPixel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="yPixel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="forceForActuating" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="usableWithPen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiTouchCapable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tactileFeedbackCapable"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="touchGestureRecognition"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="closenessRecognition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="correspondDisplay" lowerBound="1"
eType="#//Display"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AuditiveInputDevice" eSuperTypes="#//InputDevice"/>
<eClassifiers xsi:type="ecore:EClass" name="Microphone" eSuperTypes="#//AuditiveInputDevice"/>
<eClassifiers xsi:type="ecore:EClass" name="ProprioceptiveInputDevice" eSuperTypes="#//InputDevice"/>
<eClassifiers xsi:type="ecore:EClass" name="PointingDevice" eSuperTypes="#//InputDevice">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasHighPrecision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="True"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="degreesOfFreedom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutputDevice" abstract="true" eSuperTypes="#//InteractionRessource"/>
<eClassifiers xsi:type="ecore:EClass" name="VisualOutputDevice" eSuperTypes="#//OutputDevice"/>
<eClassifiers xsi:type="ecore:EClass" name="Display" eSuperTypes="#//VisualOutputDevice">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xPixel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="yPixel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isColorCapable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isImagesCapable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isVideosCapable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TactileOutputDevice" eSuperTypes="#//OutputDevice"/>
<eClassifiers xsi:type="ecore:EClass" name="VibrationMotor" eSuperTypes="#//TactileOutputDevice"/>
<eClassifiers xsi:type="ecore:EClass" name="TouchscreenVibrationMotor" eSuperTypes="#//VibrationMotor">
<eStructuralFeatures xsi:type="ecore:EReference" name="correspondingTouchscreen"
lowerBound="1" eType="#//Touchscreen"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SteeringWheelVibrationMotor" eSuperTypes="#//VibrationMotor"/>
<eClassifiers xsi:type="ecore:EClass" name="SeatVibrationMotor" eSuperTypes="#//VibrationMotor"/>
<eClassifiers xsi:type="ecore:EClass" name="AuditiveOutputDevice" eSuperTypes="#//OutputDevice"/>
<eClassifiers xsi:type="ecore:EClass" name="Speaker" eSuperTypes="#//AuditiveOutputDevice"/>
<eClassifiers xsi:type="ecore:EClass" name="ProprioceptiveOutputDevice" eSuperTypes="#//OutputDevice"/>
<eClassifiers xsi:type="ecore:EEnum" name="SizeEvaluation">
<eLiterals name="verySmall" value="3"/>
<eLiterals name="small" value="4"/>
<eLiterals name="middle" value="5"/>
<eLiterals name="big" value="2"/>
<eLiterals name="veryBig" value="1"/>
<eLiterals name="jumbo"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/IfA/PAMTraM/casestudies/de.mfreund.pamtram.casestudies.ctt-aminolight/metamodel/platform.ecore | ecore | platform
PMbase
platformCollection
ressourceCollection
Platform
platformName
platformId
platformType
ressources
genericProperty
PlatformType
other
other
ClassicPC
ClassicPC
IndustrialPc
IndustrialPc
Laptop
Laptop
Smartphone
Smartphone
Tablet
Tablet
HeadMountedDevice
HeadMountedDevice
Ressource
ressourceName
genericProperty
ComplexRessource
subRessources
GenericProperty
propertyName
propertyUnit
IntegerProperty
integerValue
StringProperty
stringValue
BooleanProperty
booleanValue
FloatProperty
floatValue
InteractionProperty
interactionModality
none
InteractionModality
visualInput
visualInput
auditiveInput
auditiveInput
tactileInput
tactileInput
proprioceptiveInput
proprioceptiveInput
visualOutput
visualOutput
auditiveOutput
auditiveOutput
tactileOutput
tactileOutput
proprioceptiveOutput
proprioceptiveOutput
other
other
none
none
GenericComplexRessource
Mouse
mouseSensibility
other
usableForTranspartentSurface
true
usableForSmoothSurface
true
mainPointingDevice
leftMousebutton
rightMousebutton
Sensibility
other
other
nonsensitive
nonsensitive
lowSensitive
lowSensitive
normal
normal
sensitive
sensitive
highSensitive
highSensitive
Keyboard
keyboardType
keyboardTypeExtraInfo
fastTextInput
false
easyTextInput
false
hardkeys
SpeakerSystem
speakerMediumCapability
unrealisticAudioCapable
MonoSpeakerSystem
mono
StereoSpeakerSystem
left
right
QuadSpeakerSystem
left
right
surroundLeft
surroundRight
FivePointOneSpeakerSystem
left
right
surroundLeft
surroundRight
subwoofer
center
SpeakerMediumCapability
unrealisticAudioCapable
unrealisticAudioCapable
realisticAudioCapable
realisticAudioCapable
speechCapable
speechCapable
KeyboardType
other
other
alphanumerical
alphanumerical
numerical
numerical
keypad
keypad
phonepad
phonepad
ElementaryRessource
InteractionRessource
InputDevice
safeForUnwantedActions
usableWithGloves
usableWithOneHand
true
ElementaryTaskEvaluation
other
other
none
none
insufficient
insufficient
sufficient
sufficient
good
good
veryGood
veryGood
ElementaryTasksForInputDevices
fastPointingCapable
accuratePointingCapable
selectingCapable
drawingCapable
fastDrawingCapable
alphanumericCapable
VisualInputDevice
LightingDevice
lightningType
lightSize
multiColorConfigurable
Camera
TactileInputDevice
Hardkey
buttonSymbol
buttonColor
buttonSize
middle
hardkeyType
configurable
HardkeyType
MachineSpecific
MachineSpecific
DialogueSpecific
DialogueSpecific
Touchscreen
xPixel
yPixel
height
width
forceForActuating
false
usableWithPen
false
multiTouchCapable
true
tactileFeedbackCapable
false
touchGestureRecognition
true
closenessRecognition
false
correspondDisplay
AuditiveInputDevice
Microphone
ProprioceptiveInputDevice
PointingDevice
hasHighPrecision
True
degreesOfFreedom
2
OutputDevice
VisualOutputDevice
Display
xPixel
yPixel
height
width
isColorCapable
true
isImagesCapable
true
isVideosCapable
true
TactileOutputDevice
VibrationMotor
TouchscreenVibrationMotor
correspondingTouchscreen
SteeringWheelVibrationMotor
SeatVibrationMotor
AuditiveOutputDevice
Speaker
ProprioceptiveOutputDevice
SizeEvaluation
verySmall
verySmall
small
small
middle
middle
big
big
veryBig
veryBig
jumbo
jumbo | null | {"directed":true,"nodes":[{"nsPrefix":"ifa.et.tu.dresden.platform.metamodel","nsURI":"http://ifa/et/tu/dresden/platform/metamodel","name":"platform","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PMbase","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Platform","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PlatformType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ressource","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexRessource","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericProperty","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerProperty","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringProperty","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanProperty","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatProperty","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionProperty","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InteractionModality","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericComplexRessource","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mouse","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Sensibility","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Keyboard","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpeakerSystem","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MonoSpeakerSystem","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StereoSpeakerSystem","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuadSpeakerSystem","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FivePointOneSpeakerSystem","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SpeakerMediumCapability","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"KeyboardType","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementaryRessource","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionRessource","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputDevice","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ElementaryTaskEvaluation","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementaryTasksForInputDevices","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualInputDevice","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LightingDevice","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Camera","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TactileInputDevice","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hardkey","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HardkeyType","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Touchscreen","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuditiveInputDevice","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Microphone","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProprioceptiveInputDevice","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointingDevice","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputDevice","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualOutputDevice","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Display","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TactileOutputDevice","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VibrationMotor","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchscreenVibrationMotor","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SteeringWheelVibrationMotor","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeatVibrationMotor","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuditiveOutputDevice","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Speaker","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProprioceptiveOutputDevice","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SizeEvaluation","instanceClass":null,"id":51,"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":"platformCollection","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":"ressourceCollection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"platformName","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"platformId","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"platformType","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ressources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"genericProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"name":"other","id":66,"value":0,"literal":"other","eClass":"EEnumLiteral"},{"name":"ClassicPC","id":67,"value":1,"literal":"ClassicPC","eClass":"EEnumLiteral"},{"name":"IndustrialPc","id":68,"value":2,"literal":"IndustrialPc","eClass":"EEnumLiteral"},{"name":"Laptop","id":69,"value":3,"literal":"Laptop","eClass":"EEnumLiteral"},{"name":"Smartphone","id":70,"value":4,"literal":"Smartphone","eClass":"EEnumLiteral"},{"name":"Tablet","id":71,"value":5,"literal":"Tablet","eClass":"EEnumLiteral"},{"name":"HeadMountedDevice","id":72,"value":6,"literal":"HeadMountedDevice","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":"ressourceName","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"genericProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subRessources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyName","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":"propertyUnit","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerValue","changeable":true,"lowerBound":0,"iD":false,"id":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":"stringValue","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booleanValue","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"floatValue","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"none","unsettable":false,"transient":false,"unique":true,"name":"interactionModality","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"name":"visualInput","id":99,"value":0,"literal":"visualInput","eClass":"EEnumLiteral"},{"name":"auditiveInput","id":100,"value":1,"literal":"auditiveInput","eClass":"EEnumLiteral"},{"name":"tactileInput","id":101,"value":2,"literal":"tactileInput","eClass":"EEnumLiteral"},{"name":"proprioceptiveInput","id":102,"value":3,"literal":"proprioceptiveInput","eClass":"EEnumLiteral"},{"name":"visualOutput","id":103,"value":4,"literal":"visualOutput","eClass":"EEnumLiteral"},{"name":"auditiveOutput","id":104,"value":5,"literal":"auditiveOutput","eClass":"EEnumLiteral"},{"name":"tactileOutput","id":105,"value":6,"literal":"tactileOutput","eClass":"EEnumLiteral"},{"name":"proprioceptiveOutput","id":106,"value":7,"literal":"proprioceptiveOutput","eClass":"EEnumLiteral"},{"name":"other","id":107,"value":8,"literal":"other","eClass":"EEnumLiteral"},{"name":"none","id":108,"value":9,"literal":"none","eClass":"EEnumLiteral"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"other","unsettable":false,"transient":false,"unique":true,"name":"mouseSensibility","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"usableForTranspartentSurface","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"usableForSmoothSurface","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainPointingDevice","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"leftMousebutton","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rightMousebutton","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"name":"other","id":123,"value":0,"literal":"other","eClass":"EEnumLiteral"},{"name":"nonsensitive","id":124,"value":1,"literal":"nonsensitive","eClass":"EEnumLiteral"},{"name":"lowSensitive","id":125,"value":2,"literal":"lowSensitive","eClass":"EEnumLiteral"},{"name":"normal","id":126,"value":3,"literal":"normal","eClass":"EEnumLiteral"},{"name":"sensitive","id":127,"value":4,"literal":"sensitive","eClass":"EEnumLiteral"},{"name":"highSensitive","id":128,"value":5,"literal":"highSensitive","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keyboardType","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":"keyboardTypeExtraInfo","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"fastTextInput","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"easyTextInput","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hardkeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"unrealisticAudioCapable","unsettable":false,"transient":false,"unique":true,"name":"speakerMediumCapability","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"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":"mono","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"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":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"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":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"surroundLeft","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"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":"surroundRight","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"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":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"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":"surroundLeft","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"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":"surroundRight","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"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":"subwoofer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":164,"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":"center","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"name":"unrealisticAudioCapable","id":173,"value":0,"literal":"unrealisticAudioCapable","eClass":"EEnumLiteral"},{"name":"realisticAudioCapable","id":174,"value":1,"literal":"realisticAudioCapable","eClass":"EEnumLiteral"},{"name":"speechCapable","id":175,"value":2,"literal":"speechCapable","eClass":"EEnumLiteral"},{"name":"other","id":176,"value":4,"literal":"other","eClass":"EEnumLiteral"},{"name":"alphanumerical","id":177,"value":3,"literal":"alphanumerical","eClass":"EEnumLiteral"},{"name":"numerical","id":178,"value":2,"literal":"numerical","eClass":"EEnumLiteral"},{"name":"keypad","id":179,"value":1,"literal":"keypad","eClass":"EEnumLiteral"},{"name":"phonepad","id":180,"value":0,"literal":"phonepad","eClass":"EEnumLiteral"},{"id":181,"eClass":"EGenericType"},{"id":182,"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":"safeForUnwantedActions","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usableWithGloves","changeable":true,"lowerBound":0,"iD":false,"id":184,"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":"usableWithOneHand","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"name":"other","id":191,"value":5,"literal":"other","eClass":"EEnumLiteral"},{"name":"none","id":192,"value":4,"literal":"none","eClass":"EEnumLiteral"},{"name":"insufficient","id":193,"value":3,"literal":"insufficient","eClass":"EEnumLiteral"},{"name":"sufficient","id":194,"value":2,"literal":"sufficient","eClass":"EEnumLiteral"},{"name":"good","id":195,"value":1,"literal":"good","eClass":"EEnumLiteral"},{"name":"veryGood","id":196,"value":0,"literal":"veryGood","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"fastPointingCapable","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accuratePointingCapable","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectingCapable","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"drawingCapable","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fastDrawingCapable","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alphanumericCapable","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lightningType","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lightSize","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":"multiColorConfigurable","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"buttonSymbol","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"buttonColor","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"middle","unsettable":false,"transient":false,"unique":true,"name":"buttonSize","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hardkeyType","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":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":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"},{"name":"MachineSpecific","id":230,"value":0,"literal":"MachineSpecific","eClass":"EEnumLiteral"},{"name":"DialogueSpecific","id":231,"value":0,"literal":"DialogueSpecific","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xPixel","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"yPixel","changeable":true,"lowerBound":0,"iD":false,"id":233,"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":234,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":235,"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":"forceForActuating","changeable":true,"lowerBound":0,"iD":false,"id":236,"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":"usableWithPen","changeable":true,"lowerBound":0,"iD":false,"id":237,"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":"multiTouchCapable","changeable":true,"lowerBound":0,"iD":false,"id":238,"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":"tactileFeedbackCapable","changeable":true,"lowerBound":0,"iD":false,"id":239,"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":"touchGestureRecognition","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"closenessRecognition","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondDisplay","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"True","unsettable":false,"transient":false,"unique":true,"name":"hasHighPrecision","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":2,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"2","unsettable":false,"transient":false,"unique":true,"name":"degreesOfFreedom","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xPixel","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"yPixel","changeable":true,"lowerBound":0,"iD":false,"id":266,"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":267,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":268,"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":"isColorCapable","changeable":true,"lowerBound":0,"iD":false,"id":269,"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":"isImagesCapable","changeable":true,"lowerBound":0,"iD":false,"id":270,"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":"isVideosCapable","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingTouchscreen","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"name":"verySmall","id":290,"value":3,"literal":"verySmall","eClass":"EEnumLiteral"},{"name":"small","id":291,"value":4,"literal":"small","eClass":"EEnumLiteral"},{"name":"middle","id":292,"value":5,"literal":"middle","eClass":"EEnumLiteral"},{"name":"big","id":293,"value":2,"literal":"big","eClass":"EEnumLiteral"},{"name":"veryBig","id":294,"value":1,"literal":"veryBig","eClass":"EEnumLiteral"},{"name":"jumbo","id":295,"value":0,"literal":"jumbo","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":1,"target":0},{"source":1,"target":52},{"source":1,"target":53},{"source":52,"target":2},{"source":52,"target":54},{"source":52,"target":1},{"source":54,"target":2},{"source":53,"target":4},{"source":53,"target":55},{"source":53,"target":1},{"source":55,"target":4},{"source":2,"target":0},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":56,"target":61},{"source":56,"target":2},{"source":57,"target":62},{"source":57,"target":2},{"source":58,"target":3},{"source":58,"target":63},{"source":58,"target":2},{"source":63,"target":3},{"source":59,"target":4},{"source":59,"target":64},{"source":59,"target":2},{"source":64,"target":4},{"source":60,"target":6},{"source":60,"target":65},{"source":60,"target":2},{"source":65,"target":6},{"source":3,"target":0},{"source":3,"target":66},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":66,"target":3},{"source":67,"target":3},{"source":68,"target":3},{"source":69,"target":3},{"source":70,"target":3},{"source":71,"target":3},{"source":72,"target":3},{"source":4,"target":0},{"source":4,"target":73},{"source":4,"target":74},{"source":73,"target":75},{"source":73,"target":4},{"source":74,"target":6},{"source":74,"target":76},{"source":74,"target":4},{"source":76,"target":6},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":77},{"source":5,"target":78},{"source":77,"target":4},{"source":77,"target":79},{"source":77,"target":5},{"source":79,"target":4},{"source":78,"target":4},{"source":6,"target":0},{"source":6,"target":80},{"source":6,"target":81},{"source":80,"target":82},{"source":80,"target":6},{"source":81,"target":83},{"source":81,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":84},{"source":7,"target":85},{"source":84,"target":86},{"source":84,"target":7},{"source":85,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":87},{"source":8,"target":88},{"source":87,"target":89},{"source":87,"target":8},{"source":88,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":90},{"source":9,"target":91},{"source":90,"target":92},{"source":90,"target":9},{"source":91,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":93},{"source":10,"target":94},{"source":93,"target":95},{"source":93,"target":10},{"source":94,"target":6},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":96},{"source":11,"target":97},{"source":96,"target":12},{"source":96,"target":98},{"source":96,"target":11},{"source":98,"target":12},{"source":97,"target":6},{"source":12,"target":0},{"source":12,"target":99},{"source":12,"target":100},{"source":12,"target":101},{"source":12,"target":102},{"source":12,"target":103},{"source":12,"target":104},{"source":12,"target":105},{"source":12,"target":106},{"source":12,"target":107},{"source":12,"target":108},{"source":99,"target":12},{"source":100,"target":12},{"source":101,"target":12},{"source":102,"target":12},{"source":103,"target":12},{"source":104,"target":12},{"source":105,"target":12},{"source":106,"target":12},{"source":107,"target":12},{"source":108,"target":12},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":109},{"source":109,"target":5},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":110},{"source":14,"target":111},{"source":14,"target":112},{"source":14,"target":113},{"source":14,"target":114},{"source":14,"target":115},{"source":14,"target":116},{"source":110,"target":15},{"source":110,"target":117},{"source":110,"target":14},{"source":117,"target":15},{"source":111,"target":118},{"source":111,"target":14},{"source":112,"target":119},{"source":112,"target":14},{"source":113,"target":39},{"source":113,"target":120},{"source":113,"target":14},{"source":120,"target":39},{"source":114,"target":33},{"source":114,"target":121},{"source":114,"target":14},{"source":121,"target":33},{"source":115,"target":33},{"source":115,"target":122},{"source":115,"target":14},{"source":122,"target":33},{"source":116,"target":5},{"source":15,"target":0},{"source":15,"target":123},{"source":15,"target":124},{"source":15,"target":125},{"source":15,"target":126},{"source":15,"target":127},{"source":15,"target":128},{"source":123,"target":15},{"source":124,"target":15},{"source":125,"target":15},{"source":126,"target":15},{"source":127,"target":15},{"source":128,"target":15},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":129},{"source":16,"target":130},{"source":16,"target":131},{"source":16,"target":132},{"source":16,"target":133},{"source":16,"target":134},{"source":129,"target":23},{"source":129,"target":135},{"source":129,"target":16},{"source":135,"target":23},{"source":130,"target":136},{"source":130,"target":16},{"source":131,"target":137},{"source":131,"target":16},{"source":132,"target":138},{"source":132,"target":16},{"source":133,"target":33},{"source":133,"target":139},{"source":133,"target":16},{"source":139,"target":33},{"source":134,"target":5},{"source":17,"target":0},{"source":17,"target":5},{"source":17,"target":140},{"source":17,"target":141},{"source":140,"target":22},{"source":140,"target":142},{"source":140,"target":17},{"source":142,"target":22},{"source":141,"target":5},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":143},{"source":18,"target":144},{"source":143,"target":49},{"source":143,"target":145},{"source":143,"target":18},{"source":145,"target":49},{"source":144,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":146},{"source":19,"target":147},{"source":19,"target":148},{"source":146,"target":49},{"source":146,"target":149},{"source":146,"target":19},{"source":149,"target":49},{"source":147,"target":49},{"source":147,"target":150},{"source":147,"target":19},{"source":150,"target":49},{"source":148,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":151},{"source":20,"target":152},{"source":20,"target":153},{"source":20,"target":154},{"source":20,"target":155},{"source":151,"target":49},{"source":151,"target":156},{"source":151,"target":20},{"source":156,"target":49},{"source":152,"target":49},{"source":152,"target":157},{"source":152,"target":20},{"source":157,"target":49},{"source":153,"target":49},{"source":153,"target":158},{"source":153,"target":20},{"source":158,"target":49},{"source":154,"target":49},{"source":154,"target":159},{"source":154,"target":20},{"source":159,"target":49},{"source":155,"target":17},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":160},{"source":21,"target":161},{"source":21,"target":162},{"source":21,"target":163},{"source":21,"target":164},{"source":21,"target":165},{"source":21,"target":166},{"source":160,"target":49},{"source":160,"target":167},{"source":160,"target":21},{"source":167,"target":49},{"source":161,"target":49},{"source":161,"target":168},{"source":161,"target":21},{"source":168,"target":49},{"source":162,"target":49},{"source":162,"target":169},{"source":162,"target":21},{"source":169,"target":49},{"source":163,"target":49},{"source":163,"target":170},{"source":163,"target":21},{"source":170,"target":49},{"source":164,"target":49},{"source":164,"target":171},{"source":164,"target":21},{"source":171,"target":49},{"source":165,"target":49},{"source":165,"target":172},{"source":165,"target":21},{"source":172,"target":49},{"source":166,"target":17},{"source":22,"target":0},{"source":22,"target":173},{"source":22,"target":174},{"source":22,"target":175},{"source":173,"target":22},{"source":174,"target":22},{"source":175,"target":22},{"source":23,"target":0},{"source":23,"target":176},{"source":23,"target":177},{"source":23,"target":178},{"source":23,"target":179},{"source":23,"target":180},{"source":176,"target":23},{"source":177,"target":23},{"source":178,"target":23},{"source":179,"target":23},{"source":180,"target":23},{"source":24,"target":0},{"source":24,"target":4},{"source":24,"target":181},{"source":181,"target":4},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":182},{"source":182,"target":24},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":28},{"source":26,"target":183},{"source":26,"target":184},{"source":26,"target":185},{"source":26,"target":186},{"source":26,"target":187},{"source":183,"target":188},{"source":183,"target":26},{"source":184,"target":189},{"source":184,"target":26},{"source":185,"target":190},{"source":185,"target":26},{"source":186,"target":25},{"source":187,"target":28},{"source":27,"target":0},{"source":27,"target":191},{"source":27,"target":192},{"source":27,"target":193},{"source":27,"target":194},{"source":27,"target":195},{"source":27,"target":196},{"source":191,"target":27},{"source":192,"target":27},{"source":193,"target":27},{"source":194,"target":27},{"source":195,"target":27},{"source":196,"target":27},{"source":28,"target":0},{"source":28,"target":197},{"source":28,"target":198},{"source":28,"target":199},{"source":28,"target":200},{"source":28,"target":201},{"source":28,"target":202},{"source":197,"target":27},{"source":197,"target":203},{"source":197,"target":28},{"source":203,"target":27},{"source":198,"target":27},{"source":198,"target":204},{"source":198,"target":28},{"source":204,"target":27},{"source":199,"target":27},{"source":199,"target":205},{"source":199,"target":28},{"source":205,"target":27},{"source":200,"target":27},{"source":200,"target":206},{"source":200,"target":28},{"source":206,"target":27},{"source":201,"target":27},{"source":201,"target":207},{"source":201,"target":28},{"source":207,"target":27},{"source":202,"target":27},{"source":202,"target":208},{"source":202,"target":28},{"source":208,"target":27},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":209},{"source":209,"target":26},{"source":30,"target":0},{"source":30,"target":41},{"source":30,"target":210},{"source":30,"target":211},{"source":30,"target":212},{"source":30,"target":213},{"source":210,"target":214},{"source":210,"target":30},{"source":211,"target":51},{"source":211,"target":215},{"source":211,"target":30},{"source":215,"target":51},{"source":212,"target":216},{"source":212,"target":30},{"source":213,"target":41},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":217},{"source":217,"target":29},{"source":32,"target":0},{"source":32,"target":26},{"source":32,"target":218},{"source":218,"target":26},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":219},{"source":33,"target":220},{"source":33,"target":221},{"source":33,"target":222},{"source":33,"target":223},{"source":33,"target":224},{"source":219,"target":225},{"source":219,"target":33},{"source":220,"target":226},{"source":220,"target":33},{"source":221,"target":51},{"source":221,"target":227},{"source":221,"target":33},{"source":227,"target":51},{"source":222,"target":34},{"source":222,"target":228},{"source":222,"target":33},{"source":228,"target":34},{"source":223,"target":229},{"source":223,"target":33},{"source":224,"target":32},{"source":34,"target":0},{"source":34,"target":230},{"source":34,"target":231},{"source":230,"target":34},{"source":231,"target":34},{"source":35,"target":0},{"source":35,"target":32},{"source":35,"target":232},{"source":35,"target":233},{"source":35,"target":234},{"source":35,"target":235},{"source":35,"target":236},{"source":35,"target":237},{"source":35,"target":238},{"source":35,"target":239},{"source":35,"target":240},{"source":35,"target":241},{"source":35,"target":242},{"source":35,"target":243},{"source":232,"target":244},{"source":232,"target":35},{"source":233,"target":245},{"source":233,"target":35},{"source":234,"target":246},{"source":234,"target":35},{"source":235,"target":247},{"source":235,"target":35},{"source":236,"target":248},{"source":236,"target":35},{"source":237,"target":249},{"source":237,"target":35},{"source":238,"target":250},{"source":238,"target":35},{"source":239,"target":251},{"source":239,"target":35},{"source":240,"target":252},{"source":240,"target":35},{"source":241,"target":253},{"source":241,"target":35},{"source":242,"target":42},{"source":242,"target":254},{"source":242,"target":35},{"source":254,"target":42},{"source":243,"target":32},{"source":36,"target":0},{"source":36,"target":26},{"source":36,"target":255},{"source":255,"target":26},{"source":37,"target":0},{"source":37,"target":36},{"source":37,"target":256},{"source":256,"target":36},{"source":38,"target":0},{"source":38,"target":26},{"source":38,"target":257},{"source":257,"target":26},{"source":39,"target":0},{"source":39,"target":26},{"source":39,"target":258},{"source":39,"target":259},{"source":39,"target":260},{"source":258,"target":261},{"source":258,"target":39},{"source":259,"target":262},{"source":259,"target":39},{"source":260,"target":26},{"source":40,"target":0},{"source":40,"target":25},{"source":40,"target":263},{"source":263,"target":25},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":264},{"source":264,"target":40},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":265},{"source":42,"target":266},{"source":42,"target":267},{"source":42,"target":268},{"source":42,"target":269},{"source":42,"target":270},{"source":42,"target":271},{"source":42,"target":272},{"source":265,"target":273},{"source":265,"target":42},{"source":266,"target":274},{"source":266,"target":42},{"source":267,"target":275},{"source":267,"target":42},{"source":268,"target":276},{"source":268,"target":42},{"source":269,"target":277},{"source":269,"target":42},{"source":270,"target":278},{"source":270,"target":42},{"source":271,"target":279},{"source":271,"target":42},{"source":272,"target":41},{"source":43,"target":0},{"source":43,"target":40},{"source":43,"target":280},{"source":280,"target":40},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":281},{"source":281,"target":43},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":282},{"source":45,"target":283},{"source":282,"target":35},{"source":282,"target":284},{"source":282,"target":45},{"source":284,"target":35},{"source":283,"target":44},{"source":46,"target":0},{"source":46,"target":44},{"source":46,"target":285},{"source":285,"target":44},{"source":47,"target":0},{"source":47,"target":44},{"source":47,"target":286},{"source":286,"target":44},{"source":48,"target":0},{"source":48,"target":40},{"source":48,"target":287},{"source":287,"target":40},{"source":49,"target":0},{"source":49,"target":48},{"source":49,"target":288},{"source":288,"target":48},{"source":50,"target":0},{"source":50,"target":40},{"source":50,"target":289},{"source":289,"target":40},{"source":51,"target":0},{"source":51,"target":290},{"source":51,"target":291},{"source":51,"target":292},{"source":51,"target":293},{"source":51,"target":294},{"source":51,"target":295},{"source":290,"target":51},{"source":291,"target":51},{"source":292,"target":51},{"source":293,"target":51},{"source":294,"target":51},{"source":295,"target":51}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="microserviceModel" nsURI="http://www.laegler.com/microservice/model/MicroserviceModel"
nsPrefix="microserviceModel">
<eClassifiers xsi:type="ecore:EClass" name="Architecture">
<eStructuralFeatures xsi:type="ecore:EReference" name="artifacts" upperBound="-1"
eType="#//Artifact" 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="basePackage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Artifact">
<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="Spring" eSuperTypes="#//Artifact">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SpringType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exposes" upperBound="-1"
eType="#//Expose" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="consumes" upperBound="-1"
eType="#//Consume" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1"
eType="#//Dependency" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="#//EntityModel"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Gateway" eSuperTypes="#//Artifact">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="routes" upperBound="-1"
eType="#//Route" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Route">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="urlmatcher" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetService" eType="#//Spring"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GrpcJar" eSuperTypes="#//Artifact">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="protoInline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="protoFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Jar" eSuperTypes="#//Artifact">
<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="Option" eSuperTypes="#//Artifact">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="flag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expose">
<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="draft" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RestExpose" eSuperTypes="#//Expose">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endpoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="swaggerFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GrpcExpose" eSuperTypes="#//Expose">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="protoInline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="protoFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Consume">
<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="RestConsume" eSuperTypes="#//Consume">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//RestExpose"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GrpcConsume" eSuperTypes="#//Consume">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//GrpcExpose"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dependency">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Jar"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SpringType">
<eLiterals name="DAEMON" literal="daemon {"/>
<eLiterals name="SERVICE" value="1" literal="service {"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntityModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1"
eType="#//Entity" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="enumerations" upperBound="-1"
eType="#//Enumeration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1"
eType="#//Relationship" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enumValues" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="primaryKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relationship">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BaseTypeEnum">
<eLiterals name="STRING" literal="String"/>
<eLiterals name="BOOLEAN" value="1" literal="boolean"/>
<eLiterals name="LIST" value="2" literal="List"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/thlaegler/microservice/microservice-model/model/MicroserviceModel.ecore | ecore | microserviceModel
Architecture
artifacts
name
basePackage
version
Artifact
name
Spring
type
description
exposes
consumes
dependencies
model
Gateway
description
routes
Route
name
urlmatcher
targetService
GrpcJar
description
protoInline
protoFile
Jar
description
Option
value
flag
Expose
name
description
draft
port
RestExpose
endpoint
swaggerFile
GrpcExpose
protoInline
protoFile
Consume
description
RestConsume
target
GrpcConsume
target
Dependency
name
target
SpringType
DAEMON
daemon {
SERVICE
service {
EntityModel
entities
enumerations
relationships
Entity
name
label
documentation
attributes
Enumeration
name
label
documentation
enumValues
Attribute
name
label
documentation
primaryKey
type
Relationship
name
label
documentation
from
to
BaseTypeEnum
STRING
String
BOOLEAN
boolean
LIST
List | null | {"directed":true,"nodes":[{"nsPrefix":"microserviceModel","nsURI":"http://www.laegler.com/microservice/model/MicroserviceModel","name":"microserviceModel","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":"Artifact","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spring","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gateway","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Route","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GrpcJar","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Jar","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Option","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expose","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RestExpose","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GrpcExpose","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Consume","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RestConsume","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GrpcConsume","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SpringType","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityModel","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BaseTypeEnum","instanceClass":null,"id":22,"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":"artifacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"basePackage","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exposes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"consumes","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":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"routes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"urlmatcher","changeable":true,"lowerBound":0,"iD":false,"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":"targetService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"protoInline","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"protoFile","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"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":64,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"flag","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"draft","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endpoint","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":"swaggerFile","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"protoInline","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"protoFile","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"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},{"container":false,"ordered":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":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"name":"DAEMON","id":102,"value":0,"literal":"daemon {","eClass":"EEnumLiteral"},{"name":"SERVICE","id":103,"value":1,"literal":"service {","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":"entities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumerations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationships","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"label","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":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":120,"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":"enumValues","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primaryKey","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"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":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":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"name":"STRING","id":146,"value":0,"literal":"String","eClass":"EEnumLiteral"},{"name":"BOOLEAN","id":147,"value":1,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"LIST","id":148,"value":2,"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":1,"target":0},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":23,"target":2},{"source":23,"target":27},{"source":23,"target":1},{"source":27,"target":2},{"source":24,"target":28},{"source":24,"target":1},{"source":25,"target":29},{"source":25,"target":1},{"source":26,"target":30},{"source":26,"target":1},{"source":2,"target":0},{"source":2,"target":31},{"source":31,"target":32},{"source":31,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"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":33,"target":16},{"source":33,"target":40},{"source":33,"target":3},{"source":40,"target":16},{"source":34,"target":41},{"source":34,"target":3},{"source":35,"target":9},{"source":35,"target":42},{"source":35,"target":3},{"source":42,"target":9},{"source":36,"target":12},{"source":36,"target":43},{"source":36,"target":3},{"source":43,"target":12},{"source":37,"target":15},{"source":37,"target":44},{"source":37,"target":3},{"source":44,"target":15},{"source":38,"target":17},{"source":38,"target":45},{"source":38,"target":3},{"source":45,"target":17},{"source":39,"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":4},{"source":47,"target":5},{"source":47,"target":50},{"source":47,"target":4},{"source":50,"target":5},{"source":48,"target":2},{"source":5,"target":0},{"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":3},{"source":53,"target":56},{"source":53,"target":5},{"source":56,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":57,"target":61},{"source":57,"target":6},{"source":58,"target":62},{"source":58,"target":6},{"source":59,"target":63},{"source":59,"target":6},{"source":60,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":64},{"source":7,"target":65},{"source":64,"target":66},{"source":64,"target":7},{"source":65,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":67,"target":70},{"source":67,"target":8},{"source":68,"target":71},{"source":68,"target":8},{"source":69,"target":2},{"source":9,"target":0},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":72,"target":76},{"source":72,"target":9},{"source":73,"target":77},{"source":73,"target":9},{"source":74,"target":78},{"source":74,"target":9},{"source":75,"target":79},{"source":75,"target":9},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":80},{"source":10,"target":81},{"source":10,"target":82},{"source":80,"target":83},{"source":80,"target":10},{"source":81,"target":84},{"source":81,"target":10},{"source":82,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":85},{"source":11,"target":86},{"source":11,"target":87},{"source":85,"target":88},{"source":85,"target":11},{"source":86,"target":89},{"source":86,"target":11},{"source":87,"target":9},{"source":12,"target":0},{"source":12,"target":90},{"source":90,"target":91},{"source":90,"target":12},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":92},{"source":13,"target":93},{"source":92,"target":10},{"source":92,"target":94},{"source":92,"target":13},{"source":94,"target":10},{"source":93,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":95},{"source":14,"target":96},{"source":95,"target":11},{"source":95,"target":97},{"source":95,"target":14},{"source":97,"target":11},{"source":96,"target":12},{"source":15,"target":0},{"source":15,"target":98},{"source":15,"target":99},{"source":98,"target":100},{"source":98,"target":15},{"source":99,"target":7},{"source":99,"target":101},{"source":99,"target":15},{"source":101,"target":7},{"source":16,"target":0},{"source":16,"target":102},{"source":16,"target":103},{"source":102,"target":16},{"source":103,"target":16},{"source":17,"target":0},{"source":17,"target":104},{"source":17,"target":105},{"source":17,"target":106},{"source":104,"target":18},{"source":104,"target":107},{"source":104,"target":17},{"source":107,"target":18},{"source":105,"target":19},{"source":105,"target":108},{"source":105,"target":17},{"source":108,"target":19},{"source":106,"target":21},{"source":106,"target":109},{"source":106,"target":17},{"source":109,"target":21},{"source":18,"target":0},{"source":18,"target":110},{"source":18,"target":111},{"source":18,"target":112},{"source":18,"target":113},{"source":110,"target":114},{"source":110,"target":18},{"source":111,"target":115},{"source":111,"target":18},{"source":112,"target":116},{"source":112,"target":18},{"source":113,"target":20},{"source":113,"target":117},{"source":113,"target":18},{"source":117,"target":20},{"source":19,"target":0},{"source":19,"target":118},{"source":19,"target":119},{"source":19,"target":120},{"source":19,"target":121},{"source":118,"target":122},{"source":118,"target":19},{"source":119,"target":123},{"source":119,"target":19},{"source":120,"target":124},{"source":120,"target":19},{"source":121,"target":125},{"source":121,"target":19},{"source":20,"target":0},{"source":20,"target":126},{"source":20,"target":127},{"source":20,"target":128},{"source":20,"target":129},{"source":20,"target":130},{"source":126,"target":131},{"source":126,"target":20},{"source":127,"target":132},{"source":127,"target":20},{"source":128,"target":133},{"source":128,"target":20},{"source":129,"target":134},{"source":129,"target":20},{"source":130,"target":18},{"source":130,"target":135},{"source":130,"target":20},{"source":135,"target":18},{"source":21,"target":0},{"source":21,"target":136},{"source":21,"target":137},{"source":21,"target":138},{"source":21,"target":139},{"source":21,"target":140},{"source":136,"target":141},{"source":136,"target":21},{"source":137,"target":142},{"source":137,"target":21},{"source":138,"target":143},{"source":138,"target":21},{"source":139,"target":18},{"source":139,"target":144},{"source":139,"target":21},{"source":144,"target":18},{"source":140,"target":18},{"source":140,"target":145},{"source":140,"target":21},{"source":145,"target":18},{"source":22,"target":0},{"source":22,"target":146},{"source":22,"target":147},{"source":22,"target":148},{"source":146,"target":22},{"source":147,"target":22},{"source":148,"target":22}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="localsearch" nsURI="http://www.misc.com/common/moplaf/localsearch/model/0.1"
nsPrefix="ls">
<eClassifiers xsi:type="ecore:EClass" name="Solution" abstract="true" eSuperTypes="../../com.misc.common.moplaf.propagator2/model/propagator.ecore#//ObjectWithPropagatorFunctions">
<eOperations name="constructScore" eType="#//Score"/>
<eOperations name="clone" eType="#//Solution">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Clone this solution and add it to the solution's Strategy"/>
</eAnnotations>
</eOperations>
<eOperations name="initialize">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Initialize the solution to the zero solution.
Should be called when creating a Solution from scratch.
"/>
</eAnnotations>
</eOperations>
<eOperations name="enable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Makes the Solution ready for propagation.
Should be called before making changes to the Solution."/>
</eAnnotations>
</eOperations>
<eOperations name="refresh">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Trigger the propagation. Refresh the derived elements.
Should be called after having made changes to this Solution."/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="Score" lowerBound="1" eType="#//Score"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SolutionNr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Step" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="References" upperBound="-1"
eType="#//SolutionRef" eOpposite="#//SolutionRef/Solution"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Strategy" lowerBound="1"
eType="#//Strategy" eOpposite="#//Strategy/Solutions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Delta" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A Delta is an elementary change to the solution, composed of a limited (constant) number of modifications with respect to the solution 
 
So the score of a Delta must be calculated in a limited time (with respect to the size of the solution).

A Delta is part of a tree structure, where the parent is the previous delta executed, and the children are alternative next moves to be executed after this Delta..

A Delta supports an undo operation. All the changes in the current solution that are carried out during the do are recorded and will be undone durring the undo. Note that the changes in the score of the current solution and the changes in the propagator functions will be undone as well, but the change in the score associated to this move will remain.

A Delta is specific to a given implementation (to a specific Action). The implementation must only provide logic for the do operation. The framework will iterate on the Deltas, and for every Delta, do the Delta, trigger the Score calculation, compare it to the best Score so far, and finally undo the Delta."/>
</eAnnotations>
<eOperations name="do">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set the CurrentSolution to the SelectedMove"/>
</eAnnotations>
</eOperations>
<eOperations name="undo">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Revert all the changes performed by the Action, and the changes in the derived data, performed by the refresh.
Note that the score has been saved in this.Score. The latter will not be undone."/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="Action" lowerBound="1"
eType="#//Action" changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Score" lowerBound="1" eType="#//Score"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="PreviousDelta" eType="#//Delta"
eOpposite="#//Delta/NextDeltas"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="NextDeltas" upperBound="-1"
eType="#//Delta" containment="true" eOpposite="#//Delta/PreviousDelta"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Description" 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="DoEnabledFeedback" eType="ecore:EDataType ../../com.misc.common.moplaf.job.emf/model/job.ecore#//EnabledFeedback"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="UndoEnabledFeedback" eType="ecore:EDataType ../../com.misc.common.moplaf.job.emf/model/job.ecore#//EnabledFeedback"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SelectEnabledFeedback"
eType="ecore:EDataType ../../com.misc.common.moplaf.job.emf/model/job.ecore#//EnabledFeedback"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidFeedback" eType="ecore:EDataType ../../com.misc.common.moplaf.job.emf/model/job.ecore#//EnabledFeedback"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Current" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Solution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Score" abstract="true">
<eOperations name="isBetter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="other" eType="#//Score"/>
</eOperations>
<eOperations name="clone" eType="#//Score"/>
<eOperations name="copy">
<eParameters name="other" eType="#//Score"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Feasible" 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="Description" 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="Strategy" abstract="true" eSuperTypes="../../com.misc.common.moplaf.job.emf/model/job.ecore#//Run">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Conceptually, a Strategy is an engine for solving a given problem. It implements the execution of the resolution and knows the entire scenario to be solved, plus some complementary information about how to solve the problem.

Functionally, a Strategy manages a pool of Solutions and executes a sequence of Phases, each Phase being an iteration of Steps.

The Strategy implements logics for selecting a good/bad solution in the pool, as a function of a chance between 1.0 and 0.0. A value of 1.0 will return the most extreme Solution, while with a value of 0.0 every Solution has equal probability to be selected.

A phase executes steps iteratively, up to a max number of iteration or a maximum duration. Each step 1) selects a solution in the pool, 2) improves it by executing Actions, 3) adds the new solution to the pool, and 4) prunes the pool.
"/>
</eAnnotations>
<eOperations name="selectGoodSolution" eType="#//SolutionRef">
<eParameters name="chance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eOperations>
<eOperations name="selectBadSolution" eType="#//SolutionRef">
<eParameters name="chance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eOperations>
<eOperations name="sortSolutions"/>
<eOperations name="makeNewSolutionNr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eOperations name="prune">
<eParameters name="chance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eOperations>
<eOperations name="garbageCollect"/>
<eOperations name="addPoolSolution" eType="#//SolutionRef">
<eParameters name="solution" eType="#//Solution"/>
<eParameters name="copy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="Phases" upperBound="-1"
eType="#//Phase" containment="true" eOpposite="#//Phase/Strategy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="PoolSolutions" upperBound="-1"
eType="#//SolutionRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="CurrentSolutionNr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MaxNrSolutions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="10"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Solutions" upperBound="-1"
eType="#//Solution" containment="true" eOpposite="#//Solution/Strategy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Phase" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A Phase is the main loop of the resolution process, while a Step is an iteration of this Loop. A Step is supposed to improve a solution.

The phase will keep iterating up to a max number of iterations or to a max durations.

The execution flow of a Step is 1) to select a solution in the pool as a function of the attribute SelectBestChance, 2) to improve the selected solution by performing Actions, 3) to put the resulting Solution in the pool and 4) to prune the pool of Solution as a function of the attribute SelectWorstChance.

The Actions to be performed in a Step are provided by the concrete class, in the method doStempImpl, that must 1) create the Actions, 2) execute them by calling doAction.

The KeepLevel attribute controls the level of Data to be kept for debugging purposes.

"/>
</eAnnotations>
<eOperations name="doPhase"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="KeepLevel" eType="#//StrategyLevel"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MaxSteps" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="10"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MaxSeconds" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
defaultValueLiteral="60"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="PhaseStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="PhaseEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="NrSteps" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DurationTotal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DurationAverage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Strategy" lowerBound="1"
eType="#//Strategy" eOpposite="#//Strategy/Phases"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Steps" upperBound="-1"
eType="#//Step" containment="true" eOpposite="#//Step/Phase"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SelectBestChance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="1.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SelectWorstChance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="1.0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolutionChange" abstract="true">
<eOperations name="setCurrentSolution">
<eParameters name="solution" eType="#//Solution"/>
<eParameters name="copy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eOperations name="setStartSolution"/>
<eOperations name="setEndSolution"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="StartSolution" eType="#//SolutionRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="EndSolution" eType="#//SolutionRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="CurrentSolution" eType="#//SolutionRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="PreviousChange" eType="#//SolutionChange"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SubChanges" upperBound="-1"
eType="#//SolutionChange" changeable="false" volatile="true" transient="true"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SuperChange" eType="#//SolutionChange"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Level" eType="#//StrategyLevel"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="KeepSolutions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="NewSolution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" eSuperTypes="#//SolutionChange">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An Action receives a Solution and modifies it in order to achieve some specific goal. For this, it considers a number of Deltas, and retain the Delta giving the best Solution.

The specific logic of the Action is provided by the Action specialization, in the method createDeltaImpl, that must create the Deltas to be considered while executing the Action.

The flow of an Action is thus 1) to receive a Solution in the reference CurrentSolution, 2) to create all the Deltas to be considered, 3) to select the Delta giving the best Score, 3) to leave the CurrentSolution as the solution corresponding to the best Delta.

Note that the system will select a Delta, even if all of them result in worst Solution. If it is desired to consider the received solution as a candidate for the resulting Solution, it is then necessary to provides a Delta doing nothing (a no-op Delta)."/>
</eAnnotations>
<eOperations name="initialize">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Exectue all the moves and retain their scores
"/>
</eAnnotations>
</eOperations>
<eOperations name="run">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Select one of the move, and aligne the solution to it"/>
</eAnnotations>
</eOperations>
<eOperations name="finalize"/>
<eOperations name="select">
<eParameters name="target_move" eType="#//Delta"/>
</eOperations>
<eOperations name="doAction">
<eParameters name="phase" eType="#//Phase"/>
<eParameters name="step" eType="#//Step"/>
</eOperations>
<eOperations name="doAction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="StartDeltas" upperBound="-1"
eType="#//Delta" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="CurrentDelta" eType="#//Delta"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Description" 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="ValidFeedback" eType="ecore:EDataType ../../com.misc.common.moplaf.job.emf/model/job.ecore#//EnabledFeedback"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ResetFeedback" eType="ecore:EDataType ../../com.misc.common.moplaf.job.emf/model/job.ecore#//EnabledFeedback"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ActionNr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Step" lowerBound="1" eType="#//Step"
eOpposite="#//Step/Actions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Step" abstract="true" eSuperTypes="#//SolutionChange">
<eOperations name="doStep">
<eParameters name="phase" eType="#//Phase"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="Actions" upperBound="-1"
eType="#//Action" containment="true" eOpposite="#//Action/Step"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="StepNr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Phase" lowerBound="1" eType="#//Phase"
eOpposite="#//Phase/Steps"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Step" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidFeedback" eType="ecore:EDataType ../../com.misc.common.moplaf.job.emf/model/job.ecore#//EnabledFeedback"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StrategyLevel">
<eLiterals name="LevelNone"/>
<eLiterals name="LevelPhase" value="1" literal="LevelPhase"/>
<eLiterals name="LevelStep" value="2"/>
<eLiterals name="LevelAction" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolutionRef">
<eOperations name="release"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Role" 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="Solution" lowerBound="1"
eType="#//Solution" eOpposite="#//Solution/References"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MichelSc/common.moplaf/common.moplaf.localsearch/com.misc.common.moplaf.localsearch.emf/model/localsearch.ecore | ecore | localsearch
Solution
constructScore
clone
initialize
enable
refresh
Score
SolutionNr
Step
References
Strategy
Delta
do
undo
Action
Score
PreviousDelta
NextDeltas
Description
DoEnabledFeedback
UndoEnabledFeedback
SelectEnabledFeedback
ValidFeedback
Current
Solution
Score
isBetter
other
clone
copy
other
Feasible
Description
Strategy
selectGoodSolution
chance
selectBadSolution
chance
sortSolutions
makeNewSolutionNr
prune
chance
garbageCollect
addPoolSolution
solution
copy
Phases
PoolSolutions
CurrentSolutionNr
MaxNrSolutions
10
Name
Solutions
Phase
doPhase
Name
KeepLevel
MaxSteps
10
MaxSeconds
60
PhaseStart
PhaseEnd
NrSteps
DurationTotal
DurationAverage
Strategy
Steps
SelectBestChance
1.0
SelectWorstChance
1.0
SolutionChange
setCurrentSolution
solution
copy
setStartSolution
setEndSolution
StartSolution
EndSolution
CurrentSolution
PreviousChange
SubChanges
SuperChange
Level
KeepSolutions
NewSolution
Action
initialize
run
finalize
select
target_move
doAction
phase
step
doAction
StartDeltas
CurrentDelta
Description
ValidFeedback
ResetFeedback
ActionNr
Step
Step
doStep
phase
Actions
StepNr
Phase
Step
ValidFeedback
Description
StrategyLevel
LevelNone
LevelNone
LevelPhase
LevelPhase
LevelStep
LevelStep
LevelAction
LevelAction
SolutionRef
release
Role
Solution | null | {"directed":true,"nodes":[{"nsPrefix":"ls","nsURI":"http://www.misc.com/common/moplaf/localsearch/model/0.1","name":"localsearch","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Solution","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delta","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Score","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Strategy","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Phase","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolutionChange","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StrategyLevel","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolutionRef","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"constructScore","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clone","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialize","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"enable","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"refresh","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":"Score","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SolutionNr","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":"Step","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"References","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Strategy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Solution","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Solutions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"do","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"undo","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"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":"Action","changeable":false,"resolveProxies":true,"lowerBound":1,"id":33,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Score","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"PreviousDelta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"NextDeltas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Description","changeable":false,"lowerBound":0,"iD":false,"id":37,"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":"DoEnabledFeedback","changeable":false,"lowerBound":0,"iD":false,"id":38,"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":"UndoEnabledFeedback","changeable":false,"lowerBound":0,"iD":false,"id":39,"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":"SelectEnabledFeedback","changeable":false,"lowerBound":0,"iD":false,"id":40,"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":"ValidFeedback","changeable":false,"lowerBound":0,"iD":false,"id":41,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Current","changeable":false,"lowerBound":1,"iD":false,"id":42,"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":"Solution","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isBetter","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clone","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"copy","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Feasible","changeable":false,"lowerBound":0,"iD":false,"id":58,"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":"Description","changeable":false,"lowerBound":0,"iD":false,"id":59,"derived":true},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"other","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EParameter"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"other","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EParameter"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"selectGoodSolution","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"selectBadSolution","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"sortSolutions","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"makeNewSolutionNr","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"prune","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"garbageCollect","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addPoolSolution","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Phases","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":"PoolSolutions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"CurrentSolutionNr","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":10,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"10","unsettable":false,"transient":false,"unique":true,"name":"MaxNrSolutions","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"chance","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EParameter"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"chance","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EParameter"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"chance","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EParameter"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"solution","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"copy","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EParameter"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"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":"Strategy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"doPhase","lowerBound":0,"id":102,"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":103,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"KeepLevel","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":10,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"10","unsettable":false,"transient":false,"unique":true,"name":"MaxSteps","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":60.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"60","unsettable":false,"transient":false,"unique":true,"name":"MaxSeconds","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"PhaseStart","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":"PhaseEnd","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"NrSteps","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DurationTotal","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DurationAverage","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":"Steps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"SelectBestChance","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"SelectWorstChance","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":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":"Phase","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setCurrentSolution","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setStartSolution","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setEndSolution","lowerBound":0,"id":131,"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":"StartSolution","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":"EndSolution","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":"CurrentSolution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"PreviousChange","changeable":false,"resolveProxies":true,"lowerBound":0,"id":135,"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":"SubChanges","changeable":false,"resolveProxies":true,"lowerBound":0,"id":136,"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":"SuperChange","changeable":false,"resolveProxies":true,"lowerBound":0,"id":137,"derived":true},{"ordered":true,"upperBound":1,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Level","changeable":false,"lowerBound":0,"iD":false,"id":138,"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":"KeepSolutions","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"NewSolution","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"solution","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"copy","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EParameter"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialize","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"run","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"finalize","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"select","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"doAction","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"doAction","lowerBound":0,"id":159,"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":"StartDeltas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"CurrentDelta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"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":"Description","changeable":false,"lowerBound":0,"iD":false,"id":162,"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":"ValidFeedback","changeable":false,"lowerBound":0,"iD":false,"id":163,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"ResetFeedback","changeable":false,"lowerBound":0,"iD":false,"id":164,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ActionNr","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Step","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"target_move","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EParameter"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"phase","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":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":181,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"doStep","lowerBound":0,"id":182,"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":"StepNr","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Step","changeable":true,"lowerBound":0,"iD":false,"id":184,"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":"ValidFeedback","changeable":false,"lowerBound":0,"iD":false,"id":185,"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":"Description","changeable":false,"lowerBound":0,"iD":false,"id":186,"derived":true},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"phase","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EParameter"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"name":"LevelNone","id":196,"value":0,"literal":"LevelNone","eClass":"EEnumLiteral"},{"name":"LevelPhase","id":197,"value":1,"literal":"LevelPhase","eClass":"EEnumLiteral"},{"name":"LevelStep","id":198,"value":2,"literal":"LevelStep","eClass":"EEnumLiteral"},{"name":"LevelAction","id":199,"value":3,"literal":"LevelAction","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"release","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Role","changeable":false,"lowerBound":0,"iD":false,"id":201,"derived":true},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":11,"target":3},{"source":11,"target":22},{"source":11,"target":1},{"source":22,"target":3},{"source":12,"target":1},{"source":12,"target":23},{"source":12,"target":1},{"source":23,"target":1},{"source":13,"target":1},{"source":14,"target":1},{"source":15,"target":1},{"source":16,"target":3},{"source":16,"target":24},{"source":16,"target":1},{"source":24,"target":3},{"source":17,"target":25},{"source":17,"target":1},{"source":18,"target":26},{"source":18,"target":1},{"source":19,"target":10},{"source":19,"target":27},{"source":19,"target":1},{"source":19,"target":28},{"source":27,"target":10},{"source":20,"target":4},{"source":20,"target":29},{"source":20,"target":1},{"source":20,"target":30},{"source":29,"target":4},{"source":2,"target":0},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":31,"target":2},{"source":32,"target":2},{"source":33,"target":7},{"source":33,"target":44},{"source":33,"target":2},{"source":44,"target":7},{"source":34,"target":3},{"source":34,"target":45},{"source":34,"target":2},{"source":45,"target":3},{"source":35,"target":2},{"source":35,"target":46},{"source":35,"target":2},{"source":35,"target":36},{"source":46,"target":2},{"source":36,"target":2},{"source":36,"target":47},{"source":36,"target":2},{"source":36,"target":35},{"source":47,"target":2},{"source":37,"target":48},{"source":37,"target":2},{"source":38,"target":49},{"source":38,"target":2},{"source":39,"target":50},{"source":39,"target":2},{"source":40,"target":51},{"source":40,"target":2},{"source":41,"target":52},{"source":41,"target":2},{"source":42,"target":53},{"source":42,"target":2},{"source":43,"target":54},{"source":43,"target":2},{"source":3,"target":0},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":55,"target":60},{"source":55,"target":3},{"source":55,"target":61},{"source":61,"target":3},{"source":61,"target":62},{"source":61,"target":55},{"source":62,"target":3},{"source":56,"target":3},{"source":56,"target":63},{"source":56,"target":3},{"source":63,"target":3},{"source":57,"target":3},{"source":57,"target":64},{"source":64,"target":3},{"source":64,"target":65},{"source":64,"target":57},{"source":65,"target":3},{"source":58,"target":66},{"source":58,"target":3},{"source":59,"target":67},{"source":59,"target":3},{"source":4,"target":0},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":70},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":4,"target":74},{"source":4,"target":75},{"source":4,"target":76},{"source":4,"target":77},{"source":4,"target":78},{"source":4,"target":79},{"source":4,"target":30},{"source":4,"target":80},{"source":68,"target":10},{"source":68,"target":81},{"source":68,"target":4},{"source":68,"target":82},{"source":81,"target":10},{"source":82,"target":83},{"source":82,"target":68},{"source":69,"target":10},{"source":69,"target":84},{"source":69,"target":4},{"source":69,"target":85},{"source":84,"target":10},{"source":85,"target":86},{"source":85,"target":69},{"source":70,"target":4},{"source":71,"target":87},{"source":71,"target":4},{"source":72,"target":4},{"source":72,"target":88},{"source":88,"target":89},{"source":88,"target":72},{"source":73,"target":4},{"source":74,"target":10},{"source":74,"target":90},{"source":74,"target":4},{"source":74,"target":91},{"source":74,"target":92},{"source":90,"target":10},{"source":91,"target":1},{"source":91,"target":93},{"source":91,"target":74},{"source":93,"target":1},{"source":92,"target":94},{"source":92,"target":74},{"source":75,"target":5},{"source":75,"target":95},{"source":75,"target":4},{"source":75,"target":96},{"source":95,"target":5},{"source":76,"target":10},{"source":76,"target":97},{"source":76,"target":4},{"source":97,"target":10},{"source":77,"target":98},{"source":77,"target":4},{"source":78,"target":99},{"source":78,"target":4},{"source":79,"target":100},{"source":79,"target":4},{"source":30,"target":1},{"source":30,"target":101},{"source":30,"target":4},{"source":30,"target":20},{"source":101,"target":1},{"source":5,"target":0},{"source":5,"target":102},{"source":5,"target":103},{"source":5,"target":104},{"source":5,"target":105},{"source":5,"target":106},{"source":5,"target":107},{"source":5,"target":108},{"source":5,"target":109},{"source":5,"target":110},{"source":5,"target":111},{"source":5,"target":96},{"source":5,"target":112},{"source":5,"target":113},{"source":5,"target":114},{"source":102,"target":5},{"source":103,"target":115},{"source":103,"target":5},{"source":104,"target":9},{"source":104,"target":116},{"source":104,"target":5},{"source":116,"target":9},{"source":105,"target":117},{"source":105,"target":5},{"source":106,"target":118},{"source":106,"target":5},{"source":107,"target":119},{"source":107,"target":5},{"source":108,"target":120},{"source":108,"target":5},{"source":109,"target":121},{"source":109,"target":5},{"source":110,"target":122},{"source":110,"target":5},{"source":111,"target":123},{"source":111,"target":5},{"source":96,"target":4},{"source":96,"target":124},{"source":96,"target":5},{"source":96,"target":75},{"source":124,"target":4},{"source":112,"target":8},{"source":112,"target":125},{"source":112,"target":5},{"source":112,"target":126},{"source":125,"target":8},{"source":113,"target":127},{"source":113,"target":5},{"source":114,"target":128},{"source":114,"target":5},{"source":6,"target":0},{"source":6,"target":129},{"source":6,"target":130},{"source":6,"target":131},{"source":6,"target":132},{"source":6,"target":133},{"source":6,"target":134},{"source":6,"target":135},{"source":6,"target":136},{"source":6,"target":137},{"source":6,"target":138},{"source":6,"target":139},{"source":6,"target":140},{"source":129,"target":6},{"source":129,"target":141},{"source":129,"target":142},{"source":141,"target":1},{"source":141,"target":143},{"source":141,"target":129},{"source":143,"target":1},{"source":142,"target":144},{"source":142,"target":129},{"source":130,"target":6},{"source":131,"target":6},{"source":132,"target":10},{"source":132,"target":145},{"source":132,"target":6},{"source":145,"target":10},{"source":133,"target":10},{"source":133,"target":146},{"source":133,"target":6},{"source":146,"target":10},{"source":134,"target":10},{"source":134,"target":147},{"source":134,"target":6},{"source":147,"target":10},{"source":135,"target":6},{"source":135,"target":148},{"source":135,"target":6},{"source":148,"target":6},{"source":136,"target":6},{"source":136,"target":149},{"source":136,"target":6},{"source":149,"target":6},{"source":137,"target":6},{"source":137,"target":150},{"source":137,"target":6},{"source":150,"target":6},{"source":138,"target":9},{"source":138,"target":151},{"source":138,"target":6},{"source":151,"target":9},{"source":139,"target":152},{"source":139,"target":6},{"source":140,"target":153},{"source":140,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":154},{"source":7,"target":155},{"source":7,"target":156},{"source":7,"target":157},{"source":7,"target":158},{"source":7,"target":159},{"source":7,"target":160},{"source":7,"target":161},{"source":7,"target":162},{"source":7,"target":163},{"source":7,"target":164},{"source":7,"target":165},{"source":7,"target":166},{"source":7,"target":167},{"source":154,"target":7},{"source":155,"target":7},{"source":156,"target":7},{"source":157,"target":7},{"source":157,"target":168},{"source":168,"target":2},{"source":168,"target":169},{"source":168,"target":157},{"source":169,"target":2},{"source":158,"target":7},{"source":158,"target":170},{"source":158,"target":171},{"source":170,"target":5},{"source":170,"target":172},{"source":170,"target":158},{"source":172,"target":5},{"source":171,"target":8},{"source":171,"target":173},{"source":171,"target":158},{"source":173,"target":8},{"source":159,"target":7},{"source":160,"target":2},{"source":160,"target":174},{"source":160,"target":7},{"source":174,"target":2},{"source":161,"target":2},{"source":161,"target":175},{"source":161,"target":7},{"source":175,"target":2},{"source":162,"target":176},{"source":162,"target":7},{"source":163,"target":177},{"source":163,"target":7},{"source":164,"target":178},{"source":164,"target":7},{"source":165,"target":179},{"source":165,"target":7},{"source":166,"target":8},{"source":166,"target":180},{"source":166,"target":7},{"source":166,"target":181},{"source":180,"target":8},{"source":167,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":182},{"source":8,"target":181},{"source":8,"target":183},{"source":8,"target":126},{"source":8,"target":184},{"source":8,"target":185},{"source":8,"target":186},{"source":8,"target":187},{"source":182,"target":8},{"source":182,"target":188},{"source":188,"target":5},{"source":188,"target":189},{"source":188,"target":182},{"source":189,"target":5},{"source":181,"target":7},{"source":181,"target":190},{"source":181,"target":8},{"source":181,"target":166},{"source":190,"target":7},{"source":183,"target":191},{"source":183,"target":8},{"source":126,"target":5},{"source":126,"target":192},{"source":126,"target":8},{"source":126,"target":112},{"source":192,"target":5},{"source":184,"target":193},{"source":184,"target":8},{"source":185,"target":194},{"source":185,"target":8},{"source":186,"target":195},{"source":186,"target":8},{"source":187,"target":6},{"source":9,"target":0},{"source":9,"target":196},{"source":9,"target":197},{"source":9,"target":198},{"source":9,"target":199},{"source":196,"target":9},{"source":197,"target":9},{"source":198,"target":9},{"source":199,"target":9},{"source":10,"target":0},{"source":10,"target":200},{"source":10,"target":201},{"source":10,"target":28},{"source":200,"target":10},{"source":201,"target":202},{"source":201,"target":10},{"source":28,"target":1},{"source":28,"target":203},{"source":28,"target":10},{"source":28,"target":19},{"source":203,"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="restbehavior"
nsURI="http://restbehavior/1.0" nsPrefix="restbehavior">
<eAnnotations references="#//Creator">
<details key="description" value="defines the behavior of the creation of new resource"/>
</eAnnotations>
<eAnnotations references="#//Creator/consumedMT">
<details key="description" value="the media types which can be consumed by the creator"/>
</eAnnotations>
<eAnnotations references="#//Creator/creatorParams">
<details key="description" value="parameters of the creator"/>
</eAnnotations>
<eAnnotations references="#//Creator/createbehavior">
<details key="description" value="the behavior definition"/>
</eAnnotations>
<eAnnotations references="#//BehaviorSpecification">
<details key="description" value="defines behavior in terms of actions"/>
</eAnnotations>
<eAnnotations references="#//BehaviorSpecification/action">
<details key="description" value="the root action of the behavior"/>
</eAnnotations>
<eAnnotations references="#//Action">
<details key="description" value="a simple or composite action"/>
</eAnnotations>
<eAnnotations references="#//State">
<details key="description" value="a state of a resource type"/>
</eAnnotations>
<eAnnotations references="#//State/name">
<details key="description" value="the name of the state"/>
</eAnnotations>
<eAnnotations references="#//State/entering">
<details key="description" value="the behavior which shall be executed when the state is entered"/>
</eAnnotations>
<eAnnotations references="#//State/leaving">
<details key="description" value="the behavior which shall be executed when the state is left"/>
</eAnnotations>
<eAnnotations references="#//State/transitions">
<details key="description" value="the outgoing transitions of this state"/>
</eAnnotations>
<eAnnotations references="#//State/supportedMethods">
<details key="description" value="the methods which are supported in this state"/>
</eAnnotations>
<eAnnotations references="#//Transition">
<details key="description" value="the transition between two states"/>
</eAnnotations>
<eAnnotations references="#//Transition/trigger">
<details key="description" value="the trigger of this transition"/>
</eAnnotations>
<eAnnotations references="#//Transition/targetState">
<details key="description" value="the target state"/>
</eAnnotations>
<eAnnotations references="#//Transition/condition">
<details key="description" value="the condition which must be fulfilled for performing the transition"/>
</eAnnotations>
<eAnnotations references="#//Transition/effect">
<details key="description" value="the behavior which shall be executed if the transition is performed"/>
</eAnnotations>
<eAnnotations references="#//Trigger">
<details key="description" value="a trigger for transitions"/>
</eAnnotations>
<eAnnotations references="#//Condition">
<details key="description" value="a condition which can be evaluated during runtime to true or false"/>
</eAnnotations>
<eAnnotations references="#//Condition/conditionExpr">
<details key="description" value="the expresseion which defines the condition"/>
</eAnnotations>
<eAnnotations references="#//InternalMessage">
<details key="description" value="a message type in this system which e.g. can be used for triggering state transition"/>
</eAnnotations>
<eAnnotations references="#//InternalMessage/name">
<details key="description" value="the name of the message type"/>
</eAnnotations>
<eAnnotations references="#//MessageAction">
<details key="description" value="sending an message"/>
</eAnnotations>
<eAnnotations references="#//MessageAction/message">
<details key="description" value="the message type"/>
</eAnnotations>
<eAnnotations references="#//ConditionalAction">
<details key="description" value="allows to define conditional actions"/>
</eAnnotations>
<eAnnotations references="#//ConditionalAction/actionCondition">
<details key="description" value="the condition"/>
</eAnnotations>
<eAnnotations references="#//ConditionalAction/actionIfTrue">
<details key="description" value="the action which should be exectued if the condition evaluated to true"/>
</eAnnotations>
<eAnnotations references="#//ConditionalAction/actionIfFalse">
<details key="description" value="the optional action which should be exectued if the condition evaluated to false"/>
</eAnnotations>
<eAnnotations references="#//CreateAction">
<details key="description" value="allows to create a new resource"/>
</eAnnotations>
<eAnnotations references="#//CreateAction/creator">
<details key="description" value="the creator which shall be used"/>
</eAnnotations>
<eAnnotations references="#//ListAddAction">
<details key="description" value="allows to add an element to a list"/>
</eAnnotations>
<eAnnotations references="#//ListRemoveAction">
<details key="description" value="allows to remove an element from a list"/>
</eAnnotations>
<eAnnotations references="#//ActionSequence">
<details key="description" value="a sequence of actions which defines the execution order"/>
</eAnnotations>
<eAnnotations references="#//ActionSequence/actionelements">
<details key="description" value="the ordered actions"/>
</eAnnotations>
<eAnnotations references="#//UpdateAction">
<details key="description" value="updates the value of an element"/>
</eAnnotations>
<eAnnotations references="#//UpdateAction/elementForUpdate">
<details key="description" value="the element"/>
</eAnnotations>
<eAnnotations references="#//UpdateAction/newValue">
<details key="description" value="the new value"/>
</eAnnotations>
<eAnnotations references="#//ReturnAction">
<details key="description" value="defines the response of a method"/>
</eAnnotations>
<eAnnotations references="#//ReturnAction/status">
<details key="description" value="the status code of the response"/>
</eAnnotations>
<eAnnotations references="#//ReturnAction/metadata">
<details key="description" value="the metadata of the response"/>
</eAnnotations>
<eAnnotations references="#//ReturnAction/representation">
<details key="description" value="the optional representation contained in the response"/>
</eAnnotations>
<eAnnotations references="#//StatusCode">
<details key="description" value="a status code"/>
</eAnnotations>
<eAnnotations references="#//StatusCode/number">
<details key="description" value="the number of the status code"/>
</eAnnotations>
<eAnnotations references="#//Metadata">
<details key="description" value="metadata of a request or response"/>
</eAnnotations>
<eAnnotations references="#//Value">
<details key="description" value="a value which can be used in expressions and actions"/>
</eAnnotations>
<eAnnotations references="#//Constant">
<details key="description" value="a constant value"/>
</eAnnotations>
<eAnnotations references="#//Constant/stringRepresentation">
<details key="description" value="a string representation of the constant value"/>
</eAnnotations>
<eAnnotations references="#//Constant/type">
<details key="description" value="the datatype of the constant"/>
</eAnnotations>
<eAnnotations references="#//Reference">
<details key="description" value="a reference to an element; can be used in expressions"/>
</eAnnotations>
<eAnnotations references="#//Operation">
<details key="description" value="an operation"/>
</eAnnotations>
<eAnnotations references="#//BinaryOperation">
<details key="description" value="an operation with two operands"/>
</eAnnotations>
<eAnnotations references="#//BinaryOperation/firstOp">
<details key="description" value="the first operand"/>
</eAnnotations>
<eAnnotations references="#//BinaryOperation/secondOp">
<details key="description" value="the second operand"/>
</eAnnotations>
<eAnnotations references="#//BinaryOperation/optype">
<details key="description" value="the type of the operation"/>
</eAnnotations>
<eAnnotations references="#//OpType">
<details key="description" value="defines the type of an operation"/>
</eAnnotations>
<eAnnotations references="#//OpType/name">
<details key="description" value="the name this OpType"/>
</eAnnotations>
<eAnnotations references="#//OpType/resultType">
<details key="description" value="the result type of the operation"/>
</eAnnotations>
<eAnnotations references="#//BinOpType">
<details key="description" value="the type definition for an operation with two operands"/>
</eAnnotations>
<eAnnotations references="#//BinOpType/firstOpType">
<details key="description" value="the type of the first operand"/>
</eAnnotations>
<eAnnotations references="#//BinOpType/secondOpType">
<details key="description" value="the type of the second operand"/>
</eAnnotations>
<eAnnotations references="#//AttributeReference">
<details key="description" value="a reference to an attribute"/>
</eAnnotations>
<eAnnotations references="#//AttributeReference/referencedAttribute">
<details key="description" value="the referenced attribute"/>
</eAnnotations>
<eAnnotations references="#//InternalLinkReference">
<details key="description" value="a reference to an internal link"/>
</eAnnotations>
<eAnnotations references="#//InternalLinkReference/referencedLink">
<details key="description" value="the referenced internal link"/>
</eAnnotations>
<eAnnotations references="#//InternalLinkReference/referencedReference">
<details key="description" value="an reference to an element of the resource found when following the link;can be used to build reference chains"/>
</eAnnotations>
<eAnnotations references="#//WritableReference">
<details key="description" value="a reference to a writable element"/>
</eAnnotations>
<eAnnotations references="#//MTReference">
<details key="description" value="a reference to a media type element"/>
</eAnnotations>
<eAnnotations references="#//MTLinkReference">
<details key="description" value="a reference to a link defined by a media type"/>
</eAnnotations>
<eAnnotations references="#//MTLinkReference/referencedMTLink">
<details key="description" value="the referenced link"/>
</eAnnotations>
<eAnnotations references="#//MtElementReference">
<details key="description" value="a reference to an attribute defined by a media type"/>
</eAnnotations>
<eAnnotations references="#//MtElementReference/referencedMTElement">
<details key="description" value="the referenced attribute"/>
</eAnnotations>
<eAnnotations references="#//DeletedState">
<details key="description" value="a special state which is reached when a resource was deleted"/>
</eAnnotations>
<eAnnotations references="#//ExternalLinkReference">
<details key="description" value="a reference to an external link"/>
</eAnnotations>
<eAnnotations references="#//ExternalLinkReference/referencedExternalLink">
<details key="description" value="the referenced external link"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Creator">
<eStructuralFeatures xsi:type="ecore:EReference" name="consumedMT" lowerBound="1"
upperBound="-1" eType="ecore:EClass RestStructure.ecore#//MediaType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="creatorParams" upperBound="-1"
eType="ecore:EClass RestStructure.ecore#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="createbehavior" lowerBound="1"
eType="#//BehaviorSpecification" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorSpecification">
<eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Action"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="State">
<eStructuralFeatures xsi:type="ecore:EReference" name="entering" eType="#//BehaviorSpecification"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leaving" eType="#//BehaviorSpecification"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//Transition" 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="supportedMethods" upperBound="-1"
eType="ecore:EClass RestStructure.ecore#//Method"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eStructuralFeatures xsi:type="ecore:EReference" name="trigger" lowerBound="1"
upperBound="-1" eType="#//Trigger" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetState" lowerBound="1"
eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effect" eType="#//BehaviorSpecification"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Condition">
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionExpr" lowerBound="1"
eType="#//Value" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InternalMessage" eSuperTypes="#//Trigger">
<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="MessageAction" eSuperTypes="#//Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="message" lowerBound="1"
eType="#//InternalMessage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalAction" eSuperTypes="#//Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="actionCondition" lowerBound="1"
eType="#//Condition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionIfTrue" eType="#//Action"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionIfFalse" eType="#//Action"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateAction" eSuperTypes="#//Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="creator" eType="#//Creator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListAddAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ListRemoveAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ActionSequence" eSuperTypes="#//Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="actionelements" lowerBound="1"
upperBound="-1" eType="#//Action" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UpdateAction" eSuperTypes="#//Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementForUpdate" lowerBound="1"
eType="#//WritableReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newValue" lowerBound="1"
eType="#//Value" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnAction" eSuperTypes="#//Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="status" lowerBound="1"
eType="#//StatusCode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metadata" upperBound="-1"
eType="#//Metadata" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="representation" eType="ecore:EClass RestStructure.ecore#//Representation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StatusCode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metadata"/>
<eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//Value">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass RestStructure.ecore#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringRepresentation" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reference" abstract="true" eSuperTypes="#//Value"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" abstract="true" eSuperTypes="#//Value"/>
<eClassifiers xsi:type="ecore:EClass" name="BinaryOperation" eSuperTypes="#//Operation">
<eStructuralFeatures xsi:type="ecore:EReference" name="firstOp" lowerBound="1"
eType="#//Value" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="secondOp" lowerBound="1"
eType="#//Value" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="optype" lowerBound="1"
eType="#//BinOpType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpType" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="resultType" lowerBound="1"
eType="ecore:EClass RestStructure.ecore#//DataType"/>
<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="BinOpType" eSuperTypes="#//OpType">
<eStructuralFeatures xsi:type="ecore:EReference" name="firstOpType" lowerBound="1"
eType="ecore:EClass RestStructure.ecore#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="secondOpType" lowerBound="1"
eType="ecore:EClass RestStructure.ecore#//DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeReference" eSuperTypes="#//WritableReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedAttribute" lowerBound="1"
eType="ecore:EClass RestStructure.ecore#//Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InternalLinkReference" eSuperTypes="#//WritableReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedLink" lowerBound="1"
eType="ecore:EClass RestStructure.ecore#//InternalLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedReference" eType="#//WritableReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WritableReference" abstract="true" eSuperTypes="#//Reference"/>
<eClassifiers xsi:type="ecore:EClass" name="MTReference" abstract="true" eSuperTypes="#//Reference"/>
<eClassifiers xsi:type="ecore:EClass" name="MTLinkReference" eSuperTypes="#//MTReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedMTLink" lowerBound="1"
eType="ecore:EClass RestStructure.ecore#//MediaTypeLink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MtElementReference" eSuperTypes="#//MTReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedMTElement" lowerBound="1"
eType="ecore:EClass RestStructure.ecore#//MediaTypeElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeletedState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="ExternalLinkReference" eSuperTypes="#//WritableReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedExternalLink"
eType="ecore:EClass RestStructure.ecore#//ExternalLink"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/mcdeck/visualrest/src/de.van_porten.vrest.core/model/RestBehavior.ecore | ecore | restbehavior
Creator
consumedMT
creatorParams
createbehavior
BehaviorSpecification
action
Action
State
entering
leaving
transitions
name
supportedMethods
Transition
trigger
targetState
condition
effect
Trigger
Condition
conditionExpr
InternalMessage
name
MessageAction
message
ConditionalAction
actionCondition
actionIfTrue
actionIfFalse
CreateAction
creator
ListAddAction
ListRemoveAction
ActionSequence
actionelements
UpdateAction
elementForUpdate
newValue
ReturnAction
status
metadata
representation
StatusCode
number
Metadata
Value
Constant
type
stringRepresentation
Reference
Operation
BinaryOperation
firstOp
secondOp
optype
OpType
resultType
name
BinOpType
firstOpType
secondOpType
AttributeReference
referencedAttribute
InternalLinkReference
referencedLink
referencedReference
WritableReference
MTReference
MTLinkReference
referencedMTLink
MtElementReference
referencedMTElement
DeletedState
ExternalLinkReference
referencedExternalLink | null | {"directed":true,"nodes":[{"nsPrefix":"restbehavior","nsURI":"http://restbehavior/1.0","name":"restbehavior","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Creator","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorSpecification","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalMessage","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListAddAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListRemoveAction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionSequence","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateAction","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatusCode","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metadata","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperation","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpType","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinOpType","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeReference","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalLinkReference","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WritableReference","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MTReference","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MTLinkReference","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MtElementReference","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedState","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalLinkReference","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"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":"consumedMT","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":"creatorParams","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"createbehavior","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entering","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leaving","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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supportedMethods","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":"effect","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"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":"message","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"actionIfTrue","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":"actionIfFalse","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"creator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionelements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementForUpdate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadata","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":"representation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringRepresentation","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstOp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"secondOp","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":"optype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"firstOpType","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":"secondOpType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedAttribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedLink","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"referencedReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedMTLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedMTElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedExternalLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":34,"target":37},{"source":34,"target":1},{"source":35,"target":38},{"source":35,"target":1},{"source":36,"target":2},{"source":36,"target":39},{"source":36,"target":1},{"source":39,"target":2},{"source":2,"target":0},{"source":2,"target":40},{"source":40,"target":3},{"source":40,"target":41},{"source":40,"target":2},{"source":41,"target":3},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":42,"target":2},{"source":42,"target":47},{"source":42,"target":4},{"source":47,"target":2},{"source":43,"target":2},{"source":43,"target":48},{"source":43,"target":4},{"source":48,"target":2},{"source":44,"target":5},{"source":44,"target":49},{"source":44,"target":4},{"source":49,"target":5},{"source":45,"target":50},{"source":45,"target":4},{"source":46,"target":51},{"source":46,"target":4},{"source":5,"target":0},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":52,"target":6},{"source":52,"target":56},{"source":52,"target":5},{"source":56,"target":6},{"source":53,"target":4},{"source":53,"target":57},{"source":53,"target":5},{"source":57,"target":4},{"source":54,"target":7},{"source":54,"target":58},{"source":54,"target":5},{"source":58,"target":7},{"source":55,"target":2},{"source":55,"target":59},{"source":55,"target":5},{"source":59,"target":2},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":60},{"source":60,"target":19},{"source":60,"target":61},{"source":60,"target":7},{"source":61,"target":19},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":62},{"source":8,"target":63},{"source":62,"target":64},{"source":62,"target":8},{"source":63,"target":6},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":65},{"source":9,"target":66},{"source":65,"target":8},{"source":65,"target":67},{"source":65,"target":9},{"source":67,"target":8},{"source":66,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":68},{"source":10,"target":69},{"source":10,"target":70},{"source":10,"target":71},{"source":68,"target":7},{"source":68,"target":72},{"source":68,"target":10},{"source":72,"target":7},{"source":69,"target":3},{"source":69,"target":73},{"source":69,"target":10},{"source":73,"target":3},{"source":70,"target":3},{"source":70,"target":74},{"source":70,"target":10},{"source":74,"target":3},{"source":71,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":75},{"source":11,"target":76},{"source":75,"target":1},{"source":75,"target":77},{"source":75,"target":11},{"source":77,"target":1},{"source":76,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":78},{"source":78,"target":3},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":79},{"source":79,"target":3},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":80},{"source":14,"target":81},{"source":80,"target":3},{"source":80,"target":82},{"source":80,"target":14},{"source":82,"target":3},{"source":81,"target":3},{"source":15,"target":0},{"source":15,"target":3},{"source":15,"target":83},{"source":15,"target":84},{"source":15,"target":85},{"source":83,"target":28},{"source":83,"target":86},{"source":83,"target":15},{"source":86,"target":28},{"source":84,"target":19},{"source":84,"target":87},{"source":84,"target":15},{"source":87,"target":19},{"source":85,"target":3},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":88},{"source":16,"target":89},{"source":16,"target":90},{"source":16,"target":91},{"source":88,"target":17},{"source":88,"target":92},{"source":88,"target":16},{"source":92,"target":17},{"source":89,"target":18},{"source":89,"target":93},{"source":89,"target":16},{"source":93,"target":18},{"source":90,"target":94},{"source":90,"target":16},{"source":91,"target":3},{"source":17,"target":0},{"source":17,"target":95},{"source":95,"target":96},{"source":95,"target":17},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":97},{"source":20,"target":98},{"source":20,"target":99},{"source":97,"target":100},{"source":97,"target":20},{"source":98,"target":101},{"source":98,"target":20},{"source":99,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":102},{"source":102,"target":19},{"source":22,"target":0},{"source":22,"target":19},{"source":22,"target":103},{"source":103,"target":19},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":104},{"source":23,"target":105},{"source":23,"target":106},{"source":23,"target":107},{"source":104,"target":19},{"source":104,"target":108},{"source":104,"target":23},{"source":108,"target":19},{"source":105,"target":19},{"source":105,"target":109},{"source":105,"target":23},{"source":109,"target":19},{"source":106,"target":25},{"source":106,"target":110},{"source":106,"target":23},{"source":110,"target":25},{"source":107,"target":22},{"source":24,"target":0},{"source":24,"target":111},{"source":24,"target":112},{"source":111,"target":113},{"source":111,"target":24},{"source":112,"target":114},{"source":112,"target":24},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":115},{"source":25,"target":116},{"source":25,"target":117},{"source":115,"target":118},{"source":115,"target":25},{"source":116,"target":119},{"source":116,"target":25},{"source":117,"target":24},{"source":26,"target":0},{"source":26,"target":28},{"source":26,"target":120},{"source":26,"target":121},{"source":120,"target":122},{"source":120,"target":26},{"source":121,"target":28},{"source":27,"target":0},{"source":27,"target":28},{"source":27,"target":123},{"source":27,"target":124},{"source":27,"target":125},{"source":123,"target":126},{"source":123,"target":27},{"source":124,"target":28},{"source":124,"target":127},{"source":124,"target":27},{"source":127,"target":28},{"source":125,"target":28},{"source":28,"target":0},{"source":28,"target":21},{"source":28,"target":128},{"source":128,"target":21},{"source":29,"target":0},{"source":29,"target":21},{"source":29,"target":129},{"source":129,"target":21},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":130},{"source":30,"target":131},{"source":130,"target":132},{"source":130,"target":30},{"source":131,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":133},{"source":31,"target":134},{"source":133,"target":135},{"source":133,"target":31},{"source":134,"target":29},{"source":32,"target":0},{"source":32,"target":4},{"source":32,"target":136},{"source":136,"target":4},{"source":33,"target":0},{"source":33,"target":28},{"source":33,"target":137},{"source":33,"target":138},{"source":137,"target":139},{"source":137,"target":33},{"source":138,"target":28}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="BONModel"
nsURI="www.ucd.ie/BONModel" nsPrefix="BONModel">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eOperations name="covariant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eParameters name="featureOne" eType="#//Feature"/>
<eParameters name="featureTwo" eType="#//Feature"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="closure" upperBound="-1"
eType="#//Inheritance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractions" upperBound="-1"
eType="#//Abstraction" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1"
eType="#//Relationship" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Abstraction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Abstraction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1"
eType="#//Relationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contains" upperBound="-1"
eType="#//Abstraction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaticRelationship" abstract="true"
eSuperTypes="#//Relationship"/>
<eClassifiers xsi:type="ecore:EClass" name="StaticAbstraction" abstract="true" eSuperTypes="#//Abstraction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Inheritance" eSuperTypes="#//StaticRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="ClientSupplier" abstract="true" eSuperTypes="#//StaticRelationship">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Aggregation" eSuperTypes="#//ClientSupplier"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//ClientSupplier"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//Relationship"/>
<eClassifiers xsi:type="ecore:EClass" name="Cluster" eSuperTypes="#//StaticAbstraction">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//StaticAbstraction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//StaticAbstraction">
<eStructuralFeatures xsi:type="ecore:EReference" name="callsInInvariants" upperBound="-1"
eType="#//Call"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clientFeatures" upperBound="-1"
eType="#//Feature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="renamings" upperBound="-1"
eType="#//Renaming"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="renameClassParents" upperBound="-1"
eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDeferred" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEffective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isPersistent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isExternal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRoot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="redefined" upperBound="-1"
eType="#//Feature"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="allNames" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="invariant" eType="#//DoubleStateAssertion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//Feature" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Call" abstract="true">
<eOperations name="isValid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eParameters name="aClass" eType="#//Class"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//Parameter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//Feature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true">
<eOperations name="rename">
<eParameters name="newName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDeferred" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEffective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRedefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessors" upperBound="-1"
eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="callsInPrecondition" upperBound="-1"
eType="#//Call"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="callsInPostcondition" upperBound="-1"
eType="#//Call"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="frame" upperBound="-1"
eType="#//Query"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="postCondition" eType="#//DoubleStateAssertion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="preCondition" eType="#//SingleStateAssertion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preConditionString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="postConditionString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Renaming"/>
<eClassifiers xsi:type="ecore:EClass" name="DynamicAbstraction" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="Object" eSuperTypes="#//DynamicAbstraction">
<eStructuralFeatures xsi:type="ecore:EReference" name="class" eType="#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ObjectCluster" eSuperTypes="#//DynamicAbstraction">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//DynamicAbstraction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Command" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#//Feature">
<eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noContract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirectCall" eSuperTypes="#//Call"/>
<eClassifiers xsi:type="ecore:EClass" name="ChainedCall" eSuperTypes="#//Call">
<eStructuralFeatures xsi:type="ecore:EReference" name="chain" eType="#//Call"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="resultType" eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contents" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="Assertion" eSuperTypes="#//BooleanExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="SingleStateAssertion" eSuperTypes="#//Assertion"/>
<eClassifiers xsi:type="ecore:EClass" name="DoubleStateAssertion" eSuperTypes="#//Assertion"/>
<eClassifiers xsi:type="ecore:EClass" name="Entity"/>
<eClassifiers xsi:type="ecore:EEnum" name="RelationshipType">
<eLiterals name="Inheritance"/>
<eLiterals name="Association"/>
<eLiterals name="Aggregation"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/kiniry/Mobius/src/bon/BON_IDE/old/BONModel_EMF/model/BONModel_EMF.ecore | ecore | BONModel
Model
covariant
featureOne
featureTwo
closure
abstractions
relationships
Relationship
source
target
Abstraction
relationships
contains
StaticRelationship
StaticAbstraction
name
Inheritance
ClientSupplier
label
Aggregation
Association
Message
Cluster
contents
Class
callsInInvariants
clientFeatures
renamings
renameClassParents
isDeferred
isEffective
isPersistent
isExternal
isRoot
redefined
allNames
invariant
features
Call
isValid
aClass
arguments
feature
entity
Feature
rename
newName
isDeferred
isEffective
isRedefined
name
comment
accessors
callsInPrecondition
callsInPostcondition
frame
postCondition
preCondition
parameters
preConditionString
postConditionString
Renaming
DynamicAbstraction
Object
class
ObjectCluster
contents
Command
Query
result
noContract
Parameter
name
type
DirectCall
ChainedCall
chain
Expression
resultType
contents
BooleanExpression
Assertion
SingleStateAssertion
DoubleStateAssertion
Entity
RelationshipType
Inheritance
Inheritance
Association
Association
Aggregation
Aggregation | null | {"directed":true,"nodes":[{"nsPrefix":"BONModel","nsURI":"www.ucd.ie/BONModel","name":"BONModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticRelationship","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticAbstraction","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inheritance","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClientSupplier","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aggregation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cluster","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Renaming","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicAbstraction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectCluster","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectCall","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChainedCall","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertion","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleStateAssertion","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleStateAssertion","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationshipType","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"covariant","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"closure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"abstractions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureOne","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureTwo","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callsInInvariants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clientFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"renamings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"renameClassParents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDeferred","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isEffective","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPersistent","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isExternal","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRoot","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allNames","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"invariant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isValid","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"aClass","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EParameter"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rename","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDeferred","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isEffective","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRedefined","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callsInPrecondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callsInPostcondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"frame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preConditionString","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postConditionString","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"newName","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noContract","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"chain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"name":"Inheritance","id":162,"value":0,"literal":"Inheritance","eClass":"EEnumLiteral"},{"name":"Association","id":163,"value":0,"literal":"Association","eClass":"EEnumLiteral"},{"name":"Aggregation","id":164,"value":0,"literal":"Aggregation","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":31,"target":35},{"source":31,"target":1},{"source":31,"target":36},{"source":31,"target":37},{"source":36,"target":14},{"source":36,"target":38},{"source":36,"target":31},{"source":38,"target":14},{"source":37,"target":14},{"source":37,"target":39},{"source":37,"target":31},{"source":39,"target":14},{"source":32,"target":6},{"source":32,"target":40},{"source":32,"target":1},{"source":40,"target":6},{"source":33,"target":3},{"source":33,"target":41},{"source":33,"target":1},{"source":41,"target":3},{"source":34,"target":2},{"source":34,"target":42},{"source":34,"target":1},{"source":42,"target":2},{"source":2,"target":0},{"source":2,"target":43},{"source":2,"target":44},{"source":43,"target":3},{"source":43,"target":45},{"source":43,"target":2},{"source":45,"target":3},{"source":44,"target":3},{"source":44,"target":46},{"source":44,"target":2},{"source":46,"target":3},{"source":3,"target":0},{"source":3,"target":47},{"source":3,"target":48},{"source":47,"target":2},{"source":47,"target":49},{"source":47,"target":3},{"source":49,"target":2},{"source":48,"target":3},{"source":48,"target":50},{"source":48,"target":3},{"source":50,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":51},{"source":51,"target":2},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":52},{"source":5,"target":53},{"source":52,"target":54},{"source":52,"target":5},{"source":53,"target":3},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":55},{"source":55,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":56},{"source":7,"target":57},{"source":56,"target":58},{"source":56,"target":7},{"source":57,"target":4},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":59},{"source":59,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":60},{"source":60,"target":7},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":61},{"source":61,"target":2},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":62},{"source":11,"target":63},{"source":62,"target":5},{"source":62,"target":64},{"source":62,"target":11},{"source":64,"target":5},{"source":63,"target":5},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":65},{"source":12,"target":66},{"source":12,"target":67},{"source":12,"target":68},{"source":12,"target":69},{"source":12,"target":70},{"source":12,"target":71},{"source":12,"target":72},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":12,"target":78},{"source":65,"target":13},{"source":65,"target":79},{"source":65,"target":12},{"source":79,"target":13},{"source":66,"target":14},{"source":66,"target":80},{"source":66,"target":12},{"source":80,"target":14},{"source":67,"target":15},{"source":67,"target":81},{"source":67,"target":12},{"source":81,"target":15},{"source":68,"target":12},{"source":68,"target":82},{"source":68,"target":12},{"source":82,"target":12},{"source":69,"target":83},{"source":69,"target":12},{"source":70,"target":84},{"source":70,"target":12},{"source":71,"target":85},{"source":71,"target":12},{"source":72,"target":86},{"source":72,"target":12},{"source":73,"target":87},{"source":73,"target":12},{"source":74,"target":14},{"source":74,"target":88},{"source":74,"target":12},{"source":88,"target":14},{"source":75,"target":89},{"source":75,"target":12},{"source":76,"target":28},{"source":76,"target":90},{"source":76,"target":12},{"source":90,"target":28},{"source":77,"target":14},{"source":77,"target":91},{"source":77,"target":12},{"source":91,"target":14},{"source":78,"target":5},{"source":13,"target":0},{"source":13,"target":92},{"source":13,"target":93},{"source":13,"target":94},{"source":13,"target":95},{"source":92,"target":96},{"source":92,"target":13},{"source":92,"target":97},{"source":97,"target":12},{"source":97,"target":98},{"source":97,"target":92},{"source":98,"target":12},{"source":93,"target":21},{"source":93,"target":99},{"source":93,"target":13},{"source":99,"target":21},{"source":94,"target":14},{"source":94,"target":100},{"source":94,"target":13},{"source":100,"target":14},{"source":95,"target":29},{"source":95,"target":101},{"source":95,"target":13},{"source":101,"target":29},{"source":14,"target":0},{"source":14,"target":102},{"source":14,"target":103},{"source":14,"target":104},{"source":14,"target":105},{"source":14,"target":106},{"source":14,"target":107},{"source":14,"target":108},{"source":14,"target":109},{"source":14,"target":110},{"source":14,"target":111},{"source":14,"target":112},{"source":14,"target":113},{"source":14,"target":114},{"source":14,"target":115},{"source":14,"target":116},{"source":102,"target":14},{"source":102,"target":117},{"source":117,"target":118},{"source":117,"target":102},{"source":103,"target":119},{"source":103,"target":14},{"source":104,"target":120},{"source":104,"target":14},{"source":105,"target":121},{"source":105,"target":14},{"source":106,"target":122},{"source":106,"target":14},{"source":107,"target":123},{"source":107,"target":14},{"source":108,"target":12},{"source":108,"target":124},{"source":108,"target":14},{"source":124,"target":12},{"source":109,"target":13},{"source":109,"target":125},{"source":109,"target":14},{"source":125,"target":13},{"source":110,"target":13},{"source":110,"target":126},{"source":110,"target":14},{"source":126,"target":13},{"source":111,"target":20},{"source":111,"target":127},{"source":111,"target":14},{"source":127,"target":20},{"source":112,"target":28},{"source":112,"target":128},{"source":112,"target":14},{"source":128,"target":28},{"source":113,"target":27},{"source":113,"target":129},{"source":113,"target":14},{"source":129,"target":27},{"source":114,"target":21},{"source":114,"target":130},{"source":114,"target":14},{"source":130,"target":21},{"source":115,"target":131},{"source":115,"target":14},{"source":116,"target":132},{"source":116,"target":14},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":133},{"source":133,"target":3},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":134},{"source":17,"target":135},{"source":134,"target":12},{"source":134,"target":136},{"source":134,"target":17},{"source":136,"target":12},{"source":135,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":137},{"source":18,"target":138},{"source":137,"target":16},{"source":137,"target":139},{"source":137,"target":18},{"source":139,"target":16},{"source":138,"target":16},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":140},{"source":140,"target":14},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":141},{"source":20,"target":142},{"source":20,"target":143},{"source":141,"target":12},{"source":141,"target":144},{"source":141,"target":20},{"source":144,"target":12},{"source":142,"target":145},{"source":142,"target":20},{"source":143,"target":14},{"source":21,"target":0},{"source":21,"target":146},{"source":21,"target":147},{"source":146,"target":148},{"source":146,"target":21},{"source":147,"target":12},{"source":147,"target":149},{"source":147,"target":21},{"source":149,"target":12},{"source":22,"target":0},{"source":22,"target":13},{"source":22,"target":150},{"source":150,"target":13},{"source":23,"target":0},{"source":23,"target":13},{"source":23,"target":151},{"source":23,"target":152},{"source":151,"target":13},{"source":151,"target":153},{"source":151,"target":23},{"source":153,"target":13},{"source":152,"target":13},{"source":24,"target":0},{"source":24,"target":154},{"source":24,"target":155},{"source":154,"target":12},{"source":154,"target":156},{"source":154,"target":24},{"source":156,"target":12},{"source":155,"target":157},{"source":155,"target":24},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":158},{"source":158,"target":24},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":159},{"source":159,"target":25},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":160},{"source":160,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":161},{"source":161,"target":26},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":162},{"source":30,"target":163},{"source":30,"target":164},{"source":162,"target":30},{"source":163,"target":30},{"source":164,"target":30}],"multigraph":true} |
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="psm" nsURI="http://blackbelt.hu/judo/meta/psm" nsPrefix="psm">
<eClassifiers xsi:type="ecore:EClass" name="JElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uuid" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shortName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fullName" 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="framework" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="participates" upperBound="-1"
eType="#//JLayer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//JVisibility"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//JAnnotation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JType" abstract="true" eSuperTypes="#//JElement"/>
<eClassifiers xsi:type="ecore:EClass" name="JTypedElement" abstract="true" eSuperTypes="#//JElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//JType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="calculated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pimDerived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preCalculated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JPrimitive" eSuperTypes="#//JType">
<eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//JPackage"
eOpposite="#//JPackage/primitives"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="useForIdType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JEnumeration" eSuperTypes="#//JType">
<eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//JPackage"
eOpposite="#//JPackage/enumerations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1"
eType="#//JLiteral" containment="true" eOpposite="#//JLiteral/enumeration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classRepresentation" eType="#//JClass"
eOpposite="#//JClass/fixedEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="representsAccessDef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JClass" eSuperTypes="#//JType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateMachines" upperBound="-1"
eType="#//JStateMachine" containment="true" eOpposite="#//JStateMachine/ownerClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//JOperation" containment="true" eOpposite="#//JOperation/ownerClass">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="simple"/>
<details key="processing" value="skip"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeOrder" upperBound="-1"
eType="#//JUIAttributeGroup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributesForListing" upperBound="-1"
eType="#//JAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fixedEnum" eType="#//JEnumeration"
eOpposite="#//JEnumeration/classRepresentation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="representsTenant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tenantMember" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="representation" eType="#//JAttribute"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="representsEnum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="representsTenantUser" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="representsUser" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supertype" eType="#//JClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//JPackage"
eOpposite="#//JPackage/classes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1"
eType="#//JRole" eOpposite="#//JRole/ownerClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//JAttribute" containment="true" eOpposite="#//JAttribute/ownerClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="businessSingleton" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aliases" upperBound="-1"
eType="#//JUIAlias" containment="true" eOpposite="#//JUIAlias/ownerClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="watched" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="representsEnumValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="readableWith" upperBound="-1"
eType="#//JLiteral"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="editableWith" upperBound="-1"
eType="#//JLiteral"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listableWith" upperBound="-1"
eType="#//JLiteral"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JAttribute" eSuperTypes="#//JTypedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="placeholder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regexp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mandatory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="decimals" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interval" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="technical" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownerClass" eType="#//JClass"
eOpposite="#//JClass/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uiNoSearch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="watched" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="representsId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JOperation" eSuperTypes="#//JElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classBased" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownerClass" eType="#//JClass"
eOpposite="#//JClass/operations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//JParameter" containment="true" eOpposite="#//JParameter/ownerOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1"
eType="#//JTransition" eOpposite="#//JTransition/executingOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bulk" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//JOperationKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uiMustConfirm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessibleWith" upperBound="-1"
eType="#//JLiteral"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JParameter" eSuperTypes="#//JTypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownerOperation" eType="#//JOperation"
eOpposite="#//JOperation/parameters"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="input" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interval" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JRelationship" eSuperTypes="#//JElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//JPackage"
eOpposite="#//JPackage/relationships"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="roles" lowerBound="2" upperBound="2"
eType="#//JRole" containment="true" eOpposite="#//JRole/ownerRelationship"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pimDerived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preCalculated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JRole" eSuperTypes="#//JElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="navigable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownerRelationship" lowerBound="1"
eType="#//JRelationship" eOpposite="#//JRelationship/roles"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derivedExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derivedDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//JAssociationKind"
defaultValueLiteral="ASSOCIATION"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optionScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownerClass" lowerBound="1"
eType="#//JClass" eOpposite="#//JClass/roles"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="calculated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interval" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JLiteral" eSuperTypes="#//JElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" eType="#//JEnumeration"
eOpposite="#//JEnumeration/literals"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JPackage" eSuperTypes="#//JElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="enumerations" upperBound="-1"
eType="#//JEnumeration" containment="true" eOpposite="#//JEnumeration/package"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primitives" upperBound="-1"
eType="#//JPrimitive" containment="true" eOpposite="#//JPrimitive/package"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1"
eType="#//JRelationship" containment="true" eOpposite="#//JRelationship/package"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//JPackage" containment="true" eOpposite="#//JPackage/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//JPackage"
eOpposite="#//JPackage/children"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownerModel" eType="#//JModel"
eOpposite="#//JModel/packages"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//JClass" containment="true" eOpposite="#//JClass/package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JStateMachine" eSuperTypes="#//JElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownerClass" eType="#//JClass"
eOpposite="#//JClass/stateMachines"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//JState" containment="true" eOpposite="#//JState/ownerStateMachine"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//JTransition" containment="true" eOpposite="#//JTransition/stateMachine"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEnum" lowerBound="1"
eType="#//JEnumeration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JTransition" eSuperTypes="#//JElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" eType="#//JStateMachine"
eOpposite="#//JStateMachine/transitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//JGuard"
containment="true" eOpposite="#//JGuard/transition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toState" lowerBound="1"
eType="#//JState" eOpposite="#//JState/incomingTransitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fromState" lowerBound="1"
eType="#//JState" eOpposite="#//JState/outgoingTransitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="executingOperation" eType="#//JOperation"
eOpposite="#//JOperation/transition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JState" eSuperTypes="#//JElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownerStateMachine" eType="#//JStateMachine"
eOpposite="#//JStateMachine/states"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransitions" upperBound="-1"
eType="#//JTransition" eOpposite="#//JTransition/toState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1"
eType="#//JTransition" eOpposite="#//JTransition/fromState"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="finalState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JGuard" eSuperTypes="#//JElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="#//JTransition"
eOpposite="#//JTransition/guard"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="JVisibility">
<eLiterals name="PUBLIC"/>
<eLiterals name="PROTECTED" value="1"/>
<eLiterals name="PACKAGE" value="2"/>
<eLiterals name="PRIVATE" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JModel" eSuperTypes="#//JElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1"
eType="#//JPackage" containment="true" eOpposite="#//JPackage/ownerModel"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packagePrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="applicationTop" lowerBound="1"
eType="#//JPackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rootMenuItems" upperBound="-1"
eType="#//JUIMenuItem" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="info" eType="#//JInfo"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="JAssociationKind">
<eLiterals name="ASSOCIATION"/>
<eLiterals name="AGGREGATION" value="1"/>
<eLiterals name="COMPOSITION" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="JOperationKind">
<eLiterals name="CUSTOM"/>
<eLiterals name="QUERY" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="JLayer">
<eLiterals name="ALL"/>
<eLiterals name="PERSISTENCE" value="1"/>
<eLiterals name="SERVICE" value="2"/>
<eLiterals name="OPERATION" value="3"/>
<eLiterals name="REST" value="4"/>
<eLiterals name="UI" value="5"/>
<eLiterals name="DOCUMENT" value="6"/>
<eLiterals name="PERMISSION" value="7"/>
<eLiterals name="SCREEN" value="8"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JUIMenuItem" eSuperTypes="#//JElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//JUIMenuItem" containment="true" eOpposite="#//JUIMenuItem/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//JUIMenuItem"
eOpposite="#//JUIMenuItem/children"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="represent" eType="#//JClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="uifilters" upperBound="-1"
eType="#//JUIFilter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//JMenuItemType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="alias" eType="#//JUIAlias"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JUIAttributeGroup" eSuperTypes="#//JElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//JAttribute"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="position" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="JMenuItemType">
<eLiterals name="OBJECT"/>
<eLiterals name="LIST" value="1"/>
<eLiterals name="NONE" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JUIFilter" eSuperTypes="#//JElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1"
eType="#//JAttribute"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//JOperator"/>
<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:EEnum" name="JOperator">
<eLiterals name="EQ"/>
<eLiterals name="NE" value="1"/>
<eLiterals name="LT" value="2"/>
<eLiterals name="LTE" value="3"/>
<eLiterals name="GT" value="4"/>
<eLiterals name="GTE" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JUIAlias" eSuperTypes="#//JElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownerClass" lowerBound="1"
eType="#//JClass" eOpposite="#//JClass/aliases"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JInfo" eSuperTypes="#//JElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="submodels" upperBound="-1"
eType="#//JSubmodel" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JSubmodel" eSuperTypes="#//JElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JAnnotation">
<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>
</ecore:EPackage>
| github:ecore:/data/BlackBeltTechnology/judo-generator/hu.blackbelt.judo.generator.meta.psm/model/psm.ecore | ecore | psm
JElement
uuid
name
shortName
fullName
description
framework
participates
visibility
annotations
JType
JTypedElement
type
value
derived
calculated
lower
0
upper
1
ordered
unique
pimDerived
preCalculated
JPrimitive
package
useForIdType
JEnumeration
package
literals
classRepresentation
representsAccessDef
JClass
abstract
stateMachines
operations
attributeOrder
attributesForListing
fixedEnum
representsTenant
tenantMember
representation
representsEnum
representsTenantUser
representsUser
supertype
package
roles
attributes
businessSingleton
aliases
watched
false
representsEnumValue
readableWith
editableWith
listableWith
JAttribute
placeholder
regexp
mandatory
decimals
interval
technical
ownerClass
uiNoSearch
false
watched
false
representsId
false
JOperation
classBased
ownerClass
parameters
transition
bulk
kind
uiMustConfirm
false
accessibleWith
JParameter
ownerOperation
input
true
interval
JRelationship
package
roles
derived
pimDerived
preCalculated
JRole
lower
0
upper
1
navigable
unique
ordered
true
ownerRelationship
derivedExpression
derivedDescription
kind
ASSOCIATION
optionScript
ownerClass
value
calculated
interval
JLiteral
enumeration
JPackage
enumerations
primitives
relationships
children
parent
ownerModel
classes
JStateMachine
ownerClass
states
transitions
correspondingEnum
JTransition
stateMachine
guard
toState
fromState
executingOperation
JState
ownerStateMachine
incomingTransitions
outgoingTransitions
initialState
finalState
JGuard
transition
text
expression
JVisibility
PUBLIC
PUBLIC
PROTECTED
PROTECTED
PACKAGE
PACKAGE
PRIVATE
PRIVATE
JModel
packages
packagePrefix
applicationTop
rootMenuItems
info
JAssociationKind
ASSOCIATION
ASSOCIATION
AGGREGATION
AGGREGATION
COMPOSITION
COMPOSITION
JOperationKind
CUSTOM
CUSTOM
QUERY
QUERY
JLayer
ALL
ALL
PERSISTENCE
PERSISTENCE
SERVICE
SERVICE
OPERATION
OPERATION
REST
REST
UI
UI
DOCUMENT
DOCUMENT
PERMISSION
PERMISSION
SCREEN
SCREEN
JUIMenuItem
children
parent
represent
uifilters
type
alias
JUIAttributeGroup
attributes
position
JMenuItemType
OBJECT
OBJECT
LIST
LIST
NONE
NONE
JUIFilter
attribute
operator
value
JOperator
EQ
EQ
NE
NE
LT
LT
LTE
LTE
GT
GT
GTE
GTE
JUIAlias
ownerClass
JInfo
submodels
JSubmodel
version
JAnnotation
name
value | null | {"directed":true,"nodes":[{"nsPrefix":"psm","nsURI":"http://blackbelt.hu/judo/meta/psm","name":"psm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JType","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JTypedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JPrimitive","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JEnumeration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JClass","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JAttribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JOperation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JParameter","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JRelationship","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JRole","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JLiteral","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JPackage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JStateMachine","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JTransition","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JState","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JGuard","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"JVisibility","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JModel","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"JAssociationKind","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"JOperationKind","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"JLayer","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JUIMenuItem","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JUIAttributeGroup","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"JMenuItemType","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JUIFilter","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"JOperator","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JUIAlias","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JInfo","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JSubmodel","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JAnnotation","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uuid","changeable":true,"lowerBound":1,"iD":true,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"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":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":"fullName","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"framework","changeable":true,"lowerBound":0,"iD":false,"id":37,"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":"participates","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","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":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"lowerBound":0,"iD":false,"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":"calculated","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pimDerived","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preCalculated","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"useForIdType","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primitives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","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":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classRepresentation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"representsAccessDef","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumerations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fixedEnum","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stateMachines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeOrder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributesForListing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"representsTenant","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tenantMember","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"representsEnum","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"representsTenantUser","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"representsUser","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supertype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roles","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"businessSingleton","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":"aliases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"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":"watched","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"representsEnumValue","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"readableWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"editableWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"listableWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"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":"ownerClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"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":"ownerClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownerClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"id":132,"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":"ownerClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"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":"ownerClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"placeholder","changeable":true,"lowerBound":0,"iD":false,"id":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":"regexp","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mandatory","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decimals","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interval","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"technical","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"uiNoSearch","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"watched","changeable":true,"lowerBound":0,"iD":false,"id":149,"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":"representsId","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classBased","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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bulk","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"uiMustConfirm","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accessibleWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"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":"ownerOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"executingOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"input","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":"interval","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":2,"id":187,"derived":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":188,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pimDerived","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preCalculated","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"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":"ownerRelationship","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"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":"lower","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"navigable","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":202,"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":"ordered","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":"derivedExpression","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":"derivedDescription","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ASSOCIATION","unsettable":false,"transient":false,"unique":true,"name":"kind","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":"optionScript","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"calculated","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":"interval","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"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":"ownerModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEnum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"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":"ownerStateMachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stateMachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"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":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"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":"incomingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"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":"outgoingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"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":"initialState","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"finalState","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"name":"PUBLIC","id":276,"value":0,"literal":"PUBLIC","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":277,"value":1,"literal":"PROTECTED","eClass":"EEnumLiteral"},{"name":"PACKAGE","id":278,"value":2,"literal":"PACKAGE","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":279,"value":3,"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":"packagePrefix","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applicationTop","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"rootMenuItems","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":"info","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"},{"name":"ASSOCIATION","id":290,"value":0,"literal":"ASSOCIATION","eClass":"EEnumLiteral"},{"name":"AGGREGATION","id":291,"value":1,"literal":"AGGREGATION","eClass":"EEnumLiteral"},{"name":"COMPOSITION","id":292,"value":2,"literal":"COMPOSITION","eClass":"EEnumLiteral"},{"name":"CUSTOM","id":293,"value":0,"literal":"CUSTOM","eClass":"EEnumLiteral"},{"name":"QUERY","id":294,"value":1,"literal":"QUERY","eClass":"EEnumLiteral"},{"name":"ALL","id":295,"value":0,"literal":"ALL","eClass":"EEnumLiteral"},{"name":"PERSISTENCE","id":296,"value":1,"literal":"PERSISTENCE","eClass":"EEnumLiteral"},{"name":"SERVICE","id":297,"value":2,"literal":"SERVICE","eClass":"EEnumLiteral"},{"name":"OPERATION","id":298,"value":3,"literal":"OPERATION","eClass":"EEnumLiteral"},{"name":"REST","id":299,"value":4,"literal":"REST","eClass":"EEnumLiteral"},{"name":"UI","id":300,"value":5,"literal":"UI","eClass":"EEnumLiteral"},{"name":"DOCUMENT","id":301,"value":6,"literal":"DOCUMENT","eClass":"EEnumLiteral"},{"name":"PERMISSION","id":302,"value":7,"literal":"PERMISSION","eClass":"EEnumLiteral"},{"name":"SCREEN","id":303,"value":8,"literal":"SCREEN","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"represent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uifilters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"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":308,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"name":"OBJECT","id":322,"value":0,"literal":"OBJECT","eClass":"EEnumLiteral"},{"name":"LIST","id":323,"value":1,"literal":"LIST","eClass":"EEnumLiteral"},{"name":"NONE","id":324,"value":2,"literal":"NONE","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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":325,"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":326,"derived":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":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"name":"EQ","id":332,"value":0,"literal":"EQ","eClass":"EEnumLiteral"},{"name":"NE","id":333,"value":1,"literal":"NE","eClass":"EEnumLiteral"},{"name":"LT","id":334,"value":2,"literal":"LT","eClass":"EEnumLiteral"},{"name":"LTE","id":335,"value":3,"literal":"LTE","eClass":"EEnumLiteral"},{"name":"GT","id":336,"value":4,"literal":"GT","eClass":"EEnumLiteral"},{"name":"GTE","id":337,"value":5,"literal":"GTE","eClass":"EEnumLiteral"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"submodels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"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":"version","changeable":true,"lowerBound":0,"iD":false,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"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":346,"derived":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":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":1,"target":0},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":32,"target":41},{"source":32,"target":1},{"source":33,"target":42},{"source":33,"target":1},{"source":34,"target":43},{"source":34,"target":1},{"source":35,"target":44},{"source":35,"target":1},{"source":36,"target":45},{"source":36,"target":1},{"source":37,"target":46},{"source":37,"target":1},{"source":38,"target":22},{"source":38,"target":47},{"source":38,"target":1},{"source":47,"target":22},{"source":39,"target":18},{"source":39,"target":48},{"source":39,"target":1},{"source":48,"target":18},{"source":40,"target":31},{"source":40,"target":49},{"source":40,"target":1},{"source":49,"target":31},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":50},{"source":50,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":51,"target":2},{"source":51,"target":62},{"source":51,"target":3},{"source":62,"target":2},{"source":52,"target":63},{"source":52,"target":3},{"source":53,"target":64},{"source":53,"target":3},{"source":54,"target":65},{"source":54,"target":3},{"source":55,"target":66},{"source":55,"target":3},{"source":56,"target":67},{"source":56,"target":3},{"source":57,"target":68},{"source":57,"target":3},{"source":58,"target":69},{"source":58,"target":3},{"source":59,"target":70},{"source":59,"target":3},{"source":60,"target":71},{"source":60,"target":3},{"source":61,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":72},{"source":4,"target":73},{"source":4,"target":74},{"source":72,"target":13},{"source":72,"target":75},{"source":72,"target":4},{"source":72,"target":76},{"source":75,"target":13},{"source":73,"target":77},{"source":73,"target":4},{"source":74,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":78,"target":13},{"source":78,"target":83},{"source":78,"target":5},{"source":78,"target":84},{"source":83,"target":13},{"source":79,"target":12},{"source":79,"target":85},{"source":79,"target":5},{"source":79,"target":86},{"source":85,"target":12},{"source":80,"target":6},{"source":80,"target":87},{"source":80,"target":5},{"source":80,"target":88},{"source":87,"target":6},{"source":81,"target":89},{"source":81,"target":5},{"source":82,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":90},{"source":6,"target":91},{"source":6,"target":92},{"source":6,"target":93},{"source":6,"target":94},{"source":6,"target":88},{"source":6,"target":95},{"source":6,"target":96},{"source":6,"target":97},{"source":6,"target":98},{"source":6,"target":99},{"source":6,"target":100},{"source":6,"target":101},{"source":6,"target":102},{"source":6,"target":103},{"source":6,"target":104},{"source":6,"target":105},{"source":6,"target":106},{"source":6,"target":107},{"source":6,"target":108},{"source":6,"target":109},{"source":6,"target":110},{"source":6,"target":111},{"source":6,"target":112},{"source":90,"target":113},{"source":90,"target":6},{"source":91,"target":14},{"source":91,"target":114},{"source":91,"target":6},{"source":91,"target":115},{"source":114,"target":14},{"source":92,"target":8},{"source":92,"target":116},{"source":92,"target":6},{"source":92,"target":117},{"source":116,"target":8},{"source":93,"target":24},{"source":93,"target":118},{"source":93,"target":6},{"source":118,"target":24},{"source":94,"target":7},{"source":94,"target":119},{"source":94,"target":6},{"source":119,"target":7},{"source":88,"target":5},{"source":88,"target":120},{"source":88,"target":6},{"source":88,"target":80},{"source":120,"target":5},{"source":95,"target":121},{"source":95,"target":6},{"source":96,"target":122},{"source":96,"target":6},{"source":97,"target":7},{"source":97,"target":123},{"source":97,"target":6},{"source":123,"target":7},{"source":98,"target":124},{"source":98,"target":6},{"source":99,"target":125},{"source":99,"target":6},{"source":100,"target":126},{"source":100,"target":6},{"source":101,"target":6},{"source":101,"target":127},{"source":101,"target":6},{"source":127,"target":6},{"source":102,"target":13},{"source":102,"target":128},{"source":102,"target":6},{"source":102,"target":129},{"source":128,"target":13},{"source":103,"target":11},{"source":103,"target":130},{"source":103,"target":6},{"source":103,"target":131},{"source":130,"target":11},{"source":104,"target":7},{"source":104,"target":132},{"source":104,"target":6},{"source":104,"target":133},{"source":132,"target":7},{"source":105,"target":134},{"source":105,"target":6},{"source":106,"target":28},{"source":106,"target":135},{"source":106,"target":6},{"source":106,"target":136},{"source":135,"target":28},{"source":107,"target":137},{"source":107,"target":6},{"source":108,"target":138},{"source":108,"target":6},{"source":109,"target":12},{"source":109,"target":139},{"source":109,"target":6},{"source":139,"target":12},{"source":110,"target":12},{"source":110,"target":140},{"source":110,"target":6},{"source":140,"target":12},{"source":111,"target":12},{"source":111,"target":141},{"source":111,"target":6},{"source":141,"target":12},{"source":112,"target":2},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":142},{"source":7,"target":143},{"source":7,"target":144},{"source":7,"target":145},{"source":7,"target":146},{"source":7,"target":147},{"source":7,"target":133},{"source":7,"target":148},{"source":7,"target":149},{"source":7,"target":150},{"source":7,"target":151},{"source":142,"target":152},{"source":142,"target":7},{"source":143,"target":153},{"source":143,"target":7},{"source":144,"target":154},{"source":144,"target":7},{"source":145,"target":155},{"source":145,"target":7},{"source":146,"target":156},{"source":146,"target":7},{"source":147,"target":157},{"source":147,"target":7},{"source":133,"target":6},{"source":133,"target":158},{"source":133,"target":7},{"source":133,"target":104},{"source":158,"target":6},{"source":148,"target":159},{"source":148,"target":7},{"source":149,"target":160},{"source":149,"target":7},{"source":150,"target":161},{"source":150,"target":7},{"source":151,"target":3},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":162},{"source":8,"target":117},{"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":162,"target":170},{"source":162,"target":8},{"source":117,"target":6},{"source":117,"target":171},{"source":117,"target":8},{"source":117,"target":92},{"source":171,"target":6},{"source":163,"target":9},{"source":163,"target":172},{"source":163,"target":8},{"source":163,"target":173},{"source":172,"target":9},{"source":164,"target":15},{"source":164,"target":174},{"source":164,"target":8},{"source":164,"target":175},{"source":174,"target":15},{"source":165,"target":176},{"source":165,"target":8},{"source":166,"target":21},{"source":166,"target":177},{"source":166,"target":8},{"source":177,"target":21},{"source":167,"target":178},{"source":167,"target":8},{"source":168,"target":12},{"source":168,"target":179},{"source":168,"target":8},{"source":179,"target":12},{"source":169,"target":1},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":173},{"source":9,"target":180},{"source":9,"target":181},{"source":9,"target":182},{"source":173,"target":8},{"source":173,"target":183},{"source":173,"target":9},{"source":173,"target":163},{"source":183,"target":8},{"source":180,"target":184},{"source":180,"target":9},{"source":181,"target":185},{"source":181,"target":9},{"source":182,"target":3},{"source":10,"target":0},{"source":10,"target":1},{"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":186,"target":13},{"source":186,"target":192},{"source":186,"target":10},{"source":186,"target":193},{"source":192,"target":13},{"source":187,"target":11},{"source":187,"target":194},{"source":187,"target":10},{"source":187,"target":195},{"source":194,"target":11},{"source":188,"target":196},{"source":188,"target":10},{"source":189,"target":197},{"source":189,"target":10},{"source":190,"target":198},{"source":190,"target":10},{"source":191,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":199},{"source":11,"target":200},{"source":11,"target":201},{"source":11,"target":202},{"source":11,"target":203},{"source":11,"target":195},{"source":11,"target":204},{"source":11,"target":205},{"source":11,"target":206},{"source":11,"target":207},{"source":11,"target":131},{"source":11,"target":208},{"source":11,"target":209},{"source":11,"target":210},{"source":11,"target":211},{"source":199,"target":212},{"source":199,"target":11},{"source":200,"target":213},{"source":200,"target":11},{"source":201,"target":214},{"source":201,"target":11},{"source":202,"target":215},{"source":202,"target":11},{"source":203,"target":216},{"source":203,"target":11},{"source":195,"target":10},{"source":195,"target":217},{"source":195,"target":11},{"source":195,"target":187},{"source":217,"target":10},{"source":204,"target":218},{"source":204,"target":11},{"source":205,"target":219},{"source":205,"target":11},{"source":206,"target":20},{"source":206,"target":220},{"source":206,"target":11},{"source":220,"target":20},{"source":207,"target":221},{"source":207,"target":11},{"source":131,"target":6},{"source":131,"target":222},{"source":131,"target":11},{"source":131,"target":103},{"source":222,"target":6},{"source":208,"target":223},{"source":208,"target":11},{"source":209,"target":224},{"source":209,"target":11},{"source":210,"target":225},{"source":210,"target":11},{"source":211,"target":1},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":86},{"source":12,"target":226},{"source":86,"target":5},{"source":86,"target":227},{"source":86,"target":12},{"source":86,"target":79},{"source":227,"target":5},{"source":226,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":84},{"source":13,"target":76},{"source":13,"target":193},{"source":13,"target":228},{"source":13,"target":229},{"source":13,"target":230},{"source":13,"target":129},{"source":13,"target":231},{"source":84,"target":5},{"source":84,"target":232},{"source":84,"target":13},{"source":84,"target":78},{"source":232,"target":5},{"source":76,"target":4},{"source":76,"target":233},{"source":76,"target":13},{"source":76,"target":72},{"source":233,"target":4},{"source":193,"target":10},{"source":193,"target":234},{"source":193,"target":13},{"source":193,"target":186},{"source":234,"target":10},{"source":228,"target":13},{"source":228,"target":235},{"source":228,"target":13},{"source":228,"target":229},{"source":235,"target":13},{"source":229,"target":13},{"source":229,"target":236},{"source":229,"target":13},{"source":229,"target":228},{"source":236,"target":13},{"source":230,"target":19},{"source":230,"target":237},{"source":230,"target":13},{"source":230,"target":238},{"source":237,"target":19},{"source":129,"target":6},{"source":129,"target":239},{"source":129,"target":13},{"source":129,"target":102},{"source":239,"target":6},{"source":231,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":115},{"source":14,"target":240},{"source":14,"target":241},{"source":14,"target":242},{"source":14,"target":243},{"source":115,"target":6},{"source":115,"target":244},{"source":115,"target":14},{"source":115,"target":91},{"source":244,"target":6},{"source":240,"target":16},{"source":240,"target":245},{"source":240,"target":14},{"source":240,"target":246},{"source":245,"target":16},{"source":241,"target":15},{"source":241,"target":247},{"source":241,"target":14},{"source":241,"target":248},{"source":247,"target":15},{"source":242,"target":5},{"source":242,"target":249},{"source":242,"target":14},{"source":249,"target":5},{"source":243,"target":1},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":248},{"source":15,"target":250},{"source":15,"target":251},{"source":15,"target":252},{"source":15,"target":175},{"source":15,"target":253},{"source":248,"target":14},{"source":248,"target":254},{"source":248,"target":15},{"source":248,"target":241},{"source":254,"target":14},{"source":250,"target":17},{"source":250,"target":255},{"source":250,"target":15},{"source":250,"target":256},{"source":255,"target":17},{"source":251,"target":16},{"source":251,"target":257},{"source":251,"target":15},{"source":251,"target":258},{"source":257,"target":16},{"source":252,"target":16},{"source":252,"target":259},{"source":252,"target":15},{"source":252,"target":260},{"source":259,"target":16},{"source":175,"target":8},{"source":175,"target":261},{"source":175,"target":15},{"source":175,"target":164},{"source":261,"target":8},{"source":253,"target":1},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":246},{"source":16,"target":258},{"source":16,"target":260},{"source":16,"target":262},{"source":16,"target":263},{"source":16,"target":264},{"source":246,"target":14},{"source":246,"target":265},{"source":246,"target":16},{"source":246,"target":240},{"source":265,"target":14},{"source":258,"target":15},{"source":258,"target":266},{"source":258,"target":16},{"source":258,"target":251},{"source":266,"target":15},{"source":260,"target":15},{"source":260,"target":267},{"source":260,"target":16},{"source":260,"target":252},{"source":267,"target":15},{"source":262,"target":268},{"source":262,"target":16},{"source":263,"target":269},{"source":263,"target":16},{"source":264,"target":1},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":256},{"source":17,"target":270},{"source":17,"target":271},{"source":17,"target":272},{"source":256,"target":15},{"source":256,"target":273},{"source":256,"target":17},{"source":256,"target":250},{"source":273,"target":15},{"source":270,"target":274},{"source":270,"target":17},{"source":271,"target":275},{"source":271,"target":17},{"source":272,"target":1},{"source":18,"target":0},{"source":18,"target":276},{"source":18,"target":277},{"source":18,"target":278},{"source":18,"target":279},{"source":276,"target":18},{"source":277,"target":18},{"source":278,"target":18},{"source":279,"target":18},{"source":19,"target":0},{"source":19,"target":1},{"source":19,"target":238},{"source":19,"target":280},{"source":19,"target":281},{"source":19,"target":282},{"source":19,"target":283},{"source":19,"target":284},{"source":238,"target":13},{"source":238,"target":285},{"source":238,"target":19},{"source":238,"target":230},{"source":285,"target":13},{"source":280,"target":286},{"source":280,"target":19},{"source":281,"target":13},{"source":281,"target":287},{"source":281,"target":19},{"source":287,"target":13},{"source":282,"target":23},{"source":282,"target":288},{"source":282,"target":19},{"source":288,"target":23},{"source":283,"target":29},{"source":283,"target":289},{"source":283,"target":19},{"source":289,"target":29},{"source":284,"target":1},{"source":20,"target":0},{"source":20,"target":290},{"source":20,"target":291},{"source":20,"target":292},{"source":290,"target":20},{"source":291,"target":20},{"source":292,"target":20},{"source":21,"target":0},{"source":21,"target":293},{"source":21,"target":294},{"source":293,"target":21},{"source":294,"target":21},{"source":22,"target":0},{"source":22,"target":295},{"source":22,"target":296},{"source":22,"target":297},{"source":22,"target":298},{"source":22,"target":299},{"source":22,"target":300},{"source":22,"target":301},{"source":22,"target":302},{"source":22,"target":303},{"source":295,"target":22},{"source":296,"target":22},{"source":297,"target":22},{"source":298,"target":22},{"source":299,"target":22},{"source":300,"target":22},{"source":301,"target":22},{"source":302,"target":22},{"source":303,"target":22},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":304},{"source":23,"target":305},{"source":23,"target":306},{"source":23,"target":307},{"source":23,"target":308},{"source":23,"target":309},{"source":23,"target":310},{"source":304,"target":23},{"source":304,"target":311},{"source":304,"target":23},{"source":304,"target":305},{"source":311,"target":23},{"source":305,"target":23},{"source":305,"target":312},{"source":305,"target":23},{"source":305,"target":304},{"source":312,"target":23},{"source":306,"target":6},{"source":306,"target":313},{"source":306,"target":23},{"source":313,"target":6},{"source":307,"target":26},{"source":307,"target":314},{"source":307,"target":23},{"source":314,"target":26},{"source":308,"target":25},{"source":308,"target":315},{"source":308,"target":23},{"source":315,"target":25},{"source":309,"target":28},{"source":309,"target":316},{"source":309,"target":23},{"source":316,"target":28},{"source":310,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":317},{"source":24,"target":318},{"source":24,"target":319},{"source":317,"target":7},{"source":317,"target":320},{"source":317,"target":24},{"source":320,"target":7},{"source":318,"target":321},{"source":318,"target":24},{"source":319,"target":1},{"source":25,"target":0},{"source":25,"target":322},{"source":25,"target":323},{"source":25,"target":324},{"source":322,"target":25},{"source":323,"target":25},{"source":324,"target":25},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":325},{"source":26,"target":326},{"source":26,"target":327},{"source":26,"target":328},{"source":325,"target":7},{"source":325,"target":329},{"source":325,"target":26},{"source":329,"target":7},{"source":326,"target":27},{"source":326,"target":330},{"source":326,"target":26},{"source":330,"target":27},{"source":327,"target":331},{"source":327,"target":26},{"source":328,"target":1},{"source":27,"target":0},{"source":27,"target":332},{"source":27,"target":333},{"source":27,"target":334},{"source":27,"target":335},{"source":27,"target":336},{"source":27,"target":337},{"source":332,"target":27},{"source":333,"target":27},{"source":334,"target":27},{"source":335,"target":27},{"source":336,"target":27},{"source":337,"target":27},{"source":28,"target":0},{"source":28,"target":1},{"source":28,"target":136},{"source":28,"target":338},{"source":136,"target":6},{"source":136,"target":339},{"source":136,"target":28},{"source":136,"target":106},{"source":339,"target":6},{"source":338,"target":1},{"source":29,"target":0},{"source":29,"target":1},{"source":29,"target":340},{"source":29,"target":341},{"source":340,"target":30},{"source":340,"target":342},{"source":340,"target":29},{"source":342,"target":30},{"source":341,"target":1},{"source":30,"target":0},{"source":30,"target":1},{"source":30,"target":343},{"source":30,"target":344},{"source":343,"target":345},{"source":343,"target":30},{"source":344,"target":1},{"source":31,"target":0},{"source":31,"target":346},{"source":31,"target":347},{"source":346,"target":348},{"source":346,"target":31},{"source":347,"target":349},{"source":347,"target":31}],"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="cloudml" nsURI="http://cloudml.net" nsPrefix="net.cloudml">
<eSubpackages name="core" nsURI="http://cloudml.net/core" nsPrefix="net.cloudml.core">
<eClassifiers xsi:type="ecore:EClass" name="CloudMLElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//core/CloudMLElement">
<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="CloudMLElementWithProperties" abstract="true"
eSuperTypes="#//core/CloudMLElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//core/Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//core/Resource" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="puppetResources" upperBound="-1"
eType="#//core/PuppetResource" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dockerResources" upperBound="-1"
eType="#//core/DockerResource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//core/CloudMLElementWithProperties">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="downloadCommand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uploadCommand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="installCommand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="configureCommand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startCommand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stopCommand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="requireCredentials" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="executeLocally" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CloudMLModel" eSuperTypes="#//core/CloudMLElementWithProperties">
<eStructuralFeatures xsi:type="ecore:EReference" name="providers" upperBound="-1"
eType="#//core/Provider" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1"
eType="#//core/Component" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clouds" upperBound="-1"
eType="#//core/Cloud" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentInstances" upperBound="-1"
eType="#//core/ComponentInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="internalComponents" upperBound="-1"
eType="#//core/InternalComponent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="externalComponents" upperBound="-1"
eType="#//core/ExternalComponent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="internalComponentInstances"
upperBound="-1" eType="#//core/InternalComponentInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="externalComponentInstances"
upperBound="-1" eType="#//core/ExternalComponentInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="vms" upperBound="-1"
eType="#//core/VM" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="vmInstances" upperBound="-1"
eType="#//core/VMInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1"
eType="#//core/Relationship" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationshipInstances"
upperBound="-1" eType="#//core/RelationshipInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="executesInstances" upperBound="-1"
eType="#//core/ExecuteInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourcePools" upperBound="-1"
eType="#//core/ResourcesPool" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VM" eSuperTypes="#//core/ExternalComponent">
<eStructuralFeatures xsi:type="ecore:EReference" name="provided" upperBound="-1"
eType="#//core/VMPort" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minRam" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxRam" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minCores" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxCores" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minStorage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxStorage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="os" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is64os" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imageId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="securityGroup" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sshKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="privateKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="groupName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="providerSpecificTypeName"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VMPort" eSuperTypes="#//core/CloudMLElementWithProperties"/>
<eClassifiers xsi:type="ecore:EClass" name="Provider" eSuperTypes="#//core/CloudMLElementWithProperties">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="credentials" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="login" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Component" abstract="true" eSuperTypes="#//core/CloudMLElementWithProperties">
<eStructuralFeatures xsi:type="ecore:EReference" name="providedPorts" upperBound="-1"
eType="#//core/ProvidedPort" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="providedExecutionPlatforms"
upperBound="-1" eType="#//core/ProvidedExecutionPlatform" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InternalComponent" eSuperTypes="#//core/Component">
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredPorts" upperBound="-1"
eType="#//core/RequiredPort" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compositeInternalComponents"
upperBound="-1" eType="#//core/InternalComponent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredExecutionPlatform"
lowerBound="1" eType="#//core/RequiredExecutionPlatform" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true" eSuperTypes="#//core/CloudMLElementWithProperties">
<eStructuralFeatures xsi:type="ecore:EReference" name="component" lowerBound="1"
eType="#//core/Component"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isLocal" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<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="RequiredPort" eSuperTypes="#//core/Port">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProvidedPort" eSuperTypes="#//core/Port"/>
<eClassifiers xsi:type="ecore:EClass" name="Relationship" eSuperTypes="#//core/CloudMLElementWithProperties">
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredPort" lowerBound="1"
eType="#//core/RequiredPort"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="providedPort" lowerBound="1"
eType="#//core/ProvidedPort"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredPortResource"
eType="#//core/Resource" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="providedPortResource"
eType="#//core/Resource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cloud" eSuperTypes="#//core/CloudMLElementWithProperties">
<eStructuralFeatures xsi:type="ecore:EReference" name="vmInstances" upperBound="-1"
eType="#//core/VMInstance" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VMInstance" eSuperTypes="#//core/ExternalComponentInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="provided" upperBound="-1"
eType="#//core/VMPortInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="publicAddress" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VMPortInstance" eSuperTypes="#//core/CloudMLElementWithProperties">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="#//core/VMPort"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentInstance" abstract="true"
eSuperTypes="#//core/CloudMLElementWithProperties">
<eStructuralFeatures xsi:type="ecore:EReference" name="providedPortInstances"
upperBound="-1" eType="#//core/ProvidedPortInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="#//core/Component"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="providedExecutionPlatformInstances"
upperBound="-1" eType="#//core/ProvidedExecutionPlatformInstance" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InternalComponentInstance" eSuperTypes="#//core/ComponentInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredPortInstances"
upperBound="-1" eType="#//core/RequiredPortInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredExecutionPlatformInstance"
lowerBound="1" eType="#//core/RequiredExecutionPlatformInstance" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortInstance" eSuperTypes="#//core/CloudMLElementWithProperties">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="#//core/Port"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentInstance" lowerBound="1"
eType="#//core/ComponentInstance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequiredPortInstance" eSuperTypes="#//core/PortInstance"/>
<eClassifiers xsi:type="ecore:EClass" name="ProvidedPortInstance" eSuperTypes="#//core/PortInstance"/>
<eClassifiers xsi:type="ecore:EClass" name="RelationshipInstance" eSuperTypes="#//core/CloudMLElementWithProperties">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="#//core/Relationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredPortInstance"
lowerBound="1" eType="#//core/RequiredPortInstance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="providedPortInstance"
lowerBound="1" eType="#//core/ProvidedPortInstance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalComponent" eSuperTypes="#//core/Component">
<eStructuralFeatures xsi:type="ecore:EReference" name="provider" eType="#//core/Provider"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endPoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="provide" upperBound="-1"
eType="#//core/VMPort" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="login" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="passwd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Region" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalComponentInstance" eSuperTypes="#//core/ComponentInstance">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ips" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="provide" upperBound="-1"
eType="#//core/VMPortInstance" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionPlatform" abstract="true"
eSuperTypes="#//core/CloudMLElementWithProperties">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1"
eType="#//core/Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionPlatformInstance" abstract="true"
eSuperTypes="#//core/CloudMLElementWithProperties">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1"
eType="#//core/ComponentInstance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="#//core/ExecutionPlatform"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProvidedExecutionPlatform" eSuperTypes="#//core/ExecutionPlatform">
<eStructuralFeatures xsi:type="ecore:EReference" name="offers" upperBound="-1"
eType="#//core/Property" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProvidedExecutionPlatformInstance"
eSuperTypes="#//core/ExecutionPlatformInstance"/>
<eClassifiers xsi:type="ecore:EClass" name="RequiredExecutionPlatform" eSuperTypes="#//core/ExecutionPlatform">
<eStructuralFeatures xsi:type="ecore:EReference" name="demands" upperBound="-1"
eType="#//core/Property" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequiredExecutionPlatformInstance"
eSuperTypes="#//core/ExecutionPlatformInstance"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecuteInstance" eSuperTypes="#//core/CloudMLElementWithProperties">
<eStructuralFeatures xsi:type="ecore:EReference" name="providedExecutionPlatformInstance"
lowerBound="1" eType="#//core/ProvidedExecutionPlatformInstance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredExecutionPlatformInstance"
lowerBound="1" eType="#//core/RequiredExecutionPlatformInstance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PuppetResource" eSuperTypes="#//core/Resource">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="masterEndpoint" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="repositoryEndpoint" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="configureHostnameCommand"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="repositoryKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="configurationFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="manifestEntry" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourcesPool" eSuperTypes="#//core/CloudMLElementWithProperties">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minReplicats" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxReplicats" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nbReplicats" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseInstances" lowerBound="1"
upperBound="-1" eType="#//core/VMInstance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="replicats" upperBound="-1"
eType="#//core/VMInstance"/>
<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="DockerResource" eSuperTypes="#//core/Resource">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="image" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dockerFilePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/SINTEF-9012/modaclouds-metamodels/CloudML/CloudML-2.1.ecore | ecore | cloudml
core
CloudMLElement
name
Property
value
CloudMLElementWithProperties
properties
resources
puppetResources
dockerResources
Resource
downloadCommand
uploadCommand
installCommand
configureCommand
startCommand
stopCommand
requireCredentials
executeLocally
CloudMLModel
providers
components
clouds
componentInstances
internalComponents
externalComponents
internalComponentInstances
externalComponentInstances
vms
vmInstances
relationships
relationshipInstances
executesInstances
resourcePools
VM
provided
minRam
maxRam
minCores
maxCores
minStorage
maxStorage
os
is64os
true
imageId
securityGroup
sshKey
privateKey
groupName
providerSpecificTypeName
VMPort
Provider
credentials
login
password
Component
providedPorts
providedExecutionPlatforms
InternalComponent
requiredPorts
compositeInternalComponents
requiredExecutionPlatform
Port
component
isLocal
portNumber
RequiredPort
isMandatory
ProvidedPort
Relationship
requiredPort
providedPort
requiredPortResource
providedPortResource
Cloud
vmInstances
VMInstance
provided
publicAddress
id
VMPortInstance
type
ComponentInstance
providedPortInstances
type
providedExecutionPlatformInstances
InternalComponentInstance
requiredPortInstances
requiredExecutionPlatformInstance
PortInstance
type
componentInstance
RequiredPortInstance
ProvidedPortInstance
RelationshipInstance
type
requiredPortInstance
providedPortInstance
ExternalComponent
provider
endPoint
provide
login
passwd
location
serviceType
Region
ExternalComponentInstance
ips
provide
ExecutionPlatform
owner
ExecutionPlatformInstance
owner
type
ProvidedExecutionPlatform
offers
ProvidedExecutionPlatformInstance
RequiredExecutionPlatform
demands
RequiredExecutionPlatformInstance
ExecuteInstance
providedExecutionPlatformInstance
requiredExecutionPlatformInstance
PuppetResource
masterEndpoint
repositoryEndpoint
configureHostnameCommand
username
repositoryKey
configurationFile
manifestEntry
ResourcesPool
minReplicats
maxReplicats
nbReplicats
baseInstances
replicats
type
DockerResource
image
dockerFilePath | null | {"directed":true,"nodes":[{"nsPrefix":"net.cloudml","nsURI":"http://cloudml.net","name":"cloudml","id":0,"eClass":"EPackage"},{"nsPrefix":"net.cloudml.core","nsURI":"http://cloudml.net/core","name":"core","id":1,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudMLElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudMLElementWithProperties","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudMLModel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VM","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VMPort","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provider","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalComponent","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredPort","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedPort","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cloud","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VMInstance","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VMPortInstance","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentInstance","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalComponentInstance","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortInstance","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredPortInstance","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedPortInstance","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationshipInstance","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalComponent","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalComponentInstance","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionPlatform","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionPlatformInstance","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedExecutionPlatform","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedExecutionPlatformInstance","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredExecutionPlatform","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredExecutionPlatformInstance","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecuteInstance","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PuppetResource","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourcesPool","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DockerResource","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":37,"derived":false},{"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","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":"puppetResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dockerResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"downloadCommand","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":"uploadCommand","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":"installCommand","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":"configureCommand","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":"startCommand","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":"stopCommand","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requireCredentials","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"executeLocally","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"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providers","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":"components","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":"clouds","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":"componentInstances","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":"internalComponents","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":"externalComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"internalComponentInstances","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":"externalComponentInstances","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":"vms","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":"vmInstances","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":"relationships","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":"relationshipInstances","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":"executesInstances","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":"resourcePools","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"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"provided","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minRam","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxRam","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minCores","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxCores","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minStorage","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":"maxStorage","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"os","changeable":true,"lowerBound":0,"iD":false,"id":104,"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":"is64os","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"imageId","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"securityGroup","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":"sshKey","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"privateKey","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":"groupName","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":"providerSpecificTypeName","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"credentials","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":"login","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":"password","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providedPorts","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":"providedExecutionPlatforms","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":"requiredPorts","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":"compositeInternalComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredExecutionPlatform","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"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":"isLocal","changeable":true,"lowerBound":1,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"portNumber","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMandatory","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredPort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providedPort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredPortResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providedPortResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vmInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"provided","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":"publicAddress","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":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":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providedPortInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":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":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":"providedExecutionPlatformInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredPortInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredExecutionPlatformInstance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"componentInstance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"requiredPortInstance","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":"providedPortInstance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endPoint","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"provide","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":"login","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":"passwd","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":"location","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":"serviceType","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":"Region","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"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":"ips","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":"provide","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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},{"container":false,"ordered":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":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offers","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"demands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providedExecutionPlatformInstance","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":"requiredExecutionPlatformInstance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"masterEndpoint","changeable":true,"lowerBound":1,"iD":false,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"repositoryEndpoint","changeable":true,"lowerBound":1,"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":"configureHostnameCommand","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"username","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":"repositoryKey","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":"configurationFile","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":"manifestEntry","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"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":"minReplicats","changeable":true,"lowerBound":1,"iD":false,"id":265,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxReplicats","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nbReplicats","changeable":true,"lowerBound":0,"iD":false,"id":267,"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":"baseInstances","changeable":true,"resolveProxies":true,"lowerBound":1,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"replicats","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":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":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"lowerBound":0,"iD":false,"id":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":"dockerFilePath","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":0},{"source":2,"target":1},{"source":2,"target":37},{"source":37,"target":38},{"source":37,"target":2},{"source":3,"target":1},{"source":3,"target":2},{"source":3,"target":39},{"source":3,"target":40},{"source":39,"target":41},{"source":39,"target":3},{"source":40,"target":2},{"source":4,"target":1},{"source":4,"target":2},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":42,"target":3},{"source":42,"target":47},{"source":42,"target":4},{"source":47,"target":3},{"source":43,"target":5},{"source":43,"target":48},{"source":43,"target":4},{"source":48,"target":5},{"source":44,"target":34},{"source":44,"target":49},{"source":44,"target":4},{"source":49,"target":34},{"source":45,"target":36},{"source":45,"target":50},{"source":45,"target":4},{"source":50,"target":36},{"source":46,"target":2},{"source":5,"target":1},{"source":5,"target":4},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":51,"target":60},{"source":51,"target":5},{"source":52,"target":61},{"source":52,"target":5},{"source":53,"target":62},{"source":53,"target":5},{"source":54,"target":63},{"source":54,"target":5},{"source":55,"target":64},{"source":55,"target":5},{"source":56,"target":65},{"source":56,"target":5},{"source":57,"target":66},{"source":57,"target":5},{"source":58,"target":67},{"source":58,"target":5},{"source":59,"target":4},{"source":6,"target":1},{"source":6,"target":4},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":6,"target":79},{"source":6,"target":80},{"source":6,"target":81},{"source":6,"target":82},{"source":68,"target":9},{"source":68,"target":83},{"source":68,"target":6},{"source":83,"target":9},{"source":69,"target":10},{"source":69,"target":84},{"source":69,"target":6},{"source":84,"target":10},{"source":70,"target":16},{"source":70,"target":85},{"source":70,"target":6},{"source":85,"target":16},{"source":71,"target":19},{"source":71,"target":86},{"source":71,"target":6},{"source":86,"target":19},{"source":72,"target":11},{"source":72,"target":87},{"source":72,"target":6},{"source":87,"target":11},{"source":73,"target":25},{"source":73,"target":88},{"source":73,"target":6},{"source":88,"target":25},{"source":74,"target":20},{"source":74,"target":89},{"source":74,"target":6},{"source":89,"target":20},{"source":75,"target":26},{"source":75,"target":90},{"source":75,"target":6},{"source":90,"target":26},{"source":76,"target":7},{"source":76,"target":91},{"source":76,"target":6},{"source":91,"target":7},{"source":77,"target":17},{"source":77,"target":92},{"source":77,"target":6},{"source":92,"target":17},{"source":78,"target":15},{"source":78,"target":93},{"source":78,"target":6},{"source":93,"target":15},{"source":79,"target":24},{"source":79,"target":94},{"source":79,"target":6},{"source":94,"target":24},{"source":80,"target":33},{"source":80,"target":95},{"source":80,"target":6},{"source":95,"target":33},{"source":81,"target":35},{"source":81,"target":96},{"source":81,"target":6},{"source":96,"target":35},{"source":82,"target":4},{"source":7,"target":1},{"source":7,"target":25},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":101},{"source":7,"target":102},{"source":7,"target":103},{"source":7,"target":104},{"source":7,"target":105},{"source":7,"target":106},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":7,"target":112},{"source":97,"target":8},{"source":97,"target":113},{"source":97,"target":7},{"source":113,"target":8},{"source":98,"target":114},{"source":98,"target":7},{"source":99,"target":115},{"source":99,"target":7},{"source":100,"target":116},{"source":100,"target":7},{"source":101,"target":117},{"source":101,"target":7},{"source":102,"target":118},{"source":102,"target":7},{"source":103,"target":119},{"source":103,"target":7},{"source":104,"target":120},{"source":104,"target":7},{"source":105,"target":121},{"source":105,"target":7},{"source":106,"target":122},{"source":106,"target":7},{"source":107,"target":123},{"source":107,"target":7},{"source":108,"target":124},{"source":108,"target":7},{"source":109,"target":125},{"source":109,"target":7},{"source":110,"target":126},{"source":110,"target":7},{"source":111,"target":127},{"source":111,"target":7},{"source":112,"target":25},{"source":8,"target":1},{"source":8,"target":4},{"source":8,"target":128},{"source":128,"target":4},{"source":9,"target":1},{"source":9,"target":4},{"source":9,"target":129},{"source":9,"target":130},{"source":9,"target":131},{"source":9,"target":132},{"source":129,"target":133},{"source":129,"target":9},{"source":130,"target":134},{"source":130,"target":9},{"source":131,"target":135},{"source":131,"target":9},{"source":132,"target":4},{"source":10,"target":1},{"source":10,"target":4},{"source":10,"target":136},{"source":10,"target":137},{"source":10,"target":138},{"source":136,"target":14},{"source":136,"target":139},{"source":136,"target":10},{"source":139,"target":14},{"source":137,"target":29},{"source":137,"target":140},{"source":137,"target":10},{"source":140,"target":29},{"source":138,"target":4},{"source":11,"target":1},{"source":11,"target":10},{"source":11,"target":141},{"source":11,"target":142},{"source":11,"target":143},{"source":11,"target":144},{"source":141,"target":13},{"source":141,"target":145},{"source":141,"target":11},{"source":145,"target":13},{"source":142,"target":11},{"source":142,"target":146},{"source":142,"target":11},{"source":146,"target":11},{"source":143,"target":31},{"source":143,"target":147},{"source":143,"target":11},{"source":147,"target":31},{"source":144,"target":10},{"source":12,"target":1},{"source":12,"target":4},{"source":12,"target":148},{"source":12,"target":149},{"source":12,"target":150},{"source":12,"target":151},{"source":148,"target":10},{"source":148,"target":152},{"source":148,"target":12},{"source":152,"target":10},{"source":149,"target":153},{"source":149,"target":12},{"source":150,"target":154},{"source":150,"target":12},{"source":151,"target":4},{"source":13,"target":1},{"source":13,"target":12},{"source":13,"target":155},{"source":13,"target":156},{"source":155,"target":157},{"source":155,"target":13},{"source":156,"target":12},{"source":14,"target":1},{"source":14,"target":12},{"source":14,"target":158},{"source":158,"target":12},{"source":15,"target":1},{"source":15,"target":4},{"source":15,"target":159},{"source":15,"target":160},{"source":15,"target":161},{"source":15,"target":162},{"source":15,"target":163},{"source":159,"target":13},{"source":159,"target":164},{"source":159,"target":15},{"source":164,"target":13},{"source":160,"target":14},{"source":160,"target":165},{"source":160,"target":15},{"source":165,"target":14},{"source":161,"target":5},{"source":161,"target":166},{"source":161,"target":15},{"source":166,"target":5},{"source":162,"target":5},{"source":162,"target":167},{"source":162,"target":15},{"source":167,"target":5},{"source":163,"target":4},{"source":16,"target":1},{"source":16,"target":4},{"source":16,"target":168},{"source":16,"target":169},{"source":168,"target":17},{"source":168,"target":170},{"source":168,"target":16},{"source":170,"target":17},{"source":169,"target":4},{"source":17,"target":1},{"source":17,"target":26},{"source":17,"target":171},{"source":17,"target":172},{"source":17,"target":173},{"source":17,"target":174},{"source":171,"target":18},{"source":171,"target":175},{"source":171,"target":17},{"source":175,"target":18},{"source":172,"target":176},{"source":172,"target":17},{"source":173,"target":177},{"source":173,"target":17},{"source":174,"target":26},{"source":18,"target":1},{"source":18,"target":4},{"source":18,"target":178},{"source":18,"target":179},{"source":178,"target":8},{"source":178,"target":180},{"source":178,"target":18},{"source":180,"target":8},{"source":179,"target":4},{"source":19,"target":1},{"source":19,"target":4},{"source":19,"target":181},{"source":19,"target":182},{"source":19,"target":183},{"source":19,"target":184},{"source":181,"target":23},{"source":181,"target":185},{"source":181,"target":19},{"source":185,"target":23},{"source":182,"target":10},{"source":182,"target":186},{"source":182,"target":19},{"source":186,"target":10},{"source":183,"target":30},{"source":183,"target":187},{"source":183,"target":19},{"source":187,"target":30},{"source":184,"target":4},{"source":20,"target":1},{"source":20,"target":19},{"source":20,"target":188},{"source":20,"target":189},{"source":20,"target":190},{"source":188,"target":22},{"source":188,"target":191},{"source":188,"target":20},{"source":191,"target":22},{"source":189,"target":32},{"source":189,"target":192},{"source":189,"target":20},{"source":192,"target":32},{"source":190,"target":19},{"source":21,"target":1},{"source":21,"target":4},{"source":21,"target":193},{"source":21,"target":194},{"source":21,"target":195},{"source":193,"target":12},{"source":193,"target":196},{"source":193,"target":21},{"source":196,"target":12},{"source":194,"target":19},{"source":194,"target":197},{"source":194,"target":21},{"source":197,"target":19},{"source":195,"target":4},{"source":22,"target":1},{"source":22,"target":21},{"source":22,"target":198},{"source":198,"target":21},{"source":23,"target":1},{"source":23,"target":21},{"source":23,"target":199},{"source":199,"target":21},{"source":24,"target":1},{"source":24,"target":4},{"source":24,"target":200},{"source":24,"target":201},{"source":24,"target":202},{"source":24,"target":203},{"source":200,"target":15},{"source":200,"target":204},{"source":200,"target":24},{"source":204,"target":15},{"source":201,"target":22},{"source":201,"target":205},{"source":201,"target":24},{"source":205,"target":22},{"source":202,"target":23},{"source":202,"target":206},{"source":202,"target":24},{"source":206,"target":23},{"source":203,"target":4},{"source":25,"target":1},{"source":25,"target":10},{"source":25,"target":207},{"source":25,"target":208},{"source":25,"target":209},{"source":25,"target":210},{"source":25,"target":211},{"source":25,"target":212},{"source":25,"target":213},{"source":25,"target":214},{"source":25,"target":215},{"source":207,"target":9},{"source":207,"target":216},{"source":207,"target":25},{"source":216,"target":9},{"source":208,"target":217},{"source":208,"target":25},{"source":209,"target":8},{"source":209,"target":218},{"source":209,"target":25},{"source":218,"target":8},{"source":210,"target":219},{"source":210,"target":25},{"source":211,"target":220},{"source":211,"target":25},{"source":212,"target":221},{"source":212,"target":25},{"source":213,"target":222},{"source":213,"target":25},{"source":214,"target":223},{"source":214,"target":25},{"source":215,"target":10},{"source":26,"target":1},{"source":26,"target":19},{"source":26,"target":224},{"source":26,"target":225},{"source":26,"target":226},{"source":224,"target":227},{"source":224,"target":26},{"source":225,"target":18},{"source":225,"target":228},{"source":225,"target":26},{"source":228,"target":18},{"source":226,"target":19},{"source":27,"target":1},{"source":27,"target":4},{"source":27,"target":229},{"source":27,"target":230},{"source":229,"target":10},{"source":229,"target":231},{"source":229,"target":27},{"source":231,"target":10},{"source":230,"target":4},{"source":28,"target":1},{"source":28,"target":4},{"source":28,"target":232},{"source":28,"target":233},{"source":28,"target":234},{"source":232,"target":19},{"source":232,"target":235},{"source":232,"target":28},{"source":235,"target":19},{"source":233,"target":27},{"source":233,"target":236},{"source":233,"target":28},{"source":236,"target":27},{"source":234,"target":4},{"source":29,"target":1},{"source":29,"target":27},{"source":29,"target":237},{"source":29,"target":238},{"source":237,"target":3},{"source":237,"target":239},{"source":237,"target":29},{"source":239,"target":3},{"source":238,"target":27},{"source":30,"target":1},{"source":30,"target":28},{"source":30,"target":240},{"source":240,"target":28},{"source":31,"target":1},{"source":31,"target":27},{"source":31,"target":241},{"source":31,"target":242},{"source":241,"target":3},{"source":241,"target":243},{"source":241,"target":31},{"source":243,"target":3},{"source":242,"target":27},{"source":32,"target":1},{"source":32,"target":28},{"source":32,"target":244},{"source":244,"target":28},{"source":33,"target":1},{"source":33,"target":4},{"source":33,"target":245},{"source":33,"target":246},{"source":33,"target":247},{"source":245,"target":30},{"source":245,"target":248},{"source":245,"target":33},{"source":248,"target":30},{"source":246,"target":32},{"source":246,"target":249},{"source":246,"target":33},{"source":249,"target":32},{"source":247,"target":4},{"source":34,"target":1},{"source":34,"target":5},{"source":34,"target":250},{"source":34,"target":251},{"source":34,"target":252},{"source":34,"target":253},{"source":34,"target":254},{"source":34,"target":255},{"source":34,"target":256},{"source":34,"target":257},{"source":250,"target":258},{"source":250,"target":34},{"source":251,"target":259},{"source":251,"target":34},{"source":252,"target":260},{"source":252,"target":34},{"source":253,"target":261},{"source":253,"target":34},{"source":254,"target":262},{"source":254,"target":34},{"source":255,"target":263},{"source":255,"target":34},{"source":256,"target":264},{"source":256,"target":34},{"source":257,"target":5},{"source":35,"target":1},{"source":35,"target":4},{"source":35,"target":265},{"source":35,"target":266},{"source":35,"target":267},{"source":35,"target":268},{"source":35,"target":269},{"source":35,"target":270},{"source":35,"target":271},{"source":265,"target":272},{"source":265,"target":35},{"source":266,"target":273},{"source":266,"target":35},{"source":267,"target":274},{"source":267,"target":35},{"source":268,"target":17},{"source":268,"target":275},{"source":268,"target":35},{"source":275,"target":17},{"source":269,"target":17},{"source":269,"target":276},{"source":269,"target":35},{"source":276,"target":17},{"source":270,"target":277},{"source":270,"target":35},{"source":271,"target":4},{"source":36,"target":1},{"source":36,"target":5},{"source":36,"target":278},{"source":36,"target":279},{"source":36,"target":280},{"source":278,"target":281},{"source":278,"target":36},{"source":279,"target":282},{"source":279,"target":36},{"source":280,"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="gama" nsURI="http://gama/1.0" nsPrefix="gama">
<eClassifiers xsi:type="ecore:EClass" name="EGamaModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="objects" upperBound="-1"
eType="#//EGamaObject" containment="true" eOpposite="#//EGamaObject/model"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1"
eType="#//EGamaLink" containment="true" eOpposite="#//EGamaLink/model"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EGamaObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//EGamaModel"
eOpposite="#//EGamaModel/objects"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="colorPicto" unique="false"
upperBound="3" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasError" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="error" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="facets" upperBound="-1"
eType="#//EFacet" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ESpecies" eSuperTypes="#//EGamaObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//EVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reflexList" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="experimentLinks" upperBound="-1"
eType="#//EExperimentLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aspectLinks" upperBound="-1"
eType="#//EAspectLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionLinks" upperBound="-1"
eType="#//EActionLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reflexLinks" upperBound="-1"
eType="#//EReflexLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="microSpeciesLinks" upperBound="-1"
eType="#//ESubSpeciesLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="macroSpeciesLinks" upperBound="-1"
eType="#//ESubSpeciesLink"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="skills" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inheritsFrom" eType="#//ESpecies"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="init" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inheritingLinks" upperBound="-1"
eType="#//EInheritLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="planLinks" upperBound="-1"
eType="#//EPlanLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateLinks" upperBound="-1"
eType="#//EStateLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="taskLinks" upperBound="-1"
eType="#//ETaskLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="perceiveLinks" upperBound="-1"
eType="#//EPerceiveLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ruleLinks" upperBound="-1"
eType="#//ERuleLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="equationLinks" upperBound="-1"
eType="#//EEquationLink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EAction" eSuperTypes="#//EGamaObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gamlCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionLinks" upperBound="-1"
eType="#//EActionLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//EVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EAspect" eSuperTypes="#//EGamaObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gamlCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aspectLinks" upperBound="-1"
eType="#//EAspectLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layers" upperBound="-1"
eType="#//ELayerAspect"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defineGamlCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EReflex" eSuperTypes="#//EGamaObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gamlCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reflexLinks" upperBound="-1"
eType="#//EReflexLink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EExperiment" eSuperTypes="#//ESpecies">
<eStructuralFeatures xsi:type="ecore:EReference" name="experimentLink" eType="#//EExperimentLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="displayLinks" upperBound="-1"
eType="#//EDisplayLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//EParameter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="monitors" upperBound="-1"
eType="#//EMonitor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EGUIExperiment" eSuperTypes="#//EExperiment"/>
<eClassifiers xsi:type="ecore:EClass" name="EBatchExperiment" eSuperTypes="#//EExperiment"/>
<eClassifiers xsi:type="ecore:EClass" name="EGamaLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//EGamaObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//EGamaObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//EGamaModel"
eOpposite="#//EGamaModel/links"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ESubSpeciesLink" eSuperTypes="#//EGamaLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="macro" eType="#//ESpecies"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="micro" eType="#//ESpecies"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EActionLink" eSuperTypes="#//EGamaLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//EAction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="species" eType="#//ESpecies"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EAspectLink" eSuperTypes="#//EGamaLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="aspect" eType="#//EAspect"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="species" eType="#//ESpecies"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EReflexLink" eSuperTypes="#//EGamaLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="reflex" eType="#//EReflex"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="species" eType="#//ESpecies"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EDisplayLink" eSuperTypes="#//EGamaLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="experiment" eType="#//EGUIExperiment"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="display" eType="#//EDisplay"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EDisplay" eSuperTypes="#//EGamaObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="layers" upperBound="-1"
eType="#//ELayer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="displayLink" eType="#//EDisplayLink"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="layerList" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gamlCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defineGamlCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EVariable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="init" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="update" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasError" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="error" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//EGamaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EWorldAgent" eSuperTypes="#//ESpecies"/>
<eClassifiers xsi:type="ecore:EClass" name="ELayer" eSuperTypes="#//EGamaObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gamlCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="display" eType="#//EDisplay"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" 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="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="species" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="agents" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aspect" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isColorCst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="colorRBG" unique="false"
upperBound="3" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="grid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chartlayers" upperBound="-1"
eType="#//EChartLayer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="chart_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="showLines" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EExperimentLink" eSuperTypes="#//EGamaLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="species" eType="#//ESpecies"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="experiment" eType="#//EExperiment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ELayerAspect" eSuperTypes="#//EGamaObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gamlCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="empty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rotate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="heigth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="radius" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="points" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="at" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shapeType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isColorCst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imageSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="colorRBG" unique="false"
upperBound="3" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aspect" eType="#//EAspect"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="depth" 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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EInheritLink" eSuperTypes="#//EGamaLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//ESpecies"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="child" eType="#//ESpecies"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EChartLayer" eSuperTypes="#//EGamaObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="#//EGamaObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="init" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="step" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="among" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EMonitor" eSuperTypes="#//EGamaObject">
<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="EFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//EGamaObject"/>
<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="EPlan" eSuperTypes="#//EGamaObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gamlCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="planLinks" upperBound="-1"
eType="#//EPlanLink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EState" eSuperTypes="#//EGamaObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gamlCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateLinks" upperBound="-1"
eType="#//EStateLink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ETask" eSuperTypes="#//EGamaObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gamlCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="taskLinks" upperBound="-1"
eType="#//ETaskLink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EPlanLink" eSuperTypes="#//EGamaLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="plan" eType="#//EPlan"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="species" eType="#//ESpecies"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EStateLink" eSuperTypes="#//EGamaLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//EState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="species" eType="#//ESpecies"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ETaskLink" eSuperTypes="#//EGamaLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//ETask"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="species" eType="#//ESpecies"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EGrid" eSuperTypes="#//ESpecies"/>
<eClassifiers xsi:type="ecore:EClass" name="EPerceive" eSuperTypes="#//EGamaObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gamlCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="perceiveLinks" upperBound="-1"
eType="#//EPerceiveLink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EPerceiveLink" eSuperTypes="#//EGamaLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="perceive" eType="#//EPerceive"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="species" eType="#//ESpecies"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ERule" eSuperTypes="#//EGamaObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gamlCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ruleLinks" upperBound="-1"
eType="#//ERuleLink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ERuleLink" eSuperTypes="#//EGamaLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" eType="#//ERule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="species" eType="#//ESpecies"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EEquation" eSuperTypes="#//EGamaObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gamlCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="equationLinks" upperBound="-1"
eType="#//EEquationLink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EEquationLink" eSuperTypes="#//EGamaLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="equation" eType="#//EEquation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="species" eType="#//ESpecies"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gama-platform/gama.graphical.modeling/idees.gama.emf.metamodel/model/gama.ecore | ecore | gama
EGamaModel
objects
name
links
EGamaObject
name
model
colorPicto
hasError
false
error
facets
ESpecies
variables
reflexList
experimentLinks
aspectLinks
actionLinks
reflexLinks
microSpeciesLinks
macroSpeciesLinks
skills
inheritsFrom
init
inheritingLinks
planLinks
stateLinks
taskLinks
perceiveLinks
ruleLinks
equationLinks
EAction
gamlCode
actionLinks
variables
returnType
EAspect
gamlCode
aspectLinks
layers
defineGamlCode
EReflex
gamlCode
reflexLinks
EExperiment
experimentLink
displayLinks
parameters
monitors
EGUIExperiment
EBatchExperiment
EGamaLink
target
source
model
ESubSpeciesLink
macro
micro
EActionLink
action
species
EAspectLink
aspect
species
EReflexLink
reflex
species
EDisplayLink
experiment
display
EDisplay
layers
displayLink
layerList
gamlCode
defineGamlCode
EVariable
init
min
max
update
function
type
name
hasError
false
error
owner
EWorldAgent
ELayer
gamlCode
display
type
file
text
size
species
agents
aspect
color
isColorCst
colorRBG
grid
chartlayers
chart_type
showLines
false
EExperimentLink
species
experiment
ELayerAspect
gamlCode
shape
color
empty
rotate
size
width
heigth
radius
path
text
type
expression
points
at
shapeType
isColorCst
textSize
imageSize
colorRBG
aspect
depth
texture
EInheritLink
parent
child
EChartLayer
style
color
value
EParameter
variable
min
init
step
max
among
category
EMonitor
value
EFacet
name
owner
value
EPlan
gamlCode
planLinks
EState
gamlCode
stateLinks
ETask
gamlCode
taskLinks
EPlanLink
plan
species
EStateLink
state
species
ETaskLink
task
species
EGrid
EPerceive
gamlCode
perceiveLinks
EPerceiveLink
perceive
species
ERule
gamlCode
ruleLinks
ERuleLink
rule
species
EEquation
gamlCode
equationLinks
EEquationLink
equation
species | null | {"directed":true,"nodes":[{"nsPrefix":"gama","nsURI":"http://gama/1.0","name":"gama","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGamaModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGamaObject","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ESpecies","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAspect","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReflex","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EExperiment","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGUIExperiment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EBatchExperiment","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGamaLink","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ESubSpeciesLink","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EActionLink","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAspectLink","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReflexLink","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDisplayLink","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDisplay","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EVariable","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EWorldAgent","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELayer","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EExperimentLink","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELayerAspect","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EInheritLink","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EChartLayer","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMonitor","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFacet","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPlan","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EState","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETask","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPlanLink","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStateLink","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETaskLink","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGrid","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPerceive","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPerceiveLink","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ERule","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ERuleLink","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEquation","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEquationLink","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objects","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"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},{"ordered":true,"upperBound":3,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"colorPicto","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"hasError","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":"error","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"facets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"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":"reflexList","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"experimentLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aspectLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actionLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reflexLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"microSpeciesLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"macroSpeciesLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"skills","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":"inheritsFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"init","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":"inheritingLinks","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":"planLinks","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":"stateLinks","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":"taskLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"perceiveLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ruleLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equationLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"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":"gamlCode","changeable":true,"lowerBound":0,"iD":false,"id":96,"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":"actionLinks","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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gamlCode","changeable":true,"lowerBound":0,"iD":false,"id":105,"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":"aspectLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"layers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defineGamlCode","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gamlCode","changeable":true,"lowerBound":0,"iD":false,"id":114,"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":"reflexLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"experimentLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"displayLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"monitors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":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":130,"derived":false},{"container":false,"ordered":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":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":false,"unsettable":false,"transient":false,"unique":true,"name":"macro","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"micro","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"species","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aspect","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"species","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reflex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"species","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"experiment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"display","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"layers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"displayLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"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":"layerList","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":"gamlCode","changeable":true,"lowerBound":0,"iD":false,"id":163,"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":"defineGamlCode","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","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":"max","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":"update","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":"function","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":"type","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":177,"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":"hasError","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":"error","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"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":"gamlCode","changeable":true,"lowerBound":0,"iD":false,"id":192,"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":"display","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"file","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":"text","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":"size","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":"species","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":"agents","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aspect","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isColorCst","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":true},{"ordered":true,"upperBound":3,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"colorRBG","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":"grid","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"chartlayers","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"chart_type","changeable":true,"lowerBound":0,"iD":false,"id":206,"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":"showLines","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"species","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":"experiment","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"gamlCode","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":"shape","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"empty","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rotate","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":"size","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":"width","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":"heigth","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"radius","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":"path","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":"text","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":"type","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":"expression","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":"points","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"at","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shapeType","changeable":true,"lowerBound":0,"iD":false,"id":245,"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":"isColorCst","changeable":true,"lowerBound":0,"iD":false,"id":246,"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":"textSize","changeable":true,"lowerBound":0,"iD":false,"id":247,"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":"imageSize","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":true},{"ordered":true,"upperBound":3,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"colorRBG","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aspect","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"depth","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":"texture","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","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":false,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"lowerBound":0,"iD":false,"id":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":"min","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"lowerBound":0,"iD":false,"id":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":"step","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"among","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":"category","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"},{"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":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gamlCode","changeable":true,"lowerBound":0,"iD":false,"id":313,"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":"planLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gamlCode","changeable":true,"lowerBound":0,"iD":false,"id":318,"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":"stateLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"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":"gamlCode","changeable":true,"lowerBound":0,"iD":false,"id":323,"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":"taskLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"plan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"species","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"species","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"species","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gamlCode","changeable":true,"lowerBound":0,"iD":false,"id":344,"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":"perceiveLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"perceive","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"species","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":"gamlCode","changeable":true,"lowerBound":0,"iD":false,"id":354,"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":"ruleLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"species","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gamlCode","changeable":true,"lowerBound":0,"iD":false,"id":364,"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":"equationLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"species","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":1,"target":0},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":40,"target":2},{"source":40,"target":43},{"source":40,"target":1},{"source":40,"target":44},{"source":43,"target":2},{"source":41,"target":45},{"source":41,"target":1},{"source":42,"target":10},{"source":42,"target":46},{"source":42,"target":1},{"source":42,"target":47},{"source":46,"target":10},{"source":2,"target":0},{"source":2,"target":48},{"source":2,"target":44},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":48,"target":53},{"source":48,"target":2},{"source":44,"target":1},{"source":44,"target":54},{"source":44,"target":2},{"source":44,"target":40},{"source":54,"target":1},{"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":26},{"source":52,"target":58},{"source":52,"target":2},{"source":58,"target":26},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":3,"target":66},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":59,"target":17},{"source":59,"target":78},{"source":59,"target":3},{"source":78,"target":17},{"source":60,"target":79},{"source":60,"target":3},{"source":61,"target":20},{"source":61,"target":80},{"source":61,"target":3},{"source":80,"target":20},{"source":62,"target":13},{"source":62,"target":81},{"source":62,"target":3},{"source":81,"target":13},{"source":63,"target":12},{"source":63,"target":82},{"source":63,"target":3},{"source":82,"target":12},{"source":64,"target":14},{"source":64,"target":83},{"source":64,"target":3},{"source":83,"target":14},{"source":65,"target":11},{"source":65,"target":84},{"source":65,"target":3},{"source":84,"target":11},{"source":66,"target":11},{"source":66,"target":85},{"source":66,"target":3},{"source":85,"target":11},{"source":67,"target":86},{"source":67,"target":3},{"source":68,"target":3},{"source":68,"target":87},{"source":68,"target":3},{"source":87,"target":3},{"source":69,"target":88},{"source":69,"target":3},{"source":70,"target":22},{"source":70,"target":89},{"source":70,"target":3},{"source":89,"target":22},{"source":71,"target":30},{"source":71,"target":90},{"source":71,"target":3},{"source":90,"target":30},{"source":72,"target":31},{"source":72,"target":91},{"source":72,"target":3},{"source":91,"target":31},{"source":73,"target":32},{"source":73,"target":92},{"source":73,"target":3},{"source":92,"target":32},{"source":74,"target":35},{"source":74,"target":93},{"source":74,"target":3},{"source":93,"target":35},{"source":75,"target":37},{"source":75,"target":94},{"source":75,"target":3},{"source":94,"target":37},{"source":76,"target":39},{"source":76,"target":95},{"source":76,"target":3},{"source":95,"target":39},{"source":77,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":96},{"source":4,"target":97},{"source":4,"target":98},{"source":4,"target":99},{"source":4,"target":100},{"source":96,"target":101},{"source":96,"target":4},{"source":97,"target":12},{"source":97,"target":102},{"source":97,"target":4},{"source":102,"target":12},{"source":98,"target":17},{"source":98,"target":103},{"source":98,"target":4},{"source":103,"target":17},{"source":99,"target":104},{"source":99,"target":4},{"source":100,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":105},{"source":5,"target":106},{"source":5,"target":107},{"source":5,"target":108},{"source":5,"target":109},{"source":105,"target":110},{"source":105,"target":5},{"source":106,"target":13},{"source":106,"target":111},{"source":106,"target":5},{"source":111,"target":13},{"source":107,"target":21},{"source":107,"target":112},{"source":107,"target":5},{"source":112,"target":21},{"source":108,"target":113},{"source":108,"target":5},{"source":109,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":114},{"source":6,"target":115},{"source":6,"target":116},{"source":114,"target":117},{"source":114,"target":6},{"source":115,"target":14},{"source":115,"target":118},{"source":115,"target":6},{"source":118,"target":14},{"source":116,"target":2},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":119},{"source":7,"target":120},{"source":7,"target":121},{"source":7,"target":122},{"source":7,"target":123},{"source":119,"target":20},{"source":119,"target":124},{"source":119,"target":7},{"source":124,"target":20},{"source":120,"target":15},{"source":120,"target":125},{"source":120,"target":7},{"source":125,"target":15},{"source":121,"target":24},{"source":121,"target":126},{"source":121,"target":7},{"source":126,"target":24},{"source":122,"target":25},{"source":122,"target":127},{"source":122,"target":7},{"source":127,"target":25},{"source":123,"target":3},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":128},{"source":128,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":129},{"source":129,"target":7},{"source":10,"target":0},{"source":10,"target":130},{"source":10,"target":131},{"source":10,"target":47},{"source":130,"target":2},{"source":130,"target":132},{"source":130,"target":10},{"source":132,"target":2},{"source":131,"target":2},{"source":131,"target":133},{"source":131,"target":10},{"source":133,"target":2},{"source":47,"target":1},{"source":47,"target":134},{"source":47,"target":10},{"source":47,"target":42},{"source":134,"target":1},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":135},{"source":11,"target":136},{"source":11,"target":137},{"source":135,"target":3},{"source":135,"target":138},{"source":135,"target":11},{"source":138,"target":3},{"source":136,"target":3},{"source":136,"target":139},{"source":136,"target":11},{"source":139,"target":3},{"source":137,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":140},{"source":12,"target":141},{"source":12,"target":142},{"source":140,"target":4},{"source":140,"target":143},{"source":140,"target":12},{"source":143,"target":4},{"source":141,"target":3},{"source":141,"target":144},{"source":141,"target":12},{"source":144,"target":3},{"source":142,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":145},{"source":13,"target":146},{"source":13,"target":147},{"source":145,"target":5},{"source":145,"target":148},{"source":145,"target":13},{"source":148,"target":5},{"source":146,"target":3},{"source":146,"target":149},{"source":146,"target":13},{"source":149,"target":3},{"source":147,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":150},{"source":14,"target":151},{"source":14,"target":152},{"source":150,"target":6},{"source":150,"target":153},{"source":150,"target":14},{"source":153,"target":6},{"source":151,"target":3},{"source":151,"target":154},{"source":151,"target":14},{"source":154,"target":3},{"source":152,"target":10},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":155},{"source":15,"target":156},{"source":15,"target":157},{"source":155,"target":8},{"source":155,"target":158},{"source":155,"target":15},{"source":158,"target":8},{"source":156,"target":16},{"source":156,"target":159},{"source":156,"target":15},{"source":159,"target":16},{"source":157,"target":10},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":160},{"source":16,"target":161},{"source":16,"target":162},{"source":16,"target":163},{"source":16,"target":164},{"source":16,"target":165},{"source":160,"target":19},{"source":160,"target":166},{"source":160,"target":16},{"source":166,"target":19},{"source":161,"target":15},{"source":161,"target":167},{"source":161,"target":16},{"source":167,"target":15},{"source":162,"target":168},{"source":162,"target":16},{"source":163,"target":169},{"source":163,"target":16},{"source":164,"target":170},{"source":164,"target":16},{"source":165,"target":2},{"source":17,"target":0},{"source":17,"target":171},{"source":17,"target":172},{"source":17,"target":173},{"source":17,"target":174},{"source":17,"target":175},{"source":17,"target":176},{"source":17,"target":177},{"source":17,"target":178},{"source":17,"target":179},{"source":17,"target":180},{"source":171,"target":181},{"source":171,"target":17},{"source":172,"target":182},{"source":172,"target":17},{"source":173,"target":183},{"source":173,"target":17},{"source":174,"target":184},{"source":174,"target":17},{"source":175,"target":185},{"source":175,"target":17},{"source":176,"target":186},{"source":176,"target":17},{"source":177,"target":187},{"source":177,"target":17},{"source":178,"target":188},{"source":178,"target":17},{"source":179,"target":189},{"source":179,"target":17},{"source":180,"target":2},{"source":180,"target":190},{"source":180,"target":17},{"source":190,"target":2},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":191},{"source":191,"target":3},{"source":19,"target":0},{"source":19,"target":2},{"source":19,"target":192},{"source":19,"target":193},{"source":19,"target":194},{"source":19,"target":195},{"source":19,"target":196},{"source":19,"target":197},{"source":19,"target":198},{"source":19,"target":199},{"source":19,"target":200},{"source":19,"target":201},{"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":19,"target":208},{"source":192,"target":209},{"source":192,"target":19},{"source":193,"target":16},{"source":193,"target":210},{"source":193,"target":19},{"source":210,"target":16},{"source":194,"target":211},{"source":194,"target":19},{"source":195,"target":212},{"source":195,"target":19},{"source":196,"target":213},{"source":196,"target":19},{"source":197,"target":214},{"source":197,"target":19},{"source":198,"target":215},{"source":198,"target":19},{"source":199,"target":216},{"source":199,"target":19},{"source":200,"target":217},{"source":200,"target":19},{"source":201,"target":218},{"source":201,"target":19},{"source":202,"target":219},{"source":202,"target":19},{"source":203,"target":220},{"source":203,"target":19},{"source":204,"target":221},{"source":204,"target":19},{"source":205,"target":23},{"source":205,"target":222},{"source":205,"target":19},{"source":222,"target":23},{"source":206,"target":223},{"source":206,"target":19},{"source":207,"target":224},{"source":207,"target":19},{"source":208,"target":2},{"source":20,"target":0},{"source":20,"target":10},{"source":20,"target":225},{"source":20,"target":226},{"source":20,"target":227},{"source":225,"target":3},{"source":225,"target":228},{"source":225,"target":20},{"source":228,"target":3},{"source":226,"target":7},{"source":226,"target":229},{"source":226,"target":20},{"source":229,"target":7},{"source":227,"target":10},{"source":21,"target":0},{"source":21,"target":2},{"source":21,"target":230},{"source":21,"target":231},{"source":21,"target":232},{"source":21,"target":233},{"source":21,"target":234},{"source":21,"target":235},{"source":21,"target":236},{"source":21,"target":237},{"source":21,"target":238},{"source":21,"target":239},{"source":21,"target":240},{"source":21,"target":241},{"source":21,"target":242},{"source":21,"target":243},{"source":21,"target":244},{"source":21,"target":245},{"source":21,"target":246},{"source":21,"target":247},{"source":21,"target":248},{"source":21,"target":249},{"source":21,"target":250},{"source":21,"target":251},{"source":21,"target":252},{"source":21,"target":253},{"source":230,"target":254},{"source":230,"target":21},{"source":231,"target":255},{"source":231,"target":21},{"source":232,"target":256},{"source":232,"target":21},{"source":233,"target":257},{"source":233,"target":21},{"source":234,"target":258},{"source":234,"target":21},{"source":235,"target":259},{"source":235,"target":21},{"source":236,"target":260},{"source":236,"target":21},{"source":237,"target":261},{"source":237,"target":21},{"source":238,"target":262},{"source":238,"target":21},{"source":239,"target":263},{"source":239,"target":21},{"source":240,"target":264},{"source":240,"target":21},{"source":241,"target":265},{"source":241,"target":21},{"source":242,"target":266},{"source":242,"target":21},{"source":243,"target":267},{"source":243,"target":21},{"source":244,"target":268},{"source":244,"target":21},{"source":245,"target":269},{"source":245,"target":21},{"source":246,"target":270},{"source":246,"target":21},{"source":247,"target":271},{"source":247,"target":21},{"source":248,"target":272},{"source":248,"target":21},{"source":249,"target":273},{"source":249,"target":21},{"source":250,"target":5},{"source":250,"target":274},{"source":250,"target":21},{"source":274,"target":5},{"source":251,"target":275},{"source":251,"target":21},{"source":252,"target":276},{"source":252,"target":21},{"source":253,"target":2},{"source":22,"target":0},{"source":22,"target":10},{"source":22,"target":277},{"source":22,"target":278},{"source":22,"target":279},{"source":277,"target":3},{"source":277,"target":280},{"source":277,"target":22},{"source":280,"target":3},{"source":278,"target":3},{"source":278,"target":281},{"source":278,"target":22},{"source":281,"target":3},{"source":279,"target":10},{"source":23,"target":0},{"source":23,"target":2},{"source":23,"target":282},{"source":23,"target":283},{"source":23,"target":284},{"source":23,"target":285},{"source":282,"target":286},{"source":282,"target":23},{"source":283,"target":287},{"source":283,"target":23},{"source":284,"target":288},{"source":284,"target":23},{"source":285,"target":2},{"source":24,"target":0},{"source":24,"target":2},{"source":24,"target":289},{"source":24,"target":290},{"source":24,"target":291},{"source":24,"target":292},{"source":24,"target":293},{"source":24,"target":294},{"source":24,"target":295},{"source":24,"target":296},{"source":289,"target":297},{"source":289,"target":24},{"source":290,"target":298},{"source":290,"target":24},{"source":291,"target":299},{"source":291,"target":24},{"source":292,"target":300},{"source":292,"target":24},{"source":293,"target":301},{"source":293,"target":24},{"source":294,"target":302},{"source":294,"target":24},{"source":295,"target":303},{"source":295,"target":24},{"source":296,"target":2},{"source":25,"target":0},{"source":25,"target":2},{"source":25,"target":304},{"source":25,"target":305},{"source":304,"target":306},{"source":304,"target":25},{"source":305,"target":2},{"source":26,"target":0},{"source":26,"target":307},{"source":26,"target":308},{"source":26,"target":309},{"source":307,"target":310},{"source":307,"target":26},{"source":308,"target":2},{"source":308,"target":311},{"source":308,"target":26},{"source":311,"target":2},{"source":309,"target":312},{"source":309,"target":26},{"source":27,"target":0},{"source":27,"target":2},{"source":27,"target":313},{"source":27,"target":314},{"source":27,"target":315},{"source":313,"target":316},{"source":313,"target":27},{"source":314,"target":30},{"source":314,"target":317},{"source":314,"target":27},{"source":317,"target":30},{"source":315,"target":2},{"source":28,"target":0},{"source":28,"target":2},{"source":28,"target":318},{"source":28,"target":319},{"source":28,"target":320},{"source":318,"target":321},{"source":318,"target":28},{"source":319,"target":31},{"source":319,"target":322},{"source":319,"target":28},{"source":322,"target":31},{"source":320,"target":2},{"source":29,"target":0},{"source":29,"target":2},{"source":29,"target":323},{"source":29,"target":324},{"source":29,"target":325},{"source":323,"target":326},{"source":323,"target":29},{"source":324,"target":32},{"source":324,"target":327},{"source":324,"target":29},{"source":327,"target":32},{"source":325,"target":2},{"source":30,"target":0},{"source":30,"target":10},{"source":30,"target":328},{"source":30,"target":329},{"source":30,"target":330},{"source":328,"target":27},{"source":328,"target":331},{"source":328,"target":30},{"source":331,"target":27},{"source":329,"target":3},{"source":329,"target":332},{"source":329,"target":30},{"source":332,"target":3},{"source":330,"target":10},{"source":31,"target":0},{"source":31,"target":10},{"source":31,"target":333},{"source":31,"target":334},{"source":31,"target":335},{"source":333,"target":28},{"source":333,"target":336},{"source":333,"target":31},{"source":336,"target":28},{"source":334,"target":3},{"source":334,"target":337},{"source":334,"target":31},{"source":337,"target":3},{"source":335,"target":10},{"source":32,"target":0},{"source":32,"target":10},{"source":32,"target":338},{"source":32,"target":339},{"source":32,"target":340},{"source":338,"target":29},{"source":338,"target":341},{"source":338,"target":32},{"source":341,"target":29},{"source":339,"target":3},{"source":339,"target":342},{"source":339,"target":32},{"source":342,"target":3},{"source":340,"target":10},{"source":33,"target":0},{"source":33,"target":3},{"source":33,"target":343},{"source":343,"target":3},{"source":34,"target":0},{"source":34,"target":2},{"source":34,"target":344},{"source":34,"target":345},{"source":34,"target":346},{"source":344,"target":347},{"source":344,"target":34},{"source":345,"target":35},{"source":345,"target":348},{"source":345,"target":34},{"source":348,"target":35},{"source":346,"target":2},{"source":35,"target":0},{"source":35,"target":10},{"source":35,"target":349},{"source":35,"target":350},{"source":35,"target":351},{"source":349,"target":34},{"source":349,"target":352},{"source":349,"target":35},{"source":352,"target":34},{"source":350,"target":3},{"source":350,"target":353},{"source":350,"target":35},{"source":353,"target":3},{"source":351,"target":10},{"source":36,"target":0},{"source":36,"target":2},{"source":36,"target":354},{"source":36,"target":355},{"source":36,"target":356},{"source":354,"target":357},{"source":354,"target":36},{"source":355,"target":37},{"source":355,"target":358},{"source":355,"target":36},{"source":358,"target":37},{"source":356,"target":2},{"source":37,"target":0},{"source":37,"target":10},{"source":37,"target":359},{"source":37,"target":360},{"source":37,"target":361},{"source":359,"target":36},{"source":359,"target":362},{"source":359,"target":37},{"source":362,"target":36},{"source":360,"target":3},{"source":360,"target":363},{"source":360,"target":37},{"source":363,"target":3},{"source":361,"target":10},{"source":38,"target":0},{"source":38,"target":2},{"source":38,"target":364},{"source":38,"target":365},{"source":38,"target":366},{"source":364,"target":367},{"source":364,"target":38},{"source":365,"target":39},{"source":365,"target":368},{"source":365,"target":38},{"source":368,"target":39},{"source":366,"target":2},{"source":39,"target":0},{"source":39,"target":10},{"source":39,"target":369},{"source":39,"target":370},{"source":39,"target":371},{"source":369,"target":38},{"source":369,"target":372},{"source":369,"target":39},{"source":372,"target":38},{"source":370,"target":3},{"source":370,"target":373},{"source":370,"target":39},{"source":373,"target":3},{"source":371,"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="foundationmodel"
nsURI="http://foundationmodel/1.0" nsPrefix="foundationmodel">
<eClassifiers xsi:type="ecore:EClass" name="Person">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="committerId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bugzillaEmail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="committerAgreement" eType="#//IndividualCommitterAgreeemnt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gitEmail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Review" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="approval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#//Comment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReleaseReview" eSuperTypes="#//Review"/>
<eClassifiers xsi:type="ecore:EClass" name="GraduationReview" eSuperTypes="#//ReleaseReview"/>
<eClassifiers xsi:type="ecore:EClass" name="RestructuringReview" eSuperTypes="#//Review"/>
<eClassifiers xsi:type="ecore:EClass" name="Release">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Review" eType="#//ReleaseReview"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="updateSite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newAndNoteworthy" upperBound="-1"
eType="#//NewAndNoteworthy"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="EReference0" eType="#//ProjectPlan"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iplog" eType="#//IPLog"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreationReview" eSuperTypes="#//Review">
<eStructuralFeatures xsi:type="ecore:EReference" name="committers" eType="#//Committer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="whyEclipse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialContribution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="legalIssues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interestedParties" upperBound="-1"
eType="#//InterestedParty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TopLevelProject" eSuperTypes="#//Project">
<eOperations name="getPmcMembers"/>
<eOperations name="getPmcLead"/>
<eOperations name="getArchitectureCouncilRep"/>
<eOperations name="getPlanningCouncilRep"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="charter" eType="#//Charter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubProject" eSuperTypes="#//Project">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Project"
eOpposite="#//Project/children"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Project" abstract="true">
<eOperations name="getCommitters"/>
<eOperations name="getLeaders"/>
<eOperations name="getMentors"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="namespace" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projectId" 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="longName" 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="reviews" upperBound="-1"
eType="#//Review"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="release" upperBound="-1"
eType="#//Release" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="approval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="paragraph" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="downloadDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceRepository" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bugzilla" upperBound="-1"
eType="#//BugzillaProjectLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//SubProject" containment="true" eOpposite="#//SubProject/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationship" upperBound="-1"
eType="#//ProjectRelationship" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="websiteUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wikiUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="retentionPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Organization">
<eOperations name="getPlanningCouncilRep"/>
<eOperations name="getArchitectureCouncilRep"/>
<eOperations name="getBoardMember"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="committerAgreement" eType="#//MemberCommitterAgreement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="logo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logoAgreement" eType="#//LogoAgreement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memberType" eType="#//MemberType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrganizationRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" lowerBound="1"
eType="#//Organization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="employee" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//OrganizationRelation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrganizationRelation">
<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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="person" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//ProjectRelation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectRelation">
<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="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Approval">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="person" eType="#//Person"/>
<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="NewAndNoteworthy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Committer">
<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="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isProjectLead" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="affiliation" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rationale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectPlan">
<eStructuralFeatures xsi:type="ecore:EReference" name="theme" upperBound="-1"
eType="#//Theme"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPLog"/>
<eClassifiers xsi:type="ecore:EClass" name="SimultaneousRelease">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1"
eType="#//SimultaneousReleaseProject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimultaneousReleaseProject">
<eStructuralFeatures xsi:type="ecore:EReference" name="project" lowerBound="1"
eType="#//Project"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="release" lowerBound="1"
eType="#//Release"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="joinDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BugzillaProjectLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="product" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="component" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BugzillaPlanLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="product" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="component" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Theme">
<eStructuralFeatures xsi:type="ecore:EReference" name="bugzilla" upperBound="-1"
eType="#//BugzillaPlanLink"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TerminationReview" eSuperTypes="#//Review"/>
<eClassifiers xsi:type="ecore:EClass" name="CommitterAgreement"/>
<eClassifiers xsi:type="ecore:EClass" name="MemberCommitterAgreement" eSuperTypes="#//CommitterAgreement"/>
<eClassifiers xsi:type="ecore:EClass" name="IndividualCommitterAgreeemnt" eSuperTypes="#//CommitterAgreement"/>
<eClassifiers xsi:type="ecore:EClass" name="InterestedParty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="affiliation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Charter"/>
<eClassifiers xsi:type="ecore:EClass" name="LogoAgreement"/>
<eClassifiers xsi:type="ecore:EEnum" name="MemberType">
<eLiterals name="Strategic"/>
<eLiterals name="Enterprise" value="1"/>
<eLiterals name="Solution" value="2"/>
<eLiterals name="Associate" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContributionQuestionnaire">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filePattern" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attachments" upperBound="-1"
eType="#//SourceAttachment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ContributionType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="discussion" upperBound="-1"
eType="#//Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pmcApproval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ipTeamApproval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="emoApproval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requester" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="license" lowerBound="1"
eType="#//License"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributors" eType="#//Contribution"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceAttachment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attachment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ContributionType">
<eLiterals name="Eclipse"/>
<eLiterals name="Prereq" value="1"/>
<eLiterals name="ExemptPrereq" value="2"/>
<eLiterals name="Workswith" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reply" upperBound="-1"
eType="#//Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Contribution">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributor" lowerBound="1"
eType="#//Person"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="License">
<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="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelRunnable/differentSelectionMethodsOriginals/FoundationModel.ecore | ecore | foundationmodel
Person
id
committerId
firstName
lastName
email
bugzillaEmail
committerAgreement
gitEmail
Review
description
startDate
approval
endDate
comments
ReleaseReview
GraduationReview
RestructuringReview
Release
name
Review
updateSite
newAndNoteworthy
date
EReference0
iplog
CreationReview
committers
whyEclipse
initialContribution
legalIssues
interestedParties
TopLevelProject
getPmcMembers
getPmcLead
getArchitectureCouncilRep
getPlanningCouncilRep
charter
SubProject
scope
parent
Project
getCommitters
getLeaders
getMentors
id
projectId
name
longName
description
reviews
release
approval
paragraph
downloadDirectory
sourceRepository
namespace
bugzilla
children
relationship
websiteUrl
wikiUrl
scope
retentionPolicy
Organization
getPlanningCouncilRep
getArchitectureCouncilRep
getBoardMember
committerAgreement
name
id
description
logo
logoAgreement
memberType
active
OrganizationRelationship
organization
employee
startDate
endDate
relation
OrganizationRelation
title
description
ProjectRelationship
person
relation
startDate
endDate
ProjectRelation
title
description
Approval
date
person
comment
NewAndNoteworthy
name
description
Committer
name
email
isProjectLead
affiliation
rationale
ProjectPlan
theme
IPLog
SimultaneousRelease
name
date
participants
SimultaneousReleaseProject
project
release
joinDate
BugzillaProjectLink
product
component
BugzillaPlanLink
product
component
version
Theme
bugzilla
name
description
TerminationReview
CommitterAgreement
MemberCommitterAgreement
IndividualCommitterAgreeemnt
InterestedParty
name
affiliation
Charter
LogoAgreement
MemberType
Strategic
Strategic
Enterprise
Enterprise
Solution
Solution
Associate
Associate
ContributionQuestionnaire
title
version
filePattern
attachments
active
type
discussion
pmcApproval
ipTeamApproval
emoApproval
date
requester
license
contributors
id
SourceAttachment
active
attachment
ContributionType
Eclipse
Eclipse
Prereq
Prereq
ExemptPrereq
ExemptPrereq
Workswith
Workswith
Comment
content
reply
author
date
Contribution
amount
contributor
License
name
url | null | {"directed":true,"nodes":[{"nsPrefix":"foundationmodel","nsURI":"http://foundationmodel/1.0","name":"foundationmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReleaseReview","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraduationReview","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RestructuringReview","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Release","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreationReview","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLevelProject","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubProject","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organization","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganizationRelationship","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganizationRelation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectRelationship","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectRelation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Approval","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewAndNoteworthy","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Committer","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectPlan","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPLog","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimultaneousRelease","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimultaneousReleaseProject","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BugzillaProjectLink","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BugzillaPlanLink","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Theme","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminationReview","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommitterAgreement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberCommitterAgreement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndividualCommitterAgreeemnt","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterestedParty","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Charter","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogoAgreement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MemberType","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContributionQuestionnaire","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceAttachment","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContributionType","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"License","instanceClass":null,"abstract":false,"id":39,"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":true,"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":"committerId","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":"firstName","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":"lastName","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":"email","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bugzillaEmail","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"committerAgreement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gitEmail","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"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":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":"startDate","changeable":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"approval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Review","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":"updateSite","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"newAndNoteworthy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"EReference0","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":false,"unsettable":false,"transient":false,"unique":true,"name":"iplog","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"committers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"whyEclipse","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialContribution","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"legalIssues","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interestedParties","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPmcMembers","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPmcLead","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArchitectureCouncilRep","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPlanningCouncilRep","lowerBound":0,"id":97,"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":"charter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getCommitters","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLeaders","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMentors","lowerBound":0,"id":109,"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":"id","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":"projectId","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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviews","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":"release","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":"approval","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"paragraph","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"downloadDirectory","changeable":true,"lowerBound":0,"iD":false,"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":true,"name":"sourceRepository","changeable":true,"lowerBound":0,"iD":false,"id":120,"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":"namespace","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":false,"unsettable":false,"transient":false,"unique":true,"name":"bugzilla","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationship","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":"websiteUrl","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":"wikiUrl","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":"scope","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retentionPolicy","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"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPlanningCouncilRep","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArchitectureCouncilRep","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBoardMember","lowerBound":0,"id":149,"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":"committerAgreement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"id","changeable":true,"lowerBound":0,"iD":true,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"logo","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logoAgreement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memberType","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"employee","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"startDate","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":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","changeable":true,"lowerBound":1,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":188,"derived":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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"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":"name","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":"description","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isProjectLead","changeable":true,"lowerBound":1,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"affiliation","changeable":true,"lowerBound":1,"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":"rationale","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"theme","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"release","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"joinDate","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"product","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":"component","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bugzilla","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"affiliation","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"name":"Strategic","id":249,"value":0,"literal":"Strategic","eClass":"EEnumLiteral"},{"name":"Enterprise","id":250,"value":1,"literal":"Enterprise","eClass":"EEnumLiteral"},{"name":"Solution","id":251,"value":2,"literal":"Solution","eClass":"EEnumLiteral"},{"name":"Associate","id":252,"value":3,"literal":"Associate","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":"title","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":254,"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":"filePattern","changeable":true,"lowerBound":0,"iD":false,"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":"attachments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"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":"active","changeable":true,"lowerBound":1,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discussion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pmcApproval","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":"ipTeamApproval","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":"emoApproval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requester","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"license","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"contributors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":1,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attachment","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"name":"Eclipse","id":287,"value":0,"literal":"Eclipse","eClass":"EEnumLiteral"},{"name":"Prereq","id":288,"value":1,"literal":"Prereq","eClass":"EEnumLiteral"},{"name":"ExemptPrereq","id":289,"value":2,"literal":"ExemptPrereq","eClass":"EEnumLiteral"},{"name":"Workswith","id":290,"value":3,"literal":"Workswith","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":"content","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reply","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":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":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"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":"amount","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":300,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":1,"target":0},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":40,"target":48},{"source":40,"target":1},{"source":41,"target":49},{"source":41,"target":1},{"source":42,"target":50},{"source":42,"target":1},{"source":43,"target":51},{"source":43,"target":1},{"source":44,"target":52},{"source":44,"target":1},{"source":45,"target":53},{"source":45,"target":1},{"source":46,"target":29},{"source":46,"target":54},{"source":46,"target":1},{"source":54,"target":29},{"source":47,"target":55},{"source":47,"target":1},{"source":2,"target":0},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":56,"target":61},{"source":56,"target":2},{"source":57,"target":62},{"source":57,"target":2},{"source":58,"target":16},{"source":58,"target":63},{"source":58,"target":2},{"source":63,"target":16},{"source":59,"target":64},{"source":59,"target":2},{"source":60,"target":37},{"source":60,"target":65},{"source":60,"target":2},{"source":65,"target":37},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":66},{"source":66,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":67},{"source":67,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":68},{"source":68,"target":2},{"source":6,"target":0},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":69,"target":76},{"source":69,"target":6},{"source":70,"target":3},{"source":70,"target":77},{"source":70,"target":6},{"source":77,"target":3},{"source":71,"target":78},{"source":71,"target":6},{"source":72,"target":17},{"source":72,"target":79},{"source":72,"target":6},{"source":79,"target":17},{"source":73,"target":80},{"source":73,"target":6},{"source":74,"target":19},{"source":74,"target":81},{"source":74,"target":6},{"source":81,"target":19},{"source":75,"target":20},{"source":75,"target":82},{"source":75,"target":6},{"source":82,"target":20},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":83},{"source":7,"target":84},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":83,"target":18},{"source":83,"target":89},{"source":83,"target":7},{"source":89,"target":18},{"source":84,"target":90},{"source":84,"target":7},{"source":85,"target":91},{"source":85,"target":7},{"source":86,"target":92},{"source":86,"target":7},{"source":87,"target":30},{"source":87,"target":93},{"source":87,"target":7},{"source":93,"target":30},{"source":88,"target":2},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":8,"target":99},{"source":94,"target":8},{"source":95,"target":8},{"source":96,"target":8},{"source":97,"target":8},{"source":98,"target":31},{"source":98,"target":100},{"source":98,"target":8},{"source":100,"target":31},{"source":99,"target":10},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":101},{"source":9,"target":102},{"source":9,"target":103},{"source":101,"target":104},{"source":101,"target":9},{"source":102,"target":10},{"source":102,"target":105},{"source":102,"target":9},{"source":102,"target":106},{"source":105,"target":10},{"source":103,"target":10},{"source":10,"target":0},{"source":10,"target":107},{"source":10,"target":108},{"source":10,"target":109},{"source":10,"target":110},{"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":10,"target":118},{"source":10,"target":119},{"source":10,"target":120},{"source":10,"target":121},{"source":10,"target":122},{"source":10,"target":106},{"source":10,"target":123},{"source":10,"target":124},{"source":10,"target":125},{"source":10,"target":126},{"source":10,"target":127},{"source":107,"target":10},{"source":108,"target":10},{"source":109,"target":10},{"source":110,"target":128},{"source":110,"target":10},{"source":111,"target":129},{"source":111,"target":10},{"source":112,"target":130},{"source":112,"target":10},{"source":113,"target":131},{"source":113,"target":10},{"source":114,"target":132},{"source":114,"target":10},{"source":115,"target":2},{"source":115,"target":133},{"source":115,"target":10},{"source":133,"target":2},{"source":116,"target":6},{"source":116,"target":134},{"source":116,"target":10},{"source":134,"target":6},{"source":117,"target":16},{"source":117,"target":135},{"source":117,"target":10},{"source":135,"target":16},{"source":118,"target":136},{"source":118,"target":10},{"source":119,"target":137},{"source":119,"target":10},{"source":120,"target":138},{"source":120,"target":10},{"source":121,"target":139},{"source":121,"target":10},{"source":122,"target":23},{"source":122,"target":140},{"source":122,"target":10},{"source":140,"target":23},{"source":106,"target":9},{"source":106,"target":141},{"source":106,"target":10},{"source":106,"target":102},{"source":141,"target":9},{"source":123,"target":14},{"source":123,"target":142},{"source":123,"target":10},{"source":142,"target":14},{"source":124,"target":143},{"source":124,"target":10},{"source":125,"target":144},{"source":125,"target":10},{"source":126,"target":145},{"source":126,"target":10},{"source":127,"target":146},{"source":127,"target":10},{"source":11,"target":0},{"source":11,"target":147},{"source":11,"target":148},{"source":11,"target":149},{"source":11,"target":150},{"source":11,"target":151},{"source":11,"target":152},{"source":11,"target":153},{"source":11,"target":154},{"source":11,"target":155},{"source":11,"target":156},{"source":11,"target":157},{"source":147,"target":11},{"source":148,"target":11},{"source":149,"target":11},{"source":150,"target":28},{"source":150,"target":158},{"source":150,"target":11},{"source":158,"target":28},{"source":151,"target":159},{"source":151,"target":11},{"source":152,"target":160},{"source":152,"target":11},{"source":153,"target":161},{"source":153,"target":11},{"source":154,"target":162},{"source":154,"target":11},{"source":155,"target":32},{"source":155,"target":163},{"source":155,"target":11},{"source":163,"target":32},{"source":156,"target":33},{"source":156,"target":164},{"source":156,"target":11},{"source":164,"target":33},{"source":157,"target":165},{"source":157,"target":11},{"source":12,"target":0},{"source":12,"target":166},{"source":12,"target":167},{"source":12,"target":168},{"source":12,"target":169},{"source":12,"target":170},{"source":166,"target":11},{"source":166,"target":171},{"source":166,"target":12},{"source":171,"target":11},{"source":167,"target":1},{"source":167,"target":172},{"source":167,"target":12},{"source":172,"target":1},{"source":168,"target":173},{"source":168,"target":12},{"source":169,"target":174},{"source":169,"target":12},{"source":170,"target":13},{"source":170,"target":175},{"source":170,"target":12},{"source":175,"target":13},{"source":13,"target":0},{"source":13,"target":176},{"source":13,"target":177},{"source":176,"target":178},{"source":176,"target":13},{"source":177,"target":179},{"source":177,"target":13},{"source":14,"target":0},{"source":14,"target":180},{"source":14,"target":181},{"source":14,"target":182},{"source":14,"target":183},{"source":180,"target":1},{"source":180,"target":184},{"source":180,"target":14},{"source":184,"target":1},{"source":181,"target":15},{"source":181,"target":185},{"source":181,"target":14},{"source":185,"target":15},{"source":182,"target":186},{"source":182,"target":14},{"source":183,"target":187},{"source":183,"target":14},{"source":15,"target":0},{"source":15,"target":188},{"source":15,"target":189},{"source":188,"target":190},{"source":188,"target":15},{"source":189,"target":191},{"source":189,"target":15},{"source":16,"target":0},{"source":16,"target":192},{"source":16,"target":193},{"source":16,"target":194},{"source":192,"target":195},{"source":192,"target":16},{"source":193,"target":1},{"source":193,"target":196},{"source":193,"target":16},{"source":196,"target":1},{"source":194,"target":197},{"source":194,"target":16},{"source":17,"target":0},{"source":17,"target":198},{"source":17,"target":199},{"source":198,"target":200},{"source":198,"target":17},{"source":199,"target":201},{"source":199,"target":17},{"source":18,"target":0},{"source":18,"target":202},{"source":18,"target":203},{"source":18,"target":204},{"source":18,"target":205},{"source":18,"target":206},{"source":202,"target":207},{"source":202,"target":18},{"source":203,"target":208},{"source":203,"target":18},{"source":204,"target":209},{"source":204,"target":18},{"source":205,"target":210},{"source":205,"target":18},{"source":206,"target":211},{"source":206,"target":18},{"source":19,"target":0},{"source":19,"target":212},{"source":212,"target":25},{"source":212,"target":213},{"source":212,"target":19},{"source":213,"target":25},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":214},{"source":21,"target":215},{"source":21,"target":216},{"source":214,"target":217},{"source":214,"target":21},{"source":215,"target":218},{"source":215,"target":21},{"source":216,"target":22},{"source":216,"target":219},{"source":216,"target":21},{"source":219,"target":22},{"source":22,"target":0},{"source":22,"target":220},{"source":22,"target":221},{"source":22,"target":222},{"source":220,"target":10},{"source":220,"target":223},{"source":220,"target":22},{"source":223,"target":10},{"source":221,"target":6},{"source":221,"target":224},{"source":221,"target":22},{"source":224,"target":6},{"source":222,"target":225},{"source":222,"target":22},{"source":23,"target":0},{"source":23,"target":226},{"source":23,"target":227},{"source":226,"target":228},{"source":226,"target":23},{"source":227,"target":229},{"source":227,"target":23},{"source":24,"target":0},{"source":24,"target":230},{"source":24,"target":231},{"source":24,"target":232},{"source":230,"target":233},{"source":230,"target":24},{"source":231,"target":234},{"source":231,"target":24},{"source":232,"target":235},{"source":232,"target":24},{"source":25,"target":0},{"source":25,"target":236},{"source":25,"target":237},{"source":25,"target":238},{"source":236,"target":24},{"source":236,"target":239},{"source":236,"target":25},{"source":239,"target":24},{"source":237,"target":240},{"source":237,"target":25},{"source":238,"target":241},{"source":238,"target":25},{"source":26,"target":0},{"source":26,"target":2},{"source":26,"target":242},{"source":242,"target":2},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":243},{"source":243,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":244},{"source":244,"target":27},{"source":30,"target":0},{"source":30,"target":245},{"source":30,"target":246},{"source":245,"target":247},{"source":245,"target":30},{"source":246,"target":248},{"source":246,"target":30},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":249},{"source":33,"target":250},{"source":33,"target":251},{"source":33,"target":252},{"source":249,"target":33},{"source":250,"target":33},{"source":251,"target":33},{"source":252,"target":33},{"source":34,"target":0},{"source":34,"target":253},{"source":34,"target":254},{"source":34,"target":255},{"source":34,"target":256},{"source":34,"target":257},{"source":34,"target":258},{"source":34,"target":259},{"source":34,"target":260},{"source":34,"target":261},{"source":34,"target":262},{"source":34,"target":263},{"source":34,"target":264},{"source":34,"target":265},{"source":34,"target":266},{"source":34,"target":267},{"source":253,"target":268},{"source":253,"target":34},{"source":254,"target":269},{"source":254,"target":34},{"source":255,"target":270},{"source":255,"target":34},{"source":256,"target":35},{"source":256,"target":271},{"source":256,"target":34},{"source":271,"target":35},{"source":257,"target":272},{"source":257,"target":34},{"source":258,"target":36},{"source":258,"target":273},{"source":258,"target":34},{"source":273,"target":36},{"source":259,"target":37},{"source":259,"target":274},{"source":259,"target":34},{"source":274,"target":37},{"source":260,"target":16},{"source":260,"target":275},{"source":260,"target":34},{"source":275,"target":16},{"source":261,"target":16},{"source":261,"target":276},{"source":261,"target":34},{"source":276,"target":16},{"source":262,"target":16},{"source":262,"target":277},{"source":262,"target":34},{"source":277,"target":16},{"source":263,"target":278},{"source":263,"target":34},{"source":264,"target":1},{"source":264,"target":279},{"source":264,"target":34},{"source":279,"target":1},{"source":265,"target":39},{"source":265,"target":280},{"source":265,"target":34},{"source":280,"target":39},{"source":266,"target":38},{"source":266,"target":281},{"source":266,"target":34},{"source":281,"target":38},{"source":267,"target":282},{"source":267,"target":34},{"source":35,"target":0},{"source":35,"target":283},{"source":35,"target":284},{"source":283,"target":285},{"source":283,"target":35},{"source":284,"target":286},{"source":284,"target":35},{"source":36,"target":0},{"source":36,"target":287},{"source":36,"target":288},{"source":36,"target":289},{"source":36,"target":290},{"source":287,"target":36},{"source":288,"target":36},{"source":289,"target":36},{"source":290,"target":36},{"source":37,"target":0},{"source":37,"target":291},{"source":37,"target":292},{"source":37,"target":293},{"source":37,"target":294},{"source":291,"target":295},{"source":291,"target":37},{"source":292,"target":37},{"source":292,"target":296},{"source":292,"target":37},{"source":296,"target":37},{"source":293,"target":1},{"source":293,"target":297},{"source":293,"target":37},{"source":297,"target":1},{"source":294,"target":298},{"source":294,"target":37},{"source":38,"target":0},{"source":38,"target":299},{"source":38,"target":300},{"source":299,"target":301},{"source":299,"target":38},{"source":300,"target":1},{"source":300,"target":302},{"source":300,"target":38},{"source":302,"target":1},{"source":39,"target":0},{"source":39,"target":303},{"source":39,"target":304},{"source":303,"target":305},{"source":303,"target":39},{"source":304,"target":306},{"source":304,"target":39}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="WebDevProjectMM" nsURI="https://www.WebDevProjectMM.com" nsPrefix="WebDevProjectMM">
<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>
<eAnnotations source="gmf"/>
<eClassifiers xsi:type="ecore:EClass" name="Role">
<eAnnotations source="gmf.node">
<details key="figure" value="svg"/>
<details key="label" value="name"/>
<details key="svg.uri" value="platform:/plugin/Project/figures/user.svg"/>
<details key="label.icon" value="false"/>
<details key="label.placement" value="external"/>
</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="numAccesiblePages" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="self.webpage->size()"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="webpage" lowerBound="1"
upperBound="-1" eType="#//WebPage" eOpposite="#//WebPage/role">
<eAnnotations source="gmf.link">
<details key="target.decoration" value="arrow"/>
<details key="color" value="178,178,178"/>
<details key="style" value="dot"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WebSite">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="R6MustIncludeAtLeastOneQuestionnaire R6MustIncludeAtLeastOneSurvey"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="R6MustIncludeAtLeastOneQuestionnaire" value="
			let allForms : Collection(Form) = self.webPages->selectByKind(Form),
				existsAnyQuestionnaires : Boolean = allForms->exists(f : Form | f.formType = Form_Type::QUESTIONNAIRE)
			in
				existsAnyQuestionnaires"/>
<details key="R6MustIncludeAtLeastOneSurvey" value="
			let allForms : Collection(Form) = self.webPages->selectByKind(Form),
				existsAnySurvey : Boolean = allForms->exists(f : Form | f.formType = Form_Type::SURVEY)
			in
				existsAnySurvey"/>
</eAnnotations>
<eAnnotations source="gmf.diagram">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="roles" lowerBound="1" upperBound="-1"
eType="#//Role" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="webPages" lowerBound="1"
upperBound="-1" eType="#//WebPage" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="URL" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="link" upperBound="-1" eType="#//PageLink"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WebPage" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="R2isolatedWebPage"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="R2isolatedWebPage" value="self.role->size() > 0 or self.incoming->size() > 0"/>
</eAnnotations>
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="socialnetworkcontent" upperBound="-1"
eType="#//SocialNetworkContent" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//Elements" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1"
eType="#//PageLink" eOpposite="#//PageLink/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1"
eType="#//PageLink" eOpposite="#//PageLink/target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="role" upperBound="-1" eType="#//Role"
eOpposite="#//Role/webpage"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="externalLink" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SocialNetworkContent">
<eAnnotations source="gmf.node">
<details key="label" value="parameters"/>
<details key="color" value="203,223,189"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="socialNetworkType" lowerBound="1"
eType="#//SocialNetwork_Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RegularContentPage" eSuperTypes="#//WebPage">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
<details key="color" value="246,244,210"/>
<details key="label.icon" value="false"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Form" eSuperTypes="#//WebPage">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="R7AllQustionsInQuestionnaireHasCorrectAnswer"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="R7AllQustionsInQuestionnaireHasCorrectAnswer" value="
					let isQuestionnaire : Boolean = self.formType = Form_Type::QUESTIONNAIRE,
						allQuestionDefinitions : Collection(QuestionDefinition) = self.questions->selectByKind(QuestionDefinition),
						allQuestionDefinitionsHaveAnAnswer : Boolean = allQuestionDefinitions->forAll(q : QuestionDefinition | q.correctAnswer->size() > 0),
						allStoredQuestions : Collection(StoredQuestion) = self.questions->selectByKind(StoredQuestion),
						allStoredQuestionsHaveAnAnswer : Boolean = allStoredQuestions->forAll(q : StoredQuestion | q.definitionOfQuestion.oclAsType(QuestionDefinition).correctAnswer->size() > 0)
					in
						isQuestionnaire implies
						(
							(allQuestionDefinitions->size() > 0 implies allQuestionDefinitionsHaveAnAnswer)
							and
							(allStoredQuestions->size() > 0 implies allStoredQuestionsHaveAnAnswer)
						)"/>
</eAnnotations>
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
<details key="color" value="212,224,155"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="questions" lowerBound="1"
upperBound="-1" eType="#//Question" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formType" lowerBound="1"
eType="#//Form_Type"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numTFQuestions" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="self.questions->select(q:Question|(q.oclIsKindOf(QuestionDefinition) and q.oclAsType(QuestionDefinition).type = QuestionType::TRUE_FALSE) or (q.oclIsKindOf(StoredQuestion) and q.oclAsType(StoredQuestion).definitionOfQuestion.type = QuestionType::TRUE_FALSE) )->size()"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numMCQuestions" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="self.questions->select(q:Question|(q.oclIsKindOf(QuestionDefinition) and q.oclAsType(QuestionDefinition).type = QuestionType::MULTIPLE_CHOICE) or (q.oclIsKindOf(StoredQuestion) and q.oclAsType(StoredQuestion).definitionOfQuestion.type = QuestionType::MULTIPLE_CHOICE) )->size()"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Question" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="StoredQuestion" eSuperTypes="#//Question">
<eAnnotations source="gmf.node">
<details key="color" value="143,192,169"/>
<details key="label" value="descQuestionDefinition"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="descQuestionDefinition"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="if self.definitionOfQuestion->size() = 1 then self.definitionOfQuestion.description else '' endif"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitionOfQuestion" lowerBound="1"
eType="#//QuestionDefinition">
<eAnnotations source="gmf.affixed"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QuestionsRepo">
<eStructuralFeatures xsi:type="ecore:EReference" name="questionDefinitions" upperBound="-1"
eType="#//QuestionDefinition" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QuestionDefinition" eSuperTypes="#//Question">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="onlyItsOwnAnswers trueFalseAndShortQuestionHaveOnlyOneCorrectAnswer"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="onlyItsOwnAnswers" value="self.correctAnswer->size() > 0 implies self.possibleAsnwer->includesAll(self.correctAnswer)"/>
<details key="trueFalseAndShortQuestionHaveOnlyOneCorrectAnswer" value="(self.type = QuestionType::TRUE_FALSE or self.type = QuestionType::SHORT_QUESTION) implies self.correctAnswer->size() < 2"/>
</eAnnotations>
<eAnnotations source="gmf.node">
<details key="label" value="description"/>
<details key="color" value="104,176,171"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="possibleAsnwer" upperBound="-1"
eType="#//PossibleAsnwer" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//QuestionType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="correctAnswer" upperBound="-1"
eType="#//PossibleAsnwer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PossibleAsnwer">
<eAnnotations source="gmf.node">
<details key="label" value="answerText"/>
<details key="label.icon" value="false"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="answerText" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Elements" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Text" eSuperTypes="#//Elements">
<eAnnotations source="gmf.node">
<details key="label" value="text"/>
<details key="color" value="241,156,121"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Database">
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1"
eType="#//Entity" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="primaryKeyMustBeOwnAttribute canNotReferToItself"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="primaryKeyMustBeOwnAttribute" value="self.attributes->includes(self.primary_key)"/>
<details key="canNotReferToItself" value="not self.refersTo->includes(self)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" lowerBound="1"
upperBound="-1" eType="#//Attribute" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" upperBound="-1"
eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primary_key" lowerBound="1"
eType="#//Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute">
<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="attributePrimitiveData_Type"
lowerBound="1" eType="#//AttributePrimitiveData_Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="QuestionType">
<eLiterals name="MULTIPLE_CHOICE"/>
<eLiterals name="TRUE_FALSE" value="1"/>
<eLiterals name="SHORT_QUESTION" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AttributePrimitiveData_Type">
<eLiterals name="REAL"/>
<eLiterals name="INTEGER" value="1"/>
<eLiterals name="BOOLEAN" value="2"/>
<eLiterals name="STRING" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PageLink">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="linkCanNotBeToItself"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="linkCanNotBeToItself" value="self.source <> self.target"/>
</eAnnotations>
<eAnnotations source="gmf.link">
<details key="source" value="source"/>
<details key="target" value="target"/>
<details key="target.decoration" value="filledclosedarrow"/>
<details key="color" value="0,0,0"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//WebPage" eOpposite="#//WebPage/outgoing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//WebPage" eOpposite="#//WebPage/incoming"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MediaContent" eSuperTypes="#//Elements">
<eAnnotations source="gmf.node">
<details key="label" value="link"/>
<details key="color" value="164,74,63"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="link" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SocialNetwork_Type">
<eLiterals name="TWITTER"/>
<eLiterals name="RSS" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Form_Type">
<eLiterals name="SURVEY"/>
<eLiterals name="QUESTIONNAIRE" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CRUDPage" abstract="true" eSuperTypes="#//WebPage">
<eStructuralFeatures xsi:type="ecore:EReference" name="entity" lowerBound="1"
eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreationCRUD" eSuperTypes="#//CRUDPage">
<eAnnotations source="gmf.node">
<details key="label.text" value="CreationCRUD"/>
<details key="color" value="203,115,92"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelitionCRUD" eSuperTypes="#//CRUDPage">
<eAnnotations source="gmf.node">
<details key="label.text" value="DelitionCRUD"/>
<details key="color" value="203,115,92"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AllCRUD" eSuperTypes="#//CRUDPage">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="R3ALLCRUDImpliesNoOtherCRUD onlyOneCRUDOfEachTypeMax"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="R3ALLCRUDImpliesNoOtherCRUD" value="
					let allCRUDPages : Collection(CRUDPage) = self.oclContainer().oclAsType(WebSite).webPages->selectByKind(CRUDPage),
						entityCRUDPages : Collection(CRUDPage) = allCRUDPages->select(p : CRUDPage | p.entity = self.entity),
						notALLCRUDTypePages : Collection(CRUDPage) = entityCRUDPages->select(p : CRUDPage | not p.oclIsKindOf(AllCRUD))
					in
						notALLCRUDTypePages->size() = 0"/>
<details key="onlyOneCRUDOfEachTypeMax" value="
					let allCRUDPages : Collection(CRUDPage) = self.oclContainer().oclAsType(WebSite).webPages->selectByKind(CRUDPage),
						entityCRUDPages : Collection(CRUDPage) = allCRUDPages->select(p : CRUDPage | p.entity = self.entity),
						AllCRUDTypePages : Collection(CRUDPage) = entityCRUDPages->selectByKind(AllCRUD),
						IndexCRUDTypePages : Collection(CRUDPage) = entityCRUDPages->selectByKind(IndexCRUD),
						DetailCRUDTypePages : Collection(CRUDPage) = entityCRUDPages->selectByKind(DetailCRUD),
						CreationCRUDTypePages : Collection(CRUDPage) = entityCRUDPages->selectByKind(CreationCRUD),
						DelitionCRUDTypePages : Collection(CRUDPage) = entityCRUDPages->selectByKind(DelitionCRUD)
					in
						AllCRUDTypePages->size() < 2 and
						DetailCRUDTypePages->size() < 2 and
						IndexCRUDTypePages->size() < 2 and
						CreationCRUDTypePages->size() < 2 and
						DelitionCRUDTypePages->size() < 2
					"/>
</eAnnotations>
<eAnnotations source="gmf.node">
<details key="label.text" value="AllCRUD"/>
<details key="color" value="203,115,92"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IndexCRUD" eSuperTypes="#//CRUDPage">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="R4IndexImpliesDetail"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="R4IndexImpliesDetail" value="
					let allDetailPages : Collection(CRUDPage) = self.oclContainer().oclAsType(WebSite).webPages->selectByKind(DetailCRUD)
					in
						allDetailPages->exists(p : CRUDPage | p.entity = self.entity)"/>
</eAnnotations>
<eAnnotations source="gmf.node">
<details key="label.text" value="IndexCRUD"/>
<details key="color" value="203,115,92"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DetailCRUD" eSuperTypes="#//CRUDPage">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="R4DetailImpliesIndex"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="R4DetailImpliesIndex" value="
					let allIndexPages : Collection(CRUDPage) = self.oclContainer().oclAsType(WebSite).webPages->selectByKind(IndexCRUD)
					in
						allIndexPages->exists(p : CRUDPage | p.entity = self.entity)"/>
</eAnnotations>
<eAnnotations source="gmf.node">
<details key="label.text" value="DetailCRUD"/>
<details key="color" value="203,115,92"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Chemabee/DMSS_Project/Project/metamodel/WebDevProject.ecore | ecore | WebDevProjectMM
Role
name
numAccesiblePages
webpage
WebSite
roles
webPages
name
title
description
URL
link
WebPage
socialnetworkcontent
name
title
description
elements
outgoing
incoming
role
externalLink
SocialNetworkContent
parameters
socialNetworkType
RegularContentPage
Form
questions
formType
numTFQuestions
numMCQuestions
Question
StoredQuestion
descQuestionDefinition
definitionOfQuestion
QuestionsRepo
questionDefinitions
QuestionDefinition
possibleAsnwer
description
type
correctAnswer
PossibleAsnwer
answerText
Elements
Text
text
Database
entities
Entity
attributes
refersTo
id
primary_key
Attribute
name
attributePrimitiveData_Type
QuestionType
MULTIPLE_CHOICE
MULTIPLE_CHOICE
TRUE_FALSE
TRUE_FALSE
SHORT_QUESTION
SHORT_QUESTION
AttributePrimitiveData_Type
REAL
REAL
INTEGER
INTEGER
BOOLEAN
BOOLEAN
STRING
STRING
PageLink
source
target
MediaContent
link
SocialNetwork_Type
TWITTER
TWITTER
RSS
RSS
Form_Type
SURVEY
SURVEY
QUESTIONNAIRE
QUESTIONNAIRE
CRUDPage
entity
CreationCRUD
DelitionCRUD
AllCRUD
IndexCRUD
DetailCRUD | null | {"directed":true,"nodes":[{"nsPrefix":"WebDevProjectMM","nsURI":"https://www.WebDevProjectMM.com","name":"WebDevProjectMM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WebSite","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WebPage","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SocialNetworkContent","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegularContentPage","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Question","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoredQuestion","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuestionsRepo","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuestionDefinition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PossibleAsnwer","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Elements","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Database","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"QuestionType","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AttributePrimitiveData_Type","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageLink","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MediaContent","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SocialNetwork_Type","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Form_Type","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CRUDPage","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreationCRUD","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelitionCRUD","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllCRUD","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexCRUD","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DetailCRUD","instanceClass":null,"abstract":false,"id":28,"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":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"numAccesiblePages","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":true},{"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":"webpage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"webPages","changeable":true,"resolveProxies":true,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"URL","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":"link","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"socialnetworkcontent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"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":"externalLink","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"socialNetworkType","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"questions","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"formType","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"numTFQuestions","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"numMCQuestions","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":true},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"descQuestionDefinition","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definitionOfQuestion","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"questionDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"possibleAsnwer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correctAnswer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"answerText","changeable":true,"lowerBound":1,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primary_key","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributePrimitiveData_Type","changeable":true,"lowerBound":1,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"name":"MULTIPLE_CHOICE","id":118,"value":0,"literal":"MULTIPLE_CHOICE","eClass":"EEnumLiteral"},{"name":"TRUE_FALSE","id":119,"value":1,"literal":"TRUE_FALSE","eClass":"EEnumLiteral"},{"name":"SHORT_QUESTION","id":120,"value":2,"literal":"SHORT_QUESTION","eClass":"EEnumLiteral"},{"name":"REAL","id":121,"value":0,"literal":"REAL","eClass":"EEnumLiteral"},{"name":"INTEGER","id":122,"value":1,"literal":"INTEGER","eClass":"EEnumLiteral"},{"name":"BOOLEAN","id":123,"value":2,"literal":"BOOLEAN","eClass":"EEnumLiteral"},{"name":"STRING","id":124,"value":3,"literal":"STRING","eClass":"EEnumLiteral"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"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":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"name":"TWITTER","id":130,"value":0,"literal":"TWITTER","eClass":"EEnumLiteral"},{"name":"RSS","id":131,"value":1,"literal":"RSS","eClass":"EEnumLiteral"},{"name":"SURVEY","id":132,"value":0,"literal":"SURVEY","eClass":"EEnumLiteral"},{"name":"QUESTIONNAIRE","id":133,"value":1,"literal":"QUESTIONNAIRE","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":3},{"source":31,"target":34},{"source":31,"target":1},{"source":31,"target":35},{"source":34,"target":3},{"source":2,"target":0},{"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":36,"target":1},{"source":36,"target":43},{"source":36,"target":2},{"source":43,"target":1},{"source":37,"target":3},{"source":37,"target":44},{"source":37,"target":2},{"source":44,"target":3},{"source":38,"target":45},{"source":38,"target":2},{"source":39,"target":46},{"source":39,"target":2},{"source":40,"target":47},{"source":40,"target":2},{"source":41,"target":48},{"source":41,"target":2},{"source":42,"target":19},{"source":42,"target":49},{"source":42,"target":2},{"source":49,"target":19},{"source":3,"target":0},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":35},{"source":3,"target":57},{"source":50,"target":4},{"source":50,"target":58},{"source":50,"target":3},{"source":58,"target":4},{"source":51,"target":59},{"source":51,"target":3},{"source":52,"target":60},{"source":52,"target":3},{"source":53,"target":61},{"source":53,"target":3},{"source":54,"target":12},{"source":54,"target":62},{"source":54,"target":3},{"source":62,"target":12},{"source":55,"target":19},{"source":55,"target":63},{"source":55,"target":3},{"source":55,"target":64},{"source":63,"target":19},{"source":56,"target":19},{"source":56,"target":65},{"source":56,"target":3},{"source":56,"target":66},{"source":65,"target":19},{"source":35,"target":1},{"source":35,"target":67},{"source":35,"target":3},{"source":35,"target":31},{"source":67,"target":1},{"source":57,"target":68},{"source":57,"target":3},{"source":4,"target":0},{"source":4,"target":69},{"source":4,"target":70},{"source":69,"target":71},{"source":69,"target":4},{"source":70,"target":21},{"source":70,"target":72},{"source":70,"target":4},{"source":72,"target":21},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":73},{"source":73,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":74,"target":7},{"source":74,"target":79},{"source":74,"target":6},{"source":79,"target":7},{"source":75,"target":22},{"source":75,"target":80},{"source":75,"target":6},{"source":80,"target":22},{"source":76,"target":81},{"source":76,"target":6},{"source":77,"target":82},{"source":77,"target":6},{"source":78,"target":3},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":83},{"source":8,"target":84},{"source":8,"target":85},{"source":83,"target":86},{"source":83,"target":8},{"source":84,"target":10},{"source":84,"target":87},{"source":84,"target":8},{"source":87,"target":10},{"source":85,"target":7},{"source":9,"target":0},{"source":9,"target":88},{"source":88,"target":10},{"source":88,"target":89},{"source":88,"target":9},{"source":89,"target":10},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":90},{"source":10,"target":91},{"source":10,"target":92},{"source":10,"target":93},{"source":10,"target":94},{"source":90,"target":11},{"source":90,"target":95},{"source":90,"target":10},{"source":95,"target":11},{"source":91,"target":96},{"source":91,"target":10},{"source":92,"target":17},{"source":92,"target":97},{"source":92,"target":10},{"source":97,"target":17},{"source":93,"target":11},{"source":93,"target":98},{"source":93,"target":10},{"source":98,"target":11},{"source":94,"target":7},{"source":11,"target":0},{"source":11,"target":99},{"source":99,"target":100},{"source":99,"target":11},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":101},{"source":13,"target":102},{"source":101,"target":103},{"source":101,"target":13},{"source":102,"target":12},{"source":14,"target":0},{"source":14,"target":104},{"source":104,"target":15},{"source":104,"target":105},{"source":104,"target":14},{"source":105,"target":15},{"source":15,"target":0},{"source":15,"target":106},{"source":15,"target":107},{"source":15,"target":108},{"source":15,"target":109},{"source":106,"target":16},{"source":106,"target":110},{"source":106,"target":15},{"source":110,"target":16},{"source":107,"target":15},{"source":107,"target":111},{"source":107,"target":15},{"source":111,"target":15},{"source":108,"target":112},{"source":108,"target":15},{"source":109,"target":16},{"source":109,"target":113},{"source":109,"target":15},{"source":113,"target":16},{"source":16,"target":0},{"source":16,"target":114},{"source":16,"target":115},{"source":114,"target":116},{"source":114,"target":16},{"source":115,"target":18},{"source":115,"target":117},{"source":115,"target":16},{"source":117,"target":18},{"source":17,"target":0},{"source":17,"target":118},{"source":17,"target":119},{"source":17,"target":120},{"source":118,"target":17},{"source":119,"target":17},{"source":120,"target":17},{"source":18,"target":0},{"source":18,"target":121},{"source":18,"target":122},{"source":18,"target":123},{"source":18,"target":124},{"source":121,"target":18},{"source":122,"target":18},{"source":123,"target":18},{"source":124,"target":18},{"source":19,"target":0},{"source":19,"target":64},{"source":19,"target":66},{"source":64,"target":3},{"source":64,"target":125},{"source":64,"target":19},{"source":64,"target":55},{"source":125,"target":3},{"source":66,"target":3},{"source":66,"target":126},{"source":66,"target":19},{"source":66,"target":56},{"source":126,"target":3},{"source":20,"target":0},{"source":20,"target":12},{"source":20,"target":127},{"source":20,"target":128},{"source":127,"target":129},{"source":127,"target":20},{"source":128,"target":12},{"source":21,"target":0},{"source":21,"target":130},{"source":21,"target":131},{"source":130,"target":21},{"source":131,"target":21},{"source":22,"target":0},{"source":22,"target":132},{"source":22,"target":133},{"source":132,"target":22},{"source":133,"target":22},{"source":23,"target":0},{"source":23,"target":3},{"source":23,"target":134},{"source":23,"target":135},{"source":134,"target":15},{"source":134,"target":136},{"source":134,"target":23},{"source":136,"target":15},{"source":135,"target":3},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":137},{"source":137,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":138},{"source":138,"target":23},{"source":26,"target":0},{"source":26,"target":23},{"source":26,"target":139},{"source":139,"target":23},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":140},{"source":140,"target":23},{"source":28,"target":0},{"source":28,"target":23},{"source":28,"target":141},{"source":141,"target":23}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="views" nsURI="http://www.big.tuwien.ac.at/views" nsPrefix="views">
<eAnnotations source="http://www.eclipse.org/OCL/Import">
<details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore#/"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DomainModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="domainModelElements" upperBound="-1"
eType="#//DomainModelElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DomainModelElement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//DomainModelElement #//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="UniqueIdIsContainedOrInherited ClassPropertyTypeIsValid ClassPropertyBoundsAreValid IdBoundsAreValid NoCyclicInheritance"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="UniqueIdIsContainedOrInherited" value="
		 	self.properties -> includes(self.id) 
		 	or self.superClass.properties -> closure(superClass.properties) -> includes(self.id)"/>
<details key="ClassPropertyTypeIsValid" value="
			self.properties -> 
			forAll(p | p.type.oclIsTypeOf(DataType) xor p.type.oclIsTypeOf(Enumeration))"/>
<details key="ClassPropertyBoundsAreValid" value="
			self.properties -> 
			forAll(p | p.upperBound = 1 and (p.lowerBound = 0 xor p.lowerBound = 1))"/>
<details key="IdBoundsAreValid" value="
		 	self.id.upperBound = 1 and self.id.lowerBound = 1"/>
<details key="NoCyclicInheritance" value="
			self.superClass -> closure(superClass) -> excludes(self)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" lowerBound="1"
upperBound="-1" eType="#//Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superClass" eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="id" lowerBound="1" eType="#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="literals" lowerBound="1"
upperBound="-1" eType="#//EnumerationLiteral" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//NamedElement">
<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="MultiplicityElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//DomainModelElement #//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="AssociationPropertyBoundsAreValid"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="AssociationPropertyBoundsAreValid" value="
		 	self.associationEnds -> forAll(p | p.lowerBound >= 0 and (p.upperBound <> 0 or p.upperBound >= p.lowerBound or p.upperBound = -1))"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposition" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associationEnds" lowerBound="2"
upperBound="2" eType="#//Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="navigableEnd" lowerBound="1"
eType="#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//MultiplicityElement #//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ViewModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="viewGroups" upperBound="-1"
eType="#//ViewGroup" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ViewGroup" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="OneStartViewExistsWithinAViewGroup OneWelcomeGroupExists"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="OneStartViewExistsWithinAViewGroup" value="
			self.views -> select(v | v.startView = true) -> size() = 1"/>
<details key="OneWelcomeGroupExists" value="
			ViewGroup.allInstances() -> select(v | v.welcomeViewGroup = true) -> size() = 1"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1"
eType="#//View" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="welcomeViewGroup" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="View" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="header" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="class" lowerBound="1" eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startView" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassIndexView" eSuperTypes="#//LinkableElement #//View">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="TargetViewOfClassIndexViewLinksIsValid"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="TargetViewOfClassIndexViewLinksIsValid" value="
			self.link.targetView.class -> includes(self.class) or self.link -> isEmpty()"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassOperationView" abstract="true"
eSuperTypes="#//View #//LayoutableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="PropertyElementsReferToValidClassProperties AssociationElementsReferToValidClass PropertyElementOfComparisonConditionsIsValid"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="PropertyElementsReferToValidClassProperties" value="
			self.class.properties -> union(self.class -> closure(superClass).properties) -> 
			includesAll(self.elementGroups.viewElements -> selectByKind(PropertyElement).property)"/>
<details key="AssociationElementsReferToValidClass" value="
			self.elementGroups.viewElements -> selectByKind(AssociationElement) -> 
			forAll(a | a.association.associationEnds -> excluding(a.association.navigableEnd).type 
			-> includesAll(self.class -> union(self.class -> closure(superClass))))"/>
<details key="PropertyElementOfComparisonConditionsIsValid" value="
			self.elementGroups.viewElements -> includesAll(
			self.elementGroups.condition -> union(self.elementGroups.viewElements.condition) -> selectByKind(CompositeCondition) 
			-> collect(v:CompositeCondition|v.composedConditions) -> selectByKind(ComparisonCondition).property 
			-> union(self.elementGroups.condition -> union(self.elementGroups.viewElements.condition) -> selectByKind(ComparisonCondition).property) 
			-> union(self.elementGroups.condition -> union(self.elementGroups.viewElements.condition) -> selectByKind(CompositeCondition).composedConditions -> selectByKind(ComparisonCondition).property)
			-> asSet())"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementGroups" upperBound="-1"
eType="#//ElementGroup" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateView" eSuperTypes="#//ClassOperationView"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadView" eSuperTypes="#//ClassOperationView"/>
<eClassifiers xsi:type="ecore:EClass" name="UpdateView" eSuperTypes="#//ClassOperationView"/>
<eClassifiers xsi:type="ecore:EClass" name="DeleteView" eSuperTypes="#//ClassOperationView"/>
<eClassifiers xsi:type="ecore:EClass" name="ElementGroup" eSuperTypes="#//LayoutableElement #//ConditionalElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="header" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="viewElements" upperBound="-1"
eType="#//ViewElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ViewElement" abstract="true" eSuperTypes="#//ConditionalElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ElementIdIsUnique"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="ElementIdIsUnique" value="
			ViewElement.allInstances() -> select(e | e.elementID = self.elementID) -> excluding(self) ->isEmpty()"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementID" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssociationElement" abstract="true"
eSuperTypes="#//LinkableElement #//ViewElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="TargetViewOfAssociationElementLinksIsValid"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="TargetViewOfAssociationElementLinksIsValid" value="
			self.link.targetView.class -> includes(self.association.navigableEnd.type) or self.link -> isEmpty()"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="association" lowerBound="1"
eType="#//Association"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="List" eSuperTypes="#//AssociationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//AssociationElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="TableColumnRefersToTargetViewClassProperty"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="TableColumnRefersToTargetViewClassProperty" value="
			self.association.navigableEnd.type -> selectByType(Class).properties ->
			union(self.association.navigableEnd.type -> selectByType(Class) -> 
			closure(superClass).properties) -> includesAll(self.columns.property)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
eType="#//Column" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyElement" abstract="true" eSuperTypes="#//ViewElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1"
eType="#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//PropertyElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Text" eSuperTypes="#//PropertyElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="PropertyTypeOfTextIsValid"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="PropertyTypeOfTextIsValid" value="
			self.property.type.oclIsTypeOf(DataType) xor self.property.type.oclIsTypeOf(Enumeration)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="long" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DateTimePicker" eSuperTypes="#//PropertyElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="PropertyTypeOfDateTimePickerIsValid"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="PropertyTypeOfDateTimePickerIsValid" value="
			self.property.type.oclIsTypeOf(DataType) and
			(self.property.type.name = 'Date' or 
			 self.property.type.name = 'Time' or
			 self.property.type.name = 'DateTime'
			)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Selection" eSuperTypes="#//PropertyElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="PropertyTypeOfSelectionIsValid"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="PropertyTypeOfSelectionIsValid" value="
			self.property.type.oclIsTypeOf(DataType) xor self.property.type.oclIsTypeOf(Enumeration)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectionItems" upperBound="-1"
eType="#//SelectionItem" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VisibilityCondition" abstract="true"
eSuperTypes="#//Condition">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ConditionIdIsUnique"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="ConditionIdIsUnique" value="
			VisibilityCondition.allInstances() -> select(c | c.conditionID = self.conditionID) -> excluding(self) -> isEmpty()"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//VisibilityConditionType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionID" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompositeCondition" eSuperTypes="#//VisibilityCondition">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ComposedConditionTypesAreEqual"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="ComposedConditionTypesAreEqual" value="
			self.composedConditions -> forAll(c | c.type = self.type)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="composedConditions" lowerBound="2"
upperBound="2" eType="#//VisibilityCondition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compositionType" lowerBound="1"
eType="#//CompositeConditionType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComparisonCondition" eSuperTypes="#//VisibilityCondition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comparisonValue" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1"
eType="#//PropertyElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comparisonType" lowerBound="1"
eType="#//ComparisonConditionType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LayoutableElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" lowerBound="1"
eType="#//Layout" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Layout">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="#//LayoutStyle"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LinkableElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="link" upperBound="-1" eType="#//Link"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Link">
<eStructuralFeatures xsi:type="ecore:EReference" name="targetView" lowerBound="1"
eType="#//ClassOperationView"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="VisibilityConditionType">
<eLiterals name="Hide"/>
<eLiterals name="Show" value="1"/>
<eLiterals name="Enable" value="2"/>
<eLiterals name="Disable" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CompositeConditionType">
<eLiterals name="And"/>
<eLiterals name="Or" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ComparisonConditionType">
<eLiterals name="Equal"/>
<eLiterals name="Less" value="3"/>
<eLiterals name="Greater" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LayoutStyle">
<eLiterals name="Vertical"/>
<eLiterals name="Horizontal" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectionItem">
<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="EnumerationLiteralItem" eSuperTypes="#//SelectionItem">
<eStructuralFeatures xsi:type="ecore:EReference" name="enumerationLiteral" lowerBound="1"
eType="#//EnumerationLiteral"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Condition" abstract="true"/>
</ecore:EPackage>
| github:ecore:/data/cproinger/mdse_ws2015/at.ac.tuwien.big.views.transformations/metamodel/views.ecore | ecore | views
NamedElement
name
DomainModel
domainModelElements
DomainModelElement
Type
Class
properties
superClass
id
DataType
Enumeration
literals
EnumerationLiteral
value
MultiplicityElement
lowerBound
0
upperBound
-1
Association
isComposition
false
associationEnds
navigableEnd
Property
type
ViewModel
viewGroups
ViewGroup
views
welcomeViewGroup
false
View
header
description
class
startView
false
ClassIndexView
ClassOperationView
elementGroups
CreateView
ReadView
UpdateView
DeleteView
ElementGroup
header
viewElements
ViewElement
label
elementID
AssociationElement
association
List
Table
columns
PropertyElement
property
Column
Text
format
long
DateTimePicker
format
Selection
selectionItems
VisibilityCondition
type
conditionID
CompositeCondition
composedConditions
compositionType
ComparisonCondition
comparisonValue
property
comparisonType
LayoutableElement
layout
Layout
alignment
LinkableElement
link
Link
targetView
label
VisibilityConditionType
Hide
Hide
Show
Show
Enable
Enable
Disable
Disable
CompositeConditionType
And
And
Or
Or
ComparisonConditionType
Equal
Equal
Less
Less
Greater
Greater
LayoutStyle
Vertical
Vertical
Horizontal
Horizontal
SelectionItem
value
EnumerationLiteralItem
enumerationLiteral
ConditionalElement
condition
Condition | null | {"directed":true,"nodes":[{"nsPrefix":"views","nsURI":"http://www.big.tuwien.ac.at/views","name":"views","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainModelElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","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":"Enumeration","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewModel","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewGroup","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassIndexView","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassOperationView","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateView","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadView","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateView","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteView","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementGroup","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewElement","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationElement","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"List","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyElement","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateTimePicker","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selection","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisibilityCondition","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeCondition","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonCondition","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutableElement","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkableElement","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityConditionType","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CompositeConditionType","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComparisonConditionType","instanceClass":null,"id":40,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LayoutStyle","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionItem","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteralItem","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalElement","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":true,"id":45,"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":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":true,"unsettable":false,"transient":false,"unique":true,"name":"domainModelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"superClass","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":false,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isComposition","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"associationEnds","changeable":true,"resolveProxies":true,"lowerBound":2,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"navigableEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":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},{"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":"viewGroups","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"views","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"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":"welcomeViewGroup","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"header","changeable":true,"lowerBound":1,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"startView","changeable":true,"lowerBound":1,"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementGroups","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"header","changeable":true,"lowerBound":1,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"viewElements","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementID","changeable":true,"lowerBound":1,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":131,"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":"long","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selectionItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"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":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conditionID","changeable":true,"lowerBound":1,"iD":true,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"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":"composedConditions","changeable":true,"resolveProxies":true,"lowerBound":2,"id":147,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositionType","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comparisonValue","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":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comparisonType","changeable":true,"lowerBound":1,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":1,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"name":"Hide","id":169,"value":0,"literal":"Hide","eClass":"EEnumLiteral"},{"name":"Show","id":170,"value":1,"literal":"Show","eClass":"EEnumLiteral"},{"name":"Enable","id":171,"value":2,"literal":"Enable","eClass":"EEnumLiteral"},{"name":"Disable","id":172,"value":3,"literal":"Disable","eClass":"EEnumLiteral"},{"name":"And","id":173,"value":0,"literal":"And","eClass":"EEnumLiteral"},{"name":"Or","id":174,"value":1,"literal":"Or","eClass":"EEnumLiteral"},{"name":"Equal","id":175,"value":0,"literal":"Equal","eClass":"EEnumLiteral"},{"name":"Less","id":176,"value":3,"literal":"Less","eClass":"EEnumLiteral"},{"name":"Greater","id":177,"value":3,"literal":"Greater","eClass":"EEnumLiteral"},{"name":"Vertical","id":178,"value":0,"literal":"Vertical","eClass":"EEnumLiteral"},{"name":"Horizontal","id":179,"value":1,"literal":"Horizontal","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumerationLiteral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":1,"target":0},{"source":1,"target":46},{"source":46,"target":47},{"source":46,"target":1},{"source":2,"target":0},{"source":2,"target":48},{"source":48,"target":3},{"source":48,"target":49},{"source":48,"target":2},{"source":49,"target":3},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":1},{"source":4,"target":50},{"source":4,"target":51},{"source":50,"target":3},{"source":51,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":52,"target":11},{"source":52,"target":56},{"source":52,"target":5},{"source":56,"target":11},{"source":53,"target":5},{"source":53,"target":57},{"source":53,"target":5},{"source":57,"target":5},{"source":54,"target":11},{"source":54,"target":58},{"source":54,"target":5},{"source":58,"target":11},{"source":55,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":59},{"source":59,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":60},{"source":7,"target":61},{"source":60,"target":8},{"source":60,"target":62},{"source":60,"target":7},{"source":62,"target":8},{"source":61,"target":4},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":63},{"source":8,"target":64},{"source":63,"target":65},{"source":63,"target":8},{"source":64,"target":1},{"source":9,"target":0},{"source":9,"target":66},{"source":9,"target":67},{"source":66,"target":68},{"source":66,"target":9},{"source":67,"target":69},{"source":67,"target":9},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":1},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":10,"target":73},{"source":10,"target":74},{"source":70,"target":75},{"source":70,"target":10},{"source":71,"target":11},{"source":71,"target":76},{"source":71,"target":10},{"source":76,"target":11},{"source":72,"target":11},{"source":72,"target":77},{"source":72,"target":10},{"source":77,"target":11},{"source":73,"target":3},{"source":74,"target":1},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":1},{"source":11,"target":78},{"source":11,"target":79},{"source":11,"target":80},{"source":78,"target":4},{"source":78,"target":81},{"source":78,"target":11},{"source":81,"target":4},{"source":79,"target":9},{"source":80,"target":1},{"source":12,"target":0},{"source":12,"target":82},{"source":82,"target":13},{"source":82,"target":83},{"source":82,"target":12},{"source":83,"target":13},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":84},{"source":13,"target":85},{"source":13,"target":86},{"source":84,"target":14},{"source":84,"target":87},{"source":84,"target":13},{"source":87,"target":14},{"source":85,"target":88},{"source":85,"target":13},{"source":86,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":89},{"source":14,"target":90},{"source":14,"target":91},{"source":14,"target":92},{"source":14,"target":93},{"source":89,"target":94},{"source":89,"target":14},{"source":90,"target":95},{"source":90,"target":14},{"source":91,"target":5},{"source":91,"target":96},{"source":91,"target":14},{"source":96,"target":5},{"source":92,"target":97},{"source":92,"target":14},{"source":93,"target":1},{"source":15,"target":0},{"source":15,"target":36},{"source":15,"target":14},{"source":15,"target":98},{"source":15,"target":99},{"source":98,"target":36},{"source":99,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":34},{"source":16,"target":100},{"source":16,"target":101},{"source":16,"target":102},{"source":100,"target":21},{"source":100,"target":103},{"source":100,"target":16},{"source":103,"target":21},{"source":101,"target":14},{"source":102,"target":34},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":104},{"source":104,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":105},{"source":105,"target":16},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":106},{"source":106,"target":16},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":107},{"source":107,"target":16},{"source":21,"target":0},{"source":21,"target":34},{"source":21,"target":44},{"source":21,"target":108},{"source":21,"target":109},{"source":21,"target":110},{"source":21,"target":111},{"source":108,"target":112},{"source":108,"target":21},{"source":109,"target":22},{"source":109,"target":113},{"source":109,"target":21},{"source":113,"target":22},{"source":110,"target":34},{"source":111,"target":44},{"source":22,"target":0},{"source":22,"target":44},{"source":22,"target":114},{"source":22,"target":115},{"source":22,"target":116},{"source":114,"target":117},{"source":114,"target":22},{"source":115,"target":118},{"source":115,"target":22},{"source":116,"target":44},{"source":23,"target":0},{"source":23,"target":36},{"source":23,"target":22},{"source":23,"target":119},{"source":23,"target":120},{"source":23,"target":121},{"source":119,"target":10},{"source":119,"target":122},{"source":119,"target":23},{"source":122,"target":10},{"source":120,"target":36},{"source":121,"target":22},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":123},{"source":123,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":124},{"source":25,"target":125},{"source":124,"target":27},{"source":124,"target":126},{"source":124,"target":25},{"source":126,"target":27},{"source":125,"target":23},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":127},{"source":26,"target":128},{"source":127,"target":11},{"source":127,"target":129},{"source":127,"target":26},{"source":129,"target":11},{"source":128,"target":22},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":130},{"source":130,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":131},{"source":28,"target":132},{"source":28,"target":133},{"source":131,"target":134},{"source":131,"target":28},{"source":132,"target":135},{"source":132,"target":28},{"source":133,"target":26},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":136},{"source":29,"target":137},{"source":136,"target":138},{"source":136,"target":29},{"source":137,"target":26},{"source":30,"target":0},{"source":30,"target":26},{"source":30,"target":139},{"source":30,"target":140},{"source":139,"target":42},{"source":139,"target":141},{"source":139,"target":30},{"source":141,"target":42},{"source":140,"target":26},{"source":31,"target":0},{"source":31,"target":45},{"source":31,"target":142},{"source":31,"target":143},{"source":31,"target":144},{"source":142,"target":38},{"source":142,"target":145},{"source":142,"target":31},{"source":145,"target":38},{"source":143,"target":146},{"source":143,"target":31},{"source":144,"target":45},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":147},{"source":32,"target":148},{"source":32,"target":149},{"source":147,"target":31},{"source":147,"target":150},{"source":147,"target":32},{"source":150,"target":31},{"source":148,"target":39},{"source":148,"target":151},{"source":148,"target":32},{"source":151,"target":39},{"source":149,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":152},{"source":33,"target":153},{"source":33,"target":154},{"source":33,"target":155},{"source":152,"target":156},{"source":152,"target":33},{"source":153,"target":26},{"source":153,"target":157},{"source":153,"target":33},{"source":157,"target":26},{"source":154,"target":40},{"source":154,"target":158},{"source":154,"target":33},{"source":158,"target":40},{"source":155,"target":31},{"source":34,"target":0},{"source":34,"target":159},{"source":159,"target":35},{"source":159,"target":160},{"source":159,"target":34},{"source":160,"target":35},{"source":35,"target":0},{"source":35,"target":161},{"source":161,"target":41},{"source":161,"target":162},{"source":161,"target":35},{"source":162,"target":41},{"source":36,"target":0},{"source":36,"target":163},{"source":163,"target":37},{"source":163,"target":164},{"source":163,"target":36},{"source":164,"target":37},{"source":37,"target":0},{"source":37,"target":165},{"source":37,"target":166},{"source":165,"target":16},{"source":165,"target":167},{"source":165,"target":37},{"source":167,"target":16},{"source":166,"target":168},{"source":166,"target":37},{"source":38,"target":0},{"source":38,"target":169},{"source":38,"target":170},{"source":38,"target":171},{"source":38,"target":172},{"source":169,"target":38},{"source":170,"target":38},{"source":171,"target":38},{"source":172,"target":38},{"source":39,"target":0},{"source":39,"target":173},{"source":39,"target":174},{"source":173,"target":39},{"source":174,"target":39},{"source":40,"target":0},{"source":40,"target":175},{"source":40,"target":176},{"source":40,"target":177},{"source":175,"target":40},{"source":176,"target":40},{"source":177,"target":40},{"source":41,"target":0},{"source":41,"target":178},{"source":41,"target":179},{"source":178,"target":41},{"source":179,"target":41},{"source":42,"target":0},{"source":42,"target":180},{"source":180,"target":181},{"source":180,"target":42},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":182},{"source":43,"target":183},{"source":182,"target":8},{"source":182,"target":184},{"source":182,"target":43},{"source":184,"target":8},{"source":183,"target":42},{"source":44,"target":0},{"source":44,"target":185},{"source":185,"target":45},{"source":185,"target":186},{"source":185,"target":44},{"source":186,"target":45},{"source":45,"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="henshin" nsURI="http://www.eclipse.org/emf/2011/Henshin" nsPrefix="henshin">
<eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//Annotation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//ModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//ModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GraphElement" abstract="true" interface="true">
<eOperations name="getGraph" eType="#//Graph"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="#//Action"
volatile="true" transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//NamedElement">
<eOperations name="getUnit" eType="#//Unit">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getSubModule" eType="#//Module">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getAllRules" upperBound="-1" eType="#//Rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subModules" upperBound="-1"
eType="#//Module" containment="true" eOpposite="#//Module/superModule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superModule" eType="#//Module"
eOpposite="#//Module/subModules"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="units" upperBound="-1"
eType="#//Unit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1"
eType="#//Graph" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="nameNotEmpty parameterNamesUnique parameterMappingsPointToDirectSubUnit"/>
</eAnnotations>
<eOperations name="getModule" eType="#//Module"/>
<eOperations name="getSubUnits" ordered="false" upperBound="-1" eType="#//Unit">
<eParameters name="deep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eOperations name="getParameter" eType="#//Parameter">
<eParameters name="parameter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true" eOpposite="#//Parameter/unit"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterMappings" upperBound="-1"
eType="#//ParameterMapping" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="activated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="#//Unit">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="mappingsFromLeft2Right createdNodesNotAbstract createdEdgesNotDerived deletedEdgesNotDerived uniqueNodeNames varParametersOccurOnLeftSide multiRuleParametersSameKind"/>
</eAnnotations>
<eOperations name="getKernelRule" eType="#//Rule"/>
<eOperations name="getRootRule" eType="#//Rule"/>
<eOperations name="getMultiRule" eType="#//Rule">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getMultiRulePath" upperBound="-1" eType="#//Rule">
<eParameters name="multiRule" eType="#//Rule"/>
</eOperations>
<eOperations name="getAllMultiRules" upperBound="-1" eType="#//Rule"/>
<eOperations name="getAllMappings" upperBound="-1" eType="#//Mapping"/>
<eOperations name="getActionNodes" upperBound="-1" eType="#//Node">
<eParameters name="action" eType="#//Action"/>
</eOperations>
<eOperations name="getActionEdges" upperBound="-1" eType="#//Edge">
<eParameters name="action" eType="#//Action"/>
</eOperations>
<eOperations name="getParameterNodes" upperBound="-1" eType="#//Node"/>
<eOperations name="getAllJavaImports" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="isMultiRule" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="createNode" eType="#//Node">
<eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eOperations>
<eOperations name="createEdge" eType="#//Edge">
<eParameters name="source" eType="#//Node"/>
<eParameters name="target" eType="#//Node"/>
<eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/>
</eOperations>
<eOperations name="canCreateEdge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="source" eType="#//Node"/>
<eParameters name="target" eType="#//Node"/>
<eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/>
</eOperations>
<eOperations name="removeEdge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="edge" eType="#//Edge"/>
<eParameters name="removeMapped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eOperations name="removeNode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="node" eType="#//Node"/>
<eParameters name="removeMapped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eOperations name="removeAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="attribute" eType="#//Attribute"/>
<eParameters name="removeMapped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Graph"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Graph"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeConditions" upperBound="-1"
eType="#//AttributeCondition" containment="true" eOpposite="#//AttributeCondition/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1"
eType="#//Mapping" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="checkDangling" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="injectiveMatching" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="multiRules" upperBound="-1"
eType="#//Rule" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="multiMappings" upperBound="-1"
eType="#//Mapping" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="javaImports" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="nameNotEmpty nameNotTypeName nameNotKindAlias unknownKindDeprecated nameNotKeyword"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" eType="#//Unit" eOpposite="#//Unit/parameters"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClassifier"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ParameterKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterMapping" eSuperTypes="#//ModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="inParameterMappingIsCausal outParameterMappingIsCausal inoutParameterMappingIsCausal varParameterMappingIsCausal"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Parameter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Parameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Graph" eSuperTypes="#//NamedElement">
<eOperations name="getRule" eType="#//Rule"/>
<eOperations name="getNode" eType="#//Node">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getNodes" ordered="false" upperBound="-1" eType="#//Node">
<eParameters name="nodeType" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eOperations>
<eOperations name="getEdges" ordered="false" upperBound="-1" eType="#//Edge">
<eParameters name="edgeType" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/>
</eOperations>
<eOperations name="getNestedConditions" upperBound="-1" eType="#//NestedCondition"/>
<eOperations name="getPAC" eType="#//NestedCondition">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getNAC" eType="#//NestedCondition">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getPACs" upperBound="-1" eType="#//NestedCondition"/>
<eOperations name="getNACs" upperBound="-1" eType="#//NestedCondition"/>
<eOperations name="isLhs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isRhs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isNestedCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="createPAC" eType="#//NestedCondition">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="createNAC" eType="#//NestedCondition">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="removeNode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="node" eType="#//Node"/>
</eOperations>
<eOperations name="removeEdge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="edge" lowerBound="1" eType="#//Edge"/>
</eOperations>
<eOperations name="removeNestedCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="nestedCondition" eType="#//NestedCondition"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//Node" containment="true" eOpposite="#//Node/graph"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1"
eType="#//Edge" containment="true" eOpposite="#//Edge/graph"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="formula" eType="#//Formula"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//NamedElement #//GraphElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="uniqueAttributeTypes atMostOneContainer NodeDeletionDanglingEdge NodeCreationWithoutContainment"/>
</eAnnotations>
<eOperations name="getAllEdges" upperBound="-1" eType="#//Edge"/>
<eOperations name="getOutgoing" ordered="false" upperBound="-1" eType="#//Edge">
<eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/>
</eOperations>
<eOperations name="getIncoming" ordered="false" upperBound="-1" eType="#//Edge">
<eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/>
</eOperations>
<eOperations name="getOutgoing" eType="#//Edge">
<eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/>
<eParameters name="target" lowerBound="1" eType="#//Node"/>
</eOperations>
<eOperations name="getIncoming" eType="#//Edge">
<eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/>
<eParameters name="source" lowerBound="1" eType="#//Node"/>
</eOperations>
<eOperations name="getAttribute" eType="#//Attribute">
<eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/>
</eOperations>
<eOperations name="getActionAttributes" upperBound="-1" eType="#//Attribute">
<eParameters name="action" eType="#//Action"/>
</eOperations>
<eOperations name="getActionNode" eType="#//Node"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true" eOpposite="#//Attribute/node"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="graph" eType="#//Graph"
eOpposite="#//Graph/nodes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1"
eType="#//Edge" eOpposite="#//Edge/target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1"
eType="#//Edge" eOpposite="#//Edge/source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//ModelElement #//GraphElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="equalParentGraphs indexValidJavaScript indexAllParametersAreDeclared noContainmentCycles EOppositeContainments oppositeEdgeConsidered noParallelEdgesOfSameType containmentEdgeDeletion containmentEdgeCreation"/>
</eAnnotations>
<eOperations name="getActionEdge" eType="#//Edge"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Node" eOpposite="#//Node/outgoing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Node" eOpposite="#//Node/incoming"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="graph" eType="#//Graph"
eOpposite="#//Graph/edges"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="indexConstant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
changeable="false" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//ModelElement #//GraphElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="valueValidJavaScript valueAllParametersAreDeclared"/>
</eAnnotations>
<eOperations name="getActionAttribute" eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="node" eType="#//Node" eOpposite="#//Node/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"
changeable="false" transient="true" defaultValueLiteral="ACED0005740000" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="null" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" transient="true" defaultValueLiteral="false" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeCondition" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="conditionTextNotEmpty conditionValidJavaScript conditionAllParametersAreDeclared"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" lowerBound="1" eType="#//Rule"
eOpposite="#//Rule/attributeConditions"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mapping" eSuperTypes="#//ModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="origin" lowerBound="1"
eType="#//Node"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="image" lowerBound="1" eType="#//Node"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryUnit" abstract="true" eSuperTypes="#//Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="subUnit" lowerBound="1"
eType="#//Unit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiUnit" abstract="true" eSuperTypes="#//Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="subUnits" unique="false"
upperBound="-1" eType="#//Unit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IndependentUnit" eSuperTypes="#//MultiUnit"/>
<eClassifiers xsi:type="ecore:EClass" name="SequentialUnit" eSuperTypes="#//MultiUnit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rollback" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalUnit" eSuperTypes="#//Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="if" lowerBound="1" eType="#//Unit"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//Unit"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Unit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PriorityUnit" eSuperTypes="#//MultiUnit"/>
<eClassifiers xsi:type="ecore:EClass" name="IteratedUnit" eSuperTypes="#//UnaryUnit">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="iterationsNotEmpty iterationsValidJavaScript iterationsAllParametersAreDeclared"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iterations" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rollback" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopUnit" eSuperTypes="#//UnaryUnit"/>
<eClassifiers xsi:type="ecore:EClass" name="Formula" abstract="true" interface="true">
<eOperations name="isTrue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isFalse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NestedCondition" eSuperTypes="#//ModelElement #//Formula">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="mappingOriginContainedInParentCondition mappingImageContainedInCurrent"/>
</eAnnotations>
<eOperations name="getHost" eType="#//Graph"/>
<eOperations name="isPAC" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isNAC" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conclusion" eType="#//Graph"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1"
eType="#//Mapping" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryFormula" abstract="true" eSuperTypes="#//ModelElement #//Formula">
<eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="#//Formula"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryFormula" abstract="true" eSuperTypes="#//ModelElement #//Formula">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Formula"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Formula"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BinaryFormula"/>
<eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//BinaryFormula"/>
<eClassifiers xsi:type="ecore:EClass" name="Xor" eSuperTypes="#//BinaryFormula"/>
<eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//UnaryFormula"/>
<eClassifiers xsi:type="ecore:EDataType" name="Action" instanceClassName="org.eclipse.emf.henshin.model.Action"/>
<eClassifiers xsi:type="ecore:EEnum" name="ParameterKind">
<eLiterals name="UNKNOWN"/>
<eLiterals name="IN" value="1"/>
<eLiterals name="OUT" value="2"/>
<eLiterals name="INOUT" value="3"/>
<eLiterals name="VAR" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="True" eSuperTypes="#//Formula"/>
</ecore:EPackage>
| github:ecore:/data/eMoflon/emoflon-ibex-henshin/org.eclipse.emf.henshin.model/model/henshin.ecore | ecore | henshin
ModelElement
annotations
Annotation
key
value
NamedElement
name
description
GraphElement
getGraph
action
Module
getUnit
name
getSubModule
name
getAllRules
subModules
superModule
imports
units
instances
Unit
getModule
getSubUnits
deep
getParameter
parameter
parameters
parameterMappings
activated
true
Rule
getKernelRule
getRootRule
getMultiRule
name
getMultiRulePath
multiRule
getAllMultiRules
getAllMappings
getActionNodes
action
getActionEdges
action
getParameterNodes
getAllJavaImports
isMultiRule
createNode
type
createEdge
source
target
type
canCreateEdge
source
target
type
removeEdge
edge
removeMapped
removeNode
node
removeMapped
removeAttribute
attribute
removeMapped
lhs
rhs
attributeConditions
mappings
checkDangling
true
injectiveMatching
true
multiRules
multiMappings
javaImports
Parameter
unit
type
kind
ParameterMapping
source
target
Graph
getRule
getNode
name
getNodes
nodeType
getEdges
edgeType
getNestedConditions
getPAC
name
getNAC
name
getPACs
getNACs
isLhs
isRhs
isNestedCondition
createPAC
name
createNAC
name
removeNode
node
removeEdge
edge
removeNestedCondition
nestedCondition
nodes
edges
formula
Node
getAllEdges
getOutgoing
type
getIncoming
type
getOutgoing
type
target
getIncoming
type
source
getAttribute
type
getActionAttributes
action
getActionNode
type
attributes
graph
incoming
outgoing
Edge
getActionEdge
source
target
type
graph
index
indexConstant
Attribute
getActionAttribute
type
value
node
constant
ACED0005740000
null
false
AttributeCondition
rule
conditionText
Mapping
origin
image
UnaryUnit
subUnit
MultiUnit
subUnits
IndependentUnit
SequentialUnit
strict
true
rollback
true
ConditionalUnit
if
then
else
PriorityUnit
IteratedUnit
iterations
strict
false
rollback
true
LoopUnit
Formula
isTrue
isFalse
NestedCondition
getHost
isPAC
isNAC
conclusion
mappings
UnaryFormula
child
BinaryFormula
left
right
And
Or
Xor
Not
Action
org.eclipse.emf.henshin.model.Action
org.eclipse.emf.henshin.model.Action
ParameterKind
UNKNOWN
UNKNOWN
IN
IN
OUT
OUT
INOUT
INOUT
VAR
VAR
True | null | {"directed":true,"nodes":[{"nsPrefix":"henshin","nsURI":"http://www.eclipse.org/emf/2011/Henshin","name":"henshin","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphElement","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterMapping","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeCondition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryUnit","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiUnit","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndependentUnit","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequentialUnit","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalUnit","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PriorityUnit","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratedUnit","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopUnit","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedCondition","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryFormula","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryFormula","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Xor","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.henshin.model.Action","defaultValue":null,"instanceClassName":"org.eclipse.emf.henshin.model.Action","name":"Action","instanceClass":null,"id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterKind","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"True","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getGraph","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"action","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUnit","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSubModule","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllRules","lowerBound":0,"id":53,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subModules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superModule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"units","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EParameter"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EParameter"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getModule","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getSubUnits","lowerBound":0,"id":73,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameter","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"activated","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"deep","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EParameter"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameter","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EParameter"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getKernelRule","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRootRule","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMultiRule","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMultiRulePath","lowerBound":0,"id":93,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMultiRules","lowerBound":0,"id":94,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMappings","lowerBound":0,"id":95,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActionNodes","lowerBound":0,"id":96,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActionEdges","lowerBound":0,"id":97,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getParameterNodes","lowerBound":0,"id":98,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllJavaImports","lowerBound":0,"id":99,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMultiRule","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createNode","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createEdge","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canCreateEdge","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeEdge","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNode","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeAttribute","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"checkDangling","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"injectiveMatching","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":"","volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"javaImports","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EParameter"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"multiRule","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EParameter"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","lowerBound":0,"id":128,"many":false,"required":false,"eClass":"EParameter"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","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"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EParameter"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":140,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EParameter"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"edge","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMapped","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EParameter"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMapped","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EParameter"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"attribute","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMapped","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"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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"},{"container":false,"ordered":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":178,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRule","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNode","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getNodes","lowerBound":0,"id":191,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getEdges","lowerBound":0,"id":192,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNestedConditions","lowerBound":0,"id":193,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPAC","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNAC","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPACs","lowerBound":0,"id":196,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNACs","lowerBound":0,"id":197,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isLhs","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isRhs","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isNestedCondition","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPAC","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createNAC","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNode","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeEdge","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNestedCondition","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","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":"formula","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EParameter"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nodeType","lowerBound":1,"id":215,"many":false,"required":true,"eClass":"EParameter"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"edgeType","lowerBound":1,"id":218,"many":false,"required":true,"eClass":"EParameter"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EParameter"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EParameter"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EParameter"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":236,"many":false,"required":false,"eClass":"EParameter"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":239,"many":false,"required":false,"eClass":"EParameter"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"edge","lowerBound":1,"id":242,"many":false,"required":true,"eClass":"EParameter"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nestedCondition","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EParameter"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"graph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"graph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllEdges","lowerBound":0,"id":252,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getOutgoing","lowerBound":0,"id":253,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getIncoming","lowerBound":0,"id":254,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOutgoing","lowerBound":0,"id":255,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIncoming","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAttribute","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActionAttributes","lowerBound":0,"id":258,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getActionNode","lowerBound":0,"id":259,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":268,"many":false,"required":true,"eClass":"EParameter"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":271,"many":false,"required":true,"eClass":"EParameter"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":274,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":275,"many":false,"required":true,"eClass":"EParameter"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":279,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":1,"id":280,"many":false,"required":true,"eClass":"EParameter"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EParameter"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","lowerBound":0,"id":287,"many":false,"required":false,"eClass":"EParameter"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"container":false,"ordered":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":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getActionEdge","lowerBound":0,"id":298,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"indexConstant","changeable":false,"lowerBound":0,"iD":false,"id":301,"derived":true},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getActionAttribute","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ACED0005740000","unsettable":false,"transient":true,"unique":true,"name":"constant","changeable":false,"lowerBound":0,"iD":false,"id":314,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"null","changeable":false,"lowerBound":0,"iD":false,"id":315,"derived":true},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conditionText","changeable":true,"lowerBound":0,"iD":false,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":328,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"resolveProxies":true,"lowerBound":1,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subUnit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"subUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"strict","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"rollback","changeable":true,"lowerBound":0,"iD":false,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"if","changeable":true,"resolveProxies":true,"lowerBound":1,"id":345,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":346,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iterations","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"strict","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"rollback","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isTrue","lowerBound":0,"id":361,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isFalse","lowerBound":0,"id":362,"many":false,"required":false,"eClass":"EOperation"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getHost","lowerBound":0,"id":365,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isPAC","lowerBound":0,"id":366,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isNAC","lowerBound":0,"id":367,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conclusion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","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"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"name":"UNKNOWN","id":391,"value":0,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"IN","id":392,"value":1,"literal":"IN","eClass":"EEnumLiteral"},{"name":"OUT","id":393,"value":2,"literal":"OUT","eClass":"EEnumLiteral"},{"name":"INOUT","id":394,"value":3,"literal":"INOUT","eClass":"EEnumLiteral"},{"name":"VAR","id":395,"value":4,"literal":"VAR","eClass":"EEnumLiteral"},{"id":396,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":1,"target":0},{"source":1,"target":35},{"source":35,"target":2},{"source":35,"target":36},{"source":35,"target":1},{"source":36,"target":2},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":37,"target":40},{"source":37,"target":2},{"source":38,"target":41},{"source":38,"target":2},{"source":39,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":42,"target":45},{"source":42,"target":3},{"source":43,"target":46},{"source":43,"target":3},{"source":44,"target":1},{"source":4,"target":0},{"source":4,"target":47},{"source":4,"target":48},{"source":47,"target":10},{"source":47,"target":49},{"source":47,"target":4},{"source":49,"target":10},{"source":48,"target":32},{"source":48,"target":50},{"source":48,"target":4},{"source":50,"target":32},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":51,"target":6},{"source":51,"target":60},{"source":51,"target":5},{"source":51,"target":61},{"source":60,"target":6},{"source":61,"target":62},{"source":61,"target":51},{"source":52,"target":5},{"source":52,"target":63},{"source":52,"target":5},{"source":52,"target":64},{"source":63,"target":5},{"source":64,"target":65},{"source":64,"target":52},{"source":53,"target":7},{"source":53,"target":66},{"source":53,"target":5},{"source":66,"target":7},{"source":54,"target":5},{"source":54,"target":67},{"source":54,"target":5},{"source":54,"target":55},{"source":67,"target":5},{"source":55,"target":5},{"source":55,"target":68},{"source":55,"target":5},{"source":55,"target":54},{"source":68,"target":5},{"source":56,"target":69},{"source":56,"target":5},{"source":57,"target":6},{"source":57,"target":70},{"source":57,"target":5},{"source":70,"target":6},{"source":58,"target":10},{"source":58,"target":71},{"source":58,"target":5},{"source":71,"target":10},{"source":59,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":72,"target":5},{"source":72,"target":79},{"source":72,"target":6},{"source":79,"target":5},{"source":73,"target":6},{"source":73,"target":80},{"source":73,"target":6},{"source":73,"target":81},{"source":80,"target":6},{"source":81,"target":82},{"source":81,"target":73},{"source":74,"target":8},{"source":74,"target":83},{"source":74,"target":6},{"source":74,"target":84},{"source":83,"target":8},{"source":84,"target":85},{"source":84,"target":74},{"source":75,"target":8},{"source":75,"target":86},{"source":75,"target":6},{"source":75,"target":87},{"source":86,"target":8},{"source":76,"target":9},{"source":76,"target":88},{"source":76,"target":6},{"source":88,"target":9},{"source":77,"target":89},{"source":77,"target":6},{"source":78,"target":3},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":92},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":101},{"source":7,"target":102},{"source":7,"target":103},{"source":7,"target":104},{"source":7,"target":105},{"source":7,"target":106},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":7,"target":112},{"source":7,"target":113},{"source":7,"target":114},{"source":7,"target":115},{"source":7,"target":116},{"source":90,"target":7},{"source":90,"target":117},{"source":90,"target":7},{"source":117,"target":7},{"source":91,"target":7},{"source":91,"target":118},{"source":91,"target":7},{"source":118,"target":7},{"source":92,"target":7},{"source":92,"target":119},{"source":92,"target":7},{"source":92,"target":120},{"source":119,"target":7},{"source":120,"target":121},{"source":120,"target":92},{"source":93,"target":7},{"source":93,"target":122},{"source":93,"target":7},{"source":93,"target":123},{"source":122,"target":7},{"source":123,"target":7},{"source":123,"target":124},{"source":123,"target":93},{"source":124,"target":7},{"source":94,"target":7},{"source":94,"target":125},{"source":94,"target":7},{"source":125,"target":7},{"source":95,"target":15},{"source":95,"target":126},{"source":95,"target":7},{"source":126,"target":15},{"source":96,"target":11},{"source":96,"target":127},{"source":96,"target":7},{"source":96,"target":128},{"source":127,"target":11},{"source":128,"target":32},{"source":128,"target":129},{"source":128,"target":96},{"source":129,"target":32},{"source":97,"target":12},{"source":97,"target":130},{"source":97,"target":7},{"source":97,"target":131},{"source":130,"target":12},{"source":131,"target":32},{"source":131,"target":132},{"source":131,"target":97},{"source":132,"target":32},{"source":98,"target":11},{"source":98,"target":133},{"source":98,"target":7},{"source":133,"target":11},{"source":99,"target":134},{"source":99,"target":7},{"source":100,"target":135},{"source":100,"target":7},{"source":101,"target":11},{"source":101,"target":136},{"source":101,"target":7},{"source":101,"target":137},{"source":136,"target":11},{"source":137,"target":138},{"source":137,"target":101},{"source":102,"target":12},{"source":102,"target":139},{"source":102,"target":7},{"source":102,"target":140},{"source":102,"target":141},{"source":102,"target":142},{"source":139,"target":12},{"source":140,"target":11},{"source":140,"target":143},{"source":140,"target":102},{"source":143,"target":11},{"source":141,"target":11},{"source":141,"target":144},{"source":141,"target":102},{"source":144,"target":11},{"source":142,"target":145},{"source":142,"target":102},{"source":103,"target":146},{"source":103,"target":7},{"source":103,"target":147},{"source":103,"target":148},{"source":103,"target":149},{"source":147,"target":11},{"source":147,"target":150},{"source":147,"target":103},{"source":150,"target":11},{"source":148,"target":11},{"source":148,"target":151},{"source":148,"target":103},{"source":151,"target":11},{"source":149,"target":152},{"source":149,"target":103},{"source":104,"target":153},{"source":104,"target":7},{"source":104,"target":154},{"source":104,"target":155},{"source":154,"target":12},{"source":154,"target":156},{"source":154,"target":104},{"source":156,"target":12},{"source":155,"target":157},{"source":155,"target":104},{"source":105,"target":158},{"source":105,"target":7},{"source":105,"target":159},{"source":105,"target":160},{"source":159,"target":11},{"source":159,"target":161},{"source":159,"target":105},{"source":161,"target":11},{"source":160,"target":162},{"source":160,"target":105},{"source":106,"target":163},{"source":106,"target":7},{"source":106,"target":164},{"source":106,"target":165},{"source":164,"target":13},{"source":164,"target":166},{"source":164,"target":106},{"source":166,"target":13},{"source":165,"target":167},{"source":165,"target":106},{"source":107,"target":10},{"source":107,"target":168},{"source":107,"target":7},{"source":168,"target":10},{"source":108,"target":10},{"source":108,"target":169},{"source":108,"target":7},{"source":169,"target":10},{"source":109,"target":14},{"source":109,"target":170},{"source":109,"target":7},{"source":109,"target":171},{"source":170,"target":14},{"source":110,"target":15},{"source":110,"target":172},{"source":110,"target":7},{"source":172,"target":15},{"source":111,"target":173},{"source":111,"target":7},{"source":112,"target":174},{"source":112,"target":7},{"source":113,"target":7},{"source":113,"target":175},{"source":113,"target":7},{"source":175,"target":7},{"source":114,"target":15},{"source":114,"target":176},{"source":114,"target":7},{"source":176,"target":15},{"source":115,"target":177},{"source":115,"target":7},{"source":116,"target":6},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":87},{"source":8,"target":178},{"source":8,"target":179},{"source":8,"target":180},{"source":87,"target":6},{"source":87,"target":181},{"source":87,"target":8},{"source":87,"target":75},{"source":181,"target":6},{"source":178,"target":182},{"source":178,"target":8},{"source":179,"target":33},{"source":179,"target":183},{"source":179,"target":8},{"source":183,"target":33},{"source":180,"target":3},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":184},{"source":9,"target":185},{"source":9,"target":186},{"source":184,"target":8},{"source":184,"target":187},{"source":184,"target":9},{"source":187,"target":8},{"source":185,"target":8},{"source":185,"target":188},{"source":185,"target":9},{"source":188,"target":8},{"source":186,"target":1},{"source":10,"target":0},{"source":10,"target":3},{"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":189,"target":7},{"source":189,"target":210},{"source":189,"target":10},{"source":210,"target":7},{"source":190,"target":11},{"source":190,"target":211},{"source":190,"target":10},{"source":190,"target":212},{"source":211,"target":11},{"source":212,"target":213},{"source":212,"target":190},{"source":191,"target":11},{"source":191,"target":214},{"source":191,"target":10},{"source":191,"target":215},{"source":214,"target":11},{"source":215,"target":216},{"source":215,"target":191},{"source":192,"target":12},{"source":192,"target":217},{"source":192,"target":10},{"source":192,"target":218},{"source":217,"target":12},{"source":218,"target":219},{"source":218,"target":192},{"source":193,"target":25},{"source":193,"target":220},{"source":193,"target":10},{"source":220,"target":25},{"source":194,"target":25},{"source":194,"target":221},{"source":194,"target":10},{"source":194,"target":222},{"source":221,"target":25},{"source":222,"target":223},{"source":222,"target":194},{"source":195,"target":25},{"source":195,"target":224},{"source":195,"target":10},{"source":195,"target":225},{"source":224,"target":25},{"source":225,"target":226},{"source":225,"target":195},{"source":196,"target":25},{"source":196,"target":227},{"source":196,"target":10},{"source":227,"target":25},{"source":197,"target":25},{"source":197,"target":228},{"source":197,"target":10},{"source":228,"target":25},{"source":198,"target":229},{"source":198,"target":10},{"source":199,"target":230},{"source":199,"target":10},{"source":200,"target":231},{"source":200,"target":10},{"source":201,"target":25},{"source":201,"target":232},{"source":201,"target":10},{"source":201,"target":233},{"source":232,"target":25},{"source":233,"target":234},{"source":233,"target":201},{"source":202,"target":25},{"source":202,"target":235},{"source":202,"target":10},{"source":202,"target":236},{"source":235,"target":25},{"source":236,"target":237},{"source":236,"target":202},{"source":203,"target":238},{"source":203,"target":10},{"source":203,"target":239},{"source":239,"target":11},{"source":239,"target":240},{"source":239,"target":203},{"source":240,"target":11},{"source":204,"target":241},{"source":204,"target":10},{"source":204,"target":242},{"source":242,"target":12},{"source":242,"target":243},{"source":242,"target":204},{"source":243,"target":12},{"source":205,"target":244},{"source":205,"target":10},{"source":205,"target":245},{"source":245,"target":25},{"source":245,"target":246},{"source":245,"target":205},{"source":246,"target":25},{"source":206,"target":11},{"source":206,"target":247},{"source":206,"target":10},{"source":206,"target":248},{"source":247,"target":11},{"source":207,"target":12},{"source":207,"target":249},{"source":207,"target":10},{"source":207,"target":250},{"source":249,"target":12},{"source":208,"target":24},{"source":208,"target":251},{"source":208,"target":10},{"source":251,"target":24},{"source":209,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":4},{"source":11,"target":252},{"source":11,"target":253},{"source":11,"target":254},{"source":11,"target":255},{"source":11,"target":256},{"source":11,"target":257},{"source":11,"target":258},{"source":11,"target":259},{"source":11,"target":260},{"source":11,"target":261},{"source":11,"target":248},{"source":11,"target":262},{"source":11,"target":263},{"source":11,"target":264},{"source":11,"target":265},{"source":252,"target":12},{"source":252,"target":266},{"source":252,"target":11},{"source":266,"target":12},{"source":253,"target":12},{"source":253,"target":267},{"source":253,"target":11},{"source":253,"target":268},{"source":267,"target":12},{"source":268,"target":269},{"source":268,"target":253},{"source":254,"target":12},{"source":254,"target":270},{"source":254,"target":11},{"source":254,"target":271},{"source":270,"target":12},{"source":271,"target":272},{"source":271,"target":254},{"source":255,"target":12},{"source":255,"target":273},{"source":255,"target":11},{"source":255,"target":274},{"source":255,"target":275},{"source":273,"target":12},{"source":274,"target":276},{"source":274,"target":255},{"source":275,"target":11},{"source":275,"target":277},{"source":275,"target":255},{"source":277,"target":11},{"source":256,"target":12},{"source":256,"target":278},{"source":256,"target":11},{"source":256,"target":279},{"source":256,"target":280},{"source":278,"target":12},{"source":279,"target":281},{"source":279,"target":256},{"source":280,"target":11},{"source":280,"target":282},{"source":280,"target":256},{"source":282,"target":11},{"source":257,"target":13},{"source":257,"target":283},{"source":257,"target":11},{"source":257,"target":284},{"source":283,"target":13},{"source":284,"target":285},{"source":284,"target":257},{"source":258,"target":13},{"source":258,"target":286},{"source":258,"target":11},{"source":258,"target":287},{"source":286,"target":13},{"source":287,"target":32},{"source":287,"target":288},{"source":287,"target":258},{"source":288,"target":32},{"source":259,"target":11},{"source":259,"target":289},{"source":259,"target":11},{"source":289,"target":11},{"source":260,"target":290},{"source":260,"target":11},{"source":261,"target":13},{"source":261,"target":291},{"source":261,"target":11},{"source":261,"target":292},{"source":291,"target":13},{"source":248,"target":10},{"source":248,"target":293},{"source":248,"target":11},{"source":248,"target":206},{"source":293,"target":10},{"source":262,"target":12},{"source":262,"target":294},{"source":262,"target":11},{"source":262,"target":295},{"source":294,"target":12},{"source":263,"target":12},{"source":263,"target":296},{"source":263,"target":11},{"source":263,"target":297},{"source":296,"target":12},{"source":264,"target":3},{"source":265,"target":4},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":4},{"source":12,"target":298},{"source":12,"target":297},{"source":12,"target":295},{"source":12,"target":299},{"source":12,"target":250},{"source":12,"target":300},{"source":12,"target":301},{"source":12,"target":302},{"source":12,"target":303},{"source":298,"target":12},{"source":298,"target":304},{"source":298,"target":12},{"source":304,"target":12},{"source":297,"target":11},{"source":297,"target":305},{"source":297,"target":12},{"source":297,"target":263},{"source":305,"target":11},{"source":295,"target":11},{"source":295,"target":306},{"source":295,"target":12},{"source":295,"target":262},{"source":306,"target":11},{"source":299,"target":307},{"source":299,"target":12},{"source":250,"target":10},{"source":250,"target":308},{"source":250,"target":12},{"source":250,"target":207},{"source":308,"target":10},{"source":300,"target":309},{"source":300,"target":12},{"source":301,"target":310},{"source":301,"target":12},{"source":302,"target":1},{"source":303,"target":4},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":4},{"source":13,"target":311},{"source":13,"target":312},{"source":13,"target":313},{"source":13,"target":292},{"source":13,"target":314},{"source":13,"target":315},{"source":13,"target":316},{"source":13,"target":317},{"source":311,"target":13},{"source":311,"target":318},{"source":311,"target":13},{"source":318,"target":13},{"source":312,"target":319},{"source":312,"target":13},{"source":313,"target":320},{"source":313,"target":13},{"source":292,"target":11},{"source":292,"target":321},{"source":292,"target":13},{"source":292,"target":261},{"source":321,"target":11},{"source":314,"target":322},{"source":314,"target":13},{"source":315,"target":323},{"source":315,"target":13},{"source":316,"target":1},{"source":317,"target":4},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":171},{"source":14,"target":324},{"source":14,"target":325},{"source":171,"target":7},{"source":171,"target":326},{"source":171,"target":14},{"source":171,"target":109},{"source":326,"target":7},{"source":324,"target":327},{"source":324,"target":14},{"source":325,"target":3},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":328},{"source":15,"target":329},{"source":15,"target":330},{"source":328,"target":11},{"source":328,"target":331},{"source":328,"target":15},{"source":331,"target":11},{"source":329,"target":11},{"source":329,"target":332},{"source":329,"target":15},{"source":332,"target":11},{"source":330,"target":1},{"source":16,"target":0},{"source":16,"target":6},{"source":16,"target":333},{"source":16,"target":334},{"source":333,"target":6},{"source":333,"target":335},{"source":333,"target":16},{"source":335,"target":6},{"source":334,"target":6},{"source":17,"target":0},{"source":17,"target":6},{"source":17,"target":336},{"source":17,"target":337},{"source":336,"target":6},{"source":336,"target":338},{"source":336,"target":17},{"source":338,"target":6},{"source":337,"target":6},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":339},{"source":339,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":340},{"source":19,"target":341},{"source":19,"target":342},{"source":340,"target":343},{"source":340,"target":19},{"source":341,"target":344},{"source":341,"target":19},{"source":342,"target":17},{"source":20,"target":0},{"source":20,"target":6},{"source":20,"target":345},{"source":20,"target":346},{"source":20,"target":347},{"source":20,"target":348},{"source":345,"target":6},{"source":345,"target":349},{"source":345,"target":20},{"source":349,"target":6},{"source":346,"target":6},{"source":346,"target":350},{"source":346,"target":20},{"source":350,"target":6},{"source":347,"target":6},{"source":347,"target":351},{"source":347,"target":20},{"source":351,"target":6},{"source":348,"target":6},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":352},{"source":352,"target":17},{"source":22,"target":0},{"source":22,"target":16},{"source":22,"target":353},{"source":22,"target":354},{"source":22,"target":355},{"source":22,"target":356},{"source":353,"target":357},{"source":353,"target":22},{"source":354,"target":358},{"source":354,"target":22},{"source":355,"target":359},{"source":355,"target":22},{"source":356,"target":16},{"source":23,"target":0},{"source":23,"target":16},{"source":23,"target":360},{"source":360,"target":16},{"source":24,"target":0},{"source":24,"target":361},{"source":24,"target":362},{"source":361,"target":363},{"source":361,"target":24},{"source":362,"target":364},{"source":362,"target":24},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":24},{"source":25,"target":365},{"source":25,"target":366},{"source":25,"target":367},{"source":25,"target":368},{"source":25,"target":369},{"source":25,"target":370},{"source":25,"target":371},{"source":365,"target":10},{"source":365,"target":372},{"source":365,"target":25},{"source":372,"target":10},{"source":366,"target":373},{"source":366,"target":25},{"source":367,"target":374},{"source":367,"target":25},{"source":368,"target":10},{"source":368,"target":375},{"source":368,"target":25},{"source":375,"target":10},{"source":369,"target":15},{"source":369,"target":376},{"source":369,"target":25},{"source":376,"target":15},{"source":370,"target":1},{"source":371,"target":24},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":24},{"source":26,"target":377},{"source":26,"target":378},{"source":26,"target":379},{"source":377,"target":24},{"source":377,"target":380},{"source":377,"target":26},{"source":380,"target":24},{"source":378,"target":1},{"source":379,"target":24},{"source":27,"target":0},{"source":27,"target":1},{"source":27,"target":24},{"source":27,"target":381},{"source":27,"target":382},{"source":27,"target":383},{"source":27,"target":384},{"source":381,"target":24},{"source":381,"target":385},{"source":381,"target":27},{"source":385,"target":24},{"source":382,"target":24},{"source":382,"target":386},{"source":382,"target":27},{"source":386,"target":24},{"source":383,"target":1},{"source":384,"target":24},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":387},{"source":387,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":388},{"source":388,"target":27},{"source":30,"target":0},{"source":30,"target":27},{"source":30,"target":389},{"source":389,"target":27},{"source":31,"target":0},{"source":31,"target":26},{"source":31,"target":390},{"source":390,"target":26},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":391},{"source":33,"target":392},{"source":33,"target":393},{"source":33,"target":394},{"source":33,"target":395},{"source":391,"target":33},{"source":392,"target":33},{"source":393,"target":33},{"source":394,"target":33},{"source":395,"target":33},{"source":34,"target":0},{"source":34,"target":24},{"source":34,"target":396},{"source":396,"target":24}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<!--
This file is protected by Copyright.
Please refer to the COPYRIGHT file distributed with this source distribution.
This file is part of REDHAWK IDE.
All rights reserved. This program and the accompanying materials are made available under
the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html.
-->
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sdr" nsURI="http://www.redhawk.gov/model/ide/sdr" nsPrefix="sdr">
<eClassifiers xsi:type="ecore:EClass" name="SdrRoot">
<eOperations name="load">
<eParameters name="monitor" eType="ecore:EDataType ../../gov.redhawk.eclipsecorba.library/model/library.ecore#//IProgressMonitor"/>
</eOperations>
<eOperations name="unload">
<eParameters name="monitor" eType="ecore:EDataType ../../gov.redhawk.eclipsecorba.library/model/library.ecore#//IProgressMonitor"/>
</eOperations>
<eOperations name="reload">
<eParameters name="monitor" eType="ecore:EDataType ../../gov.redhawk.eclipsecorba.library/model/library.ecore#//IProgressMonitor"/>
</eOperations>
<eOperations name="setSdrRoot">
<eParameters name="sdrRoot" eType="ecore:EDataType ../../gov.redhawk.eclipsecorba.library/model/library.ecore#//URI"/>
<eParameters name="domPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="devPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getDevResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EResource">
<eParameters name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getDomResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EResource">
<eParameters name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="loadStatus" eType="ecore:EDataType ../../gov.redhawk.eclipsecorba.library/model/library.ecore#//IStatus"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedSetVisibility" value="true"/>
<details key="suppressedUnsetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="#//LoadState"
transient="true" defaultValueLiteral="UNLOADED">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedSetVisibility" value="true"/>
<details key="suppressedUnsetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentsContainer" eType="#//ComponentsContainer"
transient="true" derived="true" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedSetVisibility" value="true"/>
<details key="suppressedUnsetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="waveformsContainer" eType="#//WaveformsContainer"
derived="true" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedSetVisibility" value="true"/>
<details key="suppressedUnsetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="devicesContainer" eType="#//DevicesContainer"
transient="true" derived="true" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedSetVisibility" value="true"/>
<details key="suppressedUnsetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="servicesContainer" eType="#//ServicesContainer"
transient="true" derived="true" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedSetVisibility" value="true"/>
<details key="suppressedUnsetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodesContainer" eType="#//NodesContainer"
transient="true" derived="true" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedSetVisibility" value="true"/>
<details key="suppressedUnsetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sharedLibrariesContainer"
eType="#//SharedLibrariesContainer" transient="true" derived="true" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedSetVisibility" value="true"/>
<details key="suppressedUnsetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="domainConfiguration" eType="ecore:EClass ../../mil.jpeojtrs.sca.dmd/model/dmd.ecore#//DomainManagerConfiguration"
transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedSetVisibility" value="true"/>
<details key="suppressedUnsetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="idlLibrary" eType="ecore:EClass ../../gov.redhawk.eclipsecorba.library/model/library.ecore#//IdlLibrary"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="@since 3.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="devFileSystemRoot" eType="ecore:EDataType ../../gov.redhawk.eclipsecorba.library/model/library.ecore#//URI"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domFileSystemRoot" eType="ecore:EDataType ../../gov.redhawk.eclipsecorba.library/model/library.ecore#//URI"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentsContainer" eSuperTypes="#//SoftPkgRegistry">
<eStructuralFeatures xsi:type="ecore:EReference" name="childContainers" upperBound="-1"
eType="#//ComponentsContainer" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WaveformsContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="waveforms" upperBound="-1"
eType="ecore:EClass ../../mil.jpeojtrs.sca.sad/model/sad.ecore#//SoftwareAssembly"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childContainers" upperBound="-1"
eType="#//WaveformsContainer" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DevicesContainer" eSuperTypes="#//SoftPkgRegistry">
<eStructuralFeatures xsi:type="ecore:EReference" name="childContainers" upperBound="-1"
eType="#//DevicesContainer" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServicesContainer" eSuperTypes="#//SoftPkgRegistry">
<eStructuralFeatures xsi:type="ecore:EReference" name="childContainers" upperBound="-1"
eType="#//ServicesContainer" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SharedLibrariesContainer" eSuperTypes="#//SoftPkgRegistry">
<eStructuralFeatures xsi:type="ecore:EReference" name="childContainers" upperBound="-1"
eType="#//SharedLibrariesContainer" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodesContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="ecore:EClass ../../mil.jpeojtrs.sca.dcd/model/dcd.ecore#//DeviceConfiguration"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childContainers" upperBound="-1"
eType="#//NodesContainer" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LoadState">
<eLiterals name="UNLOADED"/>
<eLiterals name="LOADING" value="1"/>
<eLiterals name="LOADED" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="IStatus" instanceClassName="org.eclipse.core.runtime.IStatus"
serializable="false"/>
<eClassifiers xsi:type="ecore:EClass" name="SoftPkgRegistry" abstract="true">
<eOperations name="getSoftPkg" eType="ecore:EClass ../../mil.jpeojtrs.sca.spd/model/spd.ecore#//SoftPkg">
<eParameters name="softPkgId" eType="ecore:EDataType platform:/plugin/mil.jpeojtrs.sca.prf/model/prf.ecore#//DceUUID"/>
</eOperations>
<eOperations name="getAllComponents" upperBound="-1" eType="ecore:EClass ../../mil.jpeojtrs.sca.spd/model/spd.ecore#//SoftPkg"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1"
eType="ecore:EClass ../../mil.jpeojtrs.sca.spd/model/spd.ecore#//SoftPkg"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/RedhawkSDR/gov.redhawk.ide/plugins/gov.redhawk.ide.sdr/model/sdr.ecore | ecore | sdr
SdrRoot
load
monitor
unload
monitor
reload
monitor
setSdrRoot
sdrRoot
domPath
devPath
getDevResource
path
getDomResource
path
loadStatus
state
UNLOADED
componentsContainer
waveformsContainer
devicesContainer
servicesContainer
nodesContainer
sharedLibrariesContainer
domainConfiguration
idlLibrary
devFileSystemRoot
domFileSystemRoot
ComponentsContainer
childContainers
WaveformsContainer
waveforms
name
childContainers
DevicesContainer
childContainers
ServicesContainer
childContainers
SharedLibrariesContainer
childContainers
NodesContainer
nodes
name
childContainers
LoadState
UNLOADED
UNLOADED
LOADING
LOADING
LOADED
LOADED
IStatus
org.eclipse.core.runtime.IStatus
org.eclipse.core.runtime.IStatus
SoftPkgRegistry
getSoftPkg
softPkgId
getAllComponents
name
components | null | {"directed":true,"nodes":[{"nsPrefix":"sdr","nsURI":"http://www.redhawk.gov/model/ide/sdr","name":"sdr","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SdrRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentsContainer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaveformsContainer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DevicesContainer","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServicesContainer","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SharedLibrariesContainer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodesContainer","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LoadState","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.core.runtime.IStatus","defaultValue":null,"instanceClassName":"org.eclipse.core.runtime.IStatus","name":"IStatus","instanceClass":"org.eclipse.core.runtime.IStatus","id":9,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftPkgRegistry","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"load","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unload","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reload","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setSdrRoot","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDevResource","lowerBound":0,"id":15,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDomResource","lowerBound":0,"id":16,"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":"loadStatus","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UNLOADED","unsettable":false,"transient":true,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"componentsContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"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":"waveformsContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"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":true,"unique":true,"name":"devicesContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"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":true,"unique":true,"name":"servicesContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"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":true,"unique":true,"name":"nodesContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"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":true,"unique":true,"name":"sharedLibrariesContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"domainConfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"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":"idlLibrary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"devFileSystemRoot","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":"domFileSystemRoot","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EParameter"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EParameter"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sdrRoot","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"domPath","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"devPath","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"path","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"path","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EParameter"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childContainers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"waveforms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childContainers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childContainers","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childContainers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childContainers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodes","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":"name","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":false,"unique":true,"name":"childContainers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"name":"UNLOADED","id":83,"value":0,"literal":"UNLOADED","eClass":"EEnumLiteral"},{"name":"LOADING","id":84,"value":1,"literal":"LOADING","eClass":"EEnumLiteral"},{"name":"LOADED","id":85,"value":2,"literal":"LOADED","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSoftPkg","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllComponents","lowerBound":0,"id":87,"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":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"softPkgId","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EParameter"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":11,"target":1},{"source":11,"target":29},{"source":29,"target":30},{"source":29,"target":11},{"source":12,"target":1},{"source":12,"target":31},{"source":31,"target":32},{"source":31,"target":12},{"source":13,"target":1},{"source":13,"target":33},{"source":33,"target":34},{"source":33,"target":13},{"source":14,"target":1},{"source":14,"target":35},{"source":14,"target":36},{"source":14,"target":37},{"source":35,"target":38},{"source":35,"target":14},{"source":36,"target":39},{"source":36,"target":14},{"source":37,"target":40},{"source":37,"target":14},{"source":15,"target":41},{"source":15,"target":1},{"source":15,"target":42},{"source":42,"target":43},{"source":42,"target":15},{"source":16,"target":44},{"source":16,"target":1},{"source":16,"target":45},{"source":45,"target":46},{"source":45,"target":16},{"source":17,"target":47},{"source":17,"target":1},{"source":18,"target":8},{"source":18,"target":48},{"source":18,"target":1},{"source":48,"target":8},{"source":19,"target":2},{"source":19,"target":49},{"source":19,"target":1},{"source":49,"target":2},{"source":20,"target":3},{"source":20,"target":50},{"source":20,"target":1},{"source":50,"target":3},{"source":21,"target":4},{"source":21,"target":51},{"source":21,"target":1},{"source":51,"target":4},{"source":22,"target":5},{"source":22,"target":52},{"source":22,"target":1},{"source":52,"target":5},{"source":23,"target":7},{"source":23,"target":53},{"source":23,"target":1},{"source":53,"target":7},{"source":24,"target":6},{"source":24,"target":54},{"source":24,"target":1},{"source":54,"target":6},{"source":25,"target":55},{"source":25,"target":1},{"source":26,"target":56},{"source":26,"target":1},{"source":27,"target":57},{"source":27,"target":1},{"source":28,"target":58},{"source":28,"target":1},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":59},{"source":2,"target":60},{"source":59,"target":2},{"source":59,"target":61},{"source":59,"target":2},{"source":61,"target":2},{"source":60,"target":10},{"source":3,"target":0},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":62,"target":65},{"source":62,"target":3},{"source":63,"target":66},{"source":63,"target":3},{"source":64,"target":3},{"source":64,"target":67},{"source":64,"target":3},{"source":67,"target":3},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":68},{"source":4,"target":69},{"source":68,"target":4},{"source":68,"target":70},{"source":68,"target":4},{"source":70,"target":4},{"source":69,"target":10},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":71},{"source":5,"target":72},{"source":71,"target":5},{"source":71,"target":73},{"source":71,"target":5},{"source":73,"target":5},{"source":72,"target":10},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":74},{"source":6,"target":75},{"source":74,"target":6},{"source":74,"target":76},{"source":74,"target":6},{"source":76,"target":6},{"source":75,"target":10},{"source":7,"target":0},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":77,"target":80},{"source":77,"target":7},{"source":78,"target":81},{"source":78,"target":7},{"source":79,"target":7},{"source":79,"target":82},{"source":79,"target":7},{"source":82,"target":7},{"source":8,"target":0},{"source":8,"target":83},{"source":8,"target":84},{"source":8,"target":85},{"source":83,"target":8},{"source":84,"target":8},{"source":85,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":86},{"source":10,"target":87},{"source":10,"target":88},{"source":10,"target":89},{"source":86,"target":90},{"source":86,"target":10},{"source":86,"target":91},{"source":91,"target":92},{"source":91,"target":86},{"source":87,"target":93},{"source":87,"target":10},{"source":88,"target":94},{"source":88,"target":10},{"source":89,"target":95},{"source":89,"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="caltrop" nsURI="http://www.ptolemy.org/caltrop" nsPrefix="caltrop">
<eClassifiers xsi:type="ecore:EClass" name="CaltropActorImpl">
<eTypeParameters name="P">
<eBounds eClassifier="ecore:EClass actor.ecore#//AbstractIOPort"/>
</eTypeParameters>
<eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1"
eType="#//StateVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//ReAction" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initActions" upperBound="-1"
eType="#//OutputAction" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1"
eType="#//FunctionDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schedule" eType="#//Schedule"
containment="true"/>
<eGenericSuperTypes eClassifier="ecore:EClass actor.ecore#//AtomicActorImpl">
<eTypeArguments eTypeParameter="#//CaltropActorImpl/P"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActorParameter" eSuperTypes="actor.ecore#//Parameter"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedInputPort" eSuperTypes="actor.ecore#//AbstractTypedIOPort"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedOutputPort" eSuperTypes="actor.ecore#//AbstractTypedIOPort"/>
<eClassifiers xsi:type="ecore:EClass" name="StateVariable" eSuperTypes="actor.ecore#//Variable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FireAction" eSuperTypes="#//ReAction">
<eStructuralFeatures xsi:type="ecore:EReference" name="inputPatterns" upperBound="-1"
eType="#//InputPattern" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReAction" eSuperTypes="#//OutputAction"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputAction" eSuperTypes="kernel.ecore#//NamedObj">
<eOperations name="getInputPatterns" upperBound="-1" eType="#//InputPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guardExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputPatterns" upperBound="-1"
eType="#//OutputPattern" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bodyExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updateExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="delayExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortPattern" abstract="true">
<eOperations name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repeatExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="channels" eType="#//ChannelSelector"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portRef" eType="ecore:EClass kernel.ecore#//Port"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guardExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionPattern">
<eOperations name="getPatternVariables" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getGuardExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputPattern" eSuperTypes="#//PortPattern #//ActionPattern">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variables" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutputPattern" eSuperTypes="#//PortPattern">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueExpressions" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChannelSelector" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionChannelSelector" eSuperTypes="#//ChannelSelector">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyExpressions" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KeywordChannelSelector" eSuperTypes="#//ChannelSelector">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keyword" eType="#//ChannelSelectorKeyword"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ChannelSelectorKeyword">
<eLiterals name="ALL" value="-1"/>
<eLiterals name="ANY" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionDeclaration" eSuperTypes="actor.ecore#//JvmTypedObj">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="ecore:EClass actor.ecore#//JvmTypedObj" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bodyExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="throwables" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/xtext/common/JavaVMTypes#//JvmTypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Schedule">
<eStructuralFeatures xsi:type="ecore:EReference" name="initial" eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//State" containment="true" eOpposite="#//State/schedule"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="kernel.ecore#//NamedObj">
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//Transition" containment="true" eOpposite="#//Transition/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schedule" eType="#//Schedule"
eOpposite="#//Schedule/states"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//State"
eOpposite="#//State/transitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tags" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventAction" eSuperTypes="#//ReAction">
<eStructuralFeatures xsi:type="ecore:EReference" name="eventPatterns" upperBound="-1"
eType="#//EventPattern" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventPattern" eSuperTypes="#//ActionPattern">
<eStructuralFeatures xsi:type="ecore:EReference" name="varRef" eType="#//StateVariable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variables" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="timeExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guardExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConversionRelation" eSuperTypes="kernel.ecore#//Relation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueVar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conversionExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guardExpression" eType="ecore:EClass http://www.eclipse.org/xtext/xbase/Xbase#//XExpression"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/caltrop.ecore | ecore | caltrop
CaltropActorImpl
P
declarations
actions
initActions
functions
schedule
ActorParameter
TypedInputPort
TypedOutputPort
StateVariable
constant
FireAction
inputPatterns
ReAction
OutputAction
getInputPatterns
guardExpression
outputPatterns
bodyExpression
updateExpression
delayExpression
PortPattern
size
repeatExpression
channels
portRef
guardExpression
ActionPattern
getPatternVariables
getGuardExpression
InputPattern
variables
OutputPattern
valueExpressions
ChannelSelector
ExpressionChannelSelector
many
keyExpressions
KeywordChannelSelector
keyword
ChannelSelectorKeyword
ALL
ALL
ANY
ANY
FunctionDeclaration
parameters
bodyExpression
throwables
Schedule
initial
states
State
transitions
schedule
Transition
source
target
tags
EventAction
eventPatterns
EventPattern
varRef
name
qualifier
variables
property
timeExpression
guardExpression
ConversionRelation
valueVar
conversionExpression
guardExpression | null | {"directed":true,"nodes":[{"nsPrefix":"caltrop","nsURI":"http://www.ptolemy.org/caltrop","name":"caltrop","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaltropActorImpl","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorParameter","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedInputPort","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedOutputPort","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateVariable","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FireAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReAction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortPattern","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionPattern","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPattern","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPattern","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelSelector","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionChannelSelector","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeywordChannelSelector","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChannelSelectorKeyword","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDeclaration","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schedule","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventPattern","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConversionRelation","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"name":"P","id":24,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","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":"actions","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":"initActions","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":"functions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schedule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"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":"constant","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputPatterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getInputPatterns","lowerBound":0,"id":48,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guardExpression","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":"outputPatterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updateExpression","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":"delayExpression","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"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"size","lowerBound":0,"id":61,"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":"repeatExpression","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":"channels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portRef","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":"guardExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPatternVariables","lowerBound":0,"id":71,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getGuardExpression","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"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":"variables","changeable":true,"lowerBound":0,"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":"valueExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":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":"keyExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keyword","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"name":"ALL","id":90,"value":-1,"literal":"ALL","eClass":"EEnumLiteral"},{"name":"ANY","id":91,"value":1,"literal":"ANY","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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"throwables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initial","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"schedule","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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"lowerBound":0,"iD":false,"id":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eventPatterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"varRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"lowerBound":0,"iD":false,"id":119,"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":"variables","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guardExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"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":"valueVar","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":"conversionExpression","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":"guardExpression","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":1,"target":0},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":24,"target":31},{"source":25,"target":5},{"source":25,"target":32},{"source":25,"target":1},{"source":32,"target":5},{"source":26,"target":7},{"source":26,"target":33},{"source":26,"target":1},{"source":33,"target":7},{"source":27,"target":8},{"source":27,"target":34},{"source":27,"target":1},{"source":34,"target":8},{"source":28,"target":17},{"source":28,"target":35},{"source":28,"target":1},{"source":35,"target":17},{"source":29,"target":18},{"source":29,"target":36},{"source":29,"target":1},{"source":36,"target":18},{"source":30,"target":37},{"source":37,"target":24},{"source":2,"target":0},{"source":2,"target":38},{"source":3,"target":0},{"source":3,"target":39},{"source":4,"target":0},{"source":4,"target":40},{"source":5,"target":0},{"source":5,"target":41},{"source":5,"target":42},{"source":41,"target":43},{"source":41,"target":5},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":44},{"source":6,"target":45},{"source":44,"target":11},{"source":44,"target":46},{"source":44,"target":6},{"source":46,"target":11},{"source":45,"target":7},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":47},{"source":47,"target":8},{"source":8,"target":0},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":48,"target":11},{"source":48,"target":55},{"source":48,"target":8},{"source":55,"target":11},{"source":49,"target":56},{"source":49,"target":8},{"source":50,"target":12},{"source":50,"target":57},{"source":50,"target":8},{"source":57,"target":12},{"source":51,"target":58},{"source":51,"target":8},{"source":52,"target":59},{"source":52,"target":8},{"source":53,"target":60},{"source":53,"target":8},{"source":9,"target":0},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":9,"target":64},{"source":9,"target":65},{"source":61,"target":66},{"source":61,"target":9},{"source":62,"target":67},{"source":62,"target":9},{"source":63,"target":13},{"source":63,"target":68},{"source":63,"target":9},{"source":68,"target":13},{"source":64,"target":69},{"source":64,"target":9},{"source":65,"target":70},{"source":65,"target":9},{"source":10,"target":0},{"source":10,"target":71},{"source":10,"target":72},{"source":71,"target":73},{"source":71,"target":10},{"source":72,"target":74},{"source":72,"target":10},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":10},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":75,"target":78},{"source":75,"target":11},{"source":76,"target":9},{"source":77,"target":10},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":79},{"source":12,"target":80},{"source":79,"target":81},{"source":79,"target":12},{"source":80,"target":9},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":82},{"source":14,"target":83},{"source":14,"target":84},{"source":82,"target":85},{"source":82,"target":14},{"source":83,"target":86},{"source":83,"target":14},{"source":84,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":87},{"source":15,"target":88},{"source":87,"target":16},{"source":87,"target":89},{"source":87,"target":15},{"source":89,"target":16},{"source":88,"target":13},{"source":16,"target":0},{"source":16,"target":90},{"source":16,"target":91},{"source":90,"target":16},{"source":91,"target":16},{"source":17,"target":0},{"source":17,"target":92},{"source":17,"target":93},{"source":17,"target":94},{"source":17,"target":95},{"source":92,"target":96},{"source":92,"target":17},{"source":93,"target":97},{"source":93,"target":17},{"source":94,"target":98},{"source":94,"target":17},{"source":18,"target":0},{"source":18,"target":99},{"source":18,"target":100},{"source":99,"target":19},{"source":99,"target":101},{"source":99,"target":18},{"source":101,"target":19},{"source":100,"target":19},{"source":100,"target":102},{"source":100,"target":18},{"source":100,"target":103},{"source":102,"target":19},{"source":19,"target":0},{"source":19,"target":104},{"source":19,"target":103},{"source":19,"target":105},{"source":104,"target":20},{"source":104,"target":106},{"source":104,"target":19},{"source":104,"target":107},{"source":106,"target":20},{"source":103,"target":18},{"source":103,"target":108},{"source":103,"target":19},{"source":103,"target":100},{"source":108,"target":18},{"source":20,"target":0},{"source":20,"target":107},{"source":20,"target":109},{"source":20,"target":110},{"source":107,"target":19},{"source":107,"target":111},{"source":107,"target":20},{"source":107,"target":104},{"source":111,"target":19},{"source":109,"target":19},{"source":109,"target":112},{"source":109,"target":20},{"source":112,"target":19},{"source":110,"target":113},{"source":110,"target":20},{"source":21,"target":0},{"source":21,"target":7},{"source":21,"target":114},{"source":21,"target":115},{"source":114,"target":22},{"source":114,"target":116},{"source":114,"target":21},{"source":116,"target":22},{"source":115,"target":7},{"source":22,"target":0},{"source":22,"target":10},{"source":22,"target":117},{"source":22,"target":118},{"source":22,"target":119},{"source":22,"target":120},{"source":22,"target":121},{"source":22,"target":122},{"source":22,"target":123},{"source":22,"target":124},{"source":117,"target":5},{"source":117,"target":125},{"source":117,"target":22},{"source":125,"target":5},{"source":118,"target":126},{"source":118,"target":22},{"source":119,"target":127},{"source":119,"target":22},{"source":120,"target":128},{"source":120,"target":22},{"source":121,"target":129},{"source":121,"target":22},{"source":122,"target":130},{"source":122,"target":22},{"source":123,"target":131},{"source":123,"target":22},{"source":124,"target":10},{"source":23,"target":0},{"source":23,"target":132},{"source":23,"target":133},{"source":23,"target":134},{"source":23,"target":135},{"source":132,"target":136},{"source":132,"target":23},{"source":133,"target":137},{"source":133,"target":23},{"source":134,"target":138},{"source":134,"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="dsltrans" nsURI="http://dsltrans/2.0" nsPrefix="dsltrans">
<eAnnotations source="gmf">
<details key="foo" value="bar"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="TransformationModel">
<eAnnotations source="gmf.diagram">
<details key="foo" value="bar"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1"
eType="#//AbstractSource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Layer" abstract="true" eSuperTypes="#//AbstractSource">
<eAnnotations source="gmf.node">
<details key="foo" value="bar"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Layer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="previousSource" upperBound="-1"
eType="#//AbstractSource">
<eAnnotations source="gmf.link">
<details key="source.decoration" value="arrow"/>
<details key="width" value="2"/>
<details key="tool.description" value="Controls the flow of the transformation. Connects Layers/FilePorts."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outputFilePathURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasRule" upperBound="-1"
eType="#//Rule" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="groupName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchClass" abstract="true" eSuperTypes="#//AbstractClass">
<eAnnotations source="gmf.node">
<details key="foo" value="bar"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1"
eType="#//MatchAttribute" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PositiveMatchClass" abstract="true"
eSuperTypes="#//MatchClass">
<eAnnotations source="gmf.node">
<details key="border.color" value="204,255,153"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnyMatchClass" eSuperTypes="#//PositiveMatchClass">
<eAnnotations source="gmf.node">
<details key="tool.description" value="Match any class."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExistsMatchClass" eSuperTypes="#//PositiveMatchClass">
<eAnnotations source="gmf.node">
<details key="tool.description" value="Match at most one class."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NegativeMatchClass" eSuperTypes="#//MatchClass">
<eAnnotations source="gmf.node">
<details key="border.color" value="255,61,100"/>
<details key="tool.description" value="Exclude class from pattern."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchModel">
<eAnnotations source="gmf.node">
<details key="foo" value="bar"/>
<details key="tool.description" value="Match pattern. Place inside Rule."/>
<details key="label.placement" value="none"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="class" upperBound="-1"
eType="#//MatchClass" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="association" upperBound="-1"
eType="#//MatchAssociation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="explicitSource" eType="#//FilePort">
<eAnnotations source="gmf.link">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchAssociation" abstract="true" eSuperTypes="#//Association">
<eAnnotations source="gmf.link">
<details key="source" value="source"/>
<details key="target" value="target"/>
<details key="target.decoration" value="arrow"/>
<details key="width" value="2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//MatchClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//MatchClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PositiveIndirectAssociation" eSuperTypes="#//MatchAssociation">
<eAnnotations source="gmf.link">
<details key="label" value=""/>
<details key="style" value="dash"/>
<details key="color" value="204,255,153"/>
<details key="width" value="2"/>
<details key="tool.description" value="Existing association across several containments."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NegativeIndirectAssociation" eSuperTypes="#//MatchAssociation">
<eAnnotations source="gmf.link">
<details key="style" value="dash"/>
<details key="color" value="255,61,100"/>
<details key="width" value="2"/>
<details key="tool.description" value="Existing association across several containments."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PositiveMatchAssociation" eSuperTypes="#//MatchAssociation">
<eAnnotations source="gmf.link">
<details key="tool.description" value="Existing direct association."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NegativeMatchAssociation" eSuperTypes="#//MatchAssociation">
<eAnnotations source="gmf.link">
<details key="color" value="255,61,100"/>
<details key="width" value="2"/>
<details key="tool.description" value="Non-existing direct association."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplyClass" eSuperTypes="#//AbstractClass">
<eAnnotations source="gmf.node">
<details key="foo" value="bar"/>
<details key="tool.description" value="Generates a class in the apply pattern."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1"
eType="#//ApplyAttribute" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="groupName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplyModel">
<eAnnotations source="gmf.node">
<details key="color" value="255,255,163"/>
<details key="tool.description" value="Apply pattern. Place inside Rule."/>
<details key="label.placement" value="none"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="class" upperBound="-1"
eType="#//ApplyClass" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="association" upperBound="-1"
eType="#//ApplyAssociation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplyAssociation" eSuperTypes="#//Association">
<eAnnotations source="gmf.link">
<details key="label" value="associationName"/>
<details key="source" value="source"/>
<details key="target" value="target"/>
<details key="target.decoration" value="arrow"/>
<details key="tool.description" value="Create direct association in the apply pattern."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//ApplyClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//ApplyClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractClass" abstract="true">
<eAnnotations source="gmf.node">
<details key="label" value="className"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="allowInheritance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="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="Association" abstract="true">
<eAnnotations source="gmf.link">
<details key="label" value="associationName"/>
<details key="width" value="2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="associationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchAttribute" eSuperTypes="#//Attribute">
<eAnnotations source="gmf.node">
<details key="label" value="attributeName"/>
<details key="tool.description" value="Match an attribute."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeValue" eType="#//MatchAttributeValue"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplyAttribute" eSuperTypes="#//Attribute">
<eAnnotations source="gmf.node">
<details key="label" value="attributeName"/>
<details key="tool.description" value="Create attribute in the apply pattern."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeValue" eType="#//Term"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractSource" abstract="true">
<eAnnotations source="gmf.node">
<details key="foo" value="bar"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="metaModelId" lowerBound="1"
eType="#//MetaModelIdentifier" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<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="FilePort" eSuperTypes="#//AbstractSource">
<eAnnotations source="gmf.node">
<details key="label" value="filePathURI"/>
<details key="tool.small.bundle" value="Transformer"/>
<details key="tool.description" value="Specify input model."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filePathURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule">
<eAnnotations source="gmf.node">
<details key="label" value="description"/>
<details key="tool.description" value="Create Rule. Place inside Layer."/>
</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="match" lowerBound="1" upperBound="-1"
eType="#//MatchModel" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="apply" lowerBound="1" eType="#//ApplyModel"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="backwards" upperBound="-1"
eType="#//AbstractTemporalRelation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//Import" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeRelations" upperBound="-1"
eType="#//AbstractAttributeRelation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetaModelIdentifier">
<eAnnotations source="gmf.node">
<details key="label" value="metaModelName"/>
<details key="tool.description" value="Describe a metamodel."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metaModelURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metaModelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PositiveBackwardRestriction" eSuperTypes="#//AbstractTemporalRelation">
<eAnnotations source="gmf.link">
<details key="foo" value="bar"/>
<details key="tool.description" value="Create a generator-generated restriction."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NegativeBackwardRestriction" eSuperTypes="#//AbstractTemporalRelation">
<eAnnotations source="gmf.link">
<details key="color" value="255,61,100"/>
<details key="tool.description" value="Avoid a generator-generated situation."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import">
<eAnnotations source="gmf.link">
<details key="target" value="target"/>
<details key="source" value="source"/>
<details key="target.decoration" value="arrow"/>
<details key="color" value="85,64,45"/>
<details key="width" value="2"/>
<details key="tool.description" value="Copy full model elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//ApplyClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//PositiveMatchClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sequential" eSuperTypes="#//Layer">
<eAnnotations source="gmf.node">
<details key="label" value="description"/>
<details key="color" value="153,204,255"/>
<details key="tool.name" value="Layer"/>
<details key="tool.description" value="Create a new Layer."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true">
<eAnnotations source="gmf.node">
<details key="foo" value="bar"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operator" abstract="true" eSuperTypes="#//Term"/>
<eClassifiers xsi:type="ecore:EClass" name="Atom" eSuperTypes="#//Term #//MatchAttributeValue">
<eAnnotations source="gmf.node">
<details key="label" value="value"/>
<details key="label.icon" value="false"/>
<details key="tool.description" value="Create a literal."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ref" abstract="true" eSuperTypes="#//Term"/>
<eClassifiers xsi:type="ecore:EClass" name="AttributeRef" eSuperTypes="#//Ref">
<eAnnotations source="gmf.node">
<details key="tool.description" value="Copy attribute value."/>
<details key="label.placement" value="none"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeRef" lowerBound="1"
eType="#//Attribute">
<eAnnotations source="gmf.link">
<details key="target.decoration" value="arrow"/>
<details key="width" value="2"/>
<details key="tool.description" value="Specify source attribute."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassRef" eSuperTypes="#//Ref">
<eAnnotations source="gmf.node">
<details key="foo" value="bar"/>
<details key="label.placement" value="none"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="classRef" lowerBound="1"
eType="#//AbstractClass">
<eAnnotations source="gmf.link">
<details key="target.decoration" value="arrow"/>
<details key="width" value="2"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Concat" eSuperTypes="#//Operator">
<eAnnotations source="gmf.node">
<details key="tool.description" value="Concatenate expressions."/>
<details key="label.placement" value="none"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftTerm" lowerBound="1"
eType="#//Term" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightTerm" lowerBound="1"
eType="#//Term" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeOf" eSuperTypes="#//Operator #//AttributeRef">
<eAnnotations source="gmf.node">
<details key="foo" value="bar"/>
<details key="label.placement" value="none"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Wildcard" eSuperTypes="#//Term">
<eAnnotations source="gmf.node">
<details key="tool.description" value="Match any literal."/>
<details key="label.placement" value="none"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true">
<eAnnotations source="gmf.node">
<details key="label" value="attributeName"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="isNull" eSuperTypes="#//MatchAttributeValue">
<eAnnotations source="gmf.node">
<details key="label" value="value"/>
<details key="label.icon" value="false"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchAttributeValue" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractTemporalRelation" abstract="true">
<eAnnotations source="gmf.link">
<details key="target" value="targetClass"/>
<details key="source" value="sourceClass"/>
<details key="style" value="dot"/>
<details key="width" value="2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetClass" lowerBound="1"
eType="#//ApplyClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceClass" lowerBound="1"
eType="#//PositiveMatchClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sequencer" eSuperTypes="#//Term">
<eAnnotations source="gmf.node">
<details key="tool.description" value="Create a sequential number generator."/>
<details key="label.placement" value="none"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractAttributeRelation" abstract="true">
<eAnnotations source="gmf.link">
<details key="target" value="targetAttribute"/>
<details key="target.decoration" value="none"/>
<details key="source" value="sourceAttribute"/>
<details key="source.decoration" value="none"/>
<details key="style" value="solid"/>
<details key="width" value="2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceAttribute" eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetAttribute" eType="#//Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeEquality" eSuperTypes="#//AbstractAttributeRelation">
<eAnnotations source="gmf.link">
<details key="label.text" value="="/>
<details key="color" value="145,147,255"/>
<details key="label.readOnly" value="true"/>
<details key="tool.description" value="Create an equality constrain between attributes."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeInequality" eSuperTypes="#//AbstractAttributeRelation">
<eAnnotations source="gmf.link">
<details key="color" value="255,61,100"/>
<details key="label.readOnly" value="true"/>
<details key="label.text" value="!="/>
<details key="tool.description" value="Create an inequality constrain between attributes"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchMayBeSameRelation" eSuperTypes="#//MatchAssociation">
<eAnnotations source="gmf.link">
<details key="label.text" value=""/>
<details key="target.decoration" value="none"/>
<details key="label.readOnly" value="true"/>
<details key="source.decoration" value="none"/>
<details key="style" value="dash"/>
<details key="color" value="181,215,255"/>
<details key="width" value="2"/>
<details key="tool.description" value="Match classes can have same binding."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplyMayBeSameRelation" eSuperTypes="#//ApplyAssociation">
<eAnnotations source="gmf.link">
<details key="label.text" value=""/>
<details key="target.decoration" value="none"/>
<details key="label.readOnly" value="true"/>
<details key="source.decoration" value="none"/>
<details key="style" value="dash"/>
<details key="color" value="181,215,255"/>
<details key="width" value="2"/>
<details key="tool.description" value="Apply classes can have same binding."/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/githubbrunob/DSLTransGIT/Transformer2.0/model/DSLTrans.ecore | ecore | dsltrans
TransformationModel
source
Layer
description
Layer
previousSource
outputFilePathURI
hasRule
groupName
MatchClass
attribute
PositiveMatchClass
AnyMatchClass
ExistsMatchClass
NegativeMatchClass
MatchModel
class
association
explicitSource
MatchAssociation
source
target
PositiveIndirectAssociation
NegativeIndirectAssociation
PositiveMatchAssociation
NegativeMatchAssociation
ApplyClass
attribute
groupName
ApplyModel
class
association
ApplyAssociation
source
target
AbstractClass
description
packageName
className
allowInheritance
true
id
Association
associationName
MatchAttribute
attributeValue
ApplyAttribute
attributeValue
AbstractSource
metaModelId
name
FilePort
filePathURI
Rule
description
match
apply
backwards
imports
attributeRelations
MetaModelIdentifier
metaModelURI
metaModelName
PositiveBackwardRestriction
NegativeBackwardRestriction
Import
target
source
Sequential
Term
Operator
Atom
value
Ref
AttributeRef
attributeRef
ClassRef
classRef
Concat
leftTerm
rightTerm
TypeOf
Wildcard
Attribute
attributeName
description
id
isNull
value
true
MatchAttributeValue
AbstractTemporalRelation
targetClass
sourceClass
Sequencer
AbstractAttributeRelation
sourceAttribute
targetAttribute
AttributeEquality
AttributeInequality
MatchMayBeSameRelation
ApplyMayBeSameRelation | null | {"directed":true,"nodes":[{"nsPrefix":"dsltrans","nsURI":"http://dsltrans/2.0","name":"dsltrans","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layer","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchClass","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositiveMatchClass","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyMatchClass","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistsMatchClass","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeMatchClass","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchModel","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchAssociation","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositiveIndirectAssociation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeIndirectAssociation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositiveMatchAssociation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeMatchAssociation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyClass","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyModel","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyAssociation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractClass","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchAttribute","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyAttribute","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSource","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilePort","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaModelIdentifier","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositiveBackwardRestriction","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeBackwardRestriction","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequential","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atom","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ref","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeRef","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassRef","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concat","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeOf","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wildcard","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"isNull","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchAttributeValue","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTemporalRelation","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequencer","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAttributeRelation","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeEquality","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeInequality","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchMayBeSameRelation","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyMayBeSameRelation","instanceClass":null,"abstract":false,"id":47,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Layer","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Layer","unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previousSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputFilePathURI","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":"hasRule","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":"groupName","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"class","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":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"explicitSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"container":false,"ordered":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":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"groupName","changeable":true,"lowerBound":0,"iD":false,"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":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"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":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":"packageName","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":"className","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"allowInheritance","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":"id","changeable":true,"lowerBound":0,"iD":true,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"associationName","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"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":"attributeValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaModelId","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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":"filePathURI","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":122,"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":"match","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"apply","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"backwards","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"attributeRelations","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":"metaModelURI","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metaModelName","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftTerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightTerm","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeName","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceAttribute","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":"targetAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":1,"target":0},{"source":1,"target":48},{"source":48,"target":21},{"source":48,"target":49},{"source":48,"target":1},{"source":49,"target":21},{"source":2,"target":0},{"source":2,"target":21},{"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":50,"target":56},{"source":50,"target":2},{"source":51,"target":21},{"source":51,"target":57},{"source":51,"target":2},{"source":57,"target":21},{"source":52,"target":58},{"source":52,"target":2},{"source":53,"target":23},{"source":53,"target":59},{"source":53,"target":2},{"source":59,"target":23},{"source":54,"target":60},{"source":54,"target":2},{"source":55,"target":21},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":61},{"source":3,"target":62},{"source":61,"target":19},{"source":61,"target":63},{"source":61,"target":3},{"source":63,"target":19},{"source":62,"target":17},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":64},{"source":64,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":65},{"source":65,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":66},{"source":66,"target":4},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":67},{"source":67,"target":3},{"source":8,"target":0},{"source":8,"target":68},{"source":8,"target":69},{"source":8,"target":70},{"source":68,"target":3},{"source":68,"target":71},{"source":68,"target":8},{"source":71,"target":3},{"source":69,"target":9},{"source":69,"target":72},{"source":69,"target":8},{"source":72,"target":9},{"source":70,"target":22},{"source":70,"target":73},{"source":70,"target":8},{"source":73,"target":22},{"source":9,"target":0},{"source":9,"target":18},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":74,"target":3},{"source":74,"target":77},{"source":74,"target":9},{"source":77,"target":3},{"source":75,"target":3},{"source":75,"target":78},{"source":75,"target":9},{"source":78,"target":3},{"source":76,"target":18},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":79},{"source":79,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":80},{"source":80,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":81},{"source":81,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":82},{"source":82,"target":9},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":83},{"source":14,"target":84},{"source":14,"target":85},{"source":83,"target":20},{"source":83,"target":86},{"source":83,"target":14},{"source":86,"target":20},{"source":84,"target":87},{"source":84,"target":14},{"source":85,"target":17},{"source":15,"target":0},{"source":15,"target":88},{"source":15,"target":89},{"source":88,"target":14},{"source":88,"target":90},{"source":88,"target":15},{"source":90,"target":14},{"source":89,"target":16},{"source":89,"target":91},{"source":89,"target":15},{"source":91,"target":16},{"source":16,"target":0},{"source":16,"target":18},{"source":16,"target":92},{"source":16,"target":93},{"source":16,"target":94},{"source":92,"target":14},{"source":92,"target":95},{"source":92,"target":16},{"source":95,"target":14},{"source":93,"target":14},{"source":93,"target":96},{"source":93,"target":16},{"source":96,"target":14},{"source":94,"target":18},{"source":17,"target":0},{"source":17,"target":97},{"source":17,"target":98},{"source":17,"target":99},{"source":17,"target":100},{"source":17,"target":101},{"source":97,"target":102},{"source":97,"target":17},{"source":98,"target":103},{"source":98,"target":17},{"source":99,"target":104},{"source":99,"target":17},{"source":100,"target":105},{"source":100,"target":17},{"source":101,"target":106},{"source":101,"target":17},{"source":18,"target":0},{"source":18,"target":107},{"source":107,"target":108},{"source":107,"target":18},{"source":19,"target":0},{"source":19,"target":38},{"source":19,"target":109},{"source":19,"target":110},{"source":109,"target":40},{"source":109,"target":111},{"source":109,"target":19},{"source":111,"target":40},{"source":110,"target":38},{"source":20,"target":0},{"source":20,"target":38},{"source":20,"target":112},{"source":20,"target":113},{"source":112,"target":29},{"source":112,"target":114},{"source":112,"target":20},{"source":114,"target":29},{"source":113,"target":38},{"source":21,"target":0},{"source":21,"target":115},{"source":21,"target":116},{"source":115,"target":24},{"source":115,"target":117},{"source":115,"target":21},{"source":117,"target":24},{"source":116,"target":118},{"source":116,"target":21},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":119},{"source":22,"target":120},{"source":119,"target":121},{"source":119,"target":22},{"source":120,"target":21},{"source":23,"target":0},{"source":23,"target":122},{"source":23,"target":123},{"source":23,"target":124},{"source":23,"target":125},{"source":23,"target":126},{"source":23,"target":127},{"source":122,"target":128},{"source":122,"target":23},{"source":123,"target":8},{"source":123,"target":129},{"source":123,"target":23},{"source":129,"target":8},{"source":124,"target":15},{"source":124,"target":130},{"source":124,"target":23},{"source":130,"target":15},{"source":125,"target":41},{"source":125,"target":131},{"source":125,"target":23},{"source":131,"target":41},{"source":126,"target":27},{"source":126,"target":132},{"source":126,"target":23},{"source":132,"target":27},{"source":127,"target":43},{"source":127,"target":133},{"source":127,"target":23},{"source":133,"target":43},{"source":24,"target":0},{"source":24,"target":134},{"source":24,"target":135},{"source":134,"target":136},{"source":134,"target":24},{"source":135,"target":137},{"source":135,"target":24},{"source":25,"target":0},{"source":25,"target":41},{"source":25,"target":138},{"source":138,"target":41},{"source":26,"target":0},{"source":26,"target":41},{"source":26,"target":139},{"source":139,"target":41},{"source":27,"target":0},{"source":27,"target":140},{"source":27,"target":141},{"source":140,"target":14},{"source":140,"target":142},{"source":140,"target":27},{"source":142,"target":14},{"source":141,"target":4},{"source":141,"target":143},{"source":141,"target":27},{"source":143,"target":4},{"source":28,"target":0},{"source":28,"target":2},{"source":28,"target":144},{"source":144,"target":2},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":145},{"source":145,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":40},{"source":31,"target":146},{"source":31,"target":147},{"source":31,"target":148},{"source":146,"target":149},{"source":146,"target":31},{"source":147,"target":29},{"source":148,"target":40},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":150},{"source":150,"target":29},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":151},{"source":33,"target":152},{"source":151,"target":38},{"source":151,"target":153},{"source":151,"target":33},{"source":153,"target":38},{"source":152,"target":32},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":154},{"source":34,"target":155},{"source":154,"target":17},{"source":154,"target":156},{"source":154,"target":34},{"source":156,"target":17},{"source":155,"target":32},{"source":35,"target":0},{"source":35,"target":30},{"source":35,"target":157},{"source":35,"target":158},{"source":35,"target":159},{"source":157,"target":29},{"source":157,"target":160},{"source":157,"target":35},{"source":160,"target":29},{"source":158,"target":29},{"source":158,"target":161},{"source":158,"target":35},{"source":161,"target":29},{"source":159,"target":30},{"source":36,"target":0},{"source":36,"target":30},{"source":36,"target":33},{"source":36,"target":162},{"source":36,"target":163},{"source":162,"target":30},{"source":163,"target":33},{"source":37,"target":0},{"source":37,"target":29},{"source":37,"target":164},{"source":164,"target":29},{"source":38,"target":0},{"source":38,"target":165},{"source":38,"target":166},{"source":38,"target":167},{"source":165,"target":168},{"source":165,"target":38},{"source":166,"target":169},{"source":166,"target":38},{"source":167,"target":170},{"source":167,"target":38},{"source":39,"target":0},{"source":39,"target":40},{"source":39,"target":171},{"source":39,"target":172},{"source":171,"target":173},{"source":171,"target":39},{"source":172,"target":40},{"source":40,"target":0},{"source":41,"target":0},{"source":41,"target":174},{"source":41,"target":175},{"source":174,"target":14},{"source":174,"target":176},{"source":174,"target":41},{"source":176,"target":14},{"source":175,"target":4},{"source":175,"target":177},{"source":175,"target":41},{"source":177,"target":4},{"source":42,"target":0},{"source":42,"target":29},{"source":42,"target":178},{"source":178,"target":29},{"source":43,"target":0},{"source":43,"target":179},{"source":43,"target":180},{"source":179,"target":38},{"source":179,"target":181},{"source":179,"target":43},{"source":181,"target":38},{"source":180,"target":38},{"source":180,"target":182},{"source":180,"target":43},{"source":182,"target":38},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":183},{"source":183,"target":43},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":184},{"source":184,"target":43},{"source":46,"target":0},{"source":46,"target":9},{"source":46,"target":185},{"source":185,"target":9},{"source":47,"target":0},{"source":47,"target":16},{"source":47,"target":186},{"source":186,"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="service"
nsURI="http://alive/serviceLevel/0.5.4" nsPrefix="sl">
<eClassifiers xsi:type="ecore:EClass" name="Service">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" 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="endpoint" upperBound="-1"
eType="#//syntax/Endpoint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interface" lowerBound="1"
eType="#//syntax/InterfaceDescription" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="presents" eType="#//semantics/ServiceProfile"
containment="true" eOpposite="#//semantics/ServiceProfile/presentedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supports" upperBound="-1"
eType="#//semantics/ServiceGrounding" containment="true" eOpposite="#//semantics/ServiceGrounding/supportedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="describedBy" eType="#//semantics/ProcessModel"
containment="true" eOpposite="#//semantics/ProcessModel/describes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="adaptedBy" eType="#//template/GroundTemplate"
eOpposite="#//template/GroundTemplate/expose"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceProvider" abstract="true" eSuperTypes="CL.ecore#//agents/Agent">
<eStructuralFeatures xsi:type="ecore:EReference" name="exposes" lowerBound="1"
upperBound="-1" eType="#//Service"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isType" lowerBound="1"
eType="#//ServiceType" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementation" upperBound="-1"
eType="#//ServiceImplemetation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceConsumer" eSuperTypes="CL.ecore#//agents/Agent">
<eStructuralFeatures xsi:type="ecore:EReference" name="invokes" lowerBound="1"
upperBound="-1" eType="#//Service"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isType" lowerBound="1"
eType="#//ServiceType" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ServiceType">
<eLiterals name="internal"/>
<eLiterals name="external" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SL">
<eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1"
eType="#//Service" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="providers" upperBound="-1"
eType="#//ServiceProvider" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="consumers" upperBound="-1"
eType="#//ServiceConsumer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="framework" eType="#//architecture/ServiceFramework"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceImplemetation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="#//ServiceImpLanguage"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ServiceImpLanguage">
<eLiterals name="Java_EJB"/>
<eLiterals name="Java_JSP" value="1"/>
</eClassifiers>
<eSubpackages name="syntax" nsURI="http://alive/serviceLevel/syntax/0.5" nsPrefix="snt">
<eClassifiers xsi:type="ecore:EClass" name="InterfaceDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1"
upperBound="-1" eType="#//syntax/OperationDescription" 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="binding" upperBound="-1"
eType="#//syntax/Binding" eOpposite="#//syntax/Binding/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inLineSchema" eType="ecore:EClass schema.ecore#//SchemaType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outLineSchema" upperBound="-1"
eType="ecore:EClass schema.ecore#//SchemaType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1"
eType="#//syntax/Message" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fault" upperBound="-1"
eType="#//syntax/Message" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="output" upperBound="-1"
eType="#//syntax/Message" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Message">
<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="ecore:EClass schema.ecore#//TopLevelComplexType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="ecore:EClass schema.ecore#//TopLevelElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Endpoint">
<eStructuralFeatures xsi:type="ecore:EReference" name="binding" lowerBound="1"
eType="#//syntax/Binding" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementation" eType="#//ServiceImplemetation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="deployedService" eType="#//architecture/DeployedService"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="transport" eType="#//syntax/TransportProtocol"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="#//syntax/InterfaceDescription" eOpposite="#//syntax/InterfaceDescription/binding"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//syntax/StyleEncoding"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StyleEncoding">
<eLiterals name="Document_Literal" literal="DocumentLiteral"/>
<eLiterals name="RPC_Encoded" value="1" literal="RPCEncoded"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TransportProtocol">
<eLiterals name="SOAP"/>
<eLiterals name="HTTP" value="1"/>
<eLiterals name="MIME" value="2"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="semantics" nsURI="http://alive/serviceLevel/semantics/0.5" nsPrefix="sem">
<eClassifiers xsi:type="ecore:EClass" name="ServiceProfile">
<eStructuralFeatures xsi:type="ecore:EReference" name="presentedBy" eType="#//Service"
eOpposite="#//Service/presents"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasProcess" eType="#//semantics/ProcessModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceCategory" eType="#//semantics/ServiceCategory"
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="hasInput" upperBound="-1"
eType="#//semantics/ServiceInput"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasOutput" upperBound="-1"
eType="#//semantics/ServiceOutput"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasResult" upperBound="-1"
eType="#//semantics/ServiceResult"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasCondition" upperBound="-1"
eType="#//semantics/ServiceCondition"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceClassification"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceGrounding">
<eStructuralFeatures xsi:type="ecore:EReference" name="supportedBy" eType="#//Service"
eOpposite="#//Service/supports"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="processModel" eType="#//semantics/ProcessModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="#//syntax/InterfaceDescription"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bindParams" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessModel" eSuperTypes="#//semantics/IOEP">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="describes" eType="#//Service"
eOpposite="#//Service/describedBy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceCategory">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="taxonomy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceParameter" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<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="ServiceInput" eSuperTypes="#//semantics/ServiceParameter"/>
<eClassifiers xsi:type="ecore:EClass" name="ServiceOutput" eSuperTypes="#//semantics/ServiceParameter"/>
<eClassifiers xsi:type="ecore:EClass" name="ServiceCondition">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass swrl.ecore#//Antecedent"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceResult">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass swrl.ecore#//Antecedent"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="ecore:EClass swrl.ecore#//Consequent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IOEP" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasInput" upperBound="-1"
eType="#//semantics/ServiceInput" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasCondition" upperBound="-1"
eType="#//semantics/ServiceCondition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasOutput" upperBound="-1"
eType="#//semantics/ServiceOutput" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasResult" upperBound="-1"
eType="#//semantics/ServiceResult" containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="template" nsURI="http://alive/serviceLevel/template/0.5" nsPrefix="temp">
<eClassifiers xsi:type="ecore:EClass" name="ServiceTemplate">
<eStructuralFeatures xsi:type="ecore:EReference" name="flow" eType="#//template/TemplateFlow"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="templateParameter" upperBound="-1"
eType="#//semantics/ServiceParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expose" lowerBound="1"
eType="#//template/AbstractProcessModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constraints" ordered="false"
upperBound="-1" eType="#//template/TemplateConstraint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="URI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateFlow">
<eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" upperBound="-1"
eType="#//template/ControlConstruct" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroundTemplate">
<eStructuralFeatures xsi:type="ecore:EReference" name="implement" eType="#//template/ServiceTemplate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindTemplateParameter"
upperBound="-1" eType="#//template/BoundTemplateParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindProcessModel" upperBound="-1"
eType="#//template/BoundProcessModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expose" lowerBound="1"
eType="#//Service" eOpposite="#//Service/adaptedBy"/>
<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="AbstractProcessModel" eSuperTypes="#//semantics/IOEP">
<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="BoundTemplateParameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="abstract" lowerBound="1"
eType="#//semantics/ServiceParameter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concrete" lowerBound="1"
eType="#//semantics/ServiceParameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BoundProcessModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="abstract" lowerBound="1"
eType="#//template/AbstractProcessModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concrete" lowerBound="1"
eType="#//semantics/ProcessModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateConstraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1"
eType="ecore:EClass swrl.ecore#//Antecedent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlConstruct" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="timeout" eType="#//template/IntervalThing"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnyOrder" eSuperTypes="#//template/ControlConstruct">
<eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1"
eType="#//template/ControlConstructBag" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Choice" eSuperTypes="#//template/ControlConstruct">
<eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1"
eType="#//template/ControlConstructBag" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfThenElse" eSuperTypes="#//template/ControlConstruct">
<eStructuralFeatures xsi:type="ecore:EReference" name="ifCondition" lowerBound="1"
eType="ecore:EClass swrl.ecore#//Antecedent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1"
eType="#//template/ControlConstruct"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//template/ControlConstruct"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterate" abstract="true" eSuperTypes="#//template/ControlConstruct"/>
<eClassifiers xsi:type="ecore:EClass" name="Perform" eSuperTypes="#//template/ControlConstruct">
<eStructuralFeatures xsi:type="ecore:EReference" name="partnerProcess" lowerBound="1"
eType="#//template/AbstractProcessModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasDataFromProcess" eType="#//template/AbstractProcessModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueData" eType="#//semantics/ServiceParameter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasDataFromTemplate"
eType="#//template/ServiceTemplate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepeatUntil" eSuperTypes="#//template/Iterate">
<eStructuralFeatures xsi:type="ecore:EReference" name="untilCondition" lowerBound="1"
eType="ecore:EClass swrl.ecore#//Antecedent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="untilProcess" lowerBound="1"
eType="#//template/ControlConstruct"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RepeatWhile" eSuperTypes="#//template/Iterate">
<eStructuralFeatures xsi:type="ecore:EReference" name="whileCondition" lowerBound="1"
eType="ecore:EClass swrl.ecore#//Antecedent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whileProcess" lowerBound="1"
eType="#//template/ControlConstruct"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sequence" eSuperTypes="#//template/ControlConstruct">
<eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1"
eType="#//template/ControlConstructList" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Split" eSuperTypes="#//template/ControlConstruct">
<eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1"
eType="#//template/ControlConstructBag" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SplitJoin" eSuperTypes="#//template/ControlConstruct">
<eStructuralFeatures xsi:type="ecore:EReference" name="components" eType="#//template/ControlConstructBag"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlConstructList">
<eStructuralFeatures xsi:type="ecore:EReference" name="first" eType="#//template/ControlConstruct"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rest" eType="#//template/ControlConstructList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlConstructBag">
<eStructuralFeatures xsi:type="ecore:EReference" name="first" eType="#//template/ControlConstruct"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rest" eType="#//template/ControlConstructBag"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntervalThing"/>
</eSubpackages>
<eSubpackages name="architecture" nsURI="http://alive/serviceLevel/architecture/0.5"
nsPrefix="arch">
<eClassifiers xsi:type="ecore:EClass" name="ServiceFramework">
<eStructuralFeatures xsi:type="ecore:EReference" name="matchmaker" lowerBound="1"
upperBound="-1" eType="#//architecture/ServiceTemplateMatchmaker" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="execution" eType="#//architecture/ExecutionFramework"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceDirectory" lowerBound="1"
upperBound="-1" eType="#//architecture/ServiceDirectory" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="templateRepository" lowerBound="1"
eType="#//architecture/TemplateRepository" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateRepository">
<eStructuralFeatures xsi:type="ecore:EReference" name="template" upperBound="-1"
eType="#//template/ServiceTemplate" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="groundTemplate" upperBound="-1"
eType="#//template/GroundTemplate" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateMatchmaker">
<eStructuralFeatures xsi:type="ecore:EReference" name="templateRepository" lowerBound="1"
eType="#//architecture/TemplateRepository"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceMatchmaker">
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceDirectory" lowerBound="1"
upperBound="-1" eType="#//architecture/ServiceDirectory"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceTemplateMatchmaker" eSuperTypes="#//architecture/ServiceMatchmaker #//architecture/TemplateMatchmaker"/>
<eClassifiers xsi:type="ecore:EClass" name="ServiceDirectory">
<eStructuralFeatures xsi:type="ecore:EReference" name="endpoint" upperBound="-1"
eType="#//syntax/Endpoint"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="semantic" eType="#//semantics/ServiceProfile"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interface" upperBound="-1"
eType="#//syntax/InterfaceDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionFramework">
<eStructuralFeatures xsi:type="ecore:EReference" name="deployedService" upperBound="-1"
eType="#//architecture/DeployedService" containment="true" eOpposite="#//architecture/DeployedService/deploy"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="#//architecture/ContainerType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeployedService">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="artifact" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="deploy" lowerBound="1"
eType="#//architecture/ExecutionFramework" eOpposite="#//architecture/ExecutionFramework/deployedService"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ContainerType">
<eLiterals name="axis"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/kemlg/aliveclipse/net.sf.ictalive.EventMetamodel/model/SL.ecore | ecore | service
Service
name
namespace
description
endpoint
interface
presents
supports
describedBy
adaptedBy
ServiceProvider
exposes
isType
implementation
ServiceConsumer
invokes
isType
ServiceType
internal
internal
external
external
SL
services
providers
consumers
framework
ServiceImplemetation
language
uri
ServiceImpLanguage
Java_EJB
Java_EJB
Java_JSP
Java_JSP
syntax
InterfaceDescription
operation
name
binding
inLineSchema
outLineSchema
OperationDescription
input
fault
output
name
Message
name
type
element
Endpoint
binding
implementation
name
location
deployedService
Binding
name
transport
type
style
StyleEncoding
Document_Literal
DocumentLiteral
RPC_Encoded
RPCEncoded
TransportProtocol
SOAP
SOAP
HTTP
HTTP
MIME
MIME
semantics
ServiceProfile
presentedBy
hasProcess
serviceCategory
name
hasInput
hasOutput
hasResult
hasCondition
serviceClassification
ServiceGrounding
supportedBy
processModel
interface
name
bindParams
ProcessModel
name
describes
ServiceCategory
taxonomy
value
name
code
ServiceParameter
type
name
ServiceInput
ServiceOutput
ServiceCondition
expression
ServiceResult
expression
result
IOEP
hasInput
hasCondition
hasOutput
hasResult
template
ServiceTemplate
flow
templateParameter
expose
constraints
URI
TemplateFlow
composedOf
GroundTemplate
implement
bindTemplateParameter
bindProcessModel
expose
name
AbstractProcessModel
name
BoundTemplateParameter
abstract
concrete
BoundProcessModel
abstract
concrete
TemplateConstraint
body
ControlConstruct
timeout
AnyOrder
components
Choice
components
IfThenElse
ifCondition
then
else
Iterate
Perform
partnerProcess
hasDataFromProcess
valueData
hasDataFromTemplate
RepeatUntil
untilCondition
untilProcess
RepeatWhile
whileCondition
whileProcess
Sequence
components
Split
components
SplitJoin
components
ControlConstructList
first
rest
ControlConstructBag
first
rest
IntervalThing
architecture
ServiceFramework
matchmaker
execution
serviceDirectory
templateRepository
TemplateRepository
template
groundTemplate
TemplateMatchmaker
templateRepository
ServiceMatchmaker
serviceDirectory
ServiceTemplateMatchmaker
ServiceDirectory
endpoint
semantic
interface
ExecutionFramework
deployedService
container
DeployedService
artifact
deploy
ContainerType
axis
axis | null | {"directed":true,"nodes":[{"nsPrefix":"sl","nsURI":"http://alive/serviceLevel/0.5.4","name":"service","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceProvider","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceConsumer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ServiceType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SL","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceImplemetation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ServiceImpLanguage","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"snt","nsURI":"http://alive/serviceLevel/syntax/0.5","name":"syntax","id":8,"eClass":"EPackage"},{"nsPrefix":"sem","nsURI":"http://alive/serviceLevel/semantics/0.5","name":"semantics","id":9,"eClass":"EPackage"},{"nsPrefix":"temp","nsURI":"http://alive/serviceLevel/template/0.5","name":"template","id":10,"eClass":"EPackage"},{"nsPrefix":"arch","nsURI":"http://alive/serviceLevel/architecture/0.5","name":"architecture","id":11,"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":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":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endpoint","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":"interface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"presents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"supports","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":"describedBy","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":"adaptedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Endpoint","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"id":25,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceDescription","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"id":27,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceProfile","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"id":29,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"presentedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceGrounding","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"id":32,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supportedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessModel","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"id":35,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"describes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroundTemplate","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"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":"expose","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"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":"exposes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isType","changeable":true,"lowerBound":1,"iD":false,"id":41,"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":"implementation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"invokes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isType","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":true},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"name":"internal","id":52,"value":0,"literal":"internal","eClass":"EEnumLiteral"},{"name":"external","id":53,"value":1,"literal":"external","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":"services","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":"providers","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":"consumers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"framework","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":"ServiceFramework","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"id":62,"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":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"name":"Java_EJB","id":67,"value":0,"literal":"Java_EJB","eClass":"EEnumLiteral"},{"name":"Java_JSP","id":68,"value":1,"literal":"Java_JSP","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationDescription","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StyleEncoding","instanceClass":null,"id":72,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TransportProtocol","instanceClass":null,"id":73,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inLineSchema","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outLineSchema","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fault","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implementation","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},{"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":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":"deployedService","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedService","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transport","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":"style","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"},{"name":"Document_Literal","id":117,"value":0,"literal":"DocumentLiteral","eClass":"EEnumLiteral"},{"name":"RPC_Encoded","id":118,"value":1,"literal":"RPCEncoded","eClass":"EEnumLiteral"},{"name":"SOAP","id":119,"value":0,"literal":"SOAP","eClass":"EEnumLiteral"},{"name":"HTTP","id":120,"value":1,"literal":"HTTP","eClass":"EEnumLiteral"},{"name":"MIME","id":121,"value":2,"literal":"MIME","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceCategory","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceParameter","instanceClass":null,"abstract":true,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceInput","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceOutput","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceCondition","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceResult","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IOEP","instanceClass":null,"abstract":true,"id":128,"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":"hasProcess","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":"serviceCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","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":false,"unsettable":false,"transient":false,"unique":true,"name":"hasInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasResult","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceClassification","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processModel","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":"interface","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":148,"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":"bindParams","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"taxonomy","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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"},{"container":false,"ordered":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":173,"derived":false},{"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasInput","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":"hasCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasOutput","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":"hasResult","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceTemplate","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateFlow","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractProcessModel","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoundTemplateParameter","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoundProcessModel","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateConstraint","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlConstruct","instanceClass":null,"abstract":true,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyOrder","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choice","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfThenElse","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterate","instanceClass":null,"abstract":true,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Perform","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatUntil","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatWhile","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Split","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SplitJoin","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlConstructList","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlConstructBag","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalThing","instanceClass":null,"abstract":false,"id":206,"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":"flow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expose","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"constraints","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":"URI","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composedOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindTemplateParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindProcessModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"abstract","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":"concrete","changeable":true,"resolveProxies":true,"lowerBound":1,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concrete","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"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":"timeout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"partnerProcess","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"hasDataFromProcess","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":"valueData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasDataFromTemplate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"untilCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"untilProcess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"whileCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":271,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"whileProcess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"derived":false},{"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":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","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":"rest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateRepository","instanceClass":null,"abstract":false,"id":293,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateMatchmaker","instanceClass":null,"abstract":false,"id":294,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceMatchmaker","instanceClass":null,"abstract":false,"id":295,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceTemplateMatchmaker","instanceClass":null,"abstract":false,"id":296,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceDirectory","instanceClass":null,"abstract":false,"id":297,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionFramework","instanceClass":null,"abstract":false,"id":298,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContainerType","instanceClass":null,"id":299,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"matchmaker","changeable":true,"resolveProxies":true,"lowerBound":1,"id":300,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"execution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"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":"serviceDirectory","changeable":true,"resolveProxies":true,"lowerBound":1,"id":302,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groundTemplate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"templateRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"id":313,"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":"serviceDirectory","changeable":true,"resolveProxies":true,"lowerBound":1,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"endpoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"semantic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"deployedService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"id":326,"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":"deploy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"artifact","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"name":"axis","id":332,"value":0,"literal":"axis","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":12,"target":21},{"source":12,"target":1},{"source":13,"target":22},{"source":13,"target":1},{"source":14,"target":23},{"source":14,"target":1},{"source":15,"target":24},{"source":15,"target":25},{"source":15,"target":1},{"source":25,"target":24},{"source":16,"target":26},{"source":16,"target":27},{"source":16,"target":1},{"source":27,"target":26},{"source":17,"target":28},{"source":17,"target":29},{"source":17,"target":1},{"source":17,"target":30},{"source":29,"target":28},{"source":18,"target":31},{"source":18,"target":32},{"source":18,"target":1},{"source":18,"target":33},{"source":32,"target":31},{"source":19,"target":34},{"source":19,"target":35},{"source":19,"target":1},{"source":19,"target":36},{"source":35,"target":34},{"source":20,"target":37},{"source":20,"target":38},{"source":20,"target":1},{"source":20,"target":39},{"source":38,"target":37},{"source":2,"target":0},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":40,"target":1},{"source":40,"target":44},{"source":40,"target":2},{"source":44,"target":1},{"source":41,"target":4},{"source":41,"target":45},{"source":41,"target":2},{"source":45,"target":4},{"source":42,"target":6},{"source":42,"target":46},{"source":42,"target":2},{"source":46,"target":6},{"source":3,"target":0},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":47,"target":1},{"source":47,"target":50},{"source":47,"target":3},{"source":50,"target":1},{"source":48,"target":4},{"source":48,"target":51},{"source":48,"target":3},{"source":51,"target":4},{"source":4,"target":0},{"source":4,"target":52},{"source":4,"target":53},{"source":52,"target":4},{"source":53,"target":4},{"source":5,"target":0},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":54,"target":1},{"source":54,"target":58},{"source":54,"target":5},{"source":58,"target":1},{"source":55,"target":2},{"source":55,"target":59},{"source":55,"target":5},{"source":59,"target":2},{"source":56,"target":3},{"source":56,"target":60},{"source":56,"target":5},{"source":60,"target":3},{"source":57,"target":61},{"source":57,"target":62},{"source":57,"target":5},{"source":62,"target":61},{"source":6,"target":0},{"source":6,"target":63},{"source":6,"target":64},{"source":63,"target":7},{"source":63,"target":65},{"source":63,"target":6},{"source":65,"target":7},{"source":64,"target":66},{"source":64,"target":6},{"source":7,"target":0},{"source":7,"target":67},{"source":7,"target":68},{"source":67,"target":7},{"source":68,"target":7},{"source":8,"target":26},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":24},{"source":8,"target":71},{"source":8,"target":72},{"source":8,"target":73},{"source":8,"target":0},{"source":26,"target":8},{"source":26,"target":74},{"source":26,"target":75},{"source":26,"target":76},{"source":26,"target":77},{"source":26,"target":78},{"source":74,"target":69},{"source":74,"target":79},{"source":74,"target":26},{"source":79,"target":69},{"source":75,"target":80},{"source":75,"target":26},{"source":76,"target":71},{"source":76,"target":81},{"source":76,"target":26},{"source":76,"target":82},{"source":81,"target":71},{"source":77,"target":83},{"source":77,"target":26},{"source":78,"target":84},{"source":78,"target":26},{"source":69,"target":8},{"source":69,"target":85},{"source":69,"target":86},{"source":69,"target":87},{"source":69,"target":88},{"source":85,"target":70},{"source":85,"target":89},{"source":85,"target":69},{"source":89,"target":70},{"source":86,"target":70},{"source":86,"target":90},{"source":86,"target":69},{"source":90,"target":70},{"source":87,"target":70},{"source":87,"target":91},{"source":87,"target":69},{"source":91,"target":70},{"source":88,"target":92},{"source":88,"target":69},{"source":70,"target":8},{"source":70,"target":93},{"source":70,"target":94},{"source":70,"target":95},{"source":93,"target":96},{"source":93,"target":70},{"source":94,"target":97},{"source":94,"target":70},{"source":95,"target":98},{"source":95,"target":70},{"source":24,"target":8},{"source":24,"target":99},{"source":24,"target":100},{"source":24,"target":101},{"source":24,"target":102},{"source":24,"target":103},{"source":99,"target":71},{"source":99,"target":104},{"source":99,"target":24},{"source":104,"target":71},{"source":100,"target":6},{"source":100,"target":105},{"source":100,"target":24},{"source":105,"target":6},{"source":101,"target":106},{"source":101,"target":24},{"source":102,"target":107},{"source":102,"target":24},{"source":103,"target":108},{"source":103,"target":109},{"source":103,"target":24},{"source":109,"target":108},{"source":71,"target":8},{"source":71,"target":110},{"source":71,"target":111},{"source":71,"target":82},{"source":71,"target":112},{"source":110,"target":113},{"source":110,"target":71},{"source":111,"target":73},{"source":111,"target":114},{"source":111,"target":71},{"source":114,"target":73},{"source":82,"target":26},{"source":82,"target":115},{"source":82,"target":71},{"source":82,"target":76},{"source":115,"target":26},{"source":112,"target":72},{"source":112,"target":116},{"source":112,"target":71},{"source":116,"target":72},{"source":72,"target":8},{"source":72,"target":117},{"source":72,"target":118},{"source":117,"target":72},{"source":118,"target":72},{"source":73,"target":8},{"source":73,"target":119},{"source":73,"target":120},{"source":73,"target":121},{"source":119,"target":73},{"source":120,"target":73},{"source":121,"target":73},{"source":9,"target":28},{"source":9,"target":31},{"source":9,"target":34},{"source":9,"target":122},{"source":9,"target":123},{"source":9,"target":124},{"source":9,"target":125},{"source":9,"target":126},{"source":9,"target":127},{"source":9,"target":128},{"source":9,"target":0},{"source":28,"target":9},{"source":28,"target":30},{"source":28,"target":129},{"source":28,"target":130},{"source":28,"target":131},{"source":28,"target":132},{"source":28,"target":133},{"source":28,"target":134},{"source":28,"target":135},{"source":28,"target":136},{"source":30,"target":1},{"source":30,"target":137},{"source":30,"target":28},{"source":30,"target":17},{"source":137,"target":1},{"source":129,"target":34},{"source":129,"target":138},{"source":129,"target":28},{"source":138,"target":34},{"source":130,"target":122},{"source":130,"target":139},{"source":130,"target":28},{"source":139,"target":122},{"source":131,"target":140},{"source":131,"target":28},{"source":132,"target":124},{"source":132,"target":141},{"source":132,"target":28},{"source":141,"target":124},{"source":133,"target":125},{"source":133,"target":142},{"source":133,"target":28},{"source":142,"target":125},{"source":134,"target":127},{"source":134,"target":143},{"source":134,"target":28},{"source":143,"target":127},{"source":135,"target":126},{"source":135,"target":144},{"source":135,"target":28},{"source":144,"target":126},{"source":136,"target":145},{"source":136,"target":28},{"source":31,"target":9},{"source":31,"target":33},{"source":31,"target":146},{"source":31,"target":147},{"source":31,"target":148},{"source":31,"target":149},{"source":33,"target":1},{"source":33,"target":150},{"source":33,"target":31},{"source":33,"target":18},{"source":150,"target":1},{"source":146,"target":34},{"source":146,"target":151},{"source":146,"target":31},{"source":151,"target":34},{"source":147,"target":26},{"source":147,"target":152},{"source":147,"target":31},{"source":152,"target":26},{"source":148,"target":153},{"source":148,"target":31},{"source":149,"target":154},{"source":149,"target":31},{"source":34,"target":9},{"source":34,"target":128},{"source":34,"target":155},{"source":34,"target":36},{"source":34,"target":156},{"source":155,"target":157},{"source":155,"target":34},{"source":36,"target":1},{"source":36,"target":158},{"source":36,"target":34},{"source":36,"target":19},{"source":158,"target":1},{"source":156,"target":128},{"source":122,"target":9},{"source":122,"target":159},{"source":122,"target":160},{"source":122,"target":161},{"source":122,"target":162},{"source":159,"target":163},{"source":159,"target":122},{"source":160,"target":164},{"source":160,"target":122},{"source":161,"target":165},{"source":161,"target":122},{"source":162,"target":166},{"source":162,"target":122},{"source":123,"target":9},{"source":123,"target":167},{"source":123,"target":168},{"source":167,"target":169},{"source":167,"target":123},{"source":168,"target":170},{"source":168,"target":123},{"source":124,"target":9},{"source":124,"target":123},{"source":124,"target":171},{"source":171,"target":123},{"source":125,"target":9},{"source":125,"target":123},{"source":125,"target":172},{"source":172,"target":123},{"source":126,"target":9},{"source":126,"target":173},{"source":173,"target":174},{"source":173,"target":126},{"source":127,"target":9},{"source":127,"target":175},{"source":127,"target":176},{"source":175,"target":177},{"source":175,"target":127},{"source":176,"target":178},{"source":176,"target":127},{"source":128,"target":9},{"source":128,"target":179},{"source":128,"target":180},{"source":128,"target":181},{"source":128,"target":182},{"source":179,"target":124},{"source":179,"target":183},{"source":179,"target":128},{"source":183,"target":124},{"source":180,"target":126},{"source":180,"target":184},{"source":180,"target":128},{"source":184,"target":126},{"source":181,"target":125},{"source":181,"target":185},{"source":181,"target":128},{"source":185,"target":125},{"source":182,"target":127},{"source":182,"target":186},{"source":182,"target":128},{"source":186,"target":127},{"source":10,"target":187},{"source":10,"target":188},{"source":10,"target":37},{"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":0},{"source":187,"target":10},{"source":187,"target":207},{"source":187,"target":208},{"source":187,"target":209},{"source":187,"target":210},{"source":187,"target":211},{"source":207,"target":188},{"source":207,"target":212},{"source":207,"target":187},{"source":212,"target":188},{"source":208,"target":123},{"source":208,"target":213},{"source":208,"target":187},{"source":213,"target":123},{"source":209,"target":189},{"source":209,"target":214},{"source":209,"target":187},{"source":214,"target":189},{"source":210,"target":192},{"source":210,"target":215},{"source":210,"target":187},{"source":215,"target":192},{"source":211,"target":216},{"source":211,"target":187},{"source":188,"target":10},{"source":188,"target":217},{"source":217,"target":193},{"source":217,"target":218},{"source":217,"target":188},{"source":218,"target":193},{"source":37,"target":10},{"source":37,"target":219},{"source":37,"target":220},{"source":37,"target":221},{"source":37,"target":39},{"source":37,"target":222},{"source":219,"target":187},{"source":219,"target":223},{"source":219,"target":37},{"source":223,"target":187},{"source":220,"target":190},{"source":220,"target":224},{"source":220,"target":37},{"source":224,"target":190},{"source":221,"target":191},{"source":221,"target":225},{"source":221,"target":37},{"source":225,"target":191},{"source":39,"target":1},{"source":39,"target":226},{"source":39,"target":37},{"source":39,"target":20},{"source":226,"target":1},{"source":222,"target":227},{"source":222,"target":37},{"source":189,"target":10},{"source":189,"target":128},{"source":189,"target":228},{"source":189,"target":229},{"source":228,"target":230},{"source":228,"target":189},{"source":229,"target":128},{"source":190,"target":10},{"source":190,"target":231},{"source":190,"target":232},{"source":231,"target":123},{"source":231,"target":233},{"source":231,"target":190},{"source":233,"target":123},{"source":232,"target":123},{"source":232,"target":234},{"source":232,"target":190},{"source":234,"target":123},{"source":191,"target":10},{"source":191,"target":235},{"source":191,"target":236},{"source":235,"target":189},{"source":235,"target":237},{"source":235,"target":191},{"source":237,"target":189},{"source":236,"target":34},{"source":236,"target":238},{"source":236,"target":191},{"source":238,"target":34},{"source":192,"target":10},{"source":192,"target":239},{"source":239,"target":240},{"source":239,"target":192},{"source":193,"target":10},{"source":193,"target":241},{"source":241,"target":206},{"source":241,"target":242},{"source":241,"target":193},{"source":242,"target":206},{"source":194,"target":10},{"source":194,"target":193},{"source":194,"target":243},{"source":194,"target":244},{"source":243,"target":205},{"source":243,"target":245},{"source":243,"target":194},{"source":245,"target":205},{"source":244,"target":193},{"source":195,"target":10},{"source":195,"target":193},{"source":195,"target":246},{"source":195,"target":247},{"source":246,"target":205},{"source":246,"target":248},{"source":246,"target":195},{"source":248,"target":205},{"source":247,"target":193},{"source":196,"target":10},{"source":196,"target":193},{"source":196,"target":249},{"source":196,"target":250},{"source":196,"target":251},{"source":196,"target":252},{"source":249,"target":253},{"source":249,"target":196},{"source":250,"target":193},{"source":250,"target":254},{"source":250,"target":196},{"source":254,"target":193},{"source":251,"target":193},{"source":251,"target":255},{"source":251,"target":196},{"source":255,"target":193},{"source":252,"target":193},{"source":197,"target":10},{"source":197,"target":193},{"source":197,"target":256},{"source":256,"target":193},{"source":198,"target":10},{"source":198,"target":193},{"source":198,"target":257},{"source":198,"target":258},{"source":198,"target":259},{"source":198,"target":260},{"source":198,"target":261},{"source":257,"target":189},{"source":257,"target":262},{"source":257,"target":198},{"source":262,"target":189},{"source":258,"target":189},{"source":258,"target":263},{"source":258,"target":198},{"source":263,"target":189},{"source":259,"target":123},{"source":259,"target":264},{"source":259,"target":198},{"source":264,"target":123},{"source":260,"target":187},{"source":260,"target":265},{"source":260,"target":198},{"source":265,"target":187},{"source":261,"target":193},{"source":199,"target":10},{"source":199,"target":197},{"source":199,"target":266},{"source":199,"target":267},{"source":199,"target":268},{"source":266,"target":269},{"source":266,"target":199},{"source":267,"target":193},{"source":267,"target":270},{"source":267,"target":199},{"source":270,"target":193},{"source":268,"target":197},{"source":200,"target":10},{"source":200,"target":197},{"source":200,"target":271},{"source":200,"target":272},{"source":200,"target":273},{"source":271,"target":274},{"source":271,"target":200},{"source":272,"target":193},{"source":272,"target":275},{"source":272,"target":200},{"source":275,"target":193},{"source":273,"target":197},{"source":201,"target":10},{"source":201,"target":193},{"source":201,"target":276},{"source":201,"target":277},{"source":276,"target":204},{"source":276,"target":278},{"source":276,"target":201},{"source":278,"target":204},{"source":277,"target":193},{"source":202,"target":10},{"source":202,"target":193},{"source":202,"target":279},{"source":202,"target":280},{"source":279,"target":205},{"source":279,"target":281},{"source":279,"target":202},{"source":281,"target":205},{"source":280,"target":193},{"source":203,"target":10},{"source":203,"target":193},{"source":203,"target":282},{"source":203,"target":283},{"source":282,"target":205},{"source":282,"target":284},{"source":282,"target":203},{"source":284,"target":205},{"source":283,"target":193},{"source":204,"target":10},{"source":204,"target":285},{"source":204,"target":286},{"source":285,"target":193},{"source":285,"target":287},{"source":285,"target":204},{"source":287,"target":193},{"source":286,"target":204},{"source":286,"target":288},{"source":286,"target":204},{"source":288,"target":204},{"source":205,"target":10},{"source":205,"target":289},{"source":205,"target":290},{"source":289,"target":193},{"source":289,"target":291},{"source":289,"target":205},{"source":291,"target":193},{"source":290,"target":205},{"source":290,"target":292},{"source":290,"target":205},{"source":292,"target":205},{"source":206,"target":10},{"source":11,"target":61},{"source":11,"target":293},{"source":11,"target":294},{"source":11,"target":295},{"source":11,"target":296},{"source":11,"target":297},{"source":11,"target":298},{"source":11,"target":108},{"source":11,"target":299},{"source":11,"target":0},{"source":61,"target":11},{"source":61,"target":300},{"source":61,"target":301},{"source":61,"target":302},{"source":61,"target":303},{"source":300,"target":296},{"source":300,"target":304},{"source":300,"target":61},{"source":304,"target":296},{"source":301,"target":298},{"source":301,"target":305},{"source":301,"target":61},{"source":305,"target":298},{"source":302,"target":297},{"source":302,"target":306},{"source":302,"target":61},{"source":306,"target":297},{"source":303,"target":293},{"source":303,"target":307},{"source":303,"target":61},{"source":307,"target":293},{"source":293,"target":11},{"source":293,"target":308},{"source":293,"target":309},{"source":308,"target":187},{"source":308,"target":310},{"source":308,"target":293},{"source":310,"target":187},{"source":309,"target":37},{"source":309,"target":311},{"source":309,"target":293},{"source":311,"target":37},{"source":294,"target":11},{"source":294,"target":312},{"source":312,"target":293},{"source":312,"target":313},{"source":312,"target":294},{"source":313,"target":293},{"source":295,"target":11},{"source":295,"target":314},{"source":314,"target":297},{"source":314,"target":315},{"source":314,"target":295},{"source":315,"target":297},{"source":296,"target":11},{"source":296,"target":295},{"source":296,"target":294},{"source":296,"target":316},{"source":296,"target":317},{"source":316,"target":295},{"source":317,"target":294},{"source":297,"target":11},{"source":297,"target":318},{"source":297,"target":319},{"source":297,"target":320},{"source":318,"target":24},{"source":318,"target":321},{"source":318,"target":297},{"source":321,"target":24},{"source":319,"target":28},{"source":319,"target":322},{"source":319,"target":297},{"source":322,"target":28},{"source":320,"target":26},{"source":320,"target":323},{"source":320,"target":297},{"source":323,"target":26},{"source":298,"target":11},{"source":298,"target":324},{"source":298,"target":325},{"source":324,"target":108},{"source":324,"target":326},{"source":324,"target":298},{"source":324,"target":327},{"source":326,"target":108},{"source":325,"target":299},{"source":325,"target":328},{"source":325,"target":298},{"source":328,"target":299},{"source":108,"target":11},{"source":108,"target":329},{"source":108,"target":327},{"source":329,"target":330},{"source":329,"target":108},{"source":327,"target":298},{"source":327,"target":331},{"source":327,"target":108},{"source":327,"target":324},{"source":331,"target":298},{"source":299,"target":11},{"source":299,"target":332},{"source":332,"target":299}],"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="JavaSimplified"
nsURI="gts.inf.um.es/javaSimplified" nsPrefix="javas">
<eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr1" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//AssignmentOperatorType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr2" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AssignmentOperatorType">
<eLiterals name="ASSIGN"/>
<eLiterals name="PLUS_ASSIGN" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreation" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="className" lowerBound="1"
eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//StringElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isJavadoc" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CommentedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="comment" eType="#//Comment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CommentStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="comment" lowerBound="1"
eType="#//Comment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//StringElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//CommentedElement #//NamedElement #//StringElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" lowerBound="1"
eType="#//VisibilityType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="#//TypedElement #//Feature">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//Name"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifst" lowerBound="1" upperBound="-1"
eType="#//Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elsest" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InfixExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr1" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//InfixOperatorType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr2" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="InfixOperatorType">
<eLiterals name="EQUALS"/>
<eLiterals name="NOT_EQUALS" value="1"/>
<eLiterals name="CONDITIONAL_AND" value="2" literal="CONDITIONAL_AND"/>
<eLiterals name="CONDITIONAL_OR" value="3" literal="CONDITIONAL_OR"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaClass" eSuperTypes="#//CommentedElement #//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imports" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//Field" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//Method" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//JavaClass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//LiteralType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LiteralType">
<eLiterals name="STRING"/>
<eLiterals name="INTEGER" value="1"/>
<eLiterals name="BOOLEAN" value="2"/>
<eLiterals name="NULL" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//Feature">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exceptions" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childCall" upperBound="-1"
eType="#//MethodCall" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methodName" lowerBound="1"
eType="#//Name" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodInvocation" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//Name"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1"
eType="#//MethodCall" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Name" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//Name"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//NamedElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" eSuperTypes="#//StringElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StringElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strValue" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="Type">
<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="TypedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationStatement" eSuperTypes="#//Statement #//TypedElement #//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="VisibilityType">
<eLiterals name="PUBLIC"/>
<eLiterals name="PROTECTED" value="1"/>
<eLiterals name="PACKAGE" value="2"/>
<eLiterals name="PRIVATE" value="3"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/jlcanovas/gra2mol/examples/Grammar2Model.examples.Java2JavaModel/files/metamodels/javaSimplified.ecore | ecore | JavaSimplified
Assignment
expr1
operator
expr2
AssignmentOperatorType
ASSIGN
ASSIGN
PLUS_ASSIGN
PLUS_ASSIGN
CastExpression
expr
type
ClassInstanceCreation
arguments
className
Comment
isJavadoc
false
CommentedElement
comment
CommentStatement
comment
Expression
ExpressionStatement
expr
Feature
visibility
Field
expr
FieldAccess
expr
name
IfStatement
expr
ifst
elsest
InfixExpression
expr1
operator
expr2
InfixOperatorType
EQUALS
EQUALS
NOT_EQUALS
NOT_EQUALS
CONDITIONAL_AND
CONDITIONAL_AND
CONDITIONAL_OR
CONDITIONAL_OR
JavaClass
imports
fields
methods
JavaModel
classes
types
Literal
type
value
LiteralType
STRING
STRING
INTEGER
INTEGER
BOOLEAN
BOOLEAN
NULL
NULL
Method
parameters
exceptions
statements
returnType
MethodCall
arguments
childCall
methodName
MethodInvocation
object
method
Name
identifier
NamedElement
name
Parameter
ReturnStatement
expr
Statement
StringElement
strValue
ThisExpression
Type
type
TypedElement
type
VariableDeclarationStatement
expr
VisibilityType
PUBLIC
PUBLIC
PROTECTED
PROTECTED
PACKAGE
PACKAGE
PRIVATE
PRIVATE | null | {"directed":true,"nodes":[{"nsPrefix":"javas","nsURI":"gts.inf.um.es/javaSimplified","name":"JavaSimplified","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentOperatorType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommentedElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommentStatement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InfixOperatorType","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaClass","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaModel","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LiteralType","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocation","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringElement","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationStatement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityType","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"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":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":"expr2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"name":"ASSIGN","id":41,"value":0,"literal":"ASSIGN","eClass":"EEnumLiteral"},{"name":"PLUS_ASSIGN","id":42,"value":1,"literal":"PLUS_ASSIGN","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":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isJavadoc","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"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":"ifst","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"elsest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"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":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"name":"EQUALS","id":93,"value":0,"literal":"EQUALS","eClass":"EEnumLiteral"},{"name":"NOT_EQUALS","id":94,"value":1,"literal":"NOT_EQUALS","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_AND","id":95,"value":2,"literal":"CONDITIONAL_AND","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_OR","id":96,"value":3,"literal":"CONDITIONAL_OR","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":"imports","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","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":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"name":"STRING","id":114,"value":0,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"INTEGER","id":115,"value":1,"literal":"INTEGER","eClass":"EEnumLiteral"},{"name":"BOOLEAN","id":116,"value":2,"literal":"BOOLEAN","eClass":"EEnumLiteral"},{"name":"NULL","id":117,"value":3,"literal":"NULL","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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"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":"exceptions","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childCall","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"methodName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strValue","changeable":true,"lowerBound":1,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","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"},{"name":"PUBLIC","id":161,"value":0,"literal":"PUBLIC","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":162,"value":1,"literal":"PROTECTED","eClass":"EEnumLiteral"},{"name":"PACKAGE","id":163,"value":2,"literal":"PACKAGE","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":164,"value":3,"literal":"PRIVATE","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":1,"target":0},{"source":1,"target":8},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":34,"target":8},{"source":34,"target":38},{"source":34,"target":1},{"source":38,"target":8},{"source":35,"target":2},{"source":35,"target":39},{"source":35,"target":1},{"source":39,"target":2},{"source":36,"target":8},{"source":36,"target":40},{"source":36,"target":1},{"source":40,"target":8},{"source":37,"target":8},{"source":2,"target":0},{"source":2,"target":41},{"source":2,"target":42},{"source":41,"target":2},{"source":42,"target":2},{"source":3,"target":0},{"source":3,"target":8},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":43,"target":8},{"source":43,"target":46},{"source":43,"target":3},{"source":46,"target":8},{"source":44,"target":30},{"source":44,"target":47},{"source":44,"target":3},{"source":47,"target":30},{"source":45,"target":8},{"source":4,"target":0},{"source":4,"target":8},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":48,"target":8},{"source":48,"target":51},{"source":48,"target":4},{"source":51,"target":8},{"source":49,"target":30},{"source":49,"target":52},{"source":49,"target":4},{"source":52,"target":30},{"source":50,"target":8},{"source":5,"target":0},{"source":5,"target":28},{"source":5,"target":53},{"source":5,"target":54},{"source":53,"target":55},{"source":53,"target":5},{"source":54,"target":28},{"source":6,"target":0},{"source":6,"target":56},{"source":56,"target":5},{"source":56,"target":57},{"source":56,"target":6},{"source":57,"target":5},{"source":7,"target":0},{"source":7,"target":27},{"source":7,"target":58},{"source":7,"target":59},{"source":58,"target":5},{"source":58,"target":60},{"source":58,"target":7},{"source":60,"target":5},{"source":59,"target":27},{"source":8,"target":0},{"source":8,"target":28},{"source":8,"target":61},{"source":61,"target":28},{"source":9,"target":0},{"source":9,"target":27},{"source":9,"target":62},{"source":9,"target":63},{"source":62,"target":8},{"source":62,"target":64},{"source":62,"target":9},{"source":64,"target":8},{"source":63,"target":27},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":24},{"source":10,"target":28},{"source":10,"target":65},{"source":10,"target":66},{"source":10,"target":67},{"source":10,"target":68},{"source":65,"target":33},{"source":65,"target":69},{"source":65,"target":10},{"source":69,"target":33},{"source":66,"target":6},{"source":67,"target":24},{"source":68,"target":28},{"source":11,"target":0},{"source":11,"target":31},{"source":11,"target":10},{"source":11,"target":70},{"source":11,"target":71},{"source":11,"target":72},{"source":70,"target":8},{"source":70,"target":73},{"source":70,"target":11},{"source":73,"target":8},{"source":71,"target":31},{"source":72,"target":10},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":74,"target":8},{"source":74,"target":77},{"source":74,"target":12},{"source":77,"target":8},{"source":75,"target":23},{"source":75,"target":78},{"source":75,"target":12},{"source":78,"target":23},{"source":76,"target":8},{"source":13,"target":0},{"source":13,"target":27},{"source":13,"target":79},{"source":13,"target":80},{"source":13,"target":81},{"source":13,"target":82},{"source":79,"target":8},{"source":79,"target":83},{"source":79,"target":13},{"source":83,"target":8},{"source":80,"target":27},{"source":80,"target":84},{"source":80,"target":13},{"source":84,"target":27},{"source":81,"target":27},{"source":81,"target":85},{"source":81,"target":13},{"source":85,"target":27},{"source":82,"target":27},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":86},{"source":14,"target":87},{"source":14,"target":88},{"source":14,"target":89},{"source":86,"target":8},{"source":86,"target":90},{"source":86,"target":14},{"source":90,"target":8},{"source":87,"target":15},{"source":87,"target":91},{"source":87,"target":14},{"source":91,"target":15},{"source":88,"target":8},{"source":88,"target":92},{"source":88,"target":14},{"source":92,"target":8},{"source":89,"target":8},{"source":15,"target":0},{"source":15,"target":93},{"source":15,"target":94},{"source":15,"target":95},{"source":15,"target":96},{"source":93,"target":15},{"source":94,"target":15},{"source":95,"target":15},{"source":96,"target":15},{"source":16,"target":0},{"source":16,"target":6},{"source":16,"target":24},{"source":16,"target":97},{"source":16,"target":98},{"source":16,"target":99},{"source":16,"target":100},{"source":16,"target":101},{"source":97,"target":102},{"source":97,"target":16},{"source":98,"target":11},{"source":98,"target":103},{"source":98,"target":16},{"source":103,"target":11},{"source":99,"target":20},{"source":99,"target":104},{"source":99,"target":16},{"source":104,"target":20},{"source":100,"target":6},{"source":101,"target":24},{"source":17,"target":0},{"source":17,"target":105},{"source":17,"target":106},{"source":105,"target":16},{"source":105,"target":107},{"source":105,"target":17},{"source":107,"target":16},{"source":106,"target":30},{"source":106,"target":108},{"source":106,"target":17},{"source":108,"target":30},{"source":18,"target":0},{"source":18,"target":8},{"source":18,"target":109},{"source":18,"target":110},{"source":18,"target":111},{"source":109,"target":19},{"source":109,"target":112},{"source":109,"target":18},{"source":112,"target":19},{"source":110,"target":113},{"source":110,"target":18},{"source":111,"target":8},{"source":19,"target":0},{"source":19,"target":114},{"source":19,"target":115},{"source":19,"target":116},{"source":19,"target":117},{"source":114,"target":19},{"source":115,"target":19},{"source":116,"target":19},{"source":117,"target":19},{"source":20,"target":0},{"source":20,"target":10},{"source":20,"target":118},{"source":20,"target":119},{"source":20,"target":120},{"source":20,"target":121},{"source":20,"target":122},{"source":118,"target":25},{"source":118,"target":123},{"source":118,"target":20},{"source":123,"target":25},{"source":119,"target":124},{"source":119,"target":20},{"source":120,"target":27},{"source":120,"target":125},{"source":120,"target":20},{"source":125,"target":27},{"source":121,"target":30},{"source":121,"target":126},{"source":121,"target":20},{"source":126,"target":30},{"source":122,"target":10},{"source":21,"target":0},{"source":21,"target":127},{"source":21,"target":128},{"source":21,"target":129},{"source":127,"target":8},{"source":127,"target":130},{"source":127,"target":21},{"source":130,"target":8},{"source":128,"target":21},{"source":128,"target":131},{"source":128,"target":21},{"source":131,"target":21},{"source":129,"target":23},{"source":129,"target":132},{"source":129,"target":21},{"source":132,"target":23},{"source":22,"target":0},{"source":22,"target":8},{"source":22,"target":133},{"source":22,"target":134},{"source":22,"target":135},{"source":133,"target":23},{"source":133,"target":136},{"source":133,"target":22},{"source":136,"target":23},{"source":134,"target":21},{"source":134,"target":137},{"source":134,"target":22},{"source":137,"target":21},{"source":135,"target":8},{"source":23,"target":0},{"source":23,"target":8},{"source":23,"target":138},{"source":23,"target":139},{"source":138,"target":140},{"source":138,"target":23},{"source":139,"target":8},{"source":24,"target":0},{"source":24,"target":141},{"source":141,"target":23},{"source":141,"target":142},{"source":141,"target":24},{"source":142,"target":23},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":31},{"source":25,"target":143},{"source":25,"target":144},{"source":143,"target":24},{"source":144,"target":31},{"source":26,"target":0},{"source":26,"target":27},{"source":26,"target":145},{"source":26,"target":146},{"source":145,"target":8},{"source":145,"target":147},{"source":145,"target":26},{"source":147,"target":8},{"source":146,"target":27},{"source":27,"target":0},{"source":27,"target":28},{"source":27,"target":148},{"source":148,"target":28},{"source":28,"target":0},{"source":28,"target":149},{"source":149,"target":150},{"source":149,"target":28},{"source":29,"target":0},{"source":29,"target":8},{"source":29,"target":151},{"source":151,"target":8},{"source":30,"target":0},{"source":30,"target":152},{"source":152,"target":153},{"source":152,"target":30},{"source":31,"target":0},{"source":31,"target":154},{"source":154,"target":30},{"source":154,"target":155},{"source":154,"target":31},{"source":155,"target":30},{"source":32,"target":0},{"source":32,"target":27},{"source":32,"target":31},{"source":32,"target":24},{"source":32,"target":156},{"source":32,"target":157},{"source":32,"target":158},{"source":32,"target":159},{"source":156,"target":8},{"source":156,"target":160},{"source":156,"target":32},{"source":160,"target":8},{"source":157,"target":27},{"source":158,"target":31},{"source":159,"target":24},{"source":33,"target":0},{"source":33,"target":161},{"source":33,"target":162},{"source":33,"target":163},{"source":33,"target":164},{"source":161,"target":33},{"source":162,"target":33},{"source":163,"target":33},{"source":164,"target":33}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dpim" nsURI="tosca.dice.dpim" nsPrefix="dice.dpim">
<eAnnotations source="propertiesRestrictions" references="#//DICEproperties">
<details key="ComputationNodePropertyRestrictions"/>
<details key="SourceNodePropertyRestrictions"/>
<details key="StorageElementPropertyRestrictions"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="SourceNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SourceName" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceType" eType="#//SourceType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceProperties" upperBound="-1"
eType="#//DICEproperties"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="provides" eType="#//DataSpecification"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SourceToComputation" eType="#//ComputationNode"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SourceDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataSpecification">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="#//DICEproperties"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="refERmodel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="refDataFormat" eType="#//DataFormatType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="DatarespondsTo" eType="#//Data"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComputationNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ComputationType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetTech" eType="#//TechType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="procType" eType="#//ProcessingType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="thorughput" eType="#//DICEproperties"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="storeAndprocess" upperBound="-1"
eType="#//StorageStorageNode"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ComputationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ComputationDescription"
eType="#//ProcessingType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="FilterNode" eType="#//FilterNode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ComDrivedFromDIA" lowerBound="1"
eType="#//DIAElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ComputationType">
<eLiterals name="distributed"/>
<eLiterals name="parallel" value="1"/>
<eLiterals name="distributedParallel" value="2"/>
<eLiterals name="microBench" value="3"/>
<eLiterals name="sorting" value="4"/>
<eLiterals name="grep" value="5"/>
<eLiterals name="wordCount" value="6"/>
<eLiterals name="collabFiltering" value="7"/>
<eLiterals name="naiveBayes" value="8"/>
<eLiterals name="bfs" value="9"/>
<eLiterals name="pageRank" value="10"/>
<eLiterals name="kMeans" value="11"/>
<eLiterals name="connectedComponents" value="12"/>
<eLiterals name="relQuery" value="13"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TechType">
<eLiterals name="RDD"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SourceType">
<eLiterals name="sharedStorage"/>
<eLiterals name="dataStream" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ProcessingType">
<eLiterals name="synch"/>
<eLiterals name="asynch" value="1"/>
<eLiterals name="policy" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Channel">
<eStructuralFeatures xsi:type="ecore:EReference" name="ChConnectsToCom" lowerBound="1"
upperBound="-1" eType="#//ComputationNode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SourceConnectsToCom" lowerBound="1"
upperBound="-1" eType="#//StorageStorageNode"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MessageBroker" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ChannelDesription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StorageStorageNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasDataSpecification" lowerBound="1"
eType="#//DataSpecification"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="CRUDrate" eType="#//DICEproperties"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="properties" lowerBound="1"
upperBound="-1" eType="#//DICEproperties"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="StorageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="StorageDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="StoDrivedFromDIA" lowerBound="1"
eType="#//DIAElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DICEproperties">
<eLiterals name="genericProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DPIM">
<eStructuralFeatures xsi:type="ecore:EReference" name="containsDIAElement" lowerBound="1"
upperBound="-1" eType="#//DIAElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ComputationNode" upperBound="-1"
eType="#//ComputationNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="FilterNode" upperBound="-1"
eType="#//FilterNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="CommunicationChannel" upperBound="-1"
eType="#//Channel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SourceNode" upperBound="-1"
eType="#//SourceNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="StorageNode" upperBound="-1"
eType="#//StorageStorageNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DiaName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Visualization" eType="#//VisualizationNode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Configuration" eType="#//Confiuration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dpimDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DIAElement">
<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="requiredProperties" lowerBound="1"
upperBound="-1" eType="#//DICEproperties"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="providedProperties" lowerBound="1"
upperBound="-1" eType="#//DICEproperties"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="QoSRequiredProperty" eType="#//QoSRequiredProperty"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputOutput" eType="#//Data"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QoSRequiredProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="QoSDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilterNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inputRatio" eType="#//DICEproperties"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outputRatio" eType="#//DICEproperties"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FilterName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VisualizationNode" eSuperTypes="#//ComputationNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="VisualizationNodeName"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Data">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DataDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DataFormatType"/>
<eClassifiers xsi:type="ecore:EClass" name="Confiuration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eSubpackages name="DICETypes" nsURI="DICETypes" nsPrefix="DICETypes"/>
</ecore:EPackage>
| github:ecore:/data/stajfar/DICE/DiceModelingProject/model/DPIM/DPIM.ecore | ecore | dpim
SourceNode
SourceName
sourceType
sourceProperties
rate
provides
SourceToComputation
SourceDescription
DataSpecification
description
location
refERmodel
refDataFormat
DatarespondsTo
ComputationNode
type
targetTech
procType
thorughput
storeAndprocess
ComputationName
ComputationDescription
FilterNode
ComDrivedFromDIA
ComputationType
distributed
distributed
parallel
parallel
distributedParallel
distributedParallel
microBench
microBench
sorting
sorting
grep
grep
wordCount
wordCount
collabFiltering
collabFiltering
naiveBayes
naiveBayes
bfs
bfs
pageRank
pageRank
kMeans
kMeans
connectedComponents
connectedComponents
relQuery
relQuery
TechType
RDD
RDD
SourceType
sharedStorage
sharedStorage
dataStream
dataStream
ProcessingType
synch
synch
asynch
asynch
policy
policy
Channel
ChConnectsToCom
SourceConnectsToCom
rate
MessageBroker
ChannelDesription
StorageStorageNode
hasDataSpecification
CRUDrate
properties
StorageName
StorageDescription
StoDrivedFromDIA
DICEproperties
genericProperty
genericProperty
DPIM
containsDIAElement
ComputationNode
FilterNode
CommunicationChannel
SourceNode
StorageNode
DiaName
Visualization
Configuration
dpimDescription
DIAElement
name
requiredProperties
providedProperties
QoSRequiredProperty
inputOutput
QoSRequiredProperty
QoSDescription
FilterNode
inputRatio
outputRatio
FilterName
VisualizationNode
VisualizationNodeName
Data
DataDescription
DataFormatType
Confiuration
name
DICETypes | null | {"directed":true,"nodes":[{"nsPrefix":"dice.dpim","nsURI":"tosca.dice.dpim","name":"dpim","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceNode","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSpecification","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputationNode","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComputationType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TechType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SourceType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProcessingType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Channel","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageStorageNode","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DICEproperties","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DPIM","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DIAElement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QoSRequiredProperty","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterNode","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualizationNode","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataFormatType","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Confiuration","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"nsPrefix":"DICETypes","nsURI":"DICETypes","name":"DICETypes","id":19,"eClass":"EPackage"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SourceName","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceType","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceProperties","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":"rate","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"provides","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SourceToComputation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SourceDescription","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"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":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":"refERmodel","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refDataFormat","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":false,"unsettable":false,"transient":false,"unique":true,"name":"DatarespondsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetTech","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":false,"transient":false,"unique":true,"name":"procType","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":"thorughput","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"storeAndprocess","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":"ComputationName","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ComputationDescription","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"FilterNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ComDrivedFromDIA","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"id":61,"eClass":"EGenericType"},{"name":"distributed","id":62,"value":0,"literal":"distributed","eClass":"EEnumLiteral"},{"name":"parallel","id":63,"value":1,"literal":"parallel","eClass":"EEnumLiteral"},{"name":"distributedParallel","id":64,"value":2,"literal":"distributedParallel","eClass":"EEnumLiteral"},{"name":"microBench","id":65,"value":3,"literal":"microBench","eClass":"EEnumLiteral"},{"name":"sorting","id":66,"value":4,"literal":"sorting","eClass":"EEnumLiteral"},{"name":"grep","id":67,"value":5,"literal":"grep","eClass":"EEnumLiteral"},{"name":"wordCount","id":68,"value":6,"literal":"wordCount","eClass":"EEnumLiteral"},{"name":"collabFiltering","id":69,"value":7,"literal":"collabFiltering","eClass":"EEnumLiteral"},{"name":"naiveBayes","id":70,"value":8,"literal":"naiveBayes","eClass":"EEnumLiteral"},{"name":"bfs","id":71,"value":9,"literal":"bfs","eClass":"EEnumLiteral"},{"name":"pageRank","id":72,"value":10,"literal":"pageRank","eClass":"EEnumLiteral"},{"name":"kMeans","id":73,"value":11,"literal":"kMeans","eClass":"EEnumLiteral"},{"name":"connectedComponents","id":74,"value":12,"literal":"connectedComponents","eClass":"EEnumLiteral"},{"name":"relQuery","id":75,"value":13,"literal":"relQuery","eClass":"EEnumLiteral"},{"name":"RDD","id":76,"value":0,"literal":"RDD","eClass":"EEnumLiteral"},{"name":"sharedStorage","id":77,"value":0,"literal":"sharedStorage","eClass":"EEnumLiteral"},{"name":"dataStream","id":78,"value":1,"literal":"dataStream","eClass":"EEnumLiteral"},{"name":"synch","id":79,"value":0,"literal":"synch","eClass":"EEnumLiteral"},{"name":"asynch","id":80,"value":1,"literal":"asynch","eClass":"EEnumLiteral"},{"name":"policy","id":81,"value":2,"literal":"policy","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ChConnectsToCom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"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":"SourceConnectsToCom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rate","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"MessageBroker","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ChannelDesription","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasDataSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"CRUDrate","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"StorageName","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":"StorageDescription","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"StoDrivedFromDIA","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"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"name":"genericProperty","id":104,"value":0,"literal":"genericProperty","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":"containsDIAElement","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"ComputationNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"FilterNode","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":"CommunicationChannel","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":"SourceNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"StorageNode","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":"DiaName","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":"Visualization","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":"Configuration","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":"dpimDescription","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredProperties","changeable":true,"lowerBound":1,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"providedProperties","changeable":true,"lowerBound":1,"iD":false,"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":"QoSRequiredProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"QoSDescription","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"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":"inputRatio","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputRatio","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":"FilterName","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"VisualizationNodeName","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DataDescription","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":20,"target":27},{"source":20,"target":1},{"source":21,"target":6},{"source":21,"target":28},{"source":21,"target":1},{"source":28,"target":6},{"source":22,"target":10},{"source":22,"target":29},{"source":22,"target":1},{"source":29,"target":10},{"source":23,"target":30},{"source":23,"target":1},{"source":24,"target":2},{"source":24,"target":31},{"source":24,"target":1},{"source":31,"target":2},{"source":25,"target":3},{"source":25,"target":32},{"source":25,"target":1},{"source":32,"target":3},{"source":26,"target":33},{"source":26,"target":1},{"source":2,"target":0},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":34,"target":39},{"source":34,"target":2},{"source":35,"target":10},{"source":35,"target":40},{"source":35,"target":2},{"source":40,"target":10},{"source":36,"target":41},{"source":36,"target":2},{"source":37,"target":17},{"source":37,"target":42},{"source":37,"target":2},{"source":42,"target":17},{"source":38,"target":16},{"source":38,"target":43},{"source":38,"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":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":44,"target":4},{"source":44,"target":53},{"source":44,"target":3},{"source":53,"target":4},{"source":45,"target":5},{"source":45,"target":54},{"source":45,"target":3},{"source":54,"target":5},{"source":46,"target":7},{"source":46,"target":55},{"source":46,"target":3},{"source":55,"target":7},{"source":47,"target":10},{"source":47,"target":56},{"source":47,"target":3},{"source":56,"target":10},{"source":48,"target":9},{"source":48,"target":57},{"source":48,"target":3},{"source":57,"target":9},{"source":49,"target":58},{"source":49,"target":3},{"source":50,"target":7},{"source":50,"target":59},{"source":50,"target":3},{"source":59,"target":7},{"source":51,"target":14},{"source":51,"target":60},{"source":51,"target":3},{"source":60,"target":14},{"source":52,"target":12},{"source":52,"target":61},{"source":52,"target":3},{"source":61,"target":12},{"source":4,"target":0},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":70},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":4,"target":74},{"source":4,"target":75},{"source":62,"target":4},{"source":63,"target":4},{"source":64,"target":4},{"source":65,"target":4},{"source":66,"target":4},{"source":67,"target":4},{"source":68,"target":4},{"source":69,"target":4},{"source":70,"target":4},{"source":71,"target":4},{"source":72,"target":4},{"source":73,"target":4},{"source":74,"target":4},{"source":75,"target":4},{"source":5,"target":0},{"source":5,"target":76},{"source":76,"target":5},{"source":6,"target":0},{"source":6,"target":77},{"source":6,"target":78},{"source":77,"target":6},{"source":78,"target":6},{"source":7,"target":0},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":79,"target":7},{"source":80,"target":7},{"source":81,"target":7},{"source":8,"target":0},{"source":8,"target":82},{"source":8,"target":83},{"source":8,"target":84},{"source":8,"target":85},{"source":8,"target":86},{"source":82,"target":3},{"source":82,"target":87},{"source":82,"target":8},{"source":87,"target":3},{"source":83,"target":9},{"source":83,"target":88},{"source":83,"target":8},{"source":88,"target":9},{"source":84,"target":89},{"source":84,"target":8},{"source":85,"target":90},{"source":85,"target":8},{"source":86,"target":91},{"source":86,"target":8},{"source":9,"target":0},{"source":9,"target":92},{"source":9,"target":93},{"source":9,"target":94},{"source":9,"target":95},{"source":9,"target":96},{"source":9,"target":97},{"source":92,"target":2},{"source":92,"target":98},{"source":92,"target":9},{"source":98,"target":2},{"source":93,"target":10},{"source":93,"target":99},{"source":93,"target":9},{"source":99,"target":10},{"source":94,"target":10},{"source":94,"target":100},{"source":94,"target":9},{"source":100,"target":10},{"source":95,"target":101},{"source":95,"target":9},{"source":96,"target":102},{"source":96,"target":9},{"source":97,"target":12},{"source":97,"target":103},{"source":97,"target":9},{"source":103,"target":12},{"source":10,"target":0},{"source":10,"target":104},{"source":104,"target":10},{"source":11,"target":0},{"source":11,"target":105},{"source":11,"target":106},{"source":11,"target":107},{"source":11,"target":108},{"source":11,"target":109},{"source":11,"target":110},{"source":11,"target":111},{"source":11,"target":112},{"source":11,"target":113},{"source":11,"target":114},{"source":105,"target":12},{"source":105,"target":115},{"source":105,"target":11},{"source":115,"target":12},{"source":106,"target":3},{"source":106,"target":116},{"source":106,"target":11},{"source":116,"target":3},{"source":107,"target":14},{"source":107,"target":117},{"source":107,"target":11},{"source":117,"target":14},{"source":108,"target":8},{"source":108,"target":118},{"source":108,"target":11},{"source":118,"target":8},{"source":109,"target":1},{"source":109,"target":119},{"source":109,"target":11},{"source":119,"target":1},{"source":110,"target":9},{"source":110,"target":120},{"source":110,"target":11},{"source":120,"target":9},{"source":111,"target":121},{"source":111,"target":11},{"source":112,"target":15},{"source":112,"target":122},{"source":112,"target":11},{"source":122,"target":15},{"source":113,"target":18},{"source":113,"target":123},{"source":113,"target":11},{"source":123,"target":18},{"source":114,"target":124},{"source":114,"target":11},{"source":12,"target":0},{"source":12,"target":125},{"source":12,"target":126},{"source":12,"target":127},{"source":12,"target":128},{"source":12,"target":129},{"source":125,"target":130},{"source":125,"target":12},{"source":126,"target":10},{"source":126,"target":131},{"source":126,"target":12},{"source":131,"target":10},{"source":127,"target":10},{"source":127,"target":132},{"source":127,"target":12},{"source":132,"target":10},{"source":128,"target":13},{"source":128,"target":133},{"source":128,"target":12},{"source":133,"target":13},{"source":129,"target":16},{"source":129,"target":134},{"source":129,"target":12},{"source":134,"target":16},{"source":13,"target":0},{"source":13,"target":135},{"source":135,"target":136},{"source":135,"target":13},{"source":14,"target":0},{"source":14,"target":137},{"source":14,"target":138},{"source":14,"target":139},{"source":137,"target":10},{"source":137,"target":140},{"source":137,"target":14},{"source":140,"target":10},{"source":138,"target":10},{"source":138,"target":141},{"source":138,"target":14},{"source":141,"target":10},{"source":139,"target":142},{"source":139,"target":14},{"source":15,"target":0},{"source":15,"target":3},{"source":15,"target":143},{"source":15,"target":144},{"source":143,"target":145},{"source":143,"target":15},{"source":144,"target":3},{"source":16,"target":0},{"source":16,"target":146},{"source":146,"target":147},{"source":146,"target":16},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":148},{"source":148,"target":149},{"source":148,"target":18},{"source":19,"target":0}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="appWeb"
nsURI="http://appWeb/1.0" nsPrefix="appWeb">
<eClassifiers xsi:type="ecore:EClass" name="Ente">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documento" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tipoDoc" lowerBound="1"
eType="#//TipoDoc" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="paisNac" lowerBound="1"
eType="#//Pais" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cuenta" lowerBound="1"
eType="#//Cuenta" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TipoDoc">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pais">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cuenta">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numero" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="banco" lowerBound="1" eType="#//Banco"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Banco">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/AppWeb.ecore | ecore | appWeb
Ente
id
documento
tipoDoc
nombre
paisNac
cuenta
TipoDoc
id
codigo
nombre
Pais
id
codigo
nombre
Cuenta
id
numero
banco
Banco
id
codigo
nombre | null | {"directed":true,"nodes":[{"nsPrefix":"appWeb","nsURI":"http://appWeb/1.0","name":"appWeb","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ente","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TipoDoc","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pais","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cuenta","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Banco","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":"id","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":"documento","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tipoDoc","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"nombre","changeable":true,"lowerBound":0,"iD":false,"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":"paisNac","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cuenta","changeable":true,"resolveProxies":true,"lowerBound":1,"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,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codigo","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":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"codigo","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":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"numero","changeable":true,"lowerBound":0,"iD":false,"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":"banco","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codigo","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":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"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":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":2},{"source":8,"target":14},{"source":8,"target":1},{"source":14,"target":2},{"source":9,"target":15},{"source":9,"target":1},{"source":10,"target":3},{"source":10,"target":16},{"source":10,"target":1},{"source":16,"target":3},{"source":11,"target":4},{"source":11,"target":17},{"source":11,"target":1},{"source":17,"target":4},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":18,"target":21},{"source":18,"target":2},{"source":19,"target":22},{"source":19,"target":2},{"source":20,"target":23},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":24,"target":27},{"source":24,"target":3},{"source":25,"target":28},{"source":25,"target":3},{"source":26,"target":29},{"source":26,"target":3},{"source":4,"target":0},{"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":5},{"source":32,"target":35},{"source":32,"target":4},{"source":35,"target":5},{"source":5,"target":0},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":36,"target":39},{"source":36,"target":5},{"source":37,"target":40},{"source":37,"target":5},{"source":38,"target":41},{"source":38,"target":5}],"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="jointPackage" nsURI="http://jointPackage/1.0" nsPrefix="jointPackage">
<eClassifiers xsi:type="ecore:EClass" name="JointMM">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceRoot" lowerBound="1"
eType="/0/SrcMasterThesis" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetRoot" lowerBound="1"
eType="/0/TrgDocBook" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SrcBibTeXFile">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" ordered="false"
upperBound="-1" eType="/0/SrcBibTeXEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SrcArticle" eSuperTypes="/0/SrcAuthoredEntry /0/SrcDatedEntry /0/SrcTitledEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="journal" ordered="false"
lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SrcTechReport" eSuperTypes="/0/SrcAuthoredEntry /0/SrcDatedEntry /0/SrcTitledEntry"/>
<eClassifiers xsi:type="ecore:EClass" name="SrcUnpublished" eSuperTypes="/0/SrcAuthoredEntry /0/SrcTitledEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="note" ordered="false"
lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SrcManual" eSuperTypes="/0/SrcTitledEntry"/>
<eClassifiers xsi:type="ecore:EClass" name="SrcProceedings" eSuperTypes="/0/SrcDatedEntry /0/SrcTitledEntry"/>
<eClassifiers xsi:type="ecore:EClass" name="SrcInProceedings" eSuperTypes="/0/SrcProceedings /0/SrcAuthoredEntry /0/SrcBookTitledEntry"/>
<eClassifiers xsi:type="ecore:EClass" name="SrcBooklet" eSuperTypes="/0/SrcDatedEntry"/>
<eClassifiers xsi:type="ecore:EClass" name="SrcBook" eSuperTypes="/0/SrcAuthoredEntry /0/SrcDatedEntry /0/SrcTitledEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="publisher" ordered="false"
lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SrcInCollection" eSuperTypes="/0/SrcBook /0/SrcBookTitledEntry"/>
<eClassifiers xsi:type="ecore:EClass" name="SrcInBook" eSuperTypes="/0/SrcBook">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="chapter" ordered="false"
lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SrcPhDThesis" eSuperTypes="/0/SrcThesisEntry"/>
<eClassifiers xsi:type="ecore:EClass" name="SrcMasterThesis" eSuperTypes="/0/SrcThesisEntry"/>
<eClassifiers xsi:type="ecore:EClass" name="SrcAuthor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" ordered="false"
lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SrcBibTeXEntry" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SrcAuthoredEntry" abstract="true"
eSuperTypes="/0/SrcBibTeXEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="authors" ordered="false"
lowerBound="1" upperBound="-1" eType="/0/SrcAuthor" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SrcDatedEntry" abstract="true" eSuperTypes="/0/SrcBibTeXEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" ordered="false"
lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SrcTitledEntry" abstract="true" eSuperTypes="/0/SrcBibTeXEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false"
lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SrcBookTitledEntry" abstract="true"
eSuperTypes="/0/SrcBibTeXEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booktitle" ordered="false"
lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SrcMisc" eSuperTypes="/0/SrcBibTeXEntry"/>
<eClassifiers xsi:type="ecore:EClass" name="SrcThesisEntry" abstract="true" eSuperTypes="/0/SrcAuthoredEntry /0/SrcDatedEntry /0/SrcTitledEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="school" ordered="false"
lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrgDocBook">
<eStructuralFeatures xsi:type="ecore:EReference" name="books" lowerBound="1"
upperBound="-1" eType="/0/TrgBook" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrgBook">
<eStructuralFeatures xsi:type="ecore:EReference" name="articles" lowerBound="1"
upperBound="-1" eType="/0/TrgArticle" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrgTitledElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false"
lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrgArticle" eSuperTypes="/0/TrgTitledElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="sections_1" lowerBound="1"
upperBound="-1" eType="/0/TrgSect1" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrgSection" abstract="true" eSuperTypes="/0/TrgTitledElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="paras" lowerBound="1"
upperBound="-1" eType="/0/TrgPara" containment="true" eOpposite="/0/TrgPara/section"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrgSect1" eSuperTypes="/0/TrgSection">
<eStructuralFeatures xsi:type="ecore:EReference" name="sections_2" lowerBound="1"
upperBound="-1" eType="/0/TrgSect2" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrgSect2" eSuperTypes="/0/TrgSection"/>
<eClassifiers xsi:type="ecore:EClass" name="TrgPara">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false"
lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="section" lowerBound="1"
eType="/0/TrgSection" eOpposite="/0/TrgSection/paras"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EGenericType eClassifier="/0/SrcBibTeXEntry"/>
<ecore:EGenericType eClassifier="/0/SrcBibTeXEntry"/>
<ecore:EGenericType eClassifier="/0/SrcBibTeXEntry"/>
<ecore:EGenericType eClassifier="/0/SrcBibTeXEntry"/>
<ecore:EGenericType eClassifier="/0/SrcAuthoredEntry"/>
<ecore:EGenericType eClassifier="/0/SrcDatedEntry"/>
<ecore:EGenericType eClassifier="/0/SrcTitledEntry"/>
<ecore:EGenericType eClassifier="/0/SrcAuthoredEntry"/>
<ecore:EGenericType eClassifier="/0/SrcDatedEntry"/>
<ecore:EGenericType eClassifier="/0/SrcTitledEntry"/>
<ecore:EGenericType eClassifier="/0/SrcAuthoredEntry"/>
<ecore:EGenericType eClassifier="/0/SrcTitledEntry"/>
<ecore:EGenericType eClassifier="/0/SrcTitledEntry"/>
<ecore:EGenericType eClassifier="/0/SrcDatedEntry"/>
<ecore:EGenericType eClassifier="/0/SrcTitledEntry"/>
<ecore:EGenericType eClassifier="/0/SrcProceedings"/>
<ecore:EGenericType eClassifier="/0/SrcAuthoredEntry"/>
<ecore:EGenericType eClassifier="/0/SrcBookTitledEntry"/>
<ecore:EGenericType eClassifier="/0/SrcDatedEntry"/>
<ecore:EGenericType eClassifier="/0/SrcAuthoredEntry"/>
<ecore:EGenericType eClassifier="/0/SrcDatedEntry"/>
<ecore:EGenericType eClassifier="/0/SrcTitledEntry"/>
<ecore:EGenericType eClassifier="/0/SrcBook"/>
<ecore:EGenericType eClassifier="/0/SrcBookTitledEntry"/>
<ecore:EGenericType eClassifier="/0/SrcBook"/>
<ecore:EGenericType eClassifier="/0/SrcBibTeXEntry"/>
<ecore:EGenericType eClassifier="/0/SrcAuthoredEntry"/>
<ecore:EGenericType eClassifier="/0/SrcDatedEntry"/>
<ecore:EGenericType eClassifier="/0/SrcTitledEntry"/>
<ecore:EGenericType eClassifier="/0/SrcThesisEntry"/>
<ecore:EGenericType eClassifier="/0/SrcThesisEntry"/>
<ecore:EGenericType eClassifier="/0/TrgTitledElement"/>
<ecore:EGenericType eClassifier="/0/TrgTitledElement"/>
<ecore:EGenericType eClassifier="/0/TrgSection"/>
<ecore:EGenericType eClassifier="/0/TrgSection"/>
</xmi:XMI>
| github:ecore:/data/javitroya/SBFL_MT/Spectrum-based_FaultLoc_MT/SpecBased_FaultLoc_MT/models_BibTexML2DocBook/BibTex_DocBook_JointMM.ecore | ecore | jointPackage
JointMM
sourceRoot
targetRoot
SrcBibTeXFile
entries
SrcArticle
journal
SrcTechReport
SrcUnpublished
note
SrcManual
SrcProceedings
SrcInProceedings
SrcBooklet
SrcBook
publisher
SrcInCollection
SrcInBook
chapter
SrcPhDThesis
SrcMasterThesis
SrcAuthor
author
SrcBibTeXEntry
id
SrcAuthoredEntry
authors
SrcDatedEntry
year
SrcTitledEntry
title
SrcBookTitledEntry
booktitle
SrcMisc
SrcThesisEntry
school
TrgDocBook
books
TrgBook
articles
TrgTitledElement
title
TrgArticle
sections_1
TrgSection
paras
TrgSect1
sections_2
TrgSect2
TrgPara
content
section | null | {"directed":true,"nodes":[{"nsPrefix":"jointPackage","nsURI":"http://jointPackage/1.0","name":"jointPackage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JointMM","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcBibTeXFile","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcArticle","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcTechReport","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcUnpublished","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcManual","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcProceedings","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcInProceedings","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcBooklet","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcBook","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcInCollection","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcInBook","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcPhDThesis","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcMasterThesis","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcAuthor","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcBibTeXEntry","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcAuthoredEntry","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcDatedEntry","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcTitledEntry","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcBookTitledEntry","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcMisc","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SrcThesisEntry","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrgDocBook","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrgBook","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrgTitledElement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrgArticle","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrgSection","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrgSect1","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrgSect2","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrgPara","instanceClass":null,"abstract":false,"id":30,"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":"sourceRoot","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"targetRoot","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"journal","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"note","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"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":"publisher","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"chapter","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"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":"author","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"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":"authors","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"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":true,"name":"booktitle","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"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":"school","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"books","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"articles","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"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":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"id":95,"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":"sections_1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paras","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"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":"section","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"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":"sections_2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"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":true,"name":"content","changeable":true,"lowerBound":1,"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"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":14},{"source":31,"target":33},{"source":31,"target":1},{"source":33,"target":14},{"source":32,"target":23},{"source":32,"target":34},{"source":32,"target":1},{"source":34,"target":23},{"source":2,"target":0},{"source":2,"target":35},{"source":35,"target":16},{"source":35,"target":36},{"source":35,"target":2},{"source":36,"target":16},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":37,"target":41},{"source":37,"target":3},{"source":38,"target":17},{"source":39,"target":18},{"source":40,"target":19},{"source":4,"target":0},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":42,"target":17},{"source":43,"target":18},{"source":44,"target":19},{"source":5,"target":0},{"source":5,"target":17},{"source":5,"target":19},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":45,"target":48},{"source":45,"target":5},{"source":46,"target":17},{"source":47,"target":19},{"source":6,"target":0},{"source":6,"target":19},{"source":6,"target":49},{"source":49,"target":19},{"source":7,"target":0},{"source":7,"target":18},{"source":7,"target":19},{"source":7,"target":50},{"source":7,"target":51},{"source":50,"target":18},{"source":51,"target":19},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":17},{"source":8,"target":20},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":52,"target":7},{"source":53,"target":17},{"source":54,"target":20},{"source":9,"target":0},{"source":9,"target":18},{"source":9,"target":55},{"source":55,"target":18},{"source":10,"target":0},{"source":10,"target":17},{"source":10,"target":18},{"source":10,"target":19},{"source":10,"target":56},{"source":10,"target":57},{"source":10,"target":58},{"source":10,"target":59},{"source":56,"target":60},{"source":56,"target":10},{"source":57,"target":17},{"source":58,"target":18},{"source":59,"target":19},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":20},{"source":11,"target":61},{"source":11,"target":62},{"source":61,"target":10},{"source":62,"target":20},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":63},{"source":12,"target":64},{"source":63,"target":65},{"source":63,"target":12},{"source":64,"target":10},{"source":13,"target":0},{"source":13,"target":22},{"source":13,"target":66},{"source":66,"target":22},{"source":14,"target":0},{"source":14,"target":22},{"source":14,"target":67},{"source":67,"target":22},{"source":15,"target":0},{"source":15,"target":68},{"source":68,"target":69},{"source":68,"target":15},{"source":16,"target":0},{"source":16,"target":70},{"source":70,"target":71},{"source":70,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":72},{"source":17,"target":73},{"source":72,"target":15},{"source":72,"target":74},{"source":72,"target":17},{"source":74,"target":15},{"source":73,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":75},{"source":18,"target":76},{"source":75,"target":77},{"source":75,"target":18},{"source":76,"target":16},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":78},{"source":19,"target":79},{"source":78,"target":80},{"source":78,"target":19},{"source":79,"target":16},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":81},{"source":20,"target":82},{"source":81,"target":83},{"source":81,"target":20},{"source":82,"target":16},{"source":21,"target":0},{"source":21,"target":16},{"source":21,"target":84},{"source":84,"target":16},{"source":22,"target":0},{"source":22,"target":17},{"source":22,"target":18},{"source":22,"target":19},{"source":22,"target":85},{"source":22,"target":86},{"source":22,"target":87},{"source":22,"target":88},{"source":85,"target":89},{"source":85,"target":22},{"source":86,"target":17},{"source":87,"target":18},{"source":88,"target":19},{"source":23,"target":0},{"source":23,"target":90},{"source":90,"target":24},{"source":90,"target":91},{"source":90,"target":23},{"source":91,"target":24},{"source":24,"target":0},{"source":24,"target":92},{"source":92,"target":26},{"source":92,"target":93},{"source":92,"target":24},{"source":93,"target":26},{"source":25,"target":0},{"source":25,"target":94},{"source":94,"target":95},{"source":94,"target":25},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":96},{"source":26,"target":97},{"source":96,"target":28},{"source":96,"target":98},{"source":96,"target":26},{"source":98,"target":28},{"source":97,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":99},{"source":27,"target":100},{"source":99,"target":30},{"source":99,"target":101},{"source":99,"target":27},{"source":99,"target":102},{"source":101,"target":30},{"source":100,"target":25},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":103},{"source":28,"target":104},{"source":103,"target":29},{"source":103,"target":105},{"source":103,"target":28},{"source":105,"target":29},{"source":104,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":106},{"source":106,"target":27},{"source":30,"target":0},{"source":30,"target":107},{"source":30,"target":102},{"source":107,"target":108},{"source":107,"target":30},{"source":102,"target":27},{"source":102,"target":109},{"source":102,"target":30},{"source":102,"target":99},{"source":109,"target":27},{"source":110,"target":16},{"source":111,"target":16},{"source":112,"target":16},{"source":113,"target":16},{"source":114,"target":17},{"source":115,"target":18},{"source":116,"target":19},{"source":117,"target":17},{"source":118,"target":18},{"source":119,"target":19},{"source":120,"target":17},{"source":121,"target":19},{"source":122,"target":19},{"source":123,"target":18},{"source":124,"target":19},{"source":125,"target":7},{"source":126,"target":17},{"source":127,"target":20},{"source":128,"target":18},{"source":129,"target":17},{"source":130,"target":18},{"source":131,"target":19},{"source":132,"target":10},{"source":133,"target":20},{"source":134,"target":10},{"source":135,"target":16},{"source":136,"target":17},{"source":137,"target":18},{"source":138,"target":19},{"source":139,"target":22},{"source":140,"target":22},{"source":141,"target":25},{"source":142,"target":25},{"source":143,"target":27},{"source":144,"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="requirements_editor" nsURI="http://www.example.org/requirements_editor"
nsPrefix="requirements_editor">
<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="Requirement" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="differentResponsible notItself"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="differentResponsible" value="self.requirementOwnedBy.personOwnsCategory->forAll(c | not c.requirement->includes(self))"/>
<details key="notItself" value="self.dependencySource->select(oclIsTypeOf(Requires))->forAll(requires: Dependency | findLeafNodes(requires.oclAsType(Requires).argument)->forAll(ra: RequirementArgument | ra.requirement <> self))"/>
</eAnnotations>
<eOperations name="findLeafNodes" ordered="false" upperBound="-1" eType="#//RequirementArgument">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
			if argument.oclIsKindOf(BinaryOperatorArgument) then
				findLeafNodes(argument.oclAsType(BinaryOperatorArgument).leftSideArgument)->union(findLeafNodes(argument.oclAsType(BinaryOperatorArgument).rightSideArgument))
			else
				if argument.oclIsKindOf(NOTOperator) then
					findLeafNodes(argument.oclAsType(NOTOperator).argument)
				else
					Set{argument.oclAsType(RequirementArgument)}
				endif
			endif"/>
</eAnnotations>
<eParameters name="argument" eType="#//Argument"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" lowerBound="1"
eType="#//Description" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requirementOwnedBy" lowerBound="1"
eType="#//Person" eOpposite="#//Person/personOwnsRequirement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependencySource" upperBound="-1"
eType="#//Dependency" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Category">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="moreRequirementsThanCategories"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="moreRequirementsThanCategories" value="Category.allInstances()->size() <= Requirement.allInstances()->size()"/>
</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="subcategoryOf" upperBound="-1"
eType="#//Category" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="categoryOwnedBy" lowerBound="1"
eType="#//Person" eOpposite="#//Person/personOwnsCategory"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requirement" upperBound="-1"
eType="#//Requirement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Description" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="TextualDescription" eSuperTypes="#//Description">
<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="QualityRequirement" eSuperTypes="#//Requirement"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionalRequirement" eSuperTypes="#//Requirement"/>
<eClassifiers xsi:type="ecore:EClass" name="Person">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="isResponsible"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="isResponsible" value="self.personOwnsCategory->size() + self.personOwnsRequirement->size() > 0"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="personOwnsRequirement"
upperBound="-1" eType="#//Requirement" eOpposite="#//Requirement/requirementOwnedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="personOwnsCategory" upperBound="-1"
eType="#//Category" eOpposite="#//Category/categoryOwnedBy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="SimpleDependency" abstract="true" eSuperTypes="#//Dependency">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="targetNotSource"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="targetNotSource" value="not self.dependencyTarget.dependencySource->includes(self)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dependencyTarget" lowerBound="1"
eType="#//Requirement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Refines" eSuperTypes="#//SimpleDependency"/>
<eClassifiers xsi:type="ecore:EClass" name="ICost" eSuperTypes="#//SimpleDependency"/>
<eClassifiers xsi:type="ecore:EClass" name="CValue" eSuperTypes="#//SimpleDependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Requires" eSuperTypes="#//Dependency">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="selfDependency"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="selfDependency" value="self.argument.oclAsSet()->closure(arg : Argument | 
			if arg.oclIsKindOf(BinaryOperatorArgument) then arg.oclAsType(BinaryOperatorArgument).leftSideArgument.oclAsSet()->including(arg.oclAsType(BinaryOperatorArgument).rightSideArgument) 
			else 
				if arg.oclIsKindOf(NOTOperator) then arg.oclAsType(NOTOperator).argument.oclAsSet() 
				else arg.oclAsSet() 
				endif 
			endif
		)->select(arg : Argument | arg.oclIsKindOf(RequirementArgument))->forAll(arg : Argument | not arg.oclAsType(RequirementArgument).requirement.dependencySource->includes(self))"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="argument" lowerBound="1"
eType="#//Argument" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Argument" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="BinaryOperatorArgument" eSuperTypes="#//Argument">
<eStructuralFeatures xsi:type="ecore:EReference" name="rightSideArgument" lowerBound="1"
eType="#//Argument" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftSideArgument" lowerBound="1"
eType="#//Argument" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//BinaryOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequirementArgument" eSuperTypes="#//Argument">
<eStructuralFeatures xsi:type="ecore:EReference" name="requirement" lowerBound="1"
eType="#//Requirement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BinaryOperator">
<eLiterals name="OR"/>
<eLiterals name="AND" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot">
<eStructuralFeatures xsi:type="ecore:EReference" name="rootCategories" upperBound="-1"
eType="#//Category" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="person" upperBound="-1"
eType="#//Person" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NOTOperator" eSuperTypes="#//Argument">
<eStructuralFeatures xsi:type="ecore:EReference" name="argument" lowerBound="1"
eType="#//Argument" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/sebbe33/MDE/model/requirements_editor.ecore | ecore | requirements_editor
Requirement
findLeafNodes
argument
identifier
name
priority
isMandatory
description
requirementOwnedBy
dependencySource
Category
name
subcategoryOf
categoryOwnedBy
requirement
Description
TextualDescription
description
QualityRequirement
FunctionalRequirement
Person
name
personOwnsRequirement
personOwnsCategory
Dependency
SimpleDependency
comment
dependencyTarget
Refines
ICost
CValue
Requires
argument
Argument
BinaryOperatorArgument
rightSideArgument
leftSideArgument
operator
RequirementArgument
requirement
BinaryOperator
OR
OR
AND
AND
DocumentRoot
rootCategories
person
name
NOTOperator
argument | null | {"directed":true,"nodes":[{"nsPrefix":"requirements_editor","nsURI":"http://www.example.org/requirements_editor","name":"requirements_editor","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextualDescription","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualityRequirement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionalRequirement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleDependency","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refines","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICost","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CValue","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requires","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argument","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperatorArgument","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementArgument","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NOTOperator","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":-1,"unique":true,"name":"findLeafNodes","lowerBound":0,"id":20,"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":"identifier","changeable":true,"lowerBound":0,"iD":true,"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},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMandatory","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requirementOwnedBy","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":"dependencySource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"argument","lowerBound":0,"id":29,"many":false,"required":false,"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"personOwnsRequirement","changeable":true,"resolveProxies":true,"lowerBound":0,"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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subcategoryOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"categoryOwnedBy","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":"requirement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"personOwnsCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","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":"dependencyTarget","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"rightSideArgument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftSideArgument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requirement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"name":"OR","id":78,"value":0,"literal":"OR","eClass":"EEnumLiteral"},{"name":"AND","id":79,"value":1,"literal":"AND","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":"rootCategories","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":"person","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":20,"target":16},{"source":20,"target":28},{"source":20,"target":1},{"source":20,"target":29},{"source":28,"target":16},{"source":29,"target":14},{"source":29,"target":30},{"source":29,"target":20},{"source":30,"target":14},{"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":3},{"source":25,"target":35},{"source":25,"target":1},{"source":35,"target":3},{"source":26,"target":7},{"source":26,"target":36},{"source":26,"target":1},{"source":26,"target":37},{"source":36,"target":7},{"source":27,"target":8},{"source":27,"target":38},{"source":27,"target":1},{"source":38,"target":8},{"source":2,"target":0},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":39,"target":43},{"source":39,"target":2},{"source":40,"target":2},{"source":40,"target":44},{"source":40,"target":2},{"source":44,"target":2},{"source":41,"target":7},{"source":41,"target":45},{"source":41,"target":2},{"source":41,"target":46},{"source":45,"target":7},{"source":42,"target":1},{"source":42,"target":47},{"source":42,"target":2},{"source":47,"target":1},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":48},{"source":4,"target":49},{"source":48,"target":50},{"source":48,"target":4},{"source":49,"target":3},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":51},{"source":51,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":52},{"source":52,"target":1},{"source":7,"target":0},{"source":7,"target":53},{"source":7,"target":37},{"source":7,"target":46},{"source":53,"target":54},{"source":53,"target":7},{"source":37,"target":1},{"source":37,"target":55},{"source":37,"target":7},{"source":37,"target":26},{"source":55,"target":1},{"source":46,"target":2},{"source":46,"target":56},{"source":46,"target":7},{"source":46,"target":41},{"source":56,"target":2},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":57,"target":60},{"source":57,"target":9},{"source":58,"target":1},{"source":58,"target":61},{"source":58,"target":9},{"source":61,"target":1},{"source":59,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":62},{"source":62,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":63},{"source":63,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":64},{"source":64,"target":9},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":65},{"source":13,"target":66},{"source":65,"target":14},{"source":65,"target":67},{"source":65,"target":13},{"source":67,"target":14},{"source":66,"target":8},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":68},{"source":15,"target":69},{"source":15,"target":70},{"source":15,"target":71},{"source":68,"target":14},{"source":68,"target":72},{"source":68,"target":15},{"source":72,"target":14},{"source":69,"target":14},{"source":69,"target":73},{"source":69,"target":15},{"source":73,"target":14},{"source":70,"target":17},{"source":70,"target":74},{"source":70,"target":15},{"source":74,"target":17},{"source":71,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":75},{"source":16,"target":76},{"source":75,"target":1},{"source":75,"target":77},{"source":75,"target":16},{"source":77,"target":1},{"source":76,"target":14},{"source":17,"target":0},{"source":17,"target":78},{"source":17,"target":79},{"source":78,"target":17},{"source":79,"target":17},{"source":18,"target":0},{"source":18,"target":80},{"source":18,"target":81},{"source":18,"target":82},{"source":80,"target":2},{"source":80,"target":83},{"source":80,"target":18},{"source":83,"target":2},{"source":81,"target":7},{"source":81,"target":84},{"source":81,"target":18},{"source":84,"target":7},{"source":82,"target":85},{"source":82,"target":18},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":86},{"source":19,"target":87},{"source":86,"target":14},{"source":86,"target":88},{"source":86,"target":19},{"source":88,"target":14},{"source":87,"target":14}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="capellacore" nsURI="http://www.polarsys.org/capella/core/core/0.8.0/semantic"
nsPrefix="org.polarsys.capella.core.data.capellacore">
<eAnnotations source="http://www.polarsys.org/capella/xmlpivot">
<details key="sourceNsURI" value="http://www.polarsys.org/capella/core/core/0.8.0"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="CapellaElement" abstract="true" interface="true"
eSuperTypes="modellingcore.ecore#//TraceableElement modellingcore.ecore#//ModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="summary" 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="review" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyValues" upperBound="-1"
eType="#//AbstractPropertyValue" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEnumerationPropertyTypes"
upperBound="-1" eType="#//EnumerationPropertyType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedPropertyValues"
upperBound="-1" eType="#//AbstractPropertyValue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyValueGroups"
upperBound="-1" eType="#//PropertyValueGroup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedPropertyValueGroups"
upperBound="-1" eType="#//PropertyValueGroup"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="status" eType="#//EnumerationPropertyLiteral"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//EnumerationPropertyLiteral"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedRequirements" upperBound="-1"
eType="ecore:EClass requirement.ecore#//Requirement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="modellingcore.ecore#//AbstractNamedElement #//CapellaElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" interface="true"
eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="containedGenericTraces"
upperBound="-1" eType="ecore:EClass capellacommon.ecore#//GenericTrace" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containedRequirementsTraces"
upperBound="-1" eType="ecore:EClass requirement.ecore#//RequirementsTrace"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Structure" abstract="true" interface="true"
eSuperTypes="#//Namespace">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyValuePkgs"
upperBound="-1" eType="#//PropertyValuePkg" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="modellingcore.ecore#//AbstractType #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement modellingcore.ecore#//AbstractNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractAnnotation" abstract="true"
interface="true" eSuperTypes="#//CapellaElement">
<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="NamingRule" eSuperTypes="#//AbstractAnnotation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//NamedElement modellingcore.ecore#//AbstractConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="KeyValue" eSuperTypes="#//CapellaElement">
<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="GeneralizableElement" abstract="true"
eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="super" upperBound="-1"
eType="#//GeneralizableElement" eOpposite="#//GeneralizableElement/sub"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sub" upperBound="-1" eType="#//GeneralizableElement"
eOpposite="#//GeneralizableElement/super"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//GeneralizableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="containedProperties" upperBound="-1"
eType="ecore:EClass information.ecore#//Property" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneralClass" abstract="true" eSuperTypes="#//Classifier modellingcore.ecore#//ModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containedOperations" upperBound="-1"
eType="ecore:EClass information.ecore#//Operation" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nestedGeneralClasses" upperBound="-1"
eType="#//GeneralClass" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractExchangeItemPkg" abstract="true"
eSuperTypes="#//Structure">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedExchangeItems" upperBound="-1"
eType="ecore:EClass information.ecore#//ExchangeItem" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InvolvedElement" abstract="true" interface="true"
eSuperTypes="#//CapellaElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractPropertyValue" abstract="true"
eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="valuedElements" upperBound="-1"
eType="#//CapellaElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringPropertyValue" eSuperTypes="#//AbstractPropertyValue">
<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="IntegerPropertyValue" eSuperTypes="#//AbstractPropertyValue">
<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="BooleanPropertyValue" eSuperTypes="#//AbstractPropertyValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FloatPropertyValue" eSuperTypes="#//AbstractPropertyValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationPropertyValue" eSuperTypes="#//AbstractPropertyValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//EnumerationPropertyType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//EnumerationPropertyLiteral"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationPropertyType" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiterals" upperBound="-1"
eType="#//EnumerationPropertyLiteral" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationPropertyLiteral" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyValueGroup" eSuperTypes="#//Namespace">
<eStructuralFeatures xsi:type="ecore:EReference" name="valuedElements" upperBound="-1"
eType="#//CapellaElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyValuePkg" eSuperTypes="#//Structure"/>
<eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind">
<eLiterals name="UNSET"/>
<eLiterals name="PUBLIC" value="1"/>
<eLiterals name="PROTECTED" value="2"/>
<eLiterals name="PRIVATE" value="3"/>
<eLiterals name="PACKAGE" value="4"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/eclipse/capella-addons/xmlpivot/plugins/org.polarsys.capella.core.semantic.data.gen/model/capellacore.ecore | ecore | capellacore
CapellaElement
summary
description
review
ownedPropertyValues
ownedEnumerationPropertyTypes
appliedPropertyValues
ownedPropertyValueGroups
appliedPropertyValueGroups
status
features
appliedRequirements
NamedElement
Namespace
containedGenericTraces
containedRequirementsTraces
Structure
ownedPropertyValuePkgs
Type
TypedElement
type
AbstractAnnotation
content
NamingRule
targetType
Constraint
KeyValue
key
value
GeneralizableElement
abstract
super
sub
Classifier
containedProperties
GeneralClass
visibility
containedOperations
nestedGeneralClasses
Feature
isAbstract
isStatic
visibility
AbstractExchangeItemPkg
ownedExchangeItems
InvolvedElement
AbstractPropertyValue
valuedElements
StringPropertyValue
value
IntegerPropertyValue
value
BooleanPropertyValue
value
FloatPropertyValue
value
EnumerationPropertyValue
type
value
EnumerationPropertyType
ownedLiterals
EnumerationPropertyLiteral
PropertyValueGroup
valuedElements
PropertyValuePkg
VisibilityKind
UNSET
UNSET
PUBLIC
PUBLIC
PROTECTED
PROTECTED
PRIVATE
PRIVATE
PACKAGE
PACKAGE | null | {"directed":true,"nodes":[{"nsPrefix":"org.polarsys.capella.core.data.capellacore","nsURI":"http://www.polarsys.org/capella/core/core/0.8.0/semantic","name":"capellacore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapellaElement","instanceClass":null,"abstract":true,"id":1,"interface":true,"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":"Namespace","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Structure","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAnnotation","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamingRule","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyValue","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizableElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralClass","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractExchangeItemPkg","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvolvedElement","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractPropertyValue","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringPropertyValue","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerPropertyValue","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanPropertyValue","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatPropertyValue","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationPropertyValue","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationPropertyType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationPropertyLiteral","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyValueGroup","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyValuePkg","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"summary","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":"review","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":"ownedPropertyValues","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":"ownedEnumerationPropertyTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedPropertyValues","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":"ownedPropertyValueGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedPropertyValueGroups","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":"status","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedGenericTraces","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":"containedRequirementsTraces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPropertyValuePkgs","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"},{"container":false,"ordered":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":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetType","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":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":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"super","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":false,"unsettable":false,"transient":false,"unique":true,"name":"sub","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"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":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":"containedOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedGeneralClasses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"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":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStatic","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","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":"ownedExchangeItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valuedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"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":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiterals","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":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valuedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"name":"UNSET","id":138,"value":0,"literal":"UNSET","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":139,"value":1,"literal":"PUBLIC","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":140,"value":2,"literal":"PROTECTED","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":141,"value":3,"literal":"PRIVATE","eClass":"EEnumLiteral"},{"name":"PACKAGE","id":142,"value":4,"literal":"PACKAGE","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":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":28,"target":41},{"source":28,"target":1},{"source":29,"target":42},{"source":29,"target":1},{"source":30,"target":43},{"source":30,"target":1},{"source":31,"target":17},{"source":31,"target":44},{"source":31,"target":1},{"source":44,"target":17},{"source":32,"target":23},{"source":32,"target":45},{"source":32,"target":1},{"source":45,"target":23},{"source":33,"target":17},{"source":33,"target":46},{"source":33,"target":1},{"source":46,"target":17},{"source":34,"target":25},{"source":34,"target":47},{"source":34,"target":1},{"source":47,"target":25},{"source":35,"target":25},{"source":35,"target":48},{"source":35,"target":1},{"source":48,"target":25},{"source":36,"target":24},{"source":36,"target":49},{"source":36,"target":1},{"source":49,"target":24},{"source":37,"target":24},{"source":37,"target":50},{"source":37,"target":1},{"source":50,"target":24},{"source":38,"target":51},{"source":38,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":52},{"source":2,"target":53},{"source":53,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":54,"target":57},{"source":54,"target":3},{"source":55,"target":58},{"source":55,"target":3},{"source":56,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":59},{"source":4,"target":60},{"source":59,"target":26},{"source":59,"target":61},{"source":59,"target":4},{"source":61,"target":26},{"source":60,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":62},{"source":5,"target":63},{"source":63,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":64,"target":5},{"source":64,"target":67},{"source":64,"target":6},{"source":67,"target":5},{"source":65,"target":2},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":68},{"source":7,"target":69},{"source":68,"target":70},{"source":68,"target":7},{"source":69,"target":1},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":71},{"source":8,"target":72},{"source":71,"target":73},{"source":71,"target":8},{"source":72,"target":7},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":74},{"source":9,"target":75},{"source":74,"target":2},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":76},{"source":10,"target":77},{"source":10,"target":78},{"source":76,"target":79},{"source":76,"target":10},{"source":77,"target":80},{"source":77,"target":10},{"source":78,"target":1},{"source":11,"target":0},{"source":11,"target":5},{"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":11},{"source":82,"target":86},{"source":82,"target":11},{"source":82,"target":83},{"source":86,"target":11},{"source":83,"target":11},{"source":83,"target":87},{"source":83,"target":11},{"source":83,"target":82},{"source":87,"target":11},{"source":84,"target":5},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":88},{"source":12,"target":89},{"source":88,"target":90},{"source":88,"target":12},{"source":89,"target":11},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":91},{"source":13,"target":92},{"source":13,"target":93},{"source":13,"target":94},{"source":13,"target":95},{"source":91,"target":27},{"source":91,"target":96},{"source":91,"target":13},{"source":96,"target":27},{"source":92,"target":97},{"source":92,"target":13},{"source":93,"target":13},{"source":93,"target":98},{"source":93,"target":13},{"source":98,"target":13},{"source":94,"target":12},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":99},{"source":14,"target":100},{"source":14,"target":101},{"source":14,"target":102},{"source":99,"target":103},{"source":99,"target":14},{"source":100,"target":104},{"source":100,"target":14},{"source":101,"target":27},{"source":101,"target":105},{"source":101,"target":14},{"source":105,"target":27},{"source":102,"target":2},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":106},{"source":15,"target":107},{"source":106,"target":108},{"source":106,"target":15},{"source":107,"target":4},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":109},{"source":109,"target":1},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":110},{"source":17,"target":111},{"source":110,"target":1},{"source":110,"target":112},{"source":110,"target":17},{"source":112,"target":1},{"source":111,"target":2},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":113},{"source":18,"target":114},{"source":113,"target":115},{"source":113,"target":18},{"source":114,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":116},{"source":19,"target":117},{"source":116,"target":118},{"source":116,"target":19},{"source":117,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":119},{"source":20,"target":120},{"source":119,"target":121},{"source":119,"target":20},{"source":120,"target":17},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":122},{"source":21,"target":123},{"source":122,"target":124},{"source":122,"target":21},{"source":123,"target":17},{"source":22,"target":0},{"source":22,"target":17},{"source":22,"target":125},{"source":22,"target":126},{"source":22,"target":127},{"source":125,"target":23},{"source":125,"target":128},{"source":125,"target":22},{"source":128,"target":23},{"source":126,"target":24},{"source":126,"target":129},{"source":126,"target":22},{"source":129,"target":24},{"source":127,"target":17},{"source":23,"target":0},{"source":23,"target":2},{"source":23,"target":130},{"source":23,"target":131},{"source":130,"target":24},{"source":130,"target":132},{"source":130,"target":23},{"source":132,"target":24},{"source":131,"target":2},{"source":24,"target":0},{"source":24,"target":2},{"source":24,"target":133},{"source":133,"target":2},{"source":25,"target":0},{"source":25,"target":3},{"source":25,"target":134},{"source":25,"target":135},{"source":134,"target":1},{"source":134,"target":136},{"source":134,"target":25},{"source":136,"target":1},{"source":135,"target":3},{"source":26,"target":0},{"source":26,"target":4},{"source":26,"target":137},{"source":137,"target":4},{"source":27,"target":0},{"source":27,"target":138},{"source":27,"target":139},{"source":27,"target":140},{"source":27,"target":141},{"source":27,"target":142},{"source":138,"target":27},{"source":139,"target":27},{"source":140,"target":27},{"source":141,"target":27},{"source":142,"target":27}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="addressing" nsURI="http://www.w3.org/2005/08/addressing" nsPrefix="addressing">
<eClassifiers xsi:type="ecore:EClass" name="AttributedQNameType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AttributedQNameType"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//QName">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":1"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributedUnsignedLongType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AttributedUnsignedLongType"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//UnsignedLong">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":1"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributedURIType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AttributedURIType"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":1"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xmlns:prefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xsi:schemaLocation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" upperBound="-2"
eType="#//AttributedURIType" 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="Action"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="endpointReference" upperBound="-2"
eType="#//EndpointReferenceType" 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="EndpointReference"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="faultTo" upperBound="-2"
eType="#//EndpointReferenceType" 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="FaultTo"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" upperBound="-2" eType="#//EndpointReferenceType"
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="From"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="messageID" upperBound="-2"
eType="#//AttributedURIType" 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="MessageID"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="metadata" upperBound="-2"
eType="#//MetadataType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Metadata"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="problemAction" upperBound="-2"
eType="#//ProblemActionType" 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="ProblemAction"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="problemHeaderQName" upperBound="-2"
eType="#//AttributedQNameType" 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="ProblemHeaderQName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="problemIRI" upperBound="-2"
eType="#//AttributedURIType" 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="ProblemIRI"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceParameters" upperBound="-2"
eType="#//ReferenceParametersType" 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="ReferenceParameters"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatesTo" upperBound="-2"
eType="#//RelatesToType" 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="RelatesTo"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="replyTo" upperBound="-2"
eType="#//EndpointReferenceType" 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="ReplyTo"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="retryAfter" upperBound="-2"
eType="#//AttributedUnsignedLongType" 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="RetryAfter"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" upperBound="-2" eType="#//AttributedURIType"
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="To"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isReferenceParameter" 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="IsReferenceParameter"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EndpointReferenceType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="EndpointReferenceType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" lowerBound="1"
eType="#//AttributedURIType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Address"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceParameters" eType="#//ReferenceParametersType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ReferenceParameters"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="metadata" eType="#//MetadataType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Metadata"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore: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=":3"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":4"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="FaultCodesOpenEnumType" instanceClassName="javax.xml.namespace.QName">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="FaultCodesOpenEnumType"/>
<details key="memberTypes" value="FaultCodesType http://www.eclipse.org/emf/2003/XMLType#QName"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="FaultCodesType" instanceClassName="javax.xml.namespace.QName">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="FaultCodesType"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#QName"/>
<details key="enumeration" value="{http://www.w3.org/2005/08/addressing}InvalidAddressingHeader {http://www.w3.org/2005/08/addressing}InvalidAddress {http://www.w3.org/2005/08/addressing}InvalidEPR {http://www.w3.org/2005/08/addressing}InvalidCardinality {http://www.w3.org/2005/08/addressing}MissingAddressInEPR {http://www.w3.org/2005/08/addressing}DuplicateMessageID {http://www.w3.org/2005/08/addressing}ActionMismatch {http://www.w3.org/2005/08/addressing}MessageAddressingHeaderRequired {http://www.w3.org/2005/08/addressing}DestinationUnreachable {http://www.w3.org/2005/08/addressing}ActionNotSupported {http://www.w3.org/2005/08/addressing}EndpointUnavailable"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetadataType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="MetadataType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="wildcards" value="##any"/>
<details key="name" value=":0"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":1"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProblemActionType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ProblemActionType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//AttributedURIType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Action"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="soapAction" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="SoapAction"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":2"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceParametersType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ReferenceParametersType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="wildcards" value="##any"/>
<details key="name" value=":0"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":1"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelatesToType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RelatesToType"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="relationshipType" eType="#//RelationshipTypeOpenEnum"
defaultValueLiteral="http://www.w3.org/2005/08/addressing/reply" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="RelationshipType"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":2"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RelationshipType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RelationshipType"/>
</eAnnotations>
<eLiterals name="httpWwwW3Org200508AddressingReply" literal="http://www.w3.org/2005/08/addressing/reply"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="RelationshipTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RelationshipType:Object"/>
<details key="baseType" value="RelationshipType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="RelationshipTypeOpenEnum" instanceClassName="java.lang.Object">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RelationshipTypeOpenEnum"/>
<details key="memberTypes" value="RelationshipType http://www.eclipse.org/emf/2003/XMLType#anyURI"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/jboss-switchyard/tools/eclipse/plugins/org.switchyard.tools.models.sca.core/model/addressing.ecore | ecore | addressing
AttributedQNameType
value
anyAttribute
AttributedUnsignedLongType
value
anyAttribute
AttributedURIType
value
anyAttribute
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
action
endpointReference
faultTo
from
messageID
metadata
problemAction
problemHeaderQName
problemIRI
referenceParameters
relatesTo
replyTo
retryAfter
to
isReferenceParameter
EndpointReferenceType
address
referenceParameters
metadata
any
anyAttribute
FaultCodesOpenEnumType
javax.xml.namespace.QName
javax.xml.namespace.QName
FaultCodesType
javax.xml.namespace.QName
javax.xml.namespace.QName
MetadataType
any
anyAttribute
ProblemActionType
action
soapAction
anyAttribute
ReferenceParametersType
any
anyAttribute
RelatesToType
value
relationshipType
http://www.w3.org/2005/08/addressing/reply
anyAttribute
RelationshipType
httpWwwW3Org200508AddressingReply
http://www.w3.org/2005/08/addressing/reply
RelationshipTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
RelationshipTypeOpenEnum
java.lang.Object
java.lang.Object | null | {"directed":true,"nodes":[{"nsPrefix":"addressing","nsURI":"http://www.w3.org/2005/08/addressing","name":"addressing","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributedQNameType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributedUnsignedLongType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributedURIType","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":"EndpointReferenceType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.xml.namespace.QName","defaultValue":null,"instanceClassName":"javax.xml.namespace.QName","name":"FaultCodesOpenEnumType","instanceClass":"javax.xml.namespace.QName","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.namespace.QName","defaultValue":null,"instanceClassName":"javax.xml.namespace.QName","name":"FaultCodesType","instanceClass":"javax.xml.namespace.QName","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProblemActionType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceParametersType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelatesToType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationshipType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"RelationshipTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"RelationshipTypeOpenEnum","instanceClass":"java.lang.Object","id":14,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"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":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":true,"unique":true,"name":"xMLNSPrefixMap","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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"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":"action","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":"endpointReference","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":"faultTo","changeable":true,"resolveProxies":false,"lowerBound":0,"id":32,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"from","changeable":true,"resolveProxies":false,"lowerBound":0,"id":33,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"messageID","changeable":true,"resolveProxies":false,"lowerBound":0,"id":34,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"metadata","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"problemAction","changeable":true,"resolveProxies":false,"lowerBound":0,"id":36,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"problemHeaderQName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":37,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"problemIRI","changeable":true,"resolveProxies":false,"lowerBound":0,"id":38,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"referenceParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":39,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"relatesTo","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"replyTo","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"retryAfter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":42,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"to","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"isReferenceParameter","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":false,"lowerBound":1,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referenceParameters","changeable":true,"resolveProxies":false,"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":"metadata","changeable":true,"resolveProxies":false,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","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"},{"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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"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":"soapAction","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":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"http://www.w3.org/2005/08/addressing/reply","unsettable":true,"transient":false,"unique":true,"name":"relationshipType","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"name":"httpWwwW3Org200508AddressingReply","id":93,"value":0,"literal":"http://www.w3.org/2005/08/addressing/reply","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":15,"target":17},{"source":15,"target":1},{"source":16,"target":18},{"source":16,"target":1},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":19,"target":21},{"source":19,"target":2},{"source":20,"target":22},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":23,"target":25},{"source":23,"target":3},{"source":24,"target":26},{"source":24,"target":3},{"source":4,"target":0},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":27,"target":45},{"source":27,"target":4},{"source":28,"target":46},{"source":28,"target":4},{"source":29,"target":47},{"source":29,"target":4},{"source":30,"target":3},{"source":30,"target":48},{"source":30,"target":4},{"source":48,"target":3},{"source":31,"target":5},{"source":31,"target":49},{"source":31,"target":4},{"source":49,"target":5},{"source":32,"target":5},{"source":32,"target":50},{"source":32,"target":4},{"source":50,"target":5},{"source":33,"target":5},{"source":33,"target":51},{"source":33,"target":4},{"source":51,"target":5},{"source":34,"target":3},{"source":34,"target":52},{"source":34,"target":4},{"source":52,"target":3},{"source":35,"target":8},{"source":35,"target":53},{"source":35,"target":4},{"source":53,"target":8},{"source":36,"target":9},{"source":36,"target":54},{"source":36,"target":4},{"source":54,"target":9},{"source":37,"target":1},{"source":37,"target":55},{"source":37,"target":4},{"source":55,"target":1},{"source":38,"target":3},{"source":38,"target":56},{"source":38,"target":4},{"source":56,"target":3},{"source":39,"target":10},{"source":39,"target":57},{"source":39,"target":4},{"source":57,"target":10},{"source":40,"target":11},{"source":40,"target":58},{"source":40,"target":4},{"source":58,"target":11},{"source":41,"target":5},{"source":41,"target":59},{"source":41,"target":4},{"source":59,"target":5},{"source":42,"target":2},{"source":42,"target":60},{"source":42,"target":4},{"source":60,"target":2},{"source":43,"target":3},{"source":43,"target":61},{"source":43,"target":4},{"source":61,"target":3},{"source":44,"target":62},{"source":44,"target":4},{"source":5,"target":0},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":63,"target":3},{"source":63,"target":68},{"source":63,"target":5},{"source":68,"target":3},{"source":64,"target":10},{"source":64,"target":69},{"source":64,"target":5},{"source":69,"target":10},{"source":65,"target":8},{"source":65,"target":70},{"source":65,"target":5},{"source":70,"target":8},{"source":66,"target":71},{"source":66,"target":5},{"source":67,"target":72},{"source":67,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":73},{"source":8,"target":74},{"source":73,"target":75},{"source":73,"target":8},{"source":74,"target":76},{"source":74,"target":8},{"source":9,"target":0},{"source":9,"target":77},{"source":9,"target":78},{"source":9,"target":79},{"source":77,"target":3},{"source":77,"target":80},{"source":77,"target":9},{"source":80,"target":3},{"source":78,"target":81},{"source":78,"target":9},{"source":79,"target":82},{"source":79,"target":9},{"source":10,"target":0},{"source":10,"target":83},{"source":10,"target":84},{"source":83,"target":85},{"source":83,"target":10},{"source":84,"target":86},{"source":84,"target":10},{"source":11,"target":0},{"source":11,"target":87},{"source":11,"target":88},{"source":11,"target":89},{"source":87,"target":90},{"source":87,"target":11},{"source":88,"target":14},{"source":88,"target":91},{"source":88,"target":11},{"source":91,"target":14},{"source":89,"target":92},{"source":89,"target":11},{"source":12,"target":0},{"source":12,"target":93},{"source":93,"target":12},{"source":13,"target":0},{"source":14,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="modelWithErrors" nsURI="http://www.eclipse.org/ocl/test/2010/ModelWithErrors.ecore"
nsPrefix="mwe">
<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="Root">
<eStructuralFeatures xsi:type="ecore:EReference" name="detritus" upperBound="-1"
eType="#//Detritus" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BadClass" eSuperTypes="#//Detritus">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="MissingConstraint"/>
</eAnnotations>
<eOperations name="operationEvaluatingToInvalid" lowerBound="1" 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="invalid"/>
</eAnnotations>
</eOperations>
<eOperations name="operationEvaluatingToNull" lowerBound="1" 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="null"/>
</eAnnotations>
</eOperations>
<eOperations name="operationEvaluatingToWrongType" lowerBound="1" 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="99"/>
</eAnnotations>
</eOperations>
<eOperations name="operationDefinedWithoutBody" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eOperations>
<eOperations name="operationDefinedWithoutBodyBody" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body"/>
</eAnnotations>
</eOperations>
<eOperations name="operationParsingToLexicalError" lowerBound="1" 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="@@"/>
</eAnnotations>
</eOperations>
<eOperations name="operationParsingToSemanticError" lowerBound="1" 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="self->oclIsInvalid(999)"/>
</eAnnotations>
</eOperations>
<eOperations name="operationParsingToSyntacticError" lowerBound="1" 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="let in"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeDefinedWithDerivationAndInitial"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="42"/>
<details key="initial" value="-42"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeDefinedWithInitial"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="initial" value="-42"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeDefinedWithoutDerivation"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeDefinedWithoutDerivationBody"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeEvaluatingToInvalid"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="invalid"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeEvaluatingToNull"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="null"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeEvaluatingToWrongType"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="'5'"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeParsingToLexicalError"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="gh##jk"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeParsingToSemanticError"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="'5' and 6"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeParsingToSyntacticError"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="invalid null"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Detritus"/>
<eClassifiers xsi:type="ecore:EClass" name="MissingConstraintBody" eSuperTypes="#//Detritus">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="missingConstraintBody"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="missingConstraintBody"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValidationEvaluatingToInvalid" eSuperTypes="#//Detritus">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="evaluatingToInvalid"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="evaluatingToInvalid" value="let x : Boolean = invalid in x"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValidationEvaluatingToNull" eSuperTypes="#//Detritus">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="evaluatingToNull"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="evaluatingToNull" value="let x : Boolean = null in x"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValidationEvaluatingToWrongType" eSuperTypes="#//Detritus">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="evaluatingToWrongType"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="evaluatingToWrongType" value="invalid"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValidationParsingToLexicalError" eSuperTypes="#//Detritus">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="parsingToLexicalError"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="parsingToLexicalError" value="'part"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValidationParsingToSemanticError" eSuperTypes="#//Detritus">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="parsingToSemanticError"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="parsingToSemanticError" value="not '5'"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValidationParsingToSyntacticError" eSuperTypes="#//Detritus">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="parsingToSyntacticError"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="parsingToSyntacticError" value="else"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/lesleytong/OCL/org.eclipse.ocl/tests/org.eclipse.ocl.ecore.tests/model/ModelWithErrors.ecore | ecore | modelWithErrors
Root
detritus
BadClass
operationEvaluatingToInvalid
operationEvaluatingToNull
operationEvaluatingToWrongType
operationDefinedWithoutBody
operationDefinedWithoutBodyBody
operationParsingToLexicalError
operationParsingToSemanticError
operationParsingToSyntacticError
attributeDefinedWithDerivationAndInitial
attributeDefinedWithInitial
attributeDefinedWithoutDerivation
attributeDefinedWithoutDerivationBody
attributeEvaluatingToInvalid
attributeEvaluatingToNull
attributeEvaluatingToWrongType
attributeParsingToLexicalError
attributeParsingToSemanticError
attributeParsingToSyntacticError
Detritus
MissingConstraintBody
ValidationEvaluatingToInvalid
ValidationEvaluatingToNull
ValidationEvaluatingToWrongType
ValidationParsingToLexicalError
ValidationParsingToSemanticError
ValidationParsingToSyntacticError | null | {"directed":true,"nodes":[{"nsPrefix":"mwe","nsURI":"http://www.eclipse.org/ocl/test/2010/ModelWithErrors.ecore","name":"modelWithErrors","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BadClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Detritus","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MissingConstraintBody","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidationEvaluatingToInvalid","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidationEvaluatingToNull","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidationEvaluatingToWrongType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidationParsingToLexicalError","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidationParsingToSemanticError","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidationParsingToSyntacticError","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":"detritus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationEvaluatingToInvalid","lowerBound":1,"id":13,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationEvaluatingToNull","lowerBound":1,"id":14,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationEvaluatingToWrongType","lowerBound":1,"id":15,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationDefinedWithoutBody","lowerBound":1,"id":16,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationDefinedWithoutBodyBody","lowerBound":1,"id":17,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationParsingToLexicalError","lowerBound":1,"id":18,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationParsingToSemanticError","lowerBound":1,"id":19,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationParsingToSyntacticError","lowerBound":1,"id":20,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeDefinedWithDerivationAndInitial","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeDefinedWithInitial","changeable":true,"lowerBound":0,"iD":false,"id":22,"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":"attributeDefinedWithoutDerivation","changeable":true,"lowerBound":0,"iD":false,"id":23,"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":"attributeDefinedWithoutDerivationBody","changeable":true,"lowerBound":0,"iD":false,"id":24,"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":"attributeEvaluatingToInvalid","changeable":true,"lowerBound":0,"iD":false,"id":25,"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":"attributeEvaluatingToNull","changeable":true,"lowerBound":0,"iD":false,"id":26,"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":"attributeEvaluatingToWrongType","changeable":true,"lowerBound":0,"iD":false,"id":27,"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":"attributeParsingToLexicalError","changeable":true,"lowerBound":0,"iD":false,"id":28,"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":"attributeParsingToSemanticError","changeable":true,"lowerBound":0,"iD":false,"id":29,"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":"attributeParsingToSyntacticError","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":true},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":11,"target":3},{"source":11,"target":12},{"source":11,"target":1},{"source":12,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":13,"target":32},{"source":13,"target":2},{"source":14,"target":33},{"source":14,"target":2},{"source":15,"target":34},{"source":15,"target":2},{"source":16,"target":35},{"source":16,"target":2},{"source":17,"target":36},{"source":17,"target":2},{"source":18,"target":37},{"source":18,"target":2},{"source":19,"target":38},{"source":19,"target":2},{"source":20,"target":39},{"source":20,"target":2},{"source":21,"target":40},{"source":21,"target":2},{"source":22,"target":41},{"source":22,"target":2},{"source":23,"target":42},{"source":23,"target":2},{"source":24,"target":43},{"source":24,"target":2},{"source":25,"target":44},{"source":25,"target":2},{"source":26,"target":45},{"source":26,"target":2},{"source":27,"target":46},{"source":27,"target":2},{"source":28,"target":47},{"source":28,"target":2},{"source":29,"target":48},{"source":29,"target":2},{"source":30,"target":49},{"source":30,"target":2},{"source":31,"target":3},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":50},{"source":50,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":51},{"source":51,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":52},{"source":52,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":53},{"source":53,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":54},{"source":54,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":55},{"source":55,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":56},{"source":56,"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="foundationmodel" nsURI="http://foundationmodel/1.0" nsPrefix="foundationmodel">
<eClassifiers xsi:type="ecore:EClass" name="Person">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="committerId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bugzillaEmail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="committerAgreement" eType="#//IndividualCommitterAgreeemnt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gitEmail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Review" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="approval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#//Comment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReleaseReview" eSuperTypes="#//Review"/>
<eClassifiers xsi:type="ecore:EClass" name="GraduationReview" eSuperTypes="#//ReleaseReview"/>
<eClassifiers xsi:type="ecore:EClass" name="RestructuringReview" eSuperTypes="#//Review"/>
<eClassifiers xsi:type="ecore:EClass" name="Release">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Review" eType="#//ReleaseReview"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="updateSite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newAndNoteworthy" upperBound="-1"
eType="#//NewAndNoteworthy"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="EReference0" eType="#//ProjectPlan"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iplog" eType="#//IPLog"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreationReview" eSuperTypes="#//Review">
<eStructuralFeatures xsi:type="ecore:EReference" name="committers" eType="#//Committer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="whyEclipse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialContribution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="legalIssues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interestedParties" upperBound="-1"
eType="#//InterestedParty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TopLevelProject" eSuperTypes="#//Project">
<eOperations name="getPmcMembers"/>
<eOperations name="getPmcLead"/>
<eOperations name="getArchitectureCouncilRep"/>
<eOperations name="getPlanningCouncilRep"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="charter" eType="#//Charter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubProject" eSuperTypes="#//Project">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Project"
eOpposite="#//Project/children"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Project" abstract="true">
<eOperations name="getCommitters"/>
<eOperations name="getLeaders"/>
<eOperations name="getMentors"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="namespace" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projectId" 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="longName" 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="reviews" upperBound="-1"
eType="#//Review"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="release" upperBound="-1"
eType="#//Release" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="approval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="paragraph" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="downloadDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceRepository" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bugzilla" upperBound="-1"
eType="#//BugzillaProjectLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//SubProject" containment="true" eOpposite="#//SubProject/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationship" upperBound="-1"
eType="#//ProjectRelationship" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="websiteUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wikiUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="placeholder8281141" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="retentionPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Organization">
<eOperations name="getPlanningCouncilRep"/>
<eOperations name="getArchitectureCouncilRep"/>
<eOperations name="getBoardMember"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="committerAgreement" eType="#//MemberCommitterAgreement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="logo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logoAgreement" eType="#//LogoAgreement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memberType" eType="#//MemberType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrganizationRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" lowerBound="1"
eType="#//Organization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="employee" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//OrganizationRelation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrganizationRelation">
<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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="person" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//ProjectRelation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectRelation">
<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="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Approval">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="person" eType="#//Person"/>
<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="NewAndNoteworthy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Committer">
<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="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isProjectLead" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="affiliation" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rationale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectPlan">
<eStructuralFeatures xsi:type="ecore:EReference" name="theme" upperBound="-1"
eType="#//Theme"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPLog"/>
<eClassifiers xsi:type="ecore:EClass" name="SimultaneousRelease">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1"
eType="#//SimultaneousReleaseProject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimultaneousReleaseProject">
<eStructuralFeatures xsi:type="ecore:EReference" name="project" lowerBound="1"
eType="#//Project"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="release" lowerBound="1"
eType="#//Release"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="joinDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BugzillaProjectLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="product" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="component" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BugzillaPlanLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="product" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="component" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Theme">
<eStructuralFeatures xsi:type="ecore:EReference" name="bugzilla" upperBound="-1"
eType="#//BugzillaPlanLink"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TerminationReview" eSuperTypes="#//Review"/>
<eClassifiers xsi:type="ecore:EClass" name="CommitterAgreement"/>
<eClassifiers xsi:type="ecore:EClass" name="MemberCommitterAgreement" eSuperTypes="#//CommitterAgreement"/>
<eClassifiers xsi:type="ecore:EClass" name="IndividualCommitterAgreeemnt" eSuperTypes="#//CommitterAgreement"/>
<eClassifiers xsi:type="ecore:EClass" name="InterestedParty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="affiliation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Charter"/>
<eClassifiers xsi:type="ecore:EClass" name="LogoAgreement"/>
<eClassifiers xsi:type="ecore:EEnum" name="MemberType">
<eLiterals name="Strategic"/>
<eLiterals name="Enterprise" value="1"/>
<eLiterals name="Solution" value="2"/>
<eLiterals name="Associate" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContributionQuestionnaire">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filePattern" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attachments" upperBound="-1"
eType="#//SourceAttachment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ContributionType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="discussion" upperBound="-1"
eType="#//Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pmcApproval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ipTeamApproval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="emoApproval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requester" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="license" lowerBound="1"
eType="#//License"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributors" eType="#//Contribution"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceAttachment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attachment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ContributionType">
<eLiterals name="Eclipse"/>
<eLiterals name="Prereq" value="1"/>
<eLiterals name="ExemptPrereq" value="2"/>
<eLiterals name="Workswith" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reply" upperBound="-1"
eType="#//Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Contribution">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributor" lowerBound="1"
eType="#//Person"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="License">
<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="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/ACMR/bestWeight2/48_FoundationModel.ecore | ecore | foundationmodel
Person
id
committerId
firstName
lastName
email
bugzillaEmail
committerAgreement
gitEmail
Review
description
startDate
approval
endDate
comments
ReleaseReview
GraduationReview
RestructuringReview
Release
name
Review
updateSite
newAndNoteworthy
date
EReference0
iplog
CreationReview
committers
whyEclipse
initialContribution
legalIssues
interestedParties
TopLevelProject
getPmcMembers
getPmcLead
getArchitectureCouncilRep
getPlanningCouncilRep
charter
SubProject
scope
parent
Project
getCommitters
getLeaders
getMentors
id
projectId
name
longName
description
reviews
release
approval
paragraph
downloadDirectory
sourceRepository
namespace
bugzilla
children
relationship
websiteUrl
wikiUrl
placeholder8281141
retentionPolicy
Organization
getPlanningCouncilRep
getArchitectureCouncilRep
getBoardMember
committerAgreement
name
id
description
logo
logoAgreement
memberType
active
OrganizationRelationship
organization
employee
startDate
endDate
relation
OrganizationRelation
title
description
ProjectRelationship
person
relation
startDate
endDate
ProjectRelation
title
description
Approval
date
person
comment
NewAndNoteworthy
name
description
Committer
name
email
isProjectLead
affiliation
rationale
ProjectPlan
theme
IPLog
SimultaneousRelease
name
date
participants
SimultaneousReleaseProject
project
release
joinDate
BugzillaProjectLink
product
component
BugzillaPlanLink
product
component
version
Theme
bugzilla
name
description
TerminationReview
CommitterAgreement
MemberCommitterAgreement
IndividualCommitterAgreeemnt
InterestedParty
name
affiliation
Charter
LogoAgreement
MemberType
Strategic
Strategic
Enterprise
Enterprise
Solution
Solution
Associate
Associate
ContributionQuestionnaire
title
version
filePattern
attachments
active
type
discussion
pmcApproval
ipTeamApproval
emoApproval
date
requester
license
contributors
id
SourceAttachment
active
attachment
ContributionType
Eclipse
Eclipse
Prereq
Prereq
ExemptPrereq
ExemptPrereq
Workswith
Workswith
Comment
content
reply
author
date
Contribution
amount
contributor
License
name
url | null | {"directed":true,"nodes":[{"nsPrefix":"foundationmodel","nsURI":"http://foundationmodel/1.0","name":"foundationmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReleaseReview","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraduationReview","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RestructuringReview","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Release","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreationReview","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLevelProject","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubProject","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organization","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganizationRelationship","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganizationRelation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectRelationship","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectRelation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Approval","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewAndNoteworthy","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Committer","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectPlan","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPLog","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimultaneousRelease","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimultaneousReleaseProject","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BugzillaProjectLink","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BugzillaPlanLink","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Theme","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminationReview","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommitterAgreement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberCommitterAgreement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndividualCommitterAgreeemnt","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterestedParty","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Charter","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogoAgreement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MemberType","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContributionQuestionnaire","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceAttachment","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContributionType","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"License","instanceClass":null,"abstract":false,"id":39,"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":true,"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":"committerId","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":"firstName","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":"lastName","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":"email","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bugzillaEmail","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"committerAgreement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gitEmail","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"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":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":"startDate","changeable":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"approval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Review","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":"updateSite","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"newAndNoteworthy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"EReference0","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":false,"unsettable":false,"transient":false,"unique":true,"name":"iplog","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"committers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"whyEclipse","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialContribution","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"legalIssues","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interestedParties","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPmcMembers","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPmcLead","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArchitectureCouncilRep","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPlanningCouncilRep","lowerBound":0,"id":97,"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":"charter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getCommitters","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLeaders","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMentors","lowerBound":0,"id":109,"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":"id","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":"projectId","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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviews","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":"release","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":"approval","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"paragraph","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"downloadDirectory","changeable":true,"lowerBound":0,"iD":false,"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":true,"name":"sourceRepository","changeable":true,"lowerBound":0,"iD":false,"id":120,"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":"namespace","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":false,"unsettable":false,"transient":false,"unique":true,"name":"bugzilla","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationship","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":"websiteUrl","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":"wikiUrl","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":"placeholder8281141","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retentionPolicy","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"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPlanningCouncilRep","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArchitectureCouncilRep","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBoardMember","lowerBound":0,"id":149,"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":"committerAgreement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"id","changeable":true,"lowerBound":0,"iD":true,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"logo","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logoAgreement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memberType","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"employee","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"startDate","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":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","changeable":true,"lowerBound":1,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":188,"derived":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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"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":"name","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":"description","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isProjectLead","changeable":true,"lowerBound":1,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"affiliation","changeable":true,"lowerBound":1,"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":"rationale","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"theme","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"release","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"joinDate","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"product","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":"component","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bugzilla","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"affiliation","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"name":"Strategic","id":249,"value":0,"literal":"Strategic","eClass":"EEnumLiteral"},{"name":"Enterprise","id":250,"value":1,"literal":"Enterprise","eClass":"EEnumLiteral"},{"name":"Solution","id":251,"value":2,"literal":"Solution","eClass":"EEnumLiteral"},{"name":"Associate","id":252,"value":3,"literal":"Associate","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":"title","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":254,"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":"filePattern","changeable":true,"lowerBound":0,"iD":false,"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":"attachments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"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":"active","changeable":true,"lowerBound":1,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discussion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pmcApproval","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":"ipTeamApproval","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":"emoApproval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requester","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"license","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"contributors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":1,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attachment","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"name":"Eclipse","id":287,"value":0,"literal":"Eclipse","eClass":"EEnumLiteral"},{"name":"Prereq","id":288,"value":1,"literal":"Prereq","eClass":"EEnumLiteral"},{"name":"ExemptPrereq","id":289,"value":2,"literal":"ExemptPrereq","eClass":"EEnumLiteral"},{"name":"Workswith","id":290,"value":3,"literal":"Workswith","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":"content","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reply","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":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":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"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":"amount","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":300,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":1,"target":0},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":40,"target":48},{"source":40,"target":1},{"source":41,"target":49},{"source":41,"target":1},{"source":42,"target":50},{"source":42,"target":1},{"source":43,"target":51},{"source":43,"target":1},{"source":44,"target":52},{"source":44,"target":1},{"source":45,"target":53},{"source":45,"target":1},{"source":46,"target":29},{"source":46,"target":54},{"source":46,"target":1},{"source":54,"target":29},{"source":47,"target":55},{"source":47,"target":1},{"source":2,"target":0},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":56,"target":61},{"source":56,"target":2},{"source":57,"target":62},{"source":57,"target":2},{"source":58,"target":16},{"source":58,"target":63},{"source":58,"target":2},{"source":63,"target":16},{"source":59,"target":64},{"source":59,"target":2},{"source":60,"target":37},{"source":60,"target":65},{"source":60,"target":2},{"source":65,"target":37},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":66},{"source":66,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":67},{"source":67,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":68},{"source":68,"target":2},{"source":6,"target":0},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":69,"target":76},{"source":69,"target":6},{"source":70,"target":3},{"source":70,"target":77},{"source":70,"target":6},{"source":77,"target":3},{"source":71,"target":78},{"source":71,"target":6},{"source":72,"target":17},{"source":72,"target":79},{"source":72,"target":6},{"source":79,"target":17},{"source":73,"target":80},{"source":73,"target":6},{"source":74,"target":19},{"source":74,"target":81},{"source":74,"target":6},{"source":81,"target":19},{"source":75,"target":20},{"source":75,"target":82},{"source":75,"target":6},{"source":82,"target":20},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":83},{"source":7,"target":84},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":83,"target":18},{"source":83,"target":89},{"source":83,"target":7},{"source":89,"target":18},{"source":84,"target":90},{"source":84,"target":7},{"source":85,"target":91},{"source":85,"target":7},{"source":86,"target":92},{"source":86,"target":7},{"source":87,"target":30},{"source":87,"target":93},{"source":87,"target":7},{"source":93,"target":30},{"source":88,"target":2},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":8,"target":99},{"source":94,"target":8},{"source":95,"target":8},{"source":96,"target":8},{"source":97,"target":8},{"source":98,"target":31},{"source":98,"target":100},{"source":98,"target":8},{"source":100,"target":31},{"source":99,"target":10},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":101},{"source":9,"target":102},{"source":9,"target":103},{"source":101,"target":104},{"source":101,"target":9},{"source":102,"target":10},{"source":102,"target":105},{"source":102,"target":9},{"source":102,"target":106},{"source":105,"target":10},{"source":103,"target":10},{"source":10,"target":0},{"source":10,"target":107},{"source":10,"target":108},{"source":10,"target":109},{"source":10,"target":110},{"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":10,"target":118},{"source":10,"target":119},{"source":10,"target":120},{"source":10,"target":121},{"source":10,"target":122},{"source":10,"target":106},{"source":10,"target":123},{"source":10,"target":124},{"source":10,"target":125},{"source":10,"target":126},{"source":10,"target":127},{"source":107,"target":10},{"source":108,"target":10},{"source":109,"target":10},{"source":110,"target":128},{"source":110,"target":10},{"source":111,"target":129},{"source":111,"target":10},{"source":112,"target":130},{"source":112,"target":10},{"source":113,"target":131},{"source":113,"target":10},{"source":114,"target":132},{"source":114,"target":10},{"source":115,"target":2},{"source":115,"target":133},{"source":115,"target":10},{"source":133,"target":2},{"source":116,"target":6},{"source":116,"target":134},{"source":116,"target":10},{"source":134,"target":6},{"source":117,"target":16},{"source":117,"target":135},{"source":117,"target":10},{"source":135,"target":16},{"source":118,"target":136},{"source":118,"target":10},{"source":119,"target":137},{"source":119,"target":10},{"source":120,"target":138},{"source":120,"target":10},{"source":121,"target":139},{"source":121,"target":10},{"source":122,"target":23},{"source":122,"target":140},{"source":122,"target":10},{"source":140,"target":23},{"source":106,"target":9},{"source":106,"target":141},{"source":106,"target":10},{"source":106,"target":102},{"source":141,"target":9},{"source":123,"target":14},{"source":123,"target":142},{"source":123,"target":10},{"source":142,"target":14},{"source":124,"target":143},{"source":124,"target":10},{"source":125,"target":144},{"source":125,"target":10},{"source":126,"target":145},{"source":126,"target":10},{"source":127,"target":146},{"source":127,"target":10},{"source":11,"target":0},{"source":11,"target":147},{"source":11,"target":148},{"source":11,"target":149},{"source":11,"target":150},{"source":11,"target":151},{"source":11,"target":152},{"source":11,"target":153},{"source":11,"target":154},{"source":11,"target":155},{"source":11,"target":156},{"source":11,"target":157},{"source":147,"target":11},{"source":148,"target":11},{"source":149,"target":11},{"source":150,"target":28},{"source":150,"target":158},{"source":150,"target":11},{"source":158,"target":28},{"source":151,"target":159},{"source":151,"target":11},{"source":152,"target":160},{"source":152,"target":11},{"source":153,"target":161},{"source":153,"target":11},{"source":154,"target":162},{"source":154,"target":11},{"source":155,"target":32},{"source":155,"target":163},{"source":155,"target":11},{"source":163,"target":32},{"source":156,"target":33},{"source":156,"target":164},{"source":156,"target":11},{"source":164,"target":33},{"source":157,"target":165},{"source":157,"target":11},{"source":12,"target":0},{"source":12,"target":166},{"source":12,"target":167},{"source":12,"target":168},{"source":12,"target":169},{"source":12,"target":170},{"source":166,"target":11},{"source":166,"target":171},{"source":166,"target":12},{"source":171,"target":11},{"source":167,"target":1},{"source":167,"target":172},{"source":167,"target":12},{"source":172,"target":1},{"source":168,"target":173},{"source":168,"target":12},{"source":169,"target":174},{"source":169,"target":12},{"source":170,"target":13},{"source":170,"target":175},{"source":170,"target":12},{"source":175,"target":13},{"source":13,"target":0},{"source":13,"target":176},{"source":13,"target":177},{"source":176,"target":178},{"source":176,"target":13},{"source":177,"target":179},{"source":177,"target":13},{"source":14,"target":0},{"source":14,"target":180},{"source":14,"target":181},{"source":14,"target":182},{"source":14,"target":183},{"source":180,"target":1},{"source":180,"target":184},{"source":180,"target":14},{"source":184,"target":1},{"source":181,"target":15},{"source":181,"target":185},{"source":181,"target":14},{"source":185,"target":15},{"source":182,"target":186},{"source":182,"target":14},{"source":183,"target":187},{"source":183,"target":14},{"source":15,"target":0},{"source":15,"target":188},{"source":15,"target":189},{"source":188,"target":190},{"source":188,"target":15},{"source":189,"target":191},{"source":189,"target":15},{"source":16,"target":0},{"source":16,"target":192},{"source":16,"target":193},{"source":16,"target":194},{"source":192,"target":195},{"source":192,"target":16},{"source":193,"target":1},{"source":193,"target":196},{"source":193,"target":16},{"source":196,"target":1},{"source":194,"target":197},{"source":194,"target":16},{"source":17,"target":0},{"source":17,"target":198},{"source":17,"target":199},{"source":198,"target":200},{"source":198,"target":17},{"source":199,"target":201},{"source":199,"target":17},{"source":18,"target":0},{"source":18,"target":202},{"source":18,"target":203},{"source":18,"target":204},{"source":18,"target":205},{"source":18,"target":206},{"source":202,"target":207},{"source":202,"target":18},{"source":203,"target":208},{"source":203,"target":18},{"source":204,"target":209},{"source":204,"target":18},{"source":205,"target":210},{"source":205,"target":18},{"source":206,"target":211},{"source":206,"target":18},{"source":19,"target":0},{"source":19,"target":212},{"source":212,"target":25},{"source":212,"target":213},{"source":212,"target":19},{"source":213,"target":25},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":214},{"source":21,"target":215},{"source":21,"target":216},{"source":214,"target":217},{"source":214,"target":21},{"source":215,"target":218},{"source":215,"target":21},{"source":216,"target":22},{"source":216,"target":219},{"source":216,"target":21},{"source":219,"target":22},{"source":22,"target":0},{"source":22,"target":220},{"source":22,"target":221},{"source":22,"target":222},{"source":220,"target":10},{"source":220,"target":223},{"source":220,"target":22},{"source":223,"target":10},{"source":221,"target":6},{"source":221,"target":224},{"source":221,"target":22},{"source":224,"target":6},{"source":222,"target":225},{"source":222,"target":22},{"source":23,"target":0},{"source":23,"target":226},{"source":23,"target":227},{"source":226,"target":228},{"source":226,"target":23},{"source":227,"target":229},{"source":227,"target":23},{"source":24,"target":0},{"source":24,"target":230},{"source":24,"target":231},{"source":24,"target":232},{"source":230,"target":233},{"source":230,"target":24},{"source":231,"target":234},{"source":231,"target":24},{"source":232,"target":235},{"source":232,"target":24},{"source":25,"target":0},{"source":25,"target":236},{"source":25,"target":237},{"source":25,"target":238},{"source":236,"target":24},{"source":236,"target":239},{"source":236,"target":25},{"source":239,"target":24},{"source":237,"target":240},{"source":237,"target":25},{"source":238,"target":241},{"source":238,"target":25},{"source":26,"target":0},{"source":26,"target":2},{"source":26,"target":242},{"source":242,"target":2},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":243},{"source":243,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":244},{"source":244,"target":27},{"source":30,"target":0},{"source":30,"target":245},{"source":30,"target":246},{"source":245,"target":247},{"source":245,"target":30},{"source":246,"target":248},{"source":246,"target":30},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":249},{"source":33,"target":250},{"source":33,"target":251},{"source":33,"target":252},{"source":249,"target":33},{"source":250,"target":33},{"source":251,"target":33},{"source":252,"target":33},{"source":34,"target":0},{"source":34,"target":253},{"source":34,"target":254},{"source":34,"target":255},{"source":34,"target":256},{"source":34,"target":257},{"source":34,"target":258},{"source":34,"target":259},{"source":34,"target":260},{"source":34,"target":261},{"source":34,"target":262},{"source":34,"target":263},{"source":34,"target":264},{"source":34,"target":265},{"source":34,"target":266},{"source":34,"target":267},{"source":253,"target":268},{"source":253,"target":34},{"source":254,"target":269},{"source":254,"target":34},{"source":255,"target":270},{"source":255,"target":34},{"source":256,"target":35},{"source":256,"target":271},{"source":256,"target":34},{"source":271,"target":35},{"source":257,"target":272},{"source":257,"target":34},{"source":258,"target":36},{"source":258,"target":273},{"source":258,"target":34},{"source":273,"target":36},{"source":259,"target":37},{"source":259,"target":274},{"source":259,"target":34},{"source":274,"target":37},{"source":260,"target":16},{"source":260,"target":275},{"source":260,"target":34},{"source":275,"target":16},{"source":261,"target":16},{"source":261,"target":276},{"source":261,"target":34},{"source":276,"target":16},{"source":262,"target":16},{"source":262,"target":277},{"source":262,"target":34},{"source":277,"target":16},{"source":263,"target":278},{"source":263,"target":34},{"source":264,"target":1},{"source":264,"target":279},{"source":264,"target":34},{"source":279,"target":1},{"source":265,"target":39},{"source":265,"target":280},{"source":265,"target":34},{"source":280,"target":39},{"source":266,"target":38},{"source":266,"target":281},{"source":266,"target":34},{"source":281,"target":38},{"source":267,"target":282},{"source":267,"target":34},{"source":35,"target":0},{"source":35,"target":283},{"source":35,"target":284},{"source":283,"target":285},{"source":283,"target":35},{"source":284,"target":286},{"source":284,"target":35},{"source":36,"target":0},{"source":36,"target":287},{"source":36,"target":288},{"source":36,"target":289},{"source":36,"target":290},{"source":287,"target":36},{"source":288,"target":36},{"source":289,"target":36},{"source":290,"target":36},{"source":37,"target":0},{"source":37,"target":291},{"source":37,"target":292},{"source":37,"target":293},{"source":37,"target":294},{"source":291,"target":295},{"source":291,"target":37},{"source":292,"target":37},{"source":292,"target":296},{"source":292,"target":37},{"source":296,"target":37},{"source":293,"target":1},{"source":293,"target":297},{"source":293,"target":37},{"source":297,"target":1},{"source":294,"target":298},{"source":294,"target":37},{"source":38,"target":0},{"source":38,"target":299},{"source":38,"target":300},{"source":299,"target":301},{"source":299,"target":38},{"source":300,"target":1},{"source":300,"target":302},{"source":300,"target":38},{"source":302,"target":1},{"source":39,"target":0},{"source":39,"target":303},{"source":39,"target":304},{"source":303,"target":305},{"source":303,"target":39},{"source":304,"target":306},{"source":304,"target":39}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="foundationmodel" nsURI="http://foundationmodel/1.0" nsPrefix="foundationmodel">
<eClassifiers xsi:type="ecore:EClass" name="Person">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="committerId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bugzillaEmail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="committerAgreement" eType="#//IndividualCommitterAgreeemnt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gitEmail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Review" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="approval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#//Comment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReleaseReview" eSuperTypes="#//Review"/>
<eClassifiers xsi:type="ecore:EClass" name="GraduationReview" eSuperTypes="#//ReleaseReview"/>
<eClassifiers xsi:type="ecore:EClass" name="RestructuringReview" eSuperTypes="#//Review"/>
<eClassifiers xsi:type="ecore:EClass" name="Release">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Review" eType="#//ReleaseReview"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="updateSite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newAndNoteworthy" upperBound="-1"
eType="#//NewAndNoteworthy"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="EReference0" eType="#//ProjectPlan"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iplog" eType="#//IPLog"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreationReview" eSuperTypes="#//Review">
<eStructuralFeatures xsi:type="ecore:EReference" name="committers" eType="#//Committer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="whyEclipse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialContribution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="legalIssues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interestedParties" upperBound="-1"
eType="#//InterestedParty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TopLevelProject" eSuperTypes="#//Project">
<eOperations name="getPmcMembers"/>
<eOperations name="getPmcLead"/>
<eOperations name="getArchitectureCouncilRep"/>
<eOperations name="getPlanningCouncilRep"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="charter" eType="#//Charter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubProject" eSuperTypes="#//Project">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Project"
eOpposite="#//Project/children"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Project" abstract="true">
<eOperations name="getCommitters"/>
<eOperations name="getLeaders"/>
<eOperations name="getMentors"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="namespace" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projectId" 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="longName" 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="reviews" upperBound="-1"
eType="#//Review"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="release" upperBound="-1"
eType="#//Release" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="approval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="paragraph" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="downloadDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceRepository" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bugzilla" upperBound="-1"
eType="#//BugzillaProjectLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//SubProject" containment="true" eOpposite="#//SubProject/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationship" upperBound="-1"
eType="#//ProjectRelationship" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="websiteUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wikiUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="placeholder5035111" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="retentionPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Organization">
<eOperations name="getPlanningCouncilRep"/>
<eOperations name="getArchitectureCouncilRep"/>
<eOperations name="getBoardMember"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="committerAgreement" eType="#//MemberCommitterAgreement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="logo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logoAgreement" eType="#//LogoAgreement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memberType" eType="#//MemberType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrganizationRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" lowerBound="1"
eType="#//Organization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="employee" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//OrganizationRelation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrganizationRelation">
<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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="person" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//ProjectRelation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectRelation">
<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="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Approval">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="person" eType="#//Person"/>
<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="NewAndNoteworthy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Committer">
<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="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isProjectLead" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="affiliation" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rationale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectPlan">
<eStructuralFeatures xsi:type="ecore:EReference" name="theme" upperBound="-1"
eType="#//Theme"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPLog"/>
<eClassifiers xsi:type="ecore:EClass" name="SimultaneousRelease">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1"
eType="#//SimultaneousReleaseProject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimultaneousReleaseProject">
<eStructuralFeatures xsi:type="ecore:EReference" name="project" lowerBound="1"
eType="#//Project"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="release" lowerBound="1"
eType="#//Release"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="joinDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BugzillaProjectLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="product" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="component" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BugzillaPlanLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="product" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="component" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Theme">
<eStructuralFeatures xsi:type="ecore:EReference" name="bugzilla" upperBound="-1"
eType="#//BugzillaPlanLink"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TerminationReview" eSuperTypes="#//Review"/>
<eClassifiers xsi:type="ecore:EClass" name="CommitterAgreement"/>
<eClassifiers xsi:type="ecore:EClass" name="MemberCommitterAgreement" eSuperTypes="#//CommitterAgreement"/>
<eClassifiers xsi:type="ecore:EClass" name="IndividualCommitterAgreeemnt" eSuperTypes="#//CommitterAgreement"/>
<eClassifiers xsi:type="ecore:EClass" name="InterestedParty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="affiliation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Charter"/>
<eClassifiers xsi:type="ecore:EClass" name="LogoAgreement"/>
<eClassifiers xsi:type="ecore:EEnum" name="MemberType">
<eLiterals name="Strategic"/>
<eLiterals name="Enterprise" value="1"/>
<eLiterals name="Solution" value="2"/>
<eLiterals name="Associate" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContributionQuestionnaire">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filePattern" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attachments" upperBound="-1"
eType="#//SourceAttachment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ContributionType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="discussion" upperBound="-1"
eType="#//Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pmcApproval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ipTeamApproval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="emoApproval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requester" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="license" lowerBound="1"
eType="#//License"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributors" eType="#//Contribution"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceAttachment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attachment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ContributionType">
<eLiterals name="Eclipse"/>
<eLiterals name="Prereq" value="1"/>
<eLiterals name="ExemptPrereq" value="2"/>
<eLiterals name="Workswith" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reply" upperBound="-1"
eType="#//Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Contribution">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributor" lowerBound="1"
eType="#//Person"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="License">
<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="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/ACMR/bestWeight24/48_FoundationModel.ecore | ecore | foundationmodel
Person
id
committerId
firstName
lastName
email
bugzillaEmail
committerAgreement
gitEmail
Review
description
startDate
approval
endDate
comments
ReleaseReview
GraduationReview
RestructuringReview
Release
name
Review
updateSite
newAndNoteworthy
date
EReference0
iplog
CreationReview
committers
whyEclipse
initialContribution
legalIssues
interestedParties
TopLevelProject
getPmcMembers
getPmcLead
getArchitectureCouncilRep
getPlanningCouncilRep
charter
SubProject
scope
parent
Project
getCommitters
getLeaders
getMentors
id
projectId
name
longName
description
reviews
release
approval
paragraph
downloadDirectory
sourceRepository
namespace
bugzilla
children
relationship
websiteUrl
wikiUrl
placeholder5035111
retentionPolicy
Organization
getPlanningCouncilRep
getArchitectureCouncilRep
getBoardMember
committerAgreement
name
id
description
logo
logoAgreement
memberType
active
OrganizationRelationship
organization
employee
startDate
endDate
relation
OrganizationRelation
title
description
ProjectRelationship
person
relation
startDate
endDate
ProjectRelation
title
description
Approval
date
person
comment
NewAndNoteworthy
name
description
Committer
name
email
isProjectLead
affiliation
rationale
ProjectPlan
theme
IPLog
SimultaneousRelease
name
date
participants
SimultaneousReleaseProject
project
release
joinDate
BugzillaProjectLink
product
component
BugzillaPlanLink
product
component
version
Theme
bugzilla
name
description
TerminationReview
CommitterAgreement
MemberCommitterAgreement
IndividualCommitterAgreeemnt
InterestedParty
name
affiliation
Charter
LogoAgreement
MemberType
Strategic
Strategic
Enterprise
Enterprise
Solution
Solution
Associate
Associate
ContributionQuestionnaire
title
version
filePattern
attachments
active
type
discussion
pmcApproval
ipTeamApproval
emoApproval
date
requester
license
contributors
id
SourceAttachment
active
attachment
ContributionType
Eclipse
Eclipse
Prereq
Prereq
ExemptPrereq
ExemptPrereq
Workswith
Workswith
Comment
content
reply
author
date
Contribution
amount
contributor
License
name
url | null | {"directed":true,"nodes":[{"nsPrefix":"foundationmodel","nsURI":"http://foundationmodel/1.0","name":"foundationmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReleaseReview","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraduationReview","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RestructuringReview","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Release","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreationReview","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLevelProject","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubProject","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organization","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganizationRelationship","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganizationRelation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectRelationship","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectRelation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Approval","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewAndNoteworthy","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Committer","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectPlan","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPLog","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimultaneousRelease","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimultaneousReleaseProject","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BugzillaProjectLink","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BugzillaPlanLink","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Theme","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminationReview","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommitterAgreement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberCommitterAgreement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndividualCommitterAgreeemnt","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterestedParty","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Charter","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogoAgreement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MemberType","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContributionQuestionnaire","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceAttachment","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContributionType","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"License","instanceClass":null,"abstract":false,"id":39,"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":true,"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":"committerId","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":"firstName","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":"lastName","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":"email","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bugzillaEmail","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"committerAgreement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gitEmail","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"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":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":"startDate","changeable":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"approval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Review","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":"updateSite","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"newAndNoteworthy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"EReference0","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":false,"unsettable":false,"transient":false,"unique":true,"name":"iplog","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"committers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"whyEclipse","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialContribution","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"legalIssues","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interestedParties","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPmcMembers","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPmcLead","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArchitectureCouncilRep","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPlanningCouncilRep","lowerBound":0,"id":97,"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":"charter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getCommitters","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLeaders","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMentors","lowerBound":0,"id":109,"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":"id","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":"projectId","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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviews","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":"release","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":"approval","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"paragraph","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"downloadDirectory","changeable":true,"lowerBound":0,"iD":false,"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":true,"name":"sourceRepository","changeable":true,"lowerBound":0,"iD":false,"id":120,"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":"namespace","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":false,"unsettable":false,"transient":false,"unique":true,"name":"bugzilla","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationship","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":"websiteUrl","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":"wikiUrl","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":"placeholder5035111","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retentionPolicy","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"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPlanningCouncilRep","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArchitectureCouncilRep","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBoardMember","lowerBound":0,"id":149,"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":"committerAgreement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"id","changeable":true,"lowerBound":0,"iD":true,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"logo","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logoAgreement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memberType","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"employee","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"startDate","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":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","changeable":true,"lowerBound":1,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":188,"derived":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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"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":"name","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":"description","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isProjectLead","changeable":true,"lowerBound":1,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"affiliation","changeable":true,"lowerBound":1,"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":"rationale","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"theme","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"release","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"joinDate","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"product","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":"component","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bugzilla","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"affiliation","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"name":"Strategic","id":249,"value":0,"literal":"Strategic","eClass":"EEnumLiteral"},{"name":"Enterprise","id":250,"value":1,"literal":"Enterprise","eClass":"EEnumLiteral"},{"name":"Solution","id":251,"value":2,"literal":"Solution","eClass":"EEnumLiteral"},{"name":"Associate","id":252,"value":3,"literal":"Associate","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":"title","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":254,"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":"filePattern","changeable":true,"lowerBound":0,"iD":false,"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":"attachments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"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":"active","changeable":true,"lowerBound":1,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discussion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pmcApproval","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":"ipTeamApproval","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":"emoApproval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requester","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"license","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"contributors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":1,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attachment","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"name":"Eclipse","id":287,"value":0,"literal":"Eclipse","eClass":"EEnumLiteral"},{"name":"Prereq","id":288,"value":1,"literal":"Prereq","eClass":"EEnumLiteral"},{"name":"ExemptPrereq","id":289,"value":2,"literal":"ExemptPrereq","eClass":"EEnumLiteral"},{"name":"Workswith","id":290,"value":3,"literal":"Workswith","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":"content","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reply","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":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":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"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":"amount","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":300,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":1,"target":0},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":40,"target":48},{"source":40,"target":1},{"source":41,"target":49},{"source":41,"target":1},{"source":42,"target":50},{"source":42,"target":1},{"source":43,"target":51},{"source":43,"target":1},{"source":44,"target":52},{"source":44,"target":1},{"source":45,"target":53},{"source":45,"target":1},{"source":46,"target":29},{"source":46,"target":54},{"source":46,"target":1},{"source":54,"target":29},{"source":47,"target":55},{"source":47,"target":1},{"source":2,"target":0},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":56,"target":61},{"source":56,"target":2},{"source":57,"target":62},{"source":57,"target":2},{"source":58,"target":16},{"source":58,"target":63},{"source":58,"target":2},{"source":63,"target":16},{"source":59,"target":64},{"source":59,"target":2},{"source":60,"target":37},{"source":60,"target":65},{"source":60,"target":2},{"source":65,"target":37},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":66},{"source":66,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":67},{"source":67,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":68},{"source":68,"target":2},{"source":6,"target":0},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":69,"target":76},{"source":69,"target":6},{"source":70,"target":3},{"source":70,"target":77},{"source":70,"target":6},{"source":77,"target":3},{"source":71,"target":78},{"source":71,"target":6},{"source":72,"target":17},{"source":72,"target":79},{"source":72,"target":6},{"source":79,"target":17},{"source":73,"target":80},{"source":73,"target":6},{"source":74,"target":19},{"source":74,"target":81},{"source":74,"target":6},{"source":81,"target":19},{"source":75,"target":20},{"source":75,"target":82},{"source":75,"target":6},{"source":82,"target":20},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":83},{"source":7,"target":84},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":83,"target":18},{"source":83,"target":89},{"source":83,"target":7},{"source":89,"target":18},{"source":84,"target":90},{"source":84,"target":7},{"source":85,"target":91},{"source":85,"target":7},{"source":86,"target":92},{"source":86,"target":7},{"source":87,"target":30},{"source":87,"target":93},{"source":87,"target":7},{"source":93,"target":30},{"source":88,"target":2},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":8,"target":99},{"source":94,"target":8},{"source":95,"target":8},{"source":96,"target":8},{"source":97,"target":8},{"source":98,"target":31},{"source":98,"target":100},{"source":98,"target":8},{"source":100,"target":31},{"source":99,"target":10},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":101},{"source":9,"target":102},{"source":9,"target":103},{"source":101,"target":104},{"source":101,"target":9},{"source":102,"target":10},{"source":102,"target":105},{"source":102,"target":9},{"source":102,"target":106},{"source":105,"target":10},{"source":103,"target":10},{"source":10,"target":0},{"source":10,"target":107},{"source":10,"target":108},{"source":10,"target":109},{"source":10,"target":110},{"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":10,"target":118},{"source":10,"target":119},{"source":10,"target":120},{"source":10,"target":121},{"source":10,"target":122},{"source":10,"target":106},{"source":10,"target":123},{"source":10,"target":124},{"source":10,"target":125},{"source":10,"target":126},{"source":10,"target":127},{"source":107,"target":10},{"source":108,"target":10},{"source":109,"target":10},{"source":110,"target":128},{"source":110,"target":10},{"source":111,"target":129},{"source":111,"target":10},{"source":112,"target":130},{"source":112,"target":10},{"source":113,"target":131},{"source":113,"target":10},{"source":114,"target":132},{"source":114,"target":10},{"source":115,"target":2},{"source":115,"target":133},{"source":115,"target":10},{"source":133,"target":2},{"source":116,"target":6},{"source":116,"target":134},{"source":116,"target":10},{"source":134,"target":6},{"source":117,"target":16},{"source":117,"target":135},{"source":117,"target":10},{"source":135,"target":16},{"source":118,"target":136},{"source":118,"target":10},{"source":119,"target":137},{"source":119,"target":10},{"source":120,"target":138},{"source":120,"target":10},{"source":121,"target":139},{"source":121,"target":10},{"source":122,"target":23},{"source":122,"target":140},{"source":122,"target":10},{"source":140,"target":23},{"source":106,"target":9},{"source":106,"target":141},{"source":106,"target":10},{"source":106,"target":102},{"source":141,"target":9},{"source":123,"target":14},{"source":123,"target":142},{"source":123,"target":10},{"source":142,"target":14},{"source":124,"target":143},{"source":124,"target":10},{"source":125,"target":144},{"source":125,"target":10},{"source":126,"target":145},{"source":126,"target":10},{"source":127,"target":146},{"source":127,"target":10},{"source":11,"target":0},{"source":11,"target":147},{"source":11,"target":148},{"source":11,"target":149},{"source":11,"target":150},{"source":11,"target":151},{"source":11,"target":152},{"source":11,"target":153},{"source":11,"target":154},{"source":11,"target":155},{"source":11,"target":156},{"source":11,"target":157},{"source":147,"target":11},{"source":148,"target":11},{"source":149,"target":11},{"source":150,"target":28},{"source":150,"target":158},{"source":150,"target":11},{"source":158,"target":28},{"source":151,"target":159},{"source":151,"target":11},{"source":152,"target":160},{"source":152,"target":11},{"source":153,"target":161},{"source":153,"target":11},{"source":154,"target":162},{"source":154,"target":11},{"source":155,"target":32},{"source":155,"target":163},{"source":155,"target":11},{"source":163,"target":32},{"source":156,"target":33},{"source":156,"target":164},{"source":156,"target":11},{"source":164,"target":33},{"source":157,"target":165},{"source":157,"target":11},{"source":12,"target":0},{"source":12,"target":166},{"source":12,"target":167},{"source":12,"target":168},{"source":12,"target":169},{"source":12,"target":170},{"source":166,"target":11},{"source":166,"target":171},{"source":166,"target":12},{"source":171,"target":11},{"source":167,"target":1},{"source":167,"target":172},{"source":167,"target":12},{"source":172,"target":1},{"source":168,"target":173},{"source":168,"target":12},{"source":169,"target":174},{"source":169,"target":12},{"source":170,"target":13},{"source":170,"target":175},{"source":170,"target":12},{"source":175,"target":13},{"source":13,"target":0},{"source":13,"target":176},{"source":13,"target":177},{"source":176,"target":178},{"source":176,"target":13},{"source":177,"target":179},{"source":177,"target":13},{"source":14,"target":0},{"source":14,"target":180},{"source":14,"target":181},{"source":14,"target":182},{"source":14,"target":183},{"source":180,"target":1},{"source":180,"target":184},{"source":180,"target":14},{"source":184,"target":1},{"source":181,"target":15},{"source":181,"target":185},{"source":181,"target":14},{"source":185,"target":15},{"source":182,"target":186},{"source":182,"target":14},{"source":183,"target":187},{"source":183,"target":14},{"source":15,"target":0},{"source":15,"target":188},{"source":15,"target":189},{"source":188,"target":190},{"source":188,"target":15},{"source":189,"target":191},{"source":189,"target":15},{"source":16,"target":0},{"source":16,"target":192},{"source":16,"target":193},{"source":16,"target":194},{"source":192,"target":195},{"source":192,"target":16},{"source":193,"target":1},{"source":193,"target":196},{"source":193,"target":16},{"source":196,"target":1},{"source":194,"target":197},{"source":194,"target":16},{"source":17,"target":0},{"source":17,"target":198},{"source":17,"target":199},{"source":198,"target":200},{"source":198,"target":17},{"source":199,"target":201},{"source":199,"target":17},{"source":18,"target":0},{"source":18,"target":202},{"source":18,"target":203},{"source":18,"target":204},{"source":18,"target":205},{"source":18,"target":206},{"source":202,"target":207},{"source":202,"target":18},{"source":203,"target":208},{"source":203,"target":18},{"source":204,"target":209},{"source":204,"target":18},{"source":205,"target":210},{"source":205,"target":18},{"source":206,"target":211},{"source":206,"target":18},{"source":19,"target":0},{"source":19,"target":212},{"source":212,"target":25},{"source":212,"target":213},{"source":212,"target":19},{"source":213,"target":25},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":214},{"source":21,"target":215},{"source":21,"target":216},{"source":214,"target":217},{"source":214,"target":21},{"source":215,"target":218},{"source":215,"target":21},{"source":216,"target":22},{"source":216,"target":219},{"source":216,"target":21},{"source":219,"target":22},{"source":22,"target":0},{"source":22,"target":220},{"source":22,"target":221},{"source":22,"target":222},{"source":220,"target":10},{"source":220,"target":223},{"source":220,"target":22},{"source":223,"target":10},{"source":221,"target":6},{"source":221,"target":224},{"source":221,"target":22},{"source":224,"target":6},{"source":222,"target":225},{"source":222,"target":22},{"source":23,"target":0},{"source":23,"target":226},{"source":23,"target":227},{"source":226,"target":228},{"source":226,"target":23},{"source":227,"target":229},{"source":227,"target":23},{"source":24,"target":0},{"source":24,"target":230},{"source":24,"target":231},{"source":24,"target":232},{"source":230,"target":233},{"source":230,"target":24},{"source":231,"target":234},{"source":231,"target":24},{"source":232,"target":235},{"source":232,"target":24},{"source":25,"target":0},{"source":25,"target":236},{"source":25,"target":237},{"source":25,"target":238},{"source":236,"target":24},{"source":236,"target":239},{"source":236,"target":25},{"source":239,"target":24},{"source":237,"target":240},{"source":237,"target":25},{"source":238,"target":241},{"source":238,"target":25},{"source":26,"target":0},{"source":26,"target":2},{"source":26,"target":242},{"source":242,"target":2},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":243},{"source":243,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":244},{"source":244,"target":27},{"source":30,"target":0},{"source":30,"target":245},{"source":30,"target":246},{"source":245,"target":247},{"source":245,"target":30},{"source":246,"target":248},{"source":246,"target":30},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":249},{"source":33,"target":250},{"source":33,"target":251},{"source":33,"target":252},{"source":249,"target":33},{"source":250,"target":33},{"source":251,"target":33},{"source":252,"target":33},{"source":34,"target":0},{"source":34,"target":253},{"source":34,"target":254},{"source":34,"target":255},{"source":34,"target":256},{"source":34,"target":257},{"source":34,"target":258},{"source":34,"target":259},{"source":34,"target":260},{"source":34,"target":261},{"source":34,"target":262},{"source":34,"target":263},{"source":34,"target":264},{"source":34,"target":265},{"source":34,"target":266},{"source":34,"target":267},{"source":253,"target":268},{"source":253,"target":34},{"source":254,"target":269},{"source":254,"target":34},{"source":255,"target":270},{"source":255,"target":34},{"source":256,"target":35},{"source":256,"target":271},{"source":256,"target":34},{"source":271,"target":35},{"source":257,"target":272},{"source":257,"target":34},{"source":258,"target":36},{"source":258,"target":273},{"source":258,"target":34},{"source":273,"target":36},{"source":259,"target":37},{"source":259,"target":274},{"source":259,"target":34},{"source":274,"target":37},{"source":260,"target":16},{"source":260,"target":275},{"source":260,"target":34},{"source":275,"target":16},{"source":261,"target":16},{"source":261,"target":276},{"source":261,"target":34},{"source":276,"target":16},{"source":262,"target":16},{"source":262,"target":277},{"source":262,"target":34},{"source":277,"target":16},{"source":263,"target":278},{"source":263,"target":34},{"source":264,"target":1},{"source":264,"target":279},{"source":264,"target":34},{"source":279,"target":1},{"source":265,"target":39},{"source":265,"target":280},{"source":265,"target":34},{"source":280,"target":39},{"source":266,"target":38},{"source":266,"target":281},{"source":266,"target":34},{"source":281,"target":38},{"source":267,"target":282},{"source":267,"target":34},{"source":35,"target":0},{"source":35,"target":283},{"source":35,"target":284},{"source":283,"target":285},{"source":283,"target":35},{"source":284,"target":286},{"source":284,"target":35},{"source":36,"target":0},{"source":36,"target":287},{"source":36,"target":288},{"source":36,"target":289},{"source":36,"target":290},{"source":287,"target":36},{"source":288,"target":36},{"source":289,"target":36},{"source":290,"target":36},{"source":37,"target":0},{"source":37,"target":291},{"source":37,"target":292},{"source":37,"target":293},{"source":37,"target":294},{"source":291,"target":295},{"source":291,"target":37},{"source":292,"target":37},{"source":292,"target":296},{"source":292,"target":37},{"source":296,"target":37},{"source":293,"target":1},{"source":293,"target":297},{"source":293,"target":37},{"source":297,"target":1},{"source":294,"target":298},{"source":294,"target":37},{"source":38,"target":0},{"source":38,"target":299},{"source":38,"target":300},{"source":299,"target":301},{"source":299,"target":38},{"source":300,"target":1},{"source":300,"target":302},{"source":300,"target":38},{"source":302,"target":1},{"source":39,"target":0},{"source":39,"target":303},{"source":39,"target":304},{"source":303,"target":305},{"source":303,"target":39},{"source":304,"target":306},{"source":304,"target":39}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="DiagramGlobalToolService" nsURI="http://DiagramGlobalToolService/1.0"
nsPrefix="DiagramGlobalToolService">
<eClassifiers xsi:type="ecore:EClass" name="DiagramGlobalToolDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="DiagramDefinitionRef" upperBound="-1"
eType="#//DiagramDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="DrawerDefinitionRef" upperBound="-1"
eType="#//DrawerDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="DiagramType" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DrawerDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ToolRef" upperBound="-1"
eType="#//Tool" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iconReference" eType="#//Icon"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tool">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementTypes" upperBound="-1"
eType="#//ElementType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEdge" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="setPalette" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="setPopup" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="setMenu" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iconReference" eType="#//Icon"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementType" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Icon">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconPath" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/adaussy/Diagram-Global-Tool-Service/org.eclipse.papyrus.dgts.core/model/dgts.ecore | ecore | DiagramGlobalToolService
DiagramGlobalToolDefinition
DiagramDefinitionRef
DiagramDefinition
DrawerDefinitionRef
DiagramType
DrawerDefinition
Name
ToolRef
iconReference
Tool
elementTypes
isEdge
name
setPalette
true
setPopup
true
setMenu
true
iconReference
ElementType
elementType
Icon
iconPath | null | {"directed":true,"nodes":[{"nsPrefix":"DiagramGlobalToolService","nsURI":"http://DiagramGlobalToolService/1.0","name":"DiagramGlobalToolService","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramGlobalToolDefinition","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramDefinition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DrawerDefinition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tool","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Icon","instanceClass":null,"abstract":false,"id":6,"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":"DiagramDefinitionRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"DrawerDefinitionRef","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"DiagramType","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":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":"ToolRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iconReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementTypes","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":"isEdge","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":"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":"true","unsettable":false,"transient":false,"unique":true,"name":"setPalette","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":"true","unsettable":false,"transient":false,"unique":true,"name":"setPopup","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":"true","unsettable":false,"transient":false,"unique":true,"name":"setMenu","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iconReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"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":"iconPath","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":7,"target":2},{"source":7,"target":8},{"source":7,"target":1},{"source":8,"target":2},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":9,"target":3},{"source":9,"target":11},{"source":9,"target":2},{"source":11,"target":3},{"source":10,"target":12},{"source":10,"target":2},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":15},{"source":13,"target":16},{"source":13,"target":3},{"source":14,"target":4},{"source":14,"target":17},{"source":14,"target":3},{"source":17,"target":4},{"source":15,"target":6},{"source":15,"target":18},{"source":15,"target":3},{"source":18,"target":6},{"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":4,"target":25},{"source":19,"target":5},{"source":19,"target":26},{"source":19,"target":4},{"source":26,"target":5},{"source":20,"target":27},{"source":20,"target":4},{"source":21,"target":28},{"source":21,"target":4},{"source":22,"target":29},{"source":22,"target":4},{"source":23,"target":30},{"source":23,"target":4},{"source":24,"target":31},{"source":24,"target":4},{"source":25,"target":6},{"source":25,"target":32},{"source":25,"target":4},{"source":32,"target":6},{"source":5,"target":0},{"source":5,"target":33},{"source":33,"target":34},{"source":33,"target":5},{"source":6,"target":0},{"source":6,"target":35},{"source":35,"target":36},{"source":35,"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="foundationmodel" nsURI="http://foundationmodel/1.0" nsPrefix="foundationmodel">
<eClassifiers xsi:type="ecore:EClass" name="Person">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="committerId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bugzillaEmail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="committerAgreement" eType="#//IndividualCommitterAgreeemnt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gitEmail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Review" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="approval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#//Comment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReleaseReview" eSuperTypes="#//Review"/>
<eClassifiers xsi:type="ecore:EClass" name="GraduationReview" eSuperTypes="#//ReleaseReview"/>
<eClassifiers xsi:type="ecore:EClass" name="RestructuringReview" eSuperTypes="#//Review"/>
<eClassifiers xsi:type="ecore:EClass" name="Release">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Review" eType="#//ReleaseReview"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="updateSite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newAndNoteworthy" upperBound="-1"
eType="#//NewAndNoteworthy"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="EReference0" eType="#//ProjectPlan"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iplog" eType="#//IPLog"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreationReview" eSuperTypes="#//Review">
<eStructuralFeatures xsi:type="ecore:EReference" name="committers" eType="#//Committer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="whyEclipse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialContribution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="legalIssues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interestedParties" upperBound="-1"
eType="#//InterestedParty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TopLevelProject" eSuperTypes="#//Project">
<eOperations name="getPmcMembers"/>
<eOperations name="getPmcLead"/>
<eOperations name="getArchitectureCouncilRep"/>
<eOperations name="getPlanningCouncilRep"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="charter" eType="#//Charter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubProject" eSuperTypes="#//Project">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Project"
eOpposite="#//Project/children"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Project" abstract="true">
<eOperations name="getCommitters"/>
<eOperations name="getLeaders"/>
<eOperations name="getMentors"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="namespace" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projectId" 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="longName" 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="reviews" upperBound="-1"
eType="#//Review"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="release" upperBound="-1"
eType="#//Release" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="approval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="paragraph" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="downloadDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceRepository" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bugzilla" upperBound="-1"
eType="#//BugzillaProjectLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//SubProject" containment="true" eOpposite="#//SubProject/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationship" upperBound="-1"
eType="#//ProjectRelationship" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="websiteUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wikiUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="placeholder4621001" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="retentionPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Organization">
<eOperations name="getPlanningCouncilRep"/>
<eOperations name="getArchitectureCouncilRep"/>
<eOperations name="getBoardMember"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="committerAgreement" eType="#//MemberCommitterAgreement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="logo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logoAgreement" eType="#//LogoAgreement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memberType" eType="#//MemberType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrganizationRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" lowerBound="1"
eType="#//Organization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="employee" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//OrganizationRelation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrganizationRelation">
<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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="person" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//ProjectRelation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectRelation">
<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="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Approval">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="person" eType="#//Person"/>
<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="NewAndNoteworthy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Committer">
<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="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isProjectLead" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="affiliation" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rationale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectPlan">
<eStructuralFeatures xsi:type="ecore:EReference" name="theme" upperBound="-1"
eType="#//Theme"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPLog"/>
<eClassifiers xsi:type="ecore:EClass" name="SimultaneousRelease">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1"
eType="#//SimultaneousReleaseProject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimultaneousReleaseProject">
<eStructuralFeatures xsi:type="ecore:EReference" name="project" lowerBound="1"
eType="#//Project"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="release" lowerBound="1"
eType="#//Release"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="joinDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BugzillaProjectLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="product" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="component" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BugzillaPlanLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="product" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="component" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Theme">
<eStructuralFeatures xsi:type="ecore:EReference" name="bugzilla" upperBound="-1"
eType="#//BugzillaPlanLink"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TerminationReview" eSuperTypes="#//Review"/>
<eClassifiers xsi:type="ecore:EClass" name="CommitterAgreement"/>
<eClassifiers xsi:type="ecore:EClass" name="MemberCommitterAgreement" eSuperTypes="#//CommitterAgreement"/>
<eClassifiers xsi:type="ecore:EClass" name="IndividualCommitterAgreeemnt" eSuperTypes="#//CommitterAgreement"/>
<eClassifiers xsi:type="ecore:EClass" name="InterestedParty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="affiliation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Charter"/>
<eClassifiers xsi:type="ecore:EClass" name="LogoAgreement"/>
<eClassifiers xsi:type="ecore:EEnum" name="MemberType">
<eLiterals name="Strategic"/>
<eLiterals name="Enterprise" value="1"/>
<eLiterals name="Solution" value="2"/>
<eLiterals name="Associate" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContributionQuestionnaire">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filePattern" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attachments" upperBound="-1"
eType="#//SourceAttachment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ContributionType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="discussion" upperBound="-1"
eType="#//Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pmcApproval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ipTeamApproval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="emoApproval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requester" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="license" lowerBound="1"
eType="#//License"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributors" eType="#//Contribution"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceAttachment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attachment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ContributionType">
<eLiterals name="Eclipse"/>
<eLiterals name="Prereq" value="1"/>
<eLiterals name="ExemptPrereq" value="2"/>
<eLiterals name="Workswith" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reply" upperBound="-1"
eType="#//Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Contribution">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributor" lowerBound="1"
eType="#//Person"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="License">
<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="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/ACMR/bestWeight045/48_FoundationModel.ecore | ecore | foundationmodel
Person
id
committerId
firstName
lastName
email
bugzillaEmail
committerAgreement
gitEmail
Review
description
startDate
approval
endDate
comments
ReleaseReview
GraduationReview
RestructuringReview
Release
name
Review
updateSite
newAndNoteworthy
date
EReference0
iplog
CreationReview
committers
whyEclipse
initialContribution
legalIssues
interestedParties
TopLevelProject
getPmcMembers
getPmcLead
getArchitectureCouncilRep
getPlanningCouncilRep
charter
SubProject
scope
parent
Project
getCommitters
getLeaders
getMentors
id
projectId
name
longName
description
reviews
release
approval
paragraph
downloadDirectory
sourceRepository
namespace
bugzilla
children
relationship
websiteUrl
wikiUrl
placeholder4621001
retentionPolicy
Organization
getPlanningCouncilRep
getArchitectureCouncilRep
getBoardMember
committerAgreement
name
id
description
logo
logoAgreement
memberType
active
OrganizationRelationship
organization
employee
startDate
endDate
relation
OrganizationRelation
title
description
ProjectRelationship
person
relation
startDate
endDate
ProjectRelation
title
description
Approval
date
person
comment
NewAndNoteworthy
name
description
Committer
name
email
isProjectLead
affiliation
rationale
ProjectPlan
theme
IPLog
SimultaneousRelease
name
date
participants
SimultaneousReleaseProject
project
release
joinDate
BugzillaProjectLink
product
component
BugzillaPlanLink
product
component
version
Theme
bugzilla
name
description
TerminationReview
CommitterAgreement
MemberCommitterAgreement
IndividualCommitterAgreeemnt
InterestedParty
name
affiliation
Charter
LogoAgreement
MemberType
Strategic
Strategic
Enterprise
Enterprise
Solution
Solution
Associate
Associate
ContributionQuestionnaire
title
version
filePattern
attachments
active
type
discussion
pmcApproval
ipTeamApproval
emoApproval
date
requester
license
contributors
id
SourceAttachment
active
attachment
ContributionType
Eclipse
Eclipse
Prereq
Prereq
ExemptPrereq
ExemptPrereq
Workswith
Workswith
Comment
content
reply
author
date
Contribution
amount
contributor
License
name
url | null | {"directed":true,"nodes":[{"nsPrefix":"foundationmodel","nsURI":"http://foundationmodel/1.0","name":"foundationmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReleaseReview","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraduationReview","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RestructuringReview","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Release","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreationReview","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLevelProject","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubProject","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organization","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganizationRelationship","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganizationRelation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectRelationship","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectRelation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Approval","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewAndNoteworthy","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Committer","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectPlan","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPLog","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimultaneousRelease","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimultaneousReleaseProject","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BugzillaProjectLink","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BugzillaPlanLink","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Theme","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminationReview","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommitterAgreement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberCommitterAgreement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndividualCommitterAgreeemnt","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterestedParty","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Charter","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogoAgreement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MemberType","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContributionQuestionnaire","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceAttachment","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContributionType","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"License","instanceClass":null,"abstract":false,"id":39,"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":true,"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":"committerId","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":"firstName","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":"lastName","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":"email","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bugzillaEmail","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"committerAgreement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gitEmail","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"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":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":"startDate","changeable":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"approval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Review","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":"updateSite","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"newAndNoteworthy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"EReference0","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":false,"unsettable":false,"transient":false,"unique":true,"name":"iplog","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"committers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"whyEclipse","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialContribution","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"legalIssues","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interestedParties","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPmcMembers","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPmcLead","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArchitectureCouncilRep","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPlanningCouncilRep","lowerBound":0,"id":97,"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":"charter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getCommitters","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLeaders","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMentors","lowerBound":0,"id":109,"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":"id","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":"projectId","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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviews","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":"release","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":"approval","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"paragraph","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"downloadDirectory","changeable":true,"lowerBound":0,"iD":false,"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":true,"name":"sourceRepository","changeable":true,"lowerBound":0,"iD":false,"id":120,"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":"namespace","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":false,"unsettable":false,"transient":false,"unique":true,"name":"bugzilla","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationship","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":"websiteUrl","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":"wikiUrl","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":"placeholder4621001","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retentionPolicy","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"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPlanningCouncilRep","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArchitectureCouncilRep","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBoardMember","lowerBound":0,"id":149,"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":"committerAgreement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"id","changeable":true,"lowerBound":0,"iD":true,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"logo","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logoAgreement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memberType","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"employee","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"startDate","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":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","changeable":true,"lowerBound":1,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":188,"derived":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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"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":"name","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":"description","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isProjectLead","changeable":true,"lowerBound":1,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"affiliation","changeable":true,"lowerBound":1,"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":"rationale","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"theme","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"release","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"joinDate","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"product","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":"component","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bugzilla","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"affiliation","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"name":"Strategic","id":249,"value":0,"literal":"Strategic","eClass":"EEnumLiteral"},{"name":"Enterprise","id":250,"value":1,"literal":"Enterprise","eClass":"EEnumLiteral"},{"name":"Solution","id":251,"value":2,"literal":"Solution","eClass":"EEnumLiteral"},{"name":"Associate","id":252,"value":3,"literal":"Associate","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":"title","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":254,"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":"filePattern","changeable":true,"lowerBound":0,"iD":false,"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":"attachments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"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":"active","changeable":true,"lowerBound":1,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discussion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pmcApproval","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":"ipTeamApproval","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":"emoApproval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requester","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"license","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"contributors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":1,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attachment","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"name":"Eclipse","id":287,"value":0,"literal":"Eclipse","eClass":"EEnumLiteral"},{"name":"Prereq","id":288,"value":1,"literal":"Prereq","eClass":"EEnumLiteral"},{"name":"ExemptPrereq","id":289,"value":2,"literal":"ExemptPrereq","eClass":"EEnumLiteral"},{"name":"Workswith","id":290,"value":3,"literal":"Workswith","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":"content","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reply","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":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":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"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":"amount","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":300,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":1,"target":0},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":40,"target":48},{"source":40,"target":1},{"source":41,"target":49},{"source":41,"target":1},{"source":42,"target":50},{"source":42,"target":1},{"source":43,"target":51},{"source":43,"target":1},{"source":44,"target":52},{"source":44,"target":1},{"source":45,"target":53},{"source":45,"target":1},{"source":46,"target":29},{"source":46,"target":54},{"source":46,"target":1},{"source":54,"target":29},{"source":47,"target":55},{"source":47,"target":1},{"source":2,"target":0},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":56,"target":61},{"source":56,"target":2},{"source":57,"target":62},{"source":57,"target":2},{"source":58,"target":16},{"source":58,"target":63},{"source":58,"target":2},{"source":63,"target":16},{"source":59,"target":64},{"source":59,"target":2},{"source":60,"target":37},{"source":60,"target":65},{"source":60,"target":2},{"source":65,"target":37},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":66},{"source":66,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":67},{"source":67,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":68},{"source":68,"target":2},{"source":6,"target":0},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":69,"target":76},{"source":69,"target":6},{"source":70,"target":3},{"source":70,"target":77},{"source":70,"target":6},{"source":77,"target":3},{"source":71,"target":78},{"source":71,"target":6},{"source":72,"target":17},{"source":72,"target":79},{"source":72,"target":6},{"source":79,"target":17},{"source":73,"target":80},{"source":73,"target":6},{"source":74,"target":19},{"source":74,"target":81},{"source":74,"target":6},{"source":81,"target":19},{"source":75,"target":20},{"source":75,"target":82},{"source":75,"target":6},{"source":82,"target":20},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":83},{"source":7,"target":84},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":83,"target":18},{"source":83,"target":89},{"source":83,"target":7},{"source":89,"target":18},{"source":84,"target":90},{"source":84,"target":7},{"source":85,"target":91},{"source":85,"target":7},{"source":86,"target":92},{"source":86,"target":7},{"source":87,"target":30},{"source":87,"target":93},{"source":87,"target":7},{"source":93,"target":30},{"source":88,"target":2},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":8,"target":99},{"source":94,"target":8},{"source":95,"target":8},{"source":96,"target":8},{"source":97,"target":8},{"source":98,"target":31},{"source":98,"target":100},{"source":98,"target":8},{"source":100,"target":31},{"source":99,"target":10},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":101},{"source":9,"target":102},{"source":9,"target":103},{"source":101,"target":104},{"source":101,"target":9},{"source":102,"target":10},{"source":102,"target":105},{"source":102,"target":9},{"source":102,"target":106},{"source":105,"target":10},{"source":103,"target":10},{"source":10,"target":0},{"source":10,"target":107},{"source":10,"target":108},{"source":10,"target":109},{"source":10,"target":110},{"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":10,"target":118},{"source":10,"target":119},{"source":10,"target":120},{"source":10,"target":121},{"source":10,"target":122},{"source":10,"target":106},{"source":10,"target":123},{"source":10,"target":124},{"source":10,"target":125},{"source":10,"target":126},{"source":10,"target":127},{"source":107,"target":10},{"source":108,"target":10},{"source":109,"target":10},{"source":110,"target":128},{"source":110,"target":10},{"source":111,"target":129},{"source":111,"target":10},{"source":112,"target":130},{"source":112,"target":10},{"source":113,"target":131},{"source":113,"target":10},{"source":114,"target":132},{"source":114,"target":10},{"source":115,"target":2},{"source":115,"target":133},{"source":115,"target":10},{"source":133,"target":2},{"source":116,"target":6},{"source":116,"target":134},{"source":116,"target":10},{"source":134,"target":6},{"source":117,"target":16},{"source":117,"target":135},{"source":117,"target":10},{"source":135,"target":16},{"source":118,"target":136},{"source":118,"target":10},{"source":119,"target":137},{"source":119,"target":10},{"source":120,"target":138},{"source":120,"target":10},{"source":121,"target":139},{"source":121,"target":10},{"source":122,"target":23},{"source":122,"target":140},{"source":122,"target":10},{"source":140,"target":23},{"source":106,"target":9},{"source":106,"target":141},{"source":106,"target":10},{"source":106,"target":102},{"source":141,"target":9},{"source":123,"target":14},{"source":123,"target":142},{"source":123,"target":10},{"source":142,"target":14},{"source":124,"target":143},{"source":124,"target":10},{"source":125,"target":144},{"source":125,"target":10},{"source":126,"target":145},{"source":126,"target":10},{"source":127,"target":146},{"source":127,"target":10},{"source":11,"target":0},{"source":11,"target":147},{"source":11,"target":148},{"source":11,"target":149},{"source":11,"target":150},{"source":11,"target":151},{"source":11,"target":152},{"source":11,"target":153},{"source":11,"target":154},{"source":11,"target":155},{"source":11,"target":156},{"source":11,"target":157},{"source":147,"target":11},{"source":148,"target":11},{"source":149,"target":11},{"source":150,"target":28},{"source":150,"target":158},{"source":150,"target":11},{"source":158,"target":28},{"source":151,"target":159},{"source":151,"target":11},{"source":152,"target":160},{"source":152,"target":11},{"source":153,"target":161},{"source":153,"target":11},{"source":154,"target":162},{"source":154,"target":11},{"source":155,"target":32},{"source":155,"target":163},{"source":155,"target":11},{"source":163,"target":32},{"source":156,"target":33},{"source":156,"target":164},{"source":156,"target":11},{"source":164,"target":33},{"source":157,"target":165},{"source":157,"target":11},{"source":12,"target":0},{"source":12,"target":166},{"source":12,"target":167},{"source":12,"target":168},{"source":12,"target":169},{"source":12,"target":170},{"source":166,"target":11},{"source":166,"target":171},{"source":166,"target":12},{"source":171,"target":11},{"source":167,"target":1},{"source":167,"target":172},{"source":167,"target":12},{"source":172,"target":1},{"source":168,"target":173},{"source":168,"target":12},{"source":169,"target":174},{"source":169,"target":12},{"source":170,"target":13},{"source":170,"target":175},{"source":170,"target":12},{"source":175,"target":13},{"source":13,"target":0},{"source":13,"target":176},{"source":13,"target":177},{"source":176,"target":178},{"source":176,"target":13},{"source":177,"target":179},{"source":177,"target":13},{"source":14,"target":0},{"source":14,"target":180},{"source":14,"target":181},{"source":14,"target":182},{"source":14,"target":183},{"source":180,"target":1},{"source":180,"target":184},{"source":180,"target":14},{"source":184,"target":1},{"source":181,"target":15},{"source":181,"target":185},{"source":181,"target":14},{"source":185,"target":15},{"source":182,"target":186},{"source":182,"target":14},{"source":183,"target":187},{"source":183,"target":14},{"source":15,"target":0},{"source":15,"target":188},{"source":15,"target":189},{"source":188,"target":190},{"source":188,"target":15},{"source":189,"target":191},{"source":189,"target":15},{"source":16,"target":0},{"source":16,"target":192},{"source":16,"target":193},{"source":16,"target":194},{"source":192,"target":195},{"source":192,"target":16},{"source":193,"target":1},{"source":193,"target":196},{"source":193,"target":16},{"source":196,"target":1},{"source":194,"target":197},{"source":194,"target":16},{"source":17,"target":0},{"source":17,"target":198},{"source":17,"target":199},{"source":198,"target":200},{"source":198,"target":17},{"source":199,"target":201},{"source":199,"target":17},{"source":18,"target":0},{"source":18,"target":202},{"source":18,"target":203},{"source":18,"target":204},{"source":18,"target":205},{"source":18,"target":206},{"source":202,"target":207},{"source":202,"target":18},{"source":203,"target":208},{"source":203,"target":18},{"source":204,"target":209},{"source":204,"target":18},{"source":205,"target":210},{"source":205,"target":18},{"source":206,"target":211},{"source":206,"target":18},{"source":19,"target":0},{"source":19,"target":212},{"source":212,"target":25},{"source":212,"target":213},{"source":212,"target":19},{"source":213,"target":25},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":214},{"source":21,"target":215},{"source":21,"target":216},{"source":214,"target":217},{"source":214,"target":21},{"source":215,"target":218},{"source":215,"target":21},{"source":216,"target":22},{"source":216,"target":219},{"source":216,"target":21},{"source":219,"target":22},{"source":22,"target":0},{"source":22,"target":220},{"source":22,"target":221},{"source":22,"target":222},{"source":220,"target":10},{"source":220,"target":223},{"source":220,"target":22},{"source":223,"target":10},{"source":221,"target":6},{"source":221,"target":224},{"source":221,"target":22},{"source":224,"target":6},{"source":222,"target":225},{"source":222,"target":22},{"source":23,"target":0},{"source":23,"target":226},{"source":23,"target":227},{"source":226,"target":228},{"source":226,"target":23},{"source":227,"target":229},{"source":227,"target":23},{"source":24,"target":0},{"source":24,"target":230},{"source":24,"target":231},{"source":24,"target":232},{"source":230,"target":233},{"source":230,"target":24},{"source":231,"target":234},{"source":231,"target":24},{"source":232,"target":235},{"source":232,"target":24},{"source":25,"target":0},{"source":25,"target":236},{"source":25,"target":237},{"source":25,"target":238},{"source":236,"target":24},{"source":236,"target":239},{"source":236,"target":25},{"source":239,"target":24},{"source":237,"target":240},{"source":237,"target":25},{"source":238,"target":241},{"source":238,"target":25},{"source":26,"target":0},{"source":26,"target":2},{"source":26,"target":242},{"source":242,"target":2},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":243},{"source":243,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":244},{"source":244,"target":27},{"source":30,"target":0},{"source":30,"target":245},{"source":30,"target":246},{"source":245,"target":247},{"source":245,"target":30},{"source":246,"target":248},{"source":246,"target":30},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":249},{"source":33,"target":250},{"source":33,"target":251},{"source":33,"target":252},{"source":249,"target":33},{"source":250,"target":33},{"source":251,"target":33},{"source":252,"target":33},{"source":34,"target":0},{"source":34,"target":253},{"source":34,"target":254},{"source":34,"target":255},{"source":34,"target":256},{"source":34,"target":257},{"source":34,"target":258},{"source":34,"target":259},{"source":34,"target":260},{"source":34,"target":261},{"source":34,"target":262},{"source":34,"target":263},{"source":34,"target":264},{"source":34,"target":265},{"source":34,"target":266},{"source":34,"target":267},{"source":253,"target":268},{"source":253,"target":34},{"source":254,"target":269},{"source":254,"target":34},{"source":255,"target":270},{"source":255,"target":34},{"source":256,"target":35},{"source":256,"target":271},{"source":256,"target":34},{"source":271,"target":35},{"source":257,"target":272},{"source":257,"target":34},{"source":258,"target":36},{"source":258,"target":273},{"source":258,"target":34},{"source":273,"target":36},{"source":259,"target":37},{"source":259,"target":274},{"source":259,"target":34},{"source":274,"target":37},{"source":260,"target":16},{"source":260,"target":275},{"source":260,"target":34},{"source":275,"target":16},{"source":261,"target":16},{"source":261,"target":276},{"source":261,"target":34},{"source":276,"target":16},{"source":262,"target":16},{"source":262,"target":277},{"source":262,"target":34},{"source":277,"target":16},{"source":263,"target":278},{"source":263,"target":34},{"source":264,"target":1},{"source":264,"target":279},{"source":264,"target":34},{"source":279,"target":1},{"source":265,"target":39},{"source":265,"target":280},{"source":265,"target":34},{"source":280,"target":39},{"source":266,"target":38},{"source":266,"target":281},{"source":266,"target":34},{"source":281,"target":38},{"source":267,"target":282},{"source":267,"target":34},{"source":35,"target":0},{"source":35,"target":283},{"source":35,"target":284},{"source":283,"target":285},{"source":283,"target":35},{"source":284,"target":286},{"source":284,"target":35},{"source":36,"target":0},{"source":36,"target":287},{"source":36,"target":288},{"source":36,"target":289},{"source":36,"target":290},{"source":287,"target":36},{"source":288,"target":36},{"source":289,"target":36},{"source":290,"target":36},{"source":37,"target":0},{"source":37,"target":291},{"source":37,"target":292},{"source":37,"target":293},{"source":37,"target":294},{"source":291,"target":295},{"source":291,"target":37},{"source":292,"target":37},{"source":292,"target":296},{"source":292,"target":37},{"source":296,"target":37},{"source":293,"target":1},{"source":293,"target":297},{"source":293,"target":37},{"source":297,"target":1},{"source":294,"target":298},{"source":294,"target":37},{"source":38,"target":0},{"source":38,"target":299},{"source":38,"target":300},{"source":299,"target":301},{"source":299,"target":38},{"source":300,"target":1},{"source":300,"target":302},{"source":300,"target":38},{"source":302,"target":1},{"source":39,"target":0},{"source":39,"target":303},{"source":39,"target":304},{"source":303,"target":305},{"source":303,"target":39},{"source":304,"target":306},{"source":304,"target":39}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="opa" nsURI="http://www.devboost.de/opa" nsPrefix="opa">
<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 xsi:type="ecore:EClass" name="Activity">
<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="person" lowerBound="1"
eType="#//Person" 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="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<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="hours" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<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" 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>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity" 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>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="#//Entity">
<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="firstName" 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="lastName" 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="email" 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="gender" 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>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PersonCalendar">
<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="Project" eSuperTypes="#//Entity">
<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="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:EReference" name="teams" upperBound="-1"
eType="#//Team" 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="ProjectCalendar">
<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="Task" eSuperTypes="#//Entity">
<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="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="estimatedEffortPD" 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:EAttribute" name="restEffortPD" 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="assignedTo" lowerBound="1"
eType="#//TeamMember">
<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="activities" upperBound="-1"
eType="#//Activity" 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="Team" eSuperTypes="#//Entity">
<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="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:EReference" name="childTeams" upperBound="-1"
eType="#//Team" 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="teamRoles" upperBound="-1"
eType="#//TeamRole" 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="lead" lowerBound="1" eType="#//Person"
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="topics" upperBound="-1"
eType="#//Topic" 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="TeamMember">
<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="person" lowerBound="1"
eType="#//Person">
<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="percentCapacity" 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>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TeamRole">
<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="role" lowerBound="1" eType="#//Role">
<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="count" 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="member" lowerBound="1"
eType="#//TeamMember" 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="Topic" eSuperTypes="#//Entity">
<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="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:EReference" name="childTopics" upperBound="-1"
eType="#//Topic" 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="tasks" upperBound="-1"
eType="#//Task" 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="ValueObject" 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>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Role">
<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>
<eLiterals name="PROJECTMANAGER" value="1">
<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>
</eLiterals>
<eLiterals name="ANALYST" value="2">
<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>
</eLiterals>
<eLiterals name="TESTER" value="3">
<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>
</eLiterals>
<eLiterals name="ANY" value="4">
<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>
</eLiterals>
<eLiterals name="DEVELOPER" value="5">
<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>
</eLiterals>
<eLiterals name="STAKEHOLDER" value="6">
<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>
</eLiterals>
<eLiterals name="ARCHITECT">
<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>
</eLiterals>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/opa.ecore | ecore | opa
Activity
person
date
hours
description
Entity
Person
firstName
lastName
email
gender
PersonCalendar
Project
name
teams
ProjectCalendar
Task
name
estimatedEffortPD
restEffortPD
assignedTo
activities
Team
name
childTeams
teamRoles
lead
topics
TeamMember
person
percentCapacity
TeamRole
role
count
member
Topic
name
childTopics
tasks
ValueObject
Role
PROJECTMANAGER
PROJECTMANAGER
ANALYST
ANALYST
TESTER
TESTER
ANY
ANY
DEVELOPER
DEVELOPER
STAKEHOLDER
STAKEHOLDER
ARCHITECT
ARCHITECT | null | {"directed":true,"nodes":[{"nsPrefix":"opa","nsURI":"http://www.devboost.de/opa","name":"opa","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersonCalendar","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectCalendar","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Team","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TeamMember","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TeamRole","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Topic","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueObject","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Role","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hours","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","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":"lastName","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":"email","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gender","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"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":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":"teams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"estimatedEffortPD","changeable":true,"lowerBound":1,"iD":false,"id":37,"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":"restEffortPD","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":false,"unsettable":false,"transient":false,"unique":true,"name":"assignedTo","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"activities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childTeams","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":"teamRoles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lead","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":"topics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"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":"percentCapacity","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"count","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childTopics","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":"tasks","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"},{"name":"PROJECTMANAGER","id":75,"value":1,"literal":"PROJECTMANAGER","eClass":"EEnumLiteral"},{"name":"ANALYST","id":76,"value":2,"literal":"ANALYST","eClass":"EEnumLiteral"},{"name":"TESTER","id":77,"value":3,"literal":"TESTER","eClass":"EEnumLiteral"},{"name":"ANY","id":78,"value":4,"literal":"ANY","eClass":"EEnumLiteral"},{"name":"DEVELOPER","id":79,"value":5,"literal":"DEVELOPER","eClass":"EEnumLiteral"},{"name":"STAKEHOLDER","id":80,"value":6,"literal":"STAKEHOLDER","eClass":"EEnumLiteral"},{"name":"ARCHITECT","id":81,"value":0,"literal":"ARCHITECT","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":14,"target":3},{"source":14,"target":18},{"source":14,"target":1},{"source":18,"target":3},{"source":15,"target":19},{"source":15,"target":1},{"source":16,"target":20},{"source":16,"target":1},{"source":17,"target":21},{"source":17,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":22,"target":27},{"source":22,"target":3},{"source":23,"target":28},{"source":23,"target":3},{"source":24,"target":29},{"source":24,"target":3},{"source":25,"target":30},{"source":25,"target":3},{"source":26,"target":2},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":31,"target":34},{"source":31,"target":5},{"source":32,"target":8},{"source":32,"target":35},{"source":32,"target":5},{"source":35,"target":8},{"source":33,"target":2},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":36},{"source":7,"target":37},{"source":7,"target":38},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":36,"target":42},{"source":36,"target":7},{"source":37,"target":43},{"source":37,"target":7},{"source":38,"target":44},{"source":38,"target":7},{"source":39,"target":9},{"source":39,"target":45},{"source":39,"target":7},{"source":45,"target":9},{"source":40,"target":1},{"source":40,"target":46},{"source":40,"target":7},{"source":46,"target":1},{"source":41,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":8,"target":52},{"source":47,"target":53},{"source":47,"target":8},{"source":48,"target":8},{"source":48,"target":54},{"source":48,"target":8},{"source":54,"target":8},{"source":49,"target":10},{"source":49,"target":55},{"source":49,"target":8},{"source":55,"target":10},{"source":50,"target":3},{"source":50,"target":56},{"source":50,"target":8},{"source":56,"target":3},{"source":51,"target":11},{"source":51,"target":57},{"source":51,"target":8},{"source":57,"target":11},{"source":52,"target":2},{"source":9,"target":0},{"source":9,"target":58},{"source":9,"target":59},{"source":58,"target":3},{"source":58,"target":60},{"source":58,"target":9},{"source":60,"target":3},{"source":59,"target":61},{"source":59,"target":9},{"source":10,"target":0},{"source":10,"target":62},{"source":10,"target":63},{"source":10,"target":64},{"source":62,"target":13},{"source":62,"target":65},{"source":62,"target":10},{"source":65,"target":13},{"source":63,"target":66},{"source":63,"target":10},{"source":64,"target":9},{"source":64,"target":67},{"source":64,"target":10},{"source":67,"target":9},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":68},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":68,"target":72},{"source":68,"target":11},{"source":69,"target":11},{"source":69,"target":73},{"source":69,"target":11},{"source":73,"target":11},{"source":70,"target":7},{"source":70,"target":74},{"source":70,"target":11},{"source":74,"target":7},{"source":71,"target":2},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":75},{"source":13,"target":76},{"source":13,"target":77},{"source":13,"target":78},{"source":13,"target":79},{"source":13,"target":80},{"source":13,"target":81},{"source":75,"target":13},{"source":76,"target":13},{"source":77,"target":13},{"source":78,"target":13},{"source":79,"target":13},{"source":80,"target":13},{"source":81,"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="simplemappings"
nsURI="http://org.msl.simple.gmfmap/simplemappings_1.1" nsPrefix="simplemap">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="settingDelegates" value="org.msl.simple.gmfmap.simplemapping.setting"/>
<details key="invocationDelegates" value="org.msl.simple.gmfmap.simplemapping.invocation"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="SimpleMapping" eSuperTypes="#//SimpleParentNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="canvas" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//Canvas"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="palette" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.tooldef/models/tooldef.ecore#//Palette"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.map/models/gmfmap.ecore#//Mapping"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="domainModel" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="domainMetaElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleTopNode" eSuperTypes="#//SimpleNode #//SimpleParentNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1"
eType="#//SimpleLinkMapping" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleCompartment" eSuperTypes="#//SimpleParentNode #//SimpleChildNode #//SimpleMappingElementWithFigure">
<eStructuralFeatures xsi:type="ecore:EReference" name="compartmentMapping" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.map/models/gmfmap.ecore#//CompartmentMapping"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="compartment" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//Compartment"
changeable="false" unsettable="true" derived="true">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="compartmentLabel" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//Label"
changeable="false" unsettable="true" derived="true">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="needsTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleLabelNode" eSuperTypes="#//SimpleNode"/>
<eClassifiers xsi:type="ecore:EClass" name="SimpleLinkMapping" eSuperTypes="#//SimpleChildNode #//SimpleParentNode #//SimpleMappingElementWithFigure">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkMapping" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.map/models/gmfmap.ecore#//LinkMapping"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="diagramLink" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//Connection">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="diagramLabel" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//DiagramLabel"
changeable="false" unsettable="true" derived="true">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="tool" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.tooldef/models/tooldef.ecore#//AbstractTool"
changeable="false" unsettable="true" derived="true">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleNode" eSuperTypes="#//SimpleChildNode #//SimpleMappingElementWithFigure #//SimpleNodeReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="tool" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.tooldef/models/tooldef.ecore#//AbstractTool"
changeable="false" unsettable="true" derived="true">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelAttributes" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute" transient="true">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="diagramNode" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//Node"
changeable="false" unsettable="true" derived="true">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="diagramLabel" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//DiagramLabel"
changeable="false" unsettable="true" derived="true">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="domainMetaElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"
transient="true" derived="true">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleParentNode" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//SimpleChildNode" containment="true" eOpposite="#//SimpleChildNode/parentNode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleChildNode" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentNode" eType="#//SimpleParentNode"
unsettable="true" eOpposite="#//SimpleParentNode/children"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentMapping" eType="#//SimpleMapping"
transient="true">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//SimpleNode">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentMetaElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"
transient="true">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleSubNode" eSuperTypes="#//SimpleNode #//SimpleParentNode"/>
<eClassifiers xsi:type="ecore:EClass" name="SimpleMappingElementWithFigure">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeFigure" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//Figure">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelFigure" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//Figure">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleChildReference" eSuperTypes="#//SimpleNodeReference #//SimpleChildNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedChild" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.map/models/gmfmap.ecore#//NodeMapping"
transient="true" derived="true">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedSimpleNode" eType="#//SimpleNode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleNodeReference">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeReference" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.map/models/gmfmap.ecore#//NodeReference"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containmentFeature" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"
transient="true" derived="true">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="org.msl.simple.gmfmap.simplemapping.setting"/>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/simplemap.ecore | ecore | simplemappings
SimpleMapping
canvas
palette
mapping
domainModel
domainMetaElement
SimpleTopNode
links
SimpleCompartment
compartmentMapping
name
compartment
compartmentLabel
needsTitle
true
SimpleLabelNode
SimpleLinkMapping
name
linkMapping
diagramLink
diagramLabel
tool
SimpleNode
tool
labelAttributes
diagramNode
diagramLabel
domainMetaElement
SimpleParentNode
children
SimpleChildNode
parentNode
parentMapping
parent
parentMetaElement
SimpleSubNode
SimpleMappingElementWithFigure
nodeFigure
labelFigure
SimpleChildReference
referencedChild
referencedSimpleNode
SimpleNodeReference
nodeReference
containmentFeature
name | null | {"directed":true,"nodes":[{"nsPrefix":"simplemap","nsURI":"http://org.msl.simple.gmfmap/simplemappings_1.1","name":"simplemappings","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleMapping","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleTopNode","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleCompartment","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleLabelNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleLinkMapping","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleNode","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleParentNode","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleChildNode","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleSubNode","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleMappingElementWithFigure","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleChildReference","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleNodeReference","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"canvas","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":"palette","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":"mapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainModel","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":"domainMetaElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":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":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compartmentMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"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":29,"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":"compartment","changeable":false,"resolveProxies":true,"lowerBound":0,"id":30,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"compartmentLabel","changeable":false,"resolveProxies":true,"lowerBound":0,"id":31,"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":"needsTitle","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"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":"diagramLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"diagramLabel","changeable":false,"resolveProxies":true,"lowerBound":0,"id":45,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"tool","changeable":false,"resolveProxies":true,"lowerBound":0,"id":46,"derived":true},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"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":"tool","changeable":false,"resolveProxies":true,"lowerBound":0,"id":55,"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":true,"unique":true,"name":"labelAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"diagramNode","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":true,"transient":false,"unique":true,"name":"diagramLabel","changeable":false,"resolveProxies":true,"lowerBound":0,"id":58,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"domainMetaElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":true},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"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":true,"transient":false,"unique":true,"name":"parentNode","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":true,"unique":true,"name":"parentMapping","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":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"parentMetaElement","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeFigure","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":"labelFigure","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":true,"unique":true,"name":"referencedChild","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"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":"referencedSimpleNode","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"containmentFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":13,"target":19},{"source":13,"target":1},{"source":14,"target":20},{"source":14,"target":1},{"source":15,"target":21},{"source":15,"target":1},{"source":16,"target":22},{"source":16,"target":1},{"source":17,"target":23},{"source":17,"target":1},{"source":18,"target":7},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":7},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":24,"target":5},{"source":24,"target":27},{"source":24,"target":2},{"source":27,"target":5},{"source":25,"target":6},{"source":26,"target":7},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":8},{"source":3,"target":10},{"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":28,"target":36},{"source":28,"target":3},{"source":29,"target":37},{"source":29,"target":3},{"source":30,"target":38},{"source":30,"target":3},{"source":31,"target":39},{"source":31,"target":3},{"source":32,"target":40},{"source":32,"target":3},{"source":33,"target":7},{"source":34,"target":8},{"source":35,"target":10},{"source":4,"target":0},{"source":4,"target":6},{"source":4,"target":41},{"source":41,"target":6},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":7},{"source":5,"target":10},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":42,"target":50},{"source":42,"target":5},{"source":43,"target":51},{"source":43,"target":5},{"source":44,"target":52},{"source":44,"target":5},{"source":45,"target":53},{"source":45,"target":5},{"source":46,"target":54},{"source":46,"target":5},{"source":47,"target":8},{"source":48,"target":7},{"source":49,"target":10},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":10},{"source":6,"target":12},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":55,"target":63},{"source":55,"target":6},{"source":56,"target":64},{"source":56,"target":6},{"source":57,"target":65},{"source":57,"target":6},{"source":58,"target":66},{"source":58,"target":6},{"source":59,"target":67},{"source":59,"target":6},{"source":60,"target":8},{"source":61,"target":10},{"source":62,"target":12},{"source":7,"target":0},{"source":7,"target":68},{"source":68,"target":8},{"source":68,"target":69},{"source":68,"target":7},{"source":68,"target":70},{"source":69,"target":8},{"source":8,"target":0},{"source":8,"target":70},{"source":8,"target":71},{"source":8,"target":72},{"source":8,"target":73},{"source":70,"target":7},{"source":70,"target":74},{"source":70,"target":8},{"source":70,"target":68},{"source":74,"target":7},{"source":71,"target":1},{"source":71,"target":75},{"source":71,"target":8},{"source":75,"target":1},{"source":72,"target":6},{"source":72,"target":76},{"source":72,"target":8},{"source":76,"target":6},{"source":73,"target":77},{"source":73,"target":8},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":7},{"source":9,"target":78},{"source":9,"target":79},{"source":78,"target":6},{"source":79,"target":7},{"source":10,"target":0},{"source":10,"target":80},{"source":10,"target":81},{"source":80,"target":82},{"source":80,"target":10},{"source":81,"target":83},{"source":81,"target":10},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":8},{"source":11,"target":84},{"source":11,"target":85},{"source":11,"target":86},{"source":11,"target":87},{"source":84,"target":88},{"source":84,"target":11},{"source":85,"target":6},{"source":85,"target":89},{"source":85,"target":11},{"source":89,"target":6},{"source":86,"target":12},{"source":87,"target":8},{"source":12,"target":0},{"source":12,"target":90},{"source":12,"target":91},{"source":12,"target":92},{"source":90,"target":93},{"source":90,"target":12},{"source":91,"target":94},{"source":91,"target":12},{"source":92,"target":95},{"source":92,"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="foundationmodel" nsURI="http://foundationmodel/1.0" nsPrefix="foundationmodel">
<eClassifiers xsi:type="ecore:EClass" name="Person">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="committerId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bugzillaEmail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="committerAgreement" eType="#//IndividualCommitterAgreeemnt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gitEmail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Review" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="approval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#//Comment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReleaseReview" eSuperTypes="#//Review"/>
<eClassifiers xsi:type="ecore:EClass" name="GraduationReview" eSuperTypes="#//ReleaseReview"/>
<eClassifiers xsi:type="ecore:EClass" name="RestructuringReview" eSuperTypes="#//Review"/>
<eClassifiers xsi:type="ecore:EClass" name="Release">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Review" eType="#//ReleaseReview"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="updateSite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newAndNoteworthy" upperBound="-1"
eType="#//NewAndNoteworthy"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="EReference0" eType="#//ProjectPlan"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iplog" eType="#//IPLog"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreationReview" eSuperTypes="#//Review">
<eStructuralFeatures xsi:type="ecore:EReference" name="committers" eType="#//Committer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="whyEclipse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialContribution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="legalIssues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interestedParties" upperBound="-1"
eType="#//InterestedParty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TopLevelProject" eSuperTypes="#//Project">
<eOperations name="getPmcMembers"/>
<eOperations name="getPmcLead"/>
<eOperations name="getArchitectureCouncilRep"/>
<eOperations name="getPlanningCouncilRep"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="charter" eType="#//Charter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubProject" eSuperTypes="#//Project">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="placeholder2756321" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Project"
eOpposite="#//Project/children"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Project" abstract="true">
<eOperations name="getCommitters"/>
<eOperations name="getLeaders"/>
<eOperations name="getMentors"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="namespace" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projectId" 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="longName" 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="reviews" upperBound="-1"
eType="#//Review"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="release" upperBound="-1"
eType="#//Release" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="approval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="paragraph" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="downloadDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceRepository" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bugzilla" upperBound="-1"
eType="#//BugzillaProjectLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//SubProject" containment="true" eOpposite="#//SubProject/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationship" upperBound="-1"
eType="#//ProjectRelationship" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="websiteUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wikiUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="placeholder1190911" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="retentionPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Organization">
<eOperations name="getPlanningCouncilRep"/>
<eOperations name="getArchitectureCouncilRep"/>
<eOperations name="getBoardMember"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="committerAgreement" eType="#//MemberCommitterAgreement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="logo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logoAgreement" eType="#//LogoAgreement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memberType" eType="#//MemberType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrganizationRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" lowerBound="1"
eType="#//Organization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="employee" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//OrganizationRelation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrganizationRelation">
<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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="person" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//ProjectRelation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectRelation">
<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="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Approval">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="person" eType="#//Person"/>
<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="NewAndNoteworthy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Committer">
<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="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isProjectLead" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="affiliation" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rationale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectPlan">
<eStructuralFeatures xsi:type="ecore:EReference" name="theme" upperBound="-1"
eType="#//Theme"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPLog"/>
<eClassifiers xsi:type="ecore:EClass" name="SimultaneousRelease">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1"
eType="#//SimultaneousReleaseProject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimultaneousReleaseProject">
<eStructuralFeatures xsi:type="ecore:EReference" name="project" lowerBound="1"
eType="#//Project"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="release" lowerBound="1"
eType="#//Release"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="joinDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BugzillaProjectLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="product" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="component" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BugzillaPlanLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="product" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="component" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Theme">
<eStructuralFeatures xsi:type="ecore:EReference" name="bugzilla" upperBound="-1"
eType="#//BugzillaPlanLink"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TerminationReview" eSuperTypes="#//Review"/>
<eClassifiers xsi:type="ecore:EClass" name="CommitterAgreement"/>
<eClassifiers xsi:type="ecore:EClass" name="MemberCommitterAgreement" eSuperTypes="#//CommitterAgreement"/>
<eClassifiers xsi:type="ecore:EClass" name="IndividualCommitterAgreeemnt" eSuperTypes="#//CommitterAgreement"/>
<eClassifiers xsi:type="ecore:EClass" name="InterestedParty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="affiliation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Charter"/>
<eClassifiers xsi:type="ecore:EClass" name="LogoAgreement"/>
<eClassifiers xsi:type="ecore:EEnum" name="MemberType">
<eLiterals name="Strategic"/>
<eLiterals name="Enterprise" value="1"/>
<eLiterals name="Solution" value="2"/>
<eLiterals name="Associate" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContributionQuestionnaire">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filePattern" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attachments" upperBound="-1"
eType="#//SourceAttachment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ContributionType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="discussion" upperBound="-1"
eType="#//Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pmcApproval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ipTeamApproval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="emoApproval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requester" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="license" lowerBound="1"
eType="#//License"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributors" eType="#//Contribution"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceAttachment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attachment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ContributionType">
<eLiterals name="Eclipse"/>
<eLiterals name="Prereq" value="1"/>
<eLiterals name="ExemptPrereq" value="2"/>
<eLiterals name="Workswith" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reply" upperBound="-1"
eType="#//Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Contribution">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributor" lowerBound="1"
eType="#//Person"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="License">
<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="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/ACMR/bestWeight4/48_FoundationModel.ecore | ecore | foundationmodel
Person
id
committerId
firstName
lastName
email
bugzillaEmail
committerAgreement
gitEmail
Review
description
startDate
approval
endDate
comments
ReleaseReview
GraduationReview
RestructuringReview
Release
name
Review
updateSite
newAndNoteworthy
date
EReference0
iplog
CreationReview
committers
whyEclipse
initialContribution
legalIssues
interestedParties
TopLevelProject
getPmcMembers
getPmcLead
getArchitectureCouncilRep
getPlanningCouncilRep
charter
SubProject
placeholder2756321
parent
Project
getCommitters
getLeaders
getMentors
id
projectId
name
longName
description
reviews
release
approval
paragraph
downloadDirectory
sourceRepository
namespace
bugzilla
children
relationship
websiteUrl
wikiUrl
placeholder1190911
retentionPolicy
Organization
getPlanningCouncilRep
getArchitectureCouncilRep
getBoardMember
committerAgreement
name
id
description
logo
logoAgreement
memberType
active
OrganizationRelationship
organization
employee
startDate
endDate
relation
OrganizationRelation
title
description
ProjectRelationship
person
relation
startDate
endDate
ProjectRelation
title
description
Approval
date
person
comment
NewAndNoteworthy
name
description
Committer
name
email
isProjectLead
affiliation
rationale
ProjectPlan
theme
IPLog
SimultaneousRelease
name
date
participants
SimultaneousReleaseProject
project
release
joinDate
BugzillaProjectLink
product
component
BugzillaPlanLink
product
component
version
Theme
bugzilla
name
description
TerminationReview
CommitterAgreement
MemberCommitterAgreement
IndividualCommitterAgreeemnt
InterestedParty
name
affiliation
Charter
LogoAgreement
MemberType
Strategic
Strategic
Enterprise
Enterprise
Solution
Solution
Associate
Associate
ContributionQuestionnaire
title
version
filePattern
attachments
active
type
discussion
pmcApproval
ipTeamApproval
emoApproval
date
requester
license
contributors
id
SourceAttachment
active
attachment
ContributionType
Eclipse
Eclipse
Prereq
Prereq
ExemptPrereq
ExemptPrereq
Workswith
Workswith
Comment
content
reply
author
date
Contribution
amount
contributor
License
name
url | null | {"directed":true,"nodes":[{"nsPrefix":"foundationmodel","nsURI":"http://foundationmodel/1.0","name":"foundationmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReleaseReview","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraduationReview","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RestructuringReview","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Release","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreationReview","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLevelProject","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubProject","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organization","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganizationRelationship","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganizationRelation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectRelationship","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectRelation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Approval","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewAndNoteworthy","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Committer","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectPlan","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPLog","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimultaneousRelease","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimultaneousReleaseProject","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BugzillaProjectLink","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BugzillaPlanLink","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Theme","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminationReview","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommitterAgreement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberCommitterAgreement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndividualCommitterAgreeemnt","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterestedParty","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Charter","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogoAgreement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MemberType","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContributionQuestionnaire","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceAttachment","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContributionType","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"License","instanceClass":null,"abstract":false,"id":39,"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":true,"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":"committerId","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":"firstName","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":"lastName","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":"email","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bugzillaEmail","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"committerAgreement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gitEmail","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"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":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":"startDate","changeable":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"approval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Review","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":"updateSite","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"newAndNoteworthy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"EReference0","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":false,"unsettable":false,"transient":false,"unique":true,"name":"iplog","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"committers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"whyEclipse","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialContribution","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"legalIssues","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interestedParties","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPmcMembers","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPmcLead","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArchitectureCouncilRep","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPlanningCouncilRep","lowerBound":0,"id":97,"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":"charter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"placeholder2756321","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getCommitters","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLeaders","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMentors","lowerBound":0,"id":109,"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":"id","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":"projectId","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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviews","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":"release","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":"approval","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"paragraph","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"downloadDirectory","changeable":true,"lowerBound":0,"iD":false,"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":true,"name":"sourceRepository","changeable":true,"lowerBound":0,"iD":false,"id":120,"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":"namespace","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":false,"unsettable":false,"transient":false,"unique":true,"name":"bugzilla","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationship","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":"websiteUrl","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":"wikiUrl","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":"placeholder1190911","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retentionPolicy","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"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPlanningCouncilRep","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArchitectureCouncilRep","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBoardMember","lowerBound":0,"id":149,"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":"committerAgreement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"id","changeable":true,"lowerBound":0,"iD":true,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"logo","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logoAgreement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memberType","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"employee","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"startDate","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":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","changeable":true,"lowerBound":1,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":188,"derived":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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"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":"name","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":"description","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isProjectLead","changeable":true,"lowerBound":1,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"affiliation","changeable":true,"lowerBound":1,"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":"rationale","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"theme","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"release","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"joinDate","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"product","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":"component","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bugzilla","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"affiliation","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"name":"Strategic","id":249,"value":0,"literal":"Strategic","eClass":"EEnumLiteral"},{"name":"Enterprise","id":250,"value":1,"literal":"Enterprise","eClass":"EEnumLiteral"},{"name":"Solution","id":251,"value":2,"literal":"Solution","eClass":"EEnumLiteral"},{"name":"Associate","id":252,"value":3,"literal":"Associate","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":"title","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":254,"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":"filePattern","changeable":true,"lowerBound":0,"iD":false,"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":"attachments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"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":"active","changeable":true,"lowerBound":1,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discussion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pmcApproval","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":"ipTeamApproval","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":"emoApproval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requester","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"license","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"contributors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":1,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attachment","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"name":"Eclipse","id":287,"value":0,"literal":"Eclipse","eClass":"EEnumLiteral"},{"name":"Prereq","id":288,"value":1,"literal":"Prereq","eClass":"EEnumLiteral"},{"name":"ExemptPrereq","id":289,"value":2,"literal":"ExemptPrereq","eClass":"EEnumLiteral"},{"name":"Workswith","id":290,"value":3,"literal":"Workswith","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":"content","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reply","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":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":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"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":"amount","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":300,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":1,"target":0},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":40,"target":48},{"source":40,"target":1},{"source":41,"target":49},{"source":41,"target":1},{"source":42,"target":50},{"source":42,"target":1},{"source":43,"target":51},{"source":43,"target":1},{"source":44,"target":52},{"source":44,"target":1},{"source":45,"target":53},{"source":45,"target":1},{"source":46,"target":29},{"source":46,"target":54},{"source":46,"target":1},{"source":54,"target":29},{"source":47,"target":55},{"source":47,"target":1},{"source":2,"target":0},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":56,"target":61},{"source":56,"target":2},{"source":57,"target":62},{"source":57,"target":2},{"source":58,"target":16},{"source":58,"target":63},{"source":58,"target":2},{"source":63,"target":16},{"source":59,"target":64},{"source":59,"target":2},{"source":60,"target":37},{"source":60,"target":65},{"source":60,"target":2},{"source":65,"target":37},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":66},{"source":66,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":67},{"source":67,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":68},{"source":68,"target":2},{"source":6,"target":0},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":69,"target":76},{"source":69,"target":6},{"source":70,"target":3},{"source":70,"target":77},{"source":70,"target":6},{"source":77,"target":3},{"source":71,"target":78},{"source":71,"target":6},{"source":72,"target":17},{"source":72,"target":79},{"source":72,"target":6},{"source":79,"target":17},{"source":73,"target":80},{"source":73,"target":6},{"source":74,"target":19},{"source":74,"target":81},{"source":74,"target":6},{"source":81,"target":19},{"source":75,"target":20},{"source":75,"target":82},{"source":75,"target":6},{"source":82,"target":20},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":83},{"source":7,"target":84},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":83,"target":18},{"source":83,"target":89},{"source":83,"target":7},{"source":89,"target":18},{"source":84,"target":90},{"source":84,"target":7},{"source":85,"target":91},{"source":85,"target":7},{"source":86,"target":92},{"source":86,"target":7},{"source":87,"target":30},{"source":87,"target":93},{"source":87,"target":7},{"source":93,"target":30},{"source":88,"target":2},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":8,"target":99},{"source":94,"target":8},{"source":95,"target":8},{"source":96,"target":8},{"source":97,"target":8},{"source":98,"target":31},{"source":98,"target":100},{"source":98,"target":8},{"source":100,"target":31},{"source":99,"target":10},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":101},{"source":9,"target":102},{"source":9,"target":103},{"source":101,"target":104},{"source":101,"target":9},{"source":102,"target":10},{"source":102,"target":105},{"source":102,"target":9},{"source":102,"target":106},{"source":105,"target":10},{"source":103,"target":10},{"source":10,"target":0},{"source":10,"target":107},{"source":10,"target":108},{"source":10,"target":109},{"source":10,"target":110},{"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":10,"target":118},{"source":10,"target":119},{"source":10,"target":120},{"source":10,"target":121},{"source":10,"target":122},{"source":10,"target":106},{"source":10,"target":123},{"source":10,"target":124},{"source":10,"target":125},{"source":10,"target":126},{"source":10,"target":127},{"source":107,"target":10},{"source":108,"target":10},{"source":109,"target":10},{"source":110,"target":128},{"source":110,"target":10},{"source":111,"target":129},{"source":111,"target":10},{"source":112,"target":130},{"source":112,"target":10},{"source":113,"target":131},{"source":113,"target":10},{"source":114,"target":132},{"source":114,"target":10},{"source":115,"target":2},{"source":115,"target":133},{"source":115,"target":10},{"source":133,"target":2},{"source":116,"target":6},{"source":116,"target":134},{"source":116,"target":10},{"source":134,"target":6},{"source":117,"target":16},{"source":117,"target":135},{"source":117,"target":10},{"source":135,"target":16},{"source":118,"target":136},{"source":118,"target":10},{"source":119,"target":137},{"source":119,"target":10},{"source":120,"target":138},{"source":120,"target":10},{"source":121,"target":139},{"source":121,"target":10},{"source":122,"target":23},{"source":122,"target":140},{"source":122,"target":10},{"source":140,"target":23},{"source":106,"target":9},{"source":106,"target":141},{"source":106,"target":10},{"source":106,"target":102},{"source":141,"target":9},{"source":123,"target":14},{"source":123,"target":142},{"source":123,"target":10},{"source":142,"target":14},{"source":124,"target":143},{"source":124,"target":10},{"source":125,"target":144},{"source":125,"target":10},{"source":126,"target":145},{"source":126,"target":10},{"source":127,"target":146},{"source":127,"target":10},{"source":11,"target":0},{"source":11,"target":147},{"source":11,"target":148},{"source":11,"target":149},{"source":11,"target":150},{"source":11,"target":151},{"source":11,"target":152},{"source":11,"target":153},{"source":11,"target":154},{"source":11,"target":155},{"source":11,"target":156},{"source":11,"target":157},{"source":147,"target":11},{"source":148,"target":11},{"source":149,"target":11},{"source":150,"target":28},{"source":150,"target":158},{"source":150,"target":11},{"source":158,"target":28},{"source":151,"target":159},{"source":151,"target":11},{"source":152,"target":160},{"source":152,"target":11},{"source":153,"target":161},{"source":153,"target":11},{"source":154,"target":162},{"source":154,"target":11},{"source":155,"target":32},{"source":155,"target":163},{"source":155,"target":11},{"source":163,"target":32},{"source":156,"target":33},{"source":156,"target":164},{"source":156,"target":11},{"source":164,"target":33},{"source":157,"target":165},{"source":157,"target":11},{"source":12,"target":0},{"source":12,"target":166},{"source":12,"target":167},{"source":12,"target":168},{"source":12,"target":169},{"source":12,"target":170},{"source":166,"target":11},{"source":166,"target":171},{"source":166,"target":12},{"source":171,"target":11},{"source":167,"target":1},{"source":167,"target":172},{"source":167,"target":12},{"source":172,"target":1},{"source":168,"target":173},{"source":168,"target":12},{"source":169,"target":174},{"source":169,"target":12},{"source":170,"target":13},{"source":170,"target":175},{"source":170,"target":12},{"source":175,"target":13},{"source":13,"target":0},{"source":13,"target":176},{"source":13,"target":177},{"source":176,"target":178},{"source":176,"target":13},{"source":177,"target":179},{"source":177,"target":13},{"source":14,"target":0},{"source":14,"target":180},{"source":14,"target":181},{"source":14,"target":182},{"source":14,"target":183},{"source":180,"target":1},{"source":180,"target":184},{"source":180,"target":14},{"source":184,"target":1},{"source":181,"target":15},{"source":181,"target":185},{"source":181,"target":14},{"source":185,"target":15},{"source":182,"target":186},{"source":182,"target":14},{"source":183,"target":187},{"source":183,"target":14},{"source":15,"target":0},{"source":15,"target":188},{"source":15,"target":189},{"source":188,"target":190},{"source":188,"target":15},{"source":189,"target":191},{"source":189,"target":15},{"source":16,"target":0},{"source":16,"target":192},{"source":16,"target":193},{"source":16,"target":194},{"source":192,"target":195},{"source":192,"target":16},{"source":193,"target":1},{"source":193,"target":196},{"source":193,"target":16},{"source":196,"target":1},{"source":194,"target":197},{"source":194,"target":16},{"source":17,"target":0},{"source":17,"target":198},{"source":17,"target":199},{"source":198,"target":200},{"source":198,"target":17},{"source":199,"target":201},{"source":199,"target":17},{"source":18,"target":0},{"source":18,"target":202},{"source":18,"target":203},{"source":18,"target":204},{"source":18,"target":205},{"source":18,"target":206},{"source":202,"target":207},{"source":202,"target":18},{"source":203,"target":208},{"source":203,"target":18},{"source":204,"target":209},{"source":204,"target":18},{"source":205,"target":210},{"source":205,"target":18},{"source":206,"target":211},{"source":206,"target":18},{"source":19,"target":0},{"source":19,"target":212},{"source":212,"target":25},{"source":212,"target":213},{"source":212,"target":19},{"source":213,"target":25},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":214},{"source":21,"target":215},{"source":21,"target":216},{"source":214,"target":217},{"source":214,"target":21},{"source":215,"target":218},{"source":215,"target":21},{"source":216,"target":22},{"source":216,"target":219},{"source":216,"target":21},{"source":219,"target":22},{"source":22,"target":0},{"source":22,"target":220},{"source":22,"target":221},{"source":22,"target":222},{"source":220,"target":10},{"source":220,"target":223},{"source":220,"target":22},{"source":223,"target":10},{"source":221,"target":6},{"source":221,"target":224},{"source":221,"target":22},{"source":224,"target":6},{"source":222,"target":225},{"source":222,"target":22},{"source":23,"target":0},{"source":23,"target":226},{"source":23,"target":227},{"source":226,"target":228},{"source":226,"target":23},{"source":227,"target":229},{"source":227,"target":23},{"source":24,"target":0},{"source":24,"target":230},{"source":24,"target":231},{"source":24,"target":232},{"source":230,"target":233},{"source":230,"target":24},{"source":231,"target":234},{"source":231,"target":24},{"source":232,"target":235},{"source":232,"target":24},{"source":25,"target":0},{"source":25,"target":236},{"source":25,"target":237},{"source":25,"target":238},{"source":236,"target":24},{"source":236,"target":239},{"source":236,"target":25},{"source":239,"target":24},{"source":237,"target":240},{"source":237,"target":25},{"source":238,"target":241},{"source":238,"target":25},{"source":26,"target":0},{"source":26,"target":2},{"source":26,"target":242},{"source":242,"target":2},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":243},{"source":243,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":244},{"source":244,"target":27},{"source":30,"target":0},{"source":30,"target":245},{"source":30,"target":246},{"source":245,"target":247},{"source":245,"target":30},{"source":246,"target":248},{"source":246,"target":30},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":249},{"source":33,"target":250},{"source":33,"target":251},{"source":33,"target":252},{"source":249,"target":33},{"source":250,"target":33},{"source":251,"target":33},{"source":252,"target":33},{"source":34,"target":0},{"source":34,"target":253},{"source":34,"target":254},{"source":34,"target":255},{"source":34,"target":256},{"source":34,"target":257},{"source":34,"target":258},{"source":34,"target":259},{"source":34,"target":260},{"source":34,"target":261},{"source":34,"target":262},{"source":34,"target":263},{"source":34,"target":264},{"source":34,"target":265},{"source":34,"target":266},{"source":34,"target":267},{"source":253,"target":268},{"source":253,"target":34},{"source":254,"target":269},{"source":254,"target":34},{"source":255,"target":270},{"source":255,"target":34},{"source":256,"target":35},{"source":256,"target":271},{"source":256,"target":34},{"source":271,"target":35},{"source":257,"target":272},{"source":257,"target":34},{"source":258,"target":36},{"source":258,"target":273},{"source":258,"target":34},{"source":273,"target":36},{"source":259,"target":37},{"source":259,"target":274},{"source":259,"target":34},{"source":274,"target":37},{"source":260,"target":16},{"source":260,"target":275},{"source":260,"target":34},{"source":275,"target":16},{"source":261,"target":16},{"source":261,"target":276},{"source":261,"target":34},{"source":276,"target":16},{"source":262,"target":16},{"source":262,"target":277},{"source":262,"target":34},{"source":277,"target":16},{"source":263,"target":278},{"source":263,"target":34},{"source":264,"target":1},{"source":264,"target":279},{"source":264,"target":34},{"source":279,"target":1},{"source":265,"target":39},{"source":265,"target":280},{"source":265,"target":34},{"source":280,"target":39},{"source":266,"target":38},{"source":266,"target":281},{"source":266,"target":34},{"source":281,"target":38},{"source":267,"target":282},{"source":267,"target":34},{"source":35,"target":0},{"source":35,"target":283},{"source":35,"target":284},{"source":283,"target":285},{"source":283,"target":35},{"source":284,"target":286},{"source":284,"target":35},{"source":36,"target":0},{"source":36,"target":287},{"source":36,"target":288},{"source":36,"target":289},{"source":36,"target":290},{"source":287,"target":36},{"source":288,"target":36},{"source":289,"target":36},{"source":290,"target":36},{"source":37,"target":0},{"source":37,"target":291},{"source":37,"target":292},{"source":37,"target":293},{"source":37,"target":294},{"source":291,"target":295},{"source":291,"target":37},{"source":292,"target":37},{"source":292,"target":296},{"source":292,"target":37},{"source":296,"target":37},{"source":293,"target":1},{"source":293,"target":297},{"source":293,"target":37},{"source":297,"target":1},{"source":294,"target":298},{"source":294,"target":37},{"source":38,"target":0},{"source":38,"target":299},{"source":38,"target":300},{"source":299,"target":301},{"source":299,"target":38},{"source":300,"target":1},{"source":300,"target":302},{"source":300,"target":38},{"source":302,"target":1},{"source":39,"target":0},{"source":39,"target":303},{"source":39,"target":304},{"source":303,"target":305},{"source":303,"target":39},{"source":304,"target":306},{"source":304,"target":39}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dsltrans"
nsURI="http://dsltrans/2.0" nsPrefix="dsltrans">
<eAnnotations source="gmf">
<details key="foo" value="bar"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="TransformationModel">
<eAnnotations source="gmf.diagram">
<details key="foo" value="bar"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1"
eType="#//AbstractSource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Layer" abstract="true" eSuperTypes="#//AbstractSource">
<eAnnotations source="gmf.node">
<details key="foo" value="bar"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="Layer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="previousSource" upperBound="-1"
eType="#//AbstractSource">
<eAnnotations source="gmf.link">
<details key="source.decoration" value="arrow"/>
<details key="width" value="2"/>
<details key="tool.description" value="Controls the flow of the transformation. Connects Layers/FilePorts."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outputFilePathURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasRule" upperBound="-1"
eType="#//Rule" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="groupName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchClass" abstract="true" eSuperTypes="#//AbstractClass">
<eAnnotations source="gmf.node">
<details key="foo" value="bar"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1"
eType="#//MatchAttribute" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PositiveMatchClass" abstract="true"
eSuperTypes="#//MatchClass">
<eAnnotations source="gmf.node">
<details key="border.color" value="204,255,153"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnyMatchClass" eSuperTypes="#//PositiveMatchClass">
<eAnnotations source="gmf.node">
<details key="tool.description" value="Match any class."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExistsMatchClass" eSuperTypes="#//PositiveMatchClass">
<eAnnotations source="gmf.node">
<details key="tool.description" value="Match at most one class."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NegativeMatchClass" eSuperTypes="#//MatchClass">
<eAnnotations source="gmf.node">
<details key="border.color" value="255,61,100"/>
<details key="tool.description" value="Exclude class from pattern."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchModel">
<eAnnotations source="gmf.node">
<details key="foo" value="bar"/>
<details key="tool.description" value="Match pattern. Place inside Rule."/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="class" upperBound="-1"
eType="#//MatchClass" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="association" upperBound="-1"
eType="#//MatchAssociation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="explicitSource" eType="#//FilePort">
<eAnnotations source="gmf.link">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchAssociation" abstract="true" eSuperTypes="#//Association">
<eAnnotations source="gmf.link">
<details key="label" value=""/>
<details key="source" value="source"/>
<details key="target" value="target"/>
<details key="target.decoration" value="arrow"/>
<details key="width" value="2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//MatchClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//MatchClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PositiveIndirectAssociation" eSuperTypes="#//MatchAssociation">
<eAnnotations source="gmf.link">
<details key="style" value="dash"/>
<details key="color" value="204,255,153"/>
<details key="width" value="2"/>
<details key="tool.description" value="Existing association across several containments."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NegativeIndirectAssociation" eSuperTypes="#//MatchAssociation">
<eAnnotations source="gmf.link">
<details key="style" value="dash"/>
<details key="color" value="255,61,100"/>
<details key="width" value="2"/>
<details key="tool.description" value="Existing association across several containments."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PositiveMatchAssociation" eSuperTypes="#//MatchAssociation">
<eAnnotations source="gmf.link">
<details key="tool.description" value="Existing direct association."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NegativeMatchAssociation" eSuperTypes="#//MatchAssociation">
<eAnnotations source="gmf.link">
<details key="color" value="255,61,100"/>
<details key="width" value="2"/>
<details key="tool.description" value="Non-existing direct association."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplyClass" eSuperTypes="#//AbstractClass">
<eAnnotations source="gmf.node">
<details key="foo" value="bar"/>
<details key="tool.description" value="Generates a class in the apply pattern."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1"
eType="#//ApplyAttribute" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="groupName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplyModel">
<eAnnotations source="gmf.node">
<details key="color" value="255,255,163"/>
<details key="tool.description" value="Apply pattern. Place inside Rule."/>
<details key="label.readOnly" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="class" upperBound="-1"
eType="#//ApplyClass" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="association" upperBound="-1"
eType="#//ApplyAssociation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplyAssociation" eSuperTypes="#//Association">
<eAnnotations source="gmf.link">
<details key="label" value="associationName"/>
<details key="source" value="source"/>
<details key="target" value="target"/>
<details key="target.decoration" value="arrow"/>
<details key="tool.description" value="Create direct association in the apply pattern."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//ApplyClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//ApplyClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractClass" abstract="true">
<eAnnotations source="gmf.node">
<details key="label" value="className"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="allowInheritance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="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="Association" abstract="true">
<eAnnotations source="gmf.link">
<details key="label" value="associationName"/>
<details key="width" value="2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="associationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchAttribute" eSuperTypes="#//Attribute">
<eAnnotations source="gmf.node">
<details key="label" value="attributeName"/>
<details key="tool.description" value="Match an attribute."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeValue" eType="#//MatchAttributeValue"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplyAttribute" eSuperTypes="#//Attribute">
<eAnnotations source="gmf.node">
<details key="label" value="attributeName"/>
<details key="tool.description" value="Create attribute in the apply pattern."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeValue" eType="#//Term"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractSource" abstract="true">
<eAnnotations source="gmf.node">
<details key="foo" value="bar"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="metaModelId" lowerBound="1"
eType="#//MetaModelIdentifier" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<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="FilePort" eSuperTypes="#//AbstractSource">
<eAnnotations source="gmf.node">
<details key="label" value="filePathURI"/>
<details key="tool.small.bundle" value="Transformer"/>
<details key="tool.description" value="Specify input model."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filePathURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule">
<eAnnotations source="gmf.node">
<details key="label" value="description"/>
<details key="tool.description" value="Create Rule. Place inside Layer."/>
</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="match" lowerBound="1" upperBound="-1"
eType="#//MatchModel" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="apply" lowerBound="1" eType="#//ApplyModel"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="backwards" upperBound="-1"
eType="#//AbstractTemporalRelation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//Import" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeRelations" upperBound="-1"
eType="#//AbstractAttributeRelation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetaModelIdentifier">
<eAnnotations source="gmf.node">
<details key="label" value="metaModelName"/>
<details key="tool.description" value="Describe a metamodel."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metaModelURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metaModelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PositiveBackwardRestriction" eSuperTypes="#//AbstractTemporalRelation">
<eAnnotations source="gmf.link">
<details key="foo" value="bar"/>
<details key="tool.description" value="Create a generator-generated restriction."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NegativeBackwardRestriction" eSuperTypes="#//AbstractTemporalRelation">
<eAnnotations source="gmf.link">
<details key="color" value="255,61,100"/>
<details key="tool.description" value="Avoid a generator-generated situation."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import">
<eAnnotations source="gmf.link">
<details key="target" value="target"/>
<details key="source" value="source"/>
<details key="target.decoration" value="arrow"/>
<details key="color" value="85,64,45"/>
<details key="width" value="2"/>
<details key="tool.description" value="Copy full model elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//ApplyClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//PositiveMatchClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sequential" eSuperTypes="#//Layer">
<eAnnotations source="gmf.node">
<details key="label" value="description"/>
<details key="color" value="153,204,255"/>
<details key="tool.name" value="Layer"/>
<details key="tool.description" value="Create a new Layer."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true">
<eAnnotations source="gmf.node">
<details key="foo" value="bar"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operator" abstract="true" eSuperTypes="#//Term"/>
<eClassifiers xsi:type="ecore:EClass" name="Atom" eSuperTypes="#//Term #//MatchAttributeValue">
<eAnnotations source="gmf.node">
<details key="label" value="value"/>
<details key="label.icon" value="false"/>
<details key="tool.description" value="Create a literal."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ref" abstract="true" eSuperTypes="#//Term"/>
<eClassifiers xsi:type="ecore:EClass" name="AttributeRef" eSuperTypes="#//Ref">
<eAnnotations source="gmf.node">
<details key="tool.description" value="Copy attribute value."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeRef" lowerBound="1"
eType="#//Attribute">
<eAnnotations source="gmf.link">
<details key="target.decoration" value="arrow"/>
<details key="width" value="2"/>
<details key="tool.description" value="Specify source attribute."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassRef" eSuperTypes="#//Ref">
<eAnnotations source="gmf.node">
<details key="foo" value="bar"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="classRef" lowerBound="1"
eType="#//AbstractClass">
<eAnnotations source="gmf.link">
<details key="target.decoration" value="arrow"/>
<details key="width" value="2"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Concat" eSuperTypes="#//Operator">
<eAnnotations source="gmf.node">
<details key="tool.description" value="Concatenate expressions."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftTerm" lowerBound="1"
eType="#//Term" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightTerm" lowerBound="1"
eType="#//Term" containment="true">
<eAnnotations source="gmf.compartment">
<details key="foo" value="bar"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeOf" eSuperTypes="#//Operator #//AttributeRef">
<eAnnotations source="gmf.node">
<details key="foo" value="bar"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Wildcard" eSuperTypes="#//Term">
<eAnnotations source="gmf.node">
<details key="tool.description" value="Match any literal."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true">
<eAnnotations source="gmf.node">
<details key="label" value="attributeName"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="isNull" eSuperTypes="#//MatchAttributeValue">
<eAnnotations source="gmf.node">
<details key="label" value="value"/>
<details key="label.icon" value="false"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchAttributeValue" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractTemporalRelation" abstract="true">
<eAnnotations source="gmf.link">
<details key="target" value="targetClass"/>
<details key="source" value="sourceClass"/>
<details key="style" value="dot"/>
<details key="width" value="2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetClass" lowerBound="1"
eType="#//ApplyClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceClass" lowerBound="1"
eType="#//PositiveMatchClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sequencer" eSuperTypes="#//Term">
<eAnnotations source="gmf.node">
<details key="label" value="Sequencer"/>
<details key="label.readOnly" value="true"/>
<details key="tool.description" value="Create a sequential number generator."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractAttributeRelation" abstract="true">
<eAnnotations source="gmf.link">
<details key="target" value="targetAttribute"/>
<details key="target.decoration" value="none"/>
<details key="source" value="sourceAttribute"/>
<details key="source.decoration" value="none"/>
<details key="style" value="solid"/>
<details key="width" value="2"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceAttribute" eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetAttribute" eType="#//Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeEquality" eSuperTypes="#//AbstractAttributeRelation">
<eAnnotations source="gmf.link">
<details key="label" value="="/>
<details key="color" value="145,147,255"/>
<details key="tool.description" value="Create an equality constrain between attributes."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeInequality" eSuperTypes="#//AbstractAttributeRelation">
<eAnnotations source="gmf.link">
<details key="color" value="255,61,100"/>
<details key="label" value="!="/>
<details key="tool.description" value="Create an inequality constrain between attributes"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchMayBeSameRelation" eSuperTypes="#//MatchAssociation">
<eAnnotations source="gmf.link">
<details key="label" value=""/>
<details key="target.decoration" value="none"/>
<details key="source.decoration" value="none"/>
<details key="style" value="dash"/>
<details key="color" value="181,215,255"/>
<details key="width" value="2"/>
<details key="tool.description" value="Match classes can have same binding."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplyMayBeSameRelation" eSuperTypes="#//ApplyAssociation">
<eAnnotations source="gmf.link">
<details key="label" value=""/>
<details key="target.decoration" value="none"/>
<details key="source.decoration" value="none"/>
<details key="style" value="dash"/>
<details key="color" value="181,215,255"/>
<details key="width" value="2"/>
<details key="tool.description" value="Apply classes can have same binding."/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/DSLTrans.ecore | ecore | dsltrans
TransformationModel
source
Layer
description
Layer
previousSource
outputFilePathURI
hasRule
groupName
MatchClass
attribute
PositiveMatchClass
AnyMatchClass
ExistsMatchClass
NegativeMatchClass
MatchModel
class
association
explicitSource
MatchAssociation
source
target
PositiveIndirectAssociation
NegativeIndirectAssociation
PositiveMatchAssociation
NegativeMatchAssociation
ApplyClass
attribute
groupName
ApplyModel
class
association
ApplyAssociation
source
target
AbstractClass
description
packageName
className
allowInheritance
true
id
Association
associationName
MatchAttribute
attributeValue
ApplyAttribute
attributeValue
AbstractSource
metaModelId
name
FilePort
filePathURI
Rule
description
match
apply
backwards
imports
attributeRelations
MetaModelIdentifier
metaModelURI
metaModelName
PositiveBackwardRestriction
NegativeBackwardRestriction
Import
target
source
Sequential
Term
Operator
Atom
value
Ref
AttributeRef
attributeRef
ClassRef
classRef
Concat
leftTerm
rightTerm
TypeOf
Wildcard
Attribute
attributeName
description
id
isNull
value
true
MatchAttributeValue
AbstractTemporalRelation
targetClass
sourceClass
Sequencer
AbstractAttributeRelation
sourceAttribute
targetAttribute
AttributeEquality
AttributeInequality
MatchMayBeSameRelation
ApplyMayBeSameRelation | null | {"directed":true,"nodes":[{"nsPrefix":"dsltrans","nsURI":"http://dsltrans/2.0","name":"dsltrans","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layer","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchClass","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositiveMatchClass","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyMatchClass","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistsMatchClass","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeMatchClass","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchModel","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchAssociation","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositiveIndirectAssociation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeIndirectAssociation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositiveMatchAssociation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeMatchAssociation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyClass","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyModel","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyAssociation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractClass","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchAttribute","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyAttribute","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSource","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilePort","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaModelIdentifier","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositiveBackwardRestriction","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeBackwardRestriction","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequential","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atom","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ref","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeRef","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassRef","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concat","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeOf","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wildcard","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"isNull","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchAttributeValue","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTemporalRelation","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequencer","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAttributeRelation","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeEquality","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeInequality","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchMayBeSameRelation","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyMayBeSameRelation","instanceClass":null,"abstract":false,"id":47,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Layer","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Layer","unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previousSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputFilePathURI","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":"hasRule","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":"groupName","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"class","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":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"explicitSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"container":false,"ordered":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":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"groupName","changeable":true,"lowerBound":0,"iD":false,"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":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"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":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":"packageName","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":"className","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"allowInheritance","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":"id","changeable":true,"lowerBound":0,"iD":true,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"associationName","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"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":"attributeValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaModelId","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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":"filePathURI","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":122,"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":"match","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"apply","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"backwards","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"attributeRelations","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":"metaModelURI","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metaModelName","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftTerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightTerm","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeName","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceAttribute","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":"targetAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":1,"target":0},{"source":1,"target":48},{"source":48,"target":21},{"source":48,"target":49},{"source":48,"target":1},{"source":49,"target":21},{"source":2,"target":0},{"source":2,"target":21},{"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":50,"target":56},{"source":50,"target":2},{"source":51,"target":21},{"source":51,"target":57},{"source":51,"target":2},{"source":57,"target":21},{"source":52,"target":58},{"source":52,"target":2},{"source":53,"target":23},{"source":53,"target":59},{"source":53,"target":2},{"source":59,"target":23},{"source":54,"target":60},{"source":54,"target":2},{"source":55,"target":21},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":61},{"source":3,"target":62},{"source":61,"target":19},{"source":61,"target":63},{"source":61,"target":3},{"source":63,"target":19},{"source":62,"target":17},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":64},{"source":64,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":65},{"source":65,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":66},{"source":66,"target":4},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":67},{"source":67,"target":3},{"source":8,"target":0},{"source":8,"target":68},{"source":8,"target":69},{"source":8,"target":70},{"source":68,"target":3},{"source":68,"target":71},{"source":68,"target":8},{"source":71,"target":3},{"source":69,"target":9},{"source":69,"target":72},{"source":69,"target":8},{"source":72,"target":9},{"source":70,"target":22},{"source":70,"target":73},{"source":70,"target":8},{"source":73,"target":22},{"source":9,"target":0},{"source":9,"target":18},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":74,"target":3},{"source":74,"target":77},{"source":74,"target":9},{"source":77,"target":3},{"source":75,"target":3},{"source":75,"target":78},{"source":75,"target":9},{"source":78,"target":3},{"source":76,"target":18},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":79},{"source":79,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":80},{"source":80,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":81},{"source":81,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":82},{"source":82,"target":9},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":83},{"source":14,"target":84},{"source":14,"target":85},{"source":83,"target":20},{"source":83,"target":86},{"source":83,"target":14},{"source":86,"target":20},{"source":84,"target":87},{"source":84,"target":14},{"source":85,"target":17},{"source":15,"target":0},{"source":15,"target":88},{"source":15,"target":89},{"source":88,"target":14},{"source":88,"target":90},{"source":88,"target":15},{"source":90,"target":14},{"source":89,"target":16},{"source":89,"target":91},{"source":89,"target":15},{"source":91,"target":16},{"source":16,"target":0},{"source":16,"target":18},{"source":16,"target":92},{"source":16,"target":93},{"source":16,"target":94},{"source":92,"target":14},{"source":92,"target":95},{"source":92,"target":16},{"source":95,"target":14},{"source":93,"target":14},{"source":93,"target":96},{"source":93,"target":16},{"source":96,"target":14},{"source":94,"target":18},{"source":17,"target":0},{"source":17,"target":97},{"source":17,"target":98},{"source":17,"target":99},{"source":17,"target":100},{"source":17,"target":101},{"source":97,"target":102},{"source":97,"target":17},{"source":98,"target":103},{"source":98,"target":17},{"source":99,"target":104},{"source":99,"target":17},{"source":100,"target":105},{"source":100,"target":17},{"source":101,"target":106},{"source":101,"target":17},{"source":18,"target":0},{"source":18,"target":107},{"source":107,"target":108},{"source":107,"target":18},{"source":19,"target":0},{"source":19,"target":38},{"source":19,"target":109},{"source":19,"target":110},{"source":109,"target":40},{"source":109,"target":111},{"source":109,"target":19},{"source":111,"target":40},{"source":110,"target":38},{"source":20,"target":0},{"source":20,"target":38},{"source":20,"target":112},{"source":20,"target":113},{"source":112,"target":29},{"source":112,"target":114},{"source":112,"target":20},{"source":114,"target":29},{"source":113,"target":38},{"source":21,"target":0},{"source":21,"target":115},{"source":21,"target":116},{"source":115,"target":24},{"source":115,"target":117},{"source":115,"target":21},{"source":117,"target":24},{"source":116,"target":118},{"source":116,"target":21},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":119},{"source":22,"target":120},{"source":119,"target":121},{"source":119,"target":22},{"source":120,"target":21},{"source":23,"target":0},{"source":23,"target":122},{"source":23,"target":123},{"source":23,"target":124},{"source":23,"target":125},{"source":23,"target":126},{"source":23,"target":127},{"source":122,"target":128},{"source":122,"target":23},{"source":123,"target":8},{"source":123,"target":129},{"source":123,"target":23},{"source":129,"target":8},{"source":124,"target":15},{"source":124,"target":130},{"source":124,"target":23},{"source":130,"target":15},{"source":125,"target":41},{"source":125,"target":131},{"source":125,"target":23},{"source":131,"target":41},{"source":126,"target":27},{"source":126,"target":132},{"source":126,"target":23},{"source":132,"target":27},{"source":127,"target":43},{"source":127,"target":133},{"source":127,"target":23},{"source":133,"target":43},{"source":24,"target":0},{"source":24,"target":134},{"source":24,"target":135},{"source":134,"target":136},{"source":134,"target":24},{"source":135,"target":137},{"source":135,"target":24},{"source":25,"target":0},{"source":25,"target":41},{"source":25,"target":138},{"source":138,"target":41},{"source":26,"target":0},{"source":26,"target":41},{"source":26,"target":139},{"source":139,"target":41},{"source":27,"target":0},{"source":27,"target":140},{"source":27,"target":141},{"source":140,"target":14},{"source":140,"target":142},{"source":140,"target":27},{"source":142,"target":14},{"source":141,"target":4},{"source":141,"target":143},{"source":141,"target":27},{"source":143,"target":4},{"source":28,"target":0},{"source":28,"target":2},{"source":28,"target":144},{"source":144,"target":2},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":145},{"source":145,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":40},{"source":31,"target":146},{"source":31,"target":147},{"source":31,"target":148},{"source":146,"target":149},{"source":146,"target":31},{"source":147,"target":29},{"source":148,"target":40},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":150},{"source":150,"target":29},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":151},{"source":33,"target":152},{"source":151,"target":38},{"source":151,"target":153},{"source":151,"target":33},{"source":153,"target":38},{"source":152,"target":32},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":154},{"source":34,"target":155},{"source":154,"target":17},{"source":154,"target":156},{"source":154,"target":34},{"source":156,"target":17},{"source":155,"target":32},{"source":35,"target":0},{"source":35,"target":30},{"source":35,"target":157},{"source":35,"target":158},{"source":35,"target":159},{"source":157,"target":29},{"source":157,"target":160},{"source":157,"target":35},{"source":160,"target":29},{"source":158,"target":29},{"source":158,"target":161},{"source":158,"target":35},{"source":161,"target":29},{"source":159,"target":30},{"source":36,"target":0},{"source":36,"target":30},{"source":36,"target":33},{"source":36,"target":162},{"source":36,"target":163},{"source":162,"target":30},{"source":163,"target":33},{"source":37,"target":0},{"source":37,"target":29},{"source":37,"target":164},{"source":164,"target":29},{"source":38,"target":0},{"source":38,"target":165},{"source":38,"target":166},{"source":38,"target":167},{"source":165,"target":168},{"source":165,"target":38},{"source":166,"target":169},{"source":166,"target":38},{"source":167,"target":170},{"source":167,"target":38},{"source":39,"target":0},{"source":39,"target":40},{"source":39,"target":171},{"source":39,"target":172},{"source":171,"target":173},{"source":171,"target":39},{"source":172,"target":40},{"source":40,"target":0},{"source":41,"target":0},{"source":41,"target":174},{"source":41,"target":175},{"source":174,"target":14},{"source":174,"target":176},{"source":174,"target":41},{"source":176,"target":14},{"source":175,"target":4},{"source":175,"target":177},{"source":175,"target":41},{"source":177,"target":4},{"source":42,"target":0},{"source":42,"target":29},{"source":42,"target":178},{"source":178,"target":29},{"source":43,"target":0},{"source":43,"target":179},{"source":43,"target":180},{"source":179,"target":38},{"source":179,"target":181},{"source":179,"target":43},{"source":181,"target":38},{"source":180,"target":38},{"source":180,"target":182},{"source":180,"target":43},{"source":182,"target":38},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":183},{"source":183,"target":43},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":184},{"source":184,"target":43},{"source":46,"target":0},{"source":46,"target":9},{"source":46,"target":185},{"source":185,"target":9},{"source":47,"target":0},{"source":47,"target":16},{"source":47,"target":186},{"source":186,"target":16}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="REL" nsURI="http://rel/1.0" nsPrefix="rel">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="RELSchema">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="REL_RN REL_MULT1"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="REL_RN" value="relations->forAll(r1 : Relation, r2 : Relation | r1.name = r2.name implies r1 = r2)"/>
<details key="REL_MULT1" value="self.relations->size() > 0"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="relations" ordered="false"
upperBound="-1" eType="#//Relation" containment="true" eOpposite="#//Relation/schema"/>
<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="Relation">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="REL_AN REL_K REL_MULT2"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="REL_AN" value="attrs->forAll(a1 : RELAttribute, a2 : RELAttribute | a1.name = a2.name implies a1 = a2)"/>
<details key="REL_K" value="attrs->exists(a : RELAttribute | a.isKey = true)"/>
<details key="REL_MULT2" value="self.attrs->size() > 0"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="schema" ordered="false"
lowerBound="1" eType="#//RELSchema" eOpposite="#//RELSchema/relations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attrs" ordered="false"
upperBound="-1" eType="#//RELAttribute" containment="true" eOpposite="#//RELAttribute/relation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RELAttribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" ordered="false"
lowerBound="1" eType="#//Relation" eOpposite="#//Relation/attrs"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isKey" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/veriatl/Compiler.Emftvm2Boogie/fr.emn.atlanmod.emftvm.compiler/TESTS/REL.ecore | ecore | REL
RELSchema
relations
name
Relation
schema
attrs
name
RELAttribute
relation
isKey
name | null | {"directed":true,"nodes":[{"nsPrefix":"rel","nsURI":"http://rel/1.0","name":"REL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RELSchema","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RELAttribute","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"container":true,"ordered":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":7,"derived":false},{"id":8,"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":"attrs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isKey","changeable":true,"lowerBound":1,"iD":false,"id":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":"name","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":4,"target":2},{"source":4,"target":6},{"source":4,"target":1},{"source":4,"target":7},{"source":6,"target":2},{"source":5,"target":8},{"source":5,"target":1},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":9},{"source":2,"target":10},{"source":7,"target":1},{"source":7,"target":11},{"source":7,"target":2},{"source":7,"target":4},{"source":11,"target":1},{"source":9,"target":3},{"source":9,"target":12},{"source":9,"target":2},{"source":9,"target":13},{"source":12,"target":3},{"source":10,"target":14},{"source":10,"target":2},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":15},{"source":3,"target":16},{"source":13,"target":2},{"source":13,"target":17},{"source":13,"target":3},{"source":13,"target":9},{"source":17,"target":2},{"source":15,"target":18},{"source":15,"target":3},{"source":16,"target":19},{"source":16,"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="foundationmodel" nsURI="http://foundationmodel/1.0" nsPrefix="foundationmodel">
<eClassifiers xsi:type="ecore:EClass" name="Person">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="committerId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bugzillaEmail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="committerAgreement" eType="#//IndividualCommitterAgreeemnt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gitEmail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Review" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="approval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#//Comment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReleaseReview" eSuperTypes="#//Review"/>
<eClassifiers xsi:type="ecore:EClass" name="GraduationReview" eSuperTypes="#//ReleaseReview"/>
<eClassifiers xsi:type="ecore:EClass" name="RestructuringReview" eSuperTypes="#//Review"/>
<eClassifiers xsi:type="ecore:EClass" name="Release">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Review" eType="#//ReleaseReview"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="updateSite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newAndNoteworthy" upperBound="-1"
eType="#//NewAndNoteworthy"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="EReference0" eType="#//ProjectPlan"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iplog" eType="#//IPLog"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreationReview" eSuperTypes="#//Review">
<eStructuralFeatures xsi:type="ecore:EReference" name="committers" eType="#//Committer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="whyEclipse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialContribution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="legalIssues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interestedParties" upperBound="-1"
eType="#//InterestedParty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TopLevelProject" eSuperTypes="#//Project">
<eOperations name="getPmcMembers"/>
<eOperations name="getPmcLead"/>
<eOperations name="getArchitectureCouncilRep"/>
<eOperations name="getPlanningCouncilRep"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="charter" eType="#//Charter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubProject" eSuperTypes="#//Project">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="placeholder4365261" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Project"
eOpposite="#//Project/children"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Project" abstract="true">
<eOperations name="getCommitters"/>
<eOperations name="getLeaders"/>
<eOperations name="getMentors"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="namespace" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projectId" 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="longName" 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="reviews" upperBound="-1"
eType="#//Review"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="release" upperBound="-1"
eType="#//Release" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="approval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="paragraph" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="downloadDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceRepository" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bugzilla" upperBound="-1"
eType="#//BugzillaProjectLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//SubProject" containment="true" eOpposite="#//SubProject/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationship" upperBound="-1"
eType="#//ProjectRelationship" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="websiteUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wikiUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="placeholder7297011" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="retentionPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Organization">
<eOperations name="getPlanningCouncilRep"/>
<eOperations name="getArchitectureCouncilRep"/>
<eOperations name="getBoardMember"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="committerAgreement" eType="#//MemberCommitterAgreement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="logo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logoAgreement" eType="#//LogoAgreement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memberType" eType="#//MemberType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrganizationRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" lowerBound="1"
eType="#//Organization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="employee" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//OrganizationRelation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrganizationRelation">
<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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="person" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//ProjectRelation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectRelation">
<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="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Approval">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="person" eType="#//Person"/>
<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="NewAndNoteworthy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Committer">
<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="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isProjectLead" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="affiliation" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rationale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectPlan">
<eStructuralFeatures xsi:type="ecore:EReference" name="theme" upperBound="-1"
eType="#//Theme"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPLog"/>
<eClassifiers xsi:type="ecore:EClass" name="SimultaneousRelease">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1"
eType="#//SimultaneousReleaseProject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimultaneousReleaseProject">
<eStructuralFeatures xsi:type="ecore:EReference" name="project" lowerBound="1"
eType="#//Project"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="release" lowerBound="1"
eType="#//Release"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="joinDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BugzillaProjectLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="product" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="component" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BugzillaPlanLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="product" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="component" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Theme">
<eStructuralFeatures xsi:type="ecore:EReference" name="bugzilla" upperBound="-1"
eType="#//BugzillaPlanLink"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TerminationReview" eSuperTypes="#//Review"/>
<eClassifiers xsi:type="ecore:EClass" name="CommitterAgreement"/>
<eClassifiers xsi:type="ecore:EClass" name="MemberCommitterAgreement" eSuperTypes="#//CommitterAgreement"/>
<eClassifiers xsi:type="ecore:EClass" name="IndividualCommitterAgreeemnt" eSuperTypes="#//CommitterAgreement"/>
<eClassifiers xsi:type="ecore:EClass" name="InterestedParty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="affiliation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Charter"/>
<eClassifiers xsi:type="ecore:EClass" name="LogoAgreement"/>
<eClassifiers xsi:type="ecore:EEnum" name="MemberType">
<eLiterals name="Strategic"/>
<eLiterals name="Enterprise" value="1"/>
<eLiterals name="Solution" value="2"/>
<eLiterals name="Associate" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContributionQuestionnaire">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filePattern" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attachments" upperBound="-1"
eType="#//SourceAttachment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ContributionType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="discussion" upperBound="-1"
eType="#//Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pmcApproval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ipTeamApproval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="emoApproval" eType="#//Approval"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requester" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="license" lowerBound="1"
eType="#//License"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributors" eType="#//Contribution"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceAttachment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attachment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ContributionType">
<eLiterals name="Eclipse"/>
<eLiterals name="Prereq" value="1"/>
<eLiterals name="ExemptPrereq" value="2"/>
<eLiterals name="Workswith" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reply" upperBound="-1"
eType="#//Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1"
eType="#//Person"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Contribution">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributor" lowerBound="1"
eType="#//Person"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="License">
<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="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/ACMR/bestWeight02/48_FoundationModel.ecore | ecore | foundationmodel
Person
id
committerId
firstName
lastName
email
bugzillaEmail
committerAgreement
gitEmail
Review
description
startDate
approval
endDate
comments
ReleaseReview
GraduationReview
RestructuringReview
Release
name
Review
updateSite
newAndNoteworthy
date
EReference0
iplog
CreationReview
committers
whyEclipse
initialContribution
legalIssues
interestedParties
TopLevelProject
getPmcMembers
getPmcLead
getArchitectureCouncilRep
getPlanningCouncilRep
charter
SubProject
placeholder4365261
parent
Project
getCommitters
getLeaders
getMentors
id
projectId
name
longName
description
reviews
release
approval
paragraph
downloadDirectory
sourceRepository
namespace
bugzilla
children
relationship
websiteUrl
wikiUrl
placeholder7297011
retentionPolicy
Organization
getPlanningCouncilRep
getArchitectureCouncilRep
getBoardMember
committerAgreement
name
id
description
logo
logoAgreement
memberType
active
OrganizationRelationship
organization
employee
startDate
endDate
relation
OrganizationRelation
title
description
ProjectRelationship
person
relation
startDate
endDate
ProjectRelation
title
description
Approval
date
person
comment
NewAndNoteworthy
name
description
Committer
name
email
isProjectLead
affiliation
rationale
ProjectPlan
theme
IPLog
SimultaneousRelease
name
date
participants
SimultaneousReleaseProject
project
release
joinDate
BugzillaProjectLink
product
component
BugzillaPlanLink
product
component
version
Theme
bugzilla
name
description
TerminationReview
CommitterAgreement
MemberCommitterAgreement
IndividualCommitterAgreeemnt
InterestedParty
name
affiliation
Charter
LogoAgreement
MemberType
Strategic
Strategic
Enterprise
Enterprise
Solution
Solution
Associate
Associate
ContributionQuestionnaire
title
version
filePattern
attachments
active
type
discussion
pmcApproval
ipTeamApproval
emoApproval
date
requester
license
contributors
id
SourceAttachment
active
attachment
ContributionType
Eclipse
Eclipse
Prereq
Prereq
ExemptPrereq
ExemptPrereq
Workswith
Workswith
Comment
content
reply
author
date
Contribution
amount
contributor
License
name
url | null | {"directed":true,"nodes":[{"nsPrefix":"foundationmodel","nsURI":"http://foundationmodel/1.0","name":"foundationmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReleaseReview","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraduationReview","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RestructuringReview","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Release","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreationReview","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLevelProject","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubProject","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organization","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganizationRelationship","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganizationRelation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectRelationship","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectRelation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Approval","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewAndNoteworthy","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Committer","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectPlan","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPLog","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimultaneousRelease","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimultaneousReleaseProject","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BugzillaProjectLink","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BugzillaPlanLink","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Theme","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminationReview","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommitterAgreement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberCommitterAgreement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndividualCommitterAgreeemnt","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterestedParty","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Charter","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogoAgreement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MemberType","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContributionQuestionnaire","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceAttachment","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContributionType","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"License","instanceClass":null,"abstract":false,"id":39,"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":true,"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":"committerId","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":"firstName","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":"lastName","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":"email","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bugzillaEmail","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"committerAgreement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gitEmail","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"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":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":"startDate","changeable":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"approval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Review","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":"updateSite","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"newAndNoteworthy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"EReference0","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":false,"unsettable":false,"transient":false,"unique":true,"name":"iplog","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"committers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"whyEclipse","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialContribution","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"legalIssues","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interestedParties","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPmcMembers","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPmcLead","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArchitectureCouncilRep","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPlanningCouncilRep","lowerBound":0,"id":97,"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":"charter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"placeholder4365261","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getCommitters","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLeaders","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMentors","lowerBound":0,"id":109,"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":"id","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":"projectId","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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviews","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":"release","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":"approval","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"paragraph","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"downloadDirectory","changeable":true,"lowerBound":0,"iD":false,"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":true,"name":"sourceRepository","changeable":true,"lowerBound":0,"iD":false,"id":120,"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":"namespace","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":false,"unsettable":false,"transient":false,"unique":true,"name":"bugzilla","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationship","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":"websiteUrl","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":"wikiUrl","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":"placeholder7297011","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retentionPolicy","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"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPlanningCouncilRep","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArchitectureCouncilRep","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBoardMember","lowerBound":0,"id":149,"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":"committerAgreement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"id","changeable":true,"lowerBound":0,"iD":true,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"logo","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logoAgreement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memberType","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"employee","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"startDate","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":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","changeable":true,"lowerBound":1,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":188,"derived":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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"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":"name","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":"description","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isProjectLead","changeable":true,"lowerBound":1,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"affiliation","changeable":true,"lowerBound":1,"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":"rationale","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"theme","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"release","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"joinDate","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"product","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":"component","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bugzilla","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"affiliation","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"name":"Strategic","id":249,"value":0,"literal":"Strategic","eClass":"EEnumLiteral"},{"name":"Enterprise","id":250,"value":1,"literal":"Enterprise","eClass":"EEnumLiteral"},{"name":"Solution","id":251,"value":2,"literal":"Solution","eClass":"EEnumLiteral"},{"name":"Associate","id":252,"value":3,"literal":"Associate","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":"title","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":254,"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":"filePattern","changeable":true,"lowerBound":0,"iD":false,"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":"attachments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"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":"active","changeable":true,"lowerBound":1,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discussion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pmcApproval","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":"ipTeamApproval","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":"emoApproval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requester","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"license","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"contributors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":1,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attachment","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"name":"Eclipse","id":287,"value":0,"literal":"Eclipse","eClass":"EEnumLiteral"},{"name":"Prereq","id":288,"value":1,"literal":"Prereq","eClass":"EEnumLiteral"},{"name":"ExemptPrereq","id":289,"value":2,"literal":"ExemptPrereq","eClass":"EEnumLiteral"},{"name":"Workswith","id":290,"value":3,"literal":"Workswith","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":"content","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reply","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":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":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"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":"amount","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":300,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":1,"target":0},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":40,"target":48},{"source":40,"target":1},{"source":41,"target":49},{"source":41,"target":1},{"source":42,"target":50},{"source":42,"target":1},{"source":43,"target":51},{"source":43,"target":1},{"source":44,"target":52},{"source":44,"target":1},{"source":45,"target":53},{"source":45,"target":1},{"source":46,"target":29},{"source":46,"target":54},{"source":46,"target":1},{"source":54,"target":29},{"source":47,"target":55},{"source":47,"target":1},{"source":2,"target":0},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":56,"target":61},{"source":56,"target":2},{"source":57,"target":62},{"source":57,"target":2},{"source":58,"target":16},{"source":58,"target":63},{"source":58,"target":2},{"source":63,"target":16},{"source":59,"target":64},{"source":59,"target":2},{"source":60,"target":37},{"source":60,"target":65},{"source":60,"target":2},{"source":65,"target":37},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":66},{"source":66,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":67},{"source":67,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":68},{"source":68,"target":2},{"source":6,"target":0},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":69,"target":76},{"source":69,"target":6},{"source":70,"target":3},{"source":70,"target":77},{"source":70,"target":6},{"source":77,"target":3},{"source":71,"target":78},{"source":71,"target":6},{"source":72,"target":17},{"source":72,"target":79},{"source":72,"target":6},{"source":79,"target":17},{"source":73,"target":80},{"source":73,"target":6},{"source":74,"target":19},{"source":74,"target":81},{"source":74,"target":6},{"source":81,"target":19},{"source":75,"target":20},{"source":75,"target":82},{"source":75,"target":6},{"source":82,"target":20},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":83},{"source":7,"target":84},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":83,"target":18},{"source":83,"target":89},{"source":83,"target":7},{"source":89,"target":18},{"source":84,"target":90},{"source":84,"target":7},{"source":85,"target":91},{"source":85,"target":7},{"source":86,"target":92},{"source":86,"target":7},{"source":87,"target":30},{"source":87,"target":93},{"source":87,"target":7},{"source":93,"target":30},{"source":88,"target":2},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":8,"target":99},{"source":94,"target":8},{"source":95,"target":8},{"source":96,"target":8},{"source":97,"target":8},{"source":98,"target":31},{"source":98,"target":100},{"source":98,"target":8},{"source":100,"target":31},{"source":99,"target":10},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":101},{"source":9,"target":102},{"source":9,"target":103},{"source":101,"target":104},{"source":101,"target":9},{"source":102,"target":10},{"source":102,"target":105},{"source":102,"target":9},{"source":102,"target":106},{"source":105,"target":10},{"source":103,"target":10},{"source":10,"target":0},{"source":10,"target":107},{"source":10,"target":108},{"source":10,"target":109},{"source":10,"target":110},{"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":10,"target":118},{"source":10,"target":119},{"source":10,"target":120},{"source":10,"target":121},{"source":10,"target":122},{"source":10,"target":106},{"source":10,"target":123},{"source":10,"target":124},{"source":10,"target":125},{"source":10,"target":126},{"source":10,"target":127},{"source":107,"target":10},{"source":108,"target":10},{"source":109,"target":10},{"source":110,"target":128},{"source":110,"target":10},{"source":111,"target":129},{"source":111,"target":10},{"source":112,"target":130},{"source":112,"target":10},{"source":113,"target":131},{"source":113,"target":10},{"source":114,"target":132},{"source":114,"target":10},{"source":115,"target":2},{"source":115,"target":133},{"source":115,"target":10},{"source":133,"target":2},{"source":116,"target":6},{"source":116,"target":134},{"source":116,"target":10},{"source":134,"target":6},{"source":117,"target":16},{"source":117,"target":135},{"source":117,"target":10},{"source":135,"target":16},{"source":118,"target":136},{"source":118,"target":10},{"source":119,"target":137},{"source":119,"target":10},{"source":120,"target":138},{"source":120,"target":10},{"source":121,"target":139},{"source":121,"target":10},{"source":122,"target":23},{"source":122,"target":140},{"source":122,"target":10},{"source":140,"target":23},{"source":106,"target":9},{"source":106,"target":141},{"source":106,"target":10},{"source":106,"target":102},{"source":141,"target":9},{"source":123,"target":14},{"source":123,"target":142},{"source":123,"target":10},{"source":142,"target":14},{"source":124,"target":143},{"source":124,"target":10},{"source":125,"target":144},{"source":125,"target":10},{"source":126,"target":145},{"source":126,"target":10},{"source":127,"target":146},{"source":127,"target":10},{"source":11,"target":0},{"source":11,"target":147},{"source":11,"target":148},{"source":11,"target":149},{"source":11,"target":150},{"source":11,"target":151},{"source":11,"target":152},{"source":11,"target":153},{"source":11,"target":154},{"source":11,"target":155},{"source":11,"target":156},{"source":11,"target":157},{"source":147,"target":11},{"source":148,"target":11},{"source":149,"target":11},{"source":150,"target":28},{"source":150,"target":158},{"source":150,"target":11},{"source":158,"target":28},{"source":151,"target":159},{"source":151,"target":11},{"source":152,"target":160},{"source":152,"target":11},{"source":153,"target":161},{"source":153,"target":11},{"source":154,"target":162},{"source":154,"target":11},{"source":155,"target":32},{"source":155,"target":163},{"source":155,"target":11},{"source":163,"target":32},{"source":156,"target":33},{"source":156,"target":164},{"source":156,"target":11},{"source":164,"target":33},{"source":157,"target":165},{"source":157,"target":11},{"source":12,"target":0},{"source":12,"target":166},{"source":12,"target":167},{"source":12,"target":168},{"source":12,"target":169},{"source":12,"target":170},{"source":166,"target":11},{"source":166,"target":171},{"source":166,"target":12},{"source":171,"target":11},{"source":167,"target":1},{"source":167,"target":172},{"source":167,"target":12},{"source":172,"target":1},{"source":168,"target":173},{"source":168,"target":12},{"source":169,"target":174},{"source":169,"target":12},{"source":170,"target":13},{"source":170,"target":175},{"source":170,"target":12},{"source":175,"target":13},{"source":13,"target":0},{"source":13,"target":176},{"source":13,"target":177},{"source":176,"target":178},{"source":176,"target":13},{"source":177,"target":179},{"source":177,"target":13},{"source":14,"target":0},{"source":14,"target":180},{"source":14,"target":181},{"source":14,"target":182},{"source":14,"target":183},{"source":180,"target":1},{"source":180,"target":184},{"source":180,"target":14},{"source":184,"target":1},{"source":181,"target":15},{"source":181,"target":185},{"source":181,"target":14},{"source":185,"target":15},{"source":182,"target":186},{"source":182,"target":14},{"source":183,"target":187},{"source":183,"target":14},{"source":15,"target":0},{"source":15,"target":188},{"source":15,"target":189},{"source":188,"target":190},{"source":188,"target":15},{"source":189,"target":191},{"source":189,"target":15},{"source":16,"target":0},{"source":16,"target":192},{"source":16,"target":193},{"source":16,"target":194},{"source":192,"target":195},{"source":192,"target":16},{"source":193,"target":1},{"source":193,"target":196},{"source":193,"target":16},{"source":196,"target":1},{"source":194,"target":197},{"source":194,"target":16},{"source":17,"target":0},{"source":17,"target":198},{"source":17,"target":199},{"source":198,"target":200},{"source":198,"target":17},{"source":199,"target":201},{"source":199,"target":17},{"source":18,"target":0},{"source":18,"target":202},{"source":18,"target":203},{"source":18,"target":204},{"source":18,"target":205},{"source":18,"target":206},{"source":202,"target":207},{"source":202,"target":18},{"source":203,"target":208},{"source":203,"target":18},{"source":204,"target":209},{"source":204,"target":18},{"source":205,"target":210},{"source":205,"target":18},{"source":206,"target":211},{"source":206,"target":18},{"source":19,"target":0},{"source":19,"target":212},{"source":212,"target":25},{"source":212,"target":213},{"source":212,"target":19},{"source":213,"target":25},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":214},{"source":21,"target":215},{"source":21,"target":216},{"source":214,"target":217},{"source":214,"target":21},{"source":215,"target":218},{"source":215,"target":21},{"source":216,"target":22},{"source":216,"target":219},{"source":216,"target":21},{"source":219,"target":22},{"source":22,"target":0},{"source":22,"target":220},{"source":22,"target":221},{"source":22,"target":222},{"source":220,"target":10},{"source":220,"target":223},{"source":220,"target":22},{"source":223,"target":10},{"source":221,"target":6},{"source":221,"target":224},{"source":221,"target":22},{"source":224,"target":6},{"source":222,"target":225},{"source":222,"target":22},{"source":23,"target":0},{"source":23,"target":226},{"source":23,"target":227},{"source":226,"target":228},{"source":226,"target":23},{"source":227,"target":229},{"source":227,"target":23},{"source":24,"target":0},{"source":24,"target":230},{"source":24,"target":231},{"source":24,"target":232},{"source":230,"target":233},{"source":230,"target":24},{"source":231,"target":234},{"source":231,"target":24},{"source":232,"target":235},{"source":232,"target":24},{"source":25,"target":0},{"source":25,"target":236},{"source":25,"target":237},{"source":25,"target":238},{"source":236,"target":24},{"source":236,"target":239},{"source":236,"target":25},{"source":239,"target":24},{"source":237,"target":240},{"source":237,"target":25},{"source":238,"target":241},{"source":238,"target":25},{"source":26,"target":0},{"source":26,"target":2},{"source":26,"target":242},{"source":242,"target":2},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":243},{"source":243,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":244},{"source":244,"target":27},{"source":30,"target":0},{"source":30,"target":245},{"source":30,"target":246},{"source":245,"target":247},{"source":245,"target":30},{"source":246,"target":248},{"source":246,"target":30},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":249},{"source":33,"target":250},{"source":33,"target":251},{"source":33,"target":252},{"source":249,"target":33},{"source":250,"target":33},{"source":251,"target":33},{"source":252,"target":33},{"source":34,"target":0},{"source":34,"target":253},{"source":34,"target":254},{"source":34,"target":255},{"source":34,"target":256},{"source":34,"target":257},{"source":34,"target":258},{"source":34,"target":259},{"source":34,"target":260},{"source":34,"target":261},{"source":34,"target":262},{"source":34,"target":263},{"source":34,"target":264},{"source":34,"target":265},{"source":34,"target":266},{"source":34,"target":267},{"source":253,"target":268},{"source":253,"target":34},{"source":254,"target":269},{"source":254,"target":34},{"source":255,"target":270},{"source":255,"target":34},{"source":256,"target":35},{"source":256,"target":271},{"source":256,"target":34},{"source":271,"target":35},{"source":257,"target":272},{"source":257,"target":34},{"source":258,"target":36},{"source":258,"target":273},{"source":258,"target":34},{"source":273,"target":36},{"source":259,"target":37},{"source":259,"target":274},{"source":259,"target":34},{"source":274,"target":37},{"source":260,"target":16},{"source":260,"target":275},{"source":260,"target":34},{"source":275,"target":16},{"source":261,"target":16},{"source":261,"target":276},{"source":261,"target":34},{"source":276,"target":16},{"source":262,"target":16},{"source":262,"target":277},{"source":262,"target":34},{"source":277,"target":16},{"source":263,"target":278},{"source":263,"target":34},{"source":264,"target":1},{"source":264,"target":279},{"source":264,"target":34},{"source":279,"target":1},{"source":265,"target":39},{"source":265,"target":280},{"source":265,"target":34},{"source":280,"target":39},{"source":266,"target":38},{"source":266,"target":281},{"source":266,"target":34},{"source":281,"target":38},{"source":267,"target":282},{"source":267,"target":34},{"source":35,"target":0},{"source":35,"target":283},{"source":35,"target":284},{"source":283,"target":285},{"source":283,"target":35},{"source":284,"target":286},{"source":284,"target":35},{"source":36,"target":0},{"source":36,"target":287},{"source":36,"target":288},{"source":36,"target":289},{"source":36,"target":290},{"source":287,"target":36},{"source":288,"target":36},{"source":289,"target":36},{"source":290,"target":36},{"source":37,"target":0},{"source":37,"target":291},{"source":37,"target":292},{"source":37,"target":293},{"source":37,"target":294},{"source":291,"target":295},{"source":291,"target":37},{"source":292,"target":37},{"source":292,"target":296},{"source":292,"target":37},{"source":296,"target":37},{"source":293,"target":1},{"source":293,"target":297},{"source":293,"target":37},{"source":297,"target":1},{"source":294,"target":298},{"source":294,"target":37},{"source":38,"target":0},{"source":38,"target":299},{"source":38,"target":300},{"source":299,"target":301},{"source":299,"target":38},{"source":300,"target":1},{"source":300,"target":302},{"source":300,"target":38},{"source":302,"target":1},{"source":39,"target":0},{"source":39,"target":303},{"source":39,"target":304},{"source":303,"target":305},{"source":303,"target":39},{"source":304,"target":306},{"source":304,"target":39}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="spectra" nsURI="http://smlab.cs.tau.ac.il/syntech/Spectra" nsPrefix="spectra">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//Import" 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="elements" upperBound="-1"
eType="#//Decl" 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="Decl"/>
<eClassifiers xsi:type="ecore:EClass" name="WeightDef" eSuperTypes="#//Decl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="negative" 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#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" eType="#//TemporalExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="VarOwner">
<eLiterals name="SYS" literal="output"/>
<eLiterals name="ENV" value="1" literal="input"/>
<eLiterals name="AUX" value="2" literal="auxvar"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Var" eSuperTypes="#//Decl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//VarOwner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//VarDecl"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDef" eSuperTypes="#//Decl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//VarType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VarDecl" eSuperTypes="#//Referrable">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//VarType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Referrable">
<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="TypeConstant" eSuperTypes="#//Referrable"/>
<eClassifiers xsi:type="ecore:EClass" name="Define" eSuperTypes="#//Decl">
<eStructuralFeatures xsi:type="ecore:EReference" name="defineList" upperBound="-1"
eType="#//DefineDecl" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefineDecl" eSuperTypes="#//Referrable">
<eStructuralFeatures xsi:type="ecore:EReference" name="simpleExpr" eType="#//TemporalExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefineRegExp" eSuperTypes="#//Decl">
<eStructuralFeatures xsi:type="ecore:EReference" name="defineRegsList" upperBound="-1"
eType="#//DefineRegExpDecl" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefineRegExpDecl" eSuperTypes="#//Referrable">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//RegExp"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternParamList">
<eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1"
eType="#//PatternParam" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternParam" eSuperTypes="#//Referrable"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedParamList">
<eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1"
eType="#//TypedParam" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedParam" eSuperTypes="#//Referrable">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//VarType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OverflowMethod">
<eLiterals name="KEEP" literal="keep"/>
<eLiterals name="FALSE" value="1" literal="false"/>
<eLiterals name="MODULO" value="2" literal="modulo"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Counter" eSuperTypes="#//Decl #//Referrable">
<eStructuralFeatures xsi:type="ecore:EReference" name="range" eType="#//Subrange"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initial" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resetPred" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incPred" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="decPred" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="overflowMethod" unique="false"
upperBound="-1" eType="#//OverflowMethod"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="underflowMethod" unique="false"
upperBound="-1" eType="#//OverflowMethod"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Monitor" eSuperTypes="#//Decl #//Referrable">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//VarType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initial" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="safety" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateInv" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pattern" eSuperTypes="#//Decl #//PredicateOrPatternReferrable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="params" eType="#//PatternParamList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="varDeclList" upperBound="-1"
eType="#//VarDecl" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initial" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="safety" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateInv" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="justice" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Predicate" eSuperTypes="#//Decl #//PredicateOrPatternReferrable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="params" eType="#//TypedParamList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//TemporalExpression"
containment="true"/>
</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"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subr" eType="#//Subrange"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="const" upperBound="-1"
eType="#//TypeConstant" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1"
eType="#//SizeDefineDecl" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LTLGar" eSuperTypes="#//Decl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="params" eType="#//TypedParamList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="safety" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stateInv" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="justice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="temporalExpr" eType="#//TemporalExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trig" eType="#//Trigger"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LTLAsm" eSuperTypes="#//Decl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="params" eType="#//TypedParamList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="safety" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stateInv" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="justice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="temporalExpr" eType="#//TemporalExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trig" eType="#//Trigger"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EXGar" eSuperTypes="#//Decl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="regExpPointer" eType="#//DefineRegExpDecl"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="regExp" eType="#//RegExp"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemporalExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PredicateOrPatternReferrable"/>
<eClassifiers xsi:type="ecore:EClass" name="Subrange">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//SizeDefineDecl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//SizeDefineDecl"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trigger">
<eStructuralFeatures xsi:type="ecore:EReference" name="initPointer" eType="#//DefineRegExpDecl"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initRegExp" eType="#//RegExp"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectPointer" eType="#//DefineRegExpDecl"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effectRegExp" eType="#//RegExp"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RegExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assrt" eType="#//BooleanTerm"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="empty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//RegExp"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="pointer" eType="#//VarDecl"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//ValueInRange" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relExpr" eType="#//TemporalExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValueInRange">
<eStructuralFeatures xsi:type="ecore:EReference" name="const" eType="#//TypeConstant"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="int" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multi" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DomainVarDecl" eSuperTypes="#//Referrable">
<eStructuralFeatures xsi:type="ecore:EReference" name="domainType" eType="#//VarType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SizeDefineDecl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//DefineDecl"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arithExp" eType="#//TemporalExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemporalImpExpr" eSuperTypes="#//TemporalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//TemporalExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implication" eType="#//TemporalExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemporalIffExpr" eSuperTypes="#//TemporalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemporalOrExpr" eSuperTypes="#//TemporalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemporalAndExpr" eSuperTypes="#//TemporalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemporalRelationalExpr" eSuperTypes="#//TemporalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//TemporalExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//TemporalExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemporalRemainderExpr" eSuperTypes="#//TemporalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//TemporalExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//TemporalExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemporalAdditiveExpr" eSuperTypes="#//TemporalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemporalMultiplicativeExpr" eSuperTypes="#//TemporalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemporalBinaryExpr" eSuperTypes="#//TemporalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemporalUnaryExpr" eSuperTypes="#//TemporalExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kinds" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tue" eType="#//TemporalExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemporalPrimaryExpr" eSuperTypes="#//TemporalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="predPatt" eType="#//PredicateOrPatternReferrable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="predPattParams" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tpe" eType="#//TemporalExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pointer" eType="#//Referrable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1"
eType="#//TemporalExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="temporalExpression" eType="#//TemporalExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="regexp" eType="#//RegExp"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="regexpPointer" eType="#//DefineRegExpDecl"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//TemporalExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryRegExp" eSuperTypes="#//RegExp">
<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="#//RegExp"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryRegExp" eSuperTypes="#//RegExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kleened" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="questionMark" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="plus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="haveExactRepetition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exactRepetition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="haveAtLeast" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="atLeast" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="haveRange" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompRegExp" eSuperTypes="#//RegExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QuantifierExpr" eSuperTypes="#//TemporalExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="domainVar" eType="#//DomainVarDecl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="temporalExpr" eType="#//TemporalExpression"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/SpectraSynthesizer/spectra-lang/tau.smlab.syntech.Spectra/model/generated/Spectra.ecore | ecore | spectra
Model
imports
name
elements
Import
importURI
Decl
WeightDef
name
negative
value
definition
VarOwner
SYS
output
ENV
input
AUX
auxvar
Var
kind
var
TypeDef
name
type
VarDecl
type
Referrable
name
TypeConstant
Define
defineList
DefineDecl
simpleExpr
DefineRegExp
defineRegsList
DefineRegExpDecl
exp
PatternParamList
params
PatternParam
TypedParamList
params
TypedParam
type
OverflowMethod
KEEP
keep
FALSE
false
MODULO
modulo
Counter
range
initial
resetPred
incPred
decPred
overflowMethod
underflowMethod
Monitor
type
initial
safety
stateInv
Pattern
name
params
varDeclList
initial
safety
stateInv
justice
Predicate
name
params
body
VarType
name
subr
const
type
dimensions
LTLGar
name
params
safety
stateInv
justice
temporalExpr
trig
LTLAsm
name
params
safety
stateInv
justice
temporalExpr
trig
EXGar
name
elements
regExpPointer
regExp
TemporalExpression
PredicateOrPatternReferrable
Subrange
from
to
Trigger
initPointer
initRegExp
effectPointer
effectRegExp
RegExp
val
assrt
empty
left
BooleanTerm
pointer
not
values
relExpr
ValueInRange
const
int
from
multi
to
booleanValue
DomainVarDecl
domainType
SizeDefineDecl
value
name
arithExp
TemporalImpExpr
left
operator
implication
TemporalIffExpr
elements
operator
TemporalOrExpr
elements
operator
TemporalAndExpr
elements
operator
TemporalRelationalExpr
left
operator
right
TemporalRemainderExpr
left
operator
right
TemporalAdditiveExpr
elements
operator
TemporalMultiplicativeExpr
elements
operator
TemporalBinaryExpr
elements
operator
TemporalUnaryExpr
kinds
tue
TemporalPrimaryExpr
predPatt
predPattParams
operator
tpe
pointer
index
temporalExpression
regexp
regexpPointer
Constant
booleanValue
integerValue
BinaryRegExp
op
right
UnaryRegExp
kleened
questionMark
plus
haveExactRepetition
exactRepetition
haveAtLeast
atLeast
haveRange
from
to
CompRegExp
comp
QuantifierExpr
operator
domainVar
temporalExpr | null | {"directed":true,"nodes":[{"nsPrefix":"spectra","nsURI":"http://smlab.cs.tau.ac.il/syntech/Spectra","name":"spectra","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":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decl","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WeightDef","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VarOwner","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"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":"TypeDef","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarDecl","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Referrable","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeConstant","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Define","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefineDecl","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefineRegExp","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefineRegExpDecl","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternParamList","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternParam","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedParamList","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedParam","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OverflowMethod","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Counter","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Monitor","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LTLGar","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LTLAsm","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EXGar","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalExpression","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredicateOrPatternReferrable","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subrange","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegExp","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanTerm","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueInRange","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainVarDecl","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SizeDefineDecl","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalImpExpr","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalIffExpr","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalOrExpr","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalAndExpr","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalRelationalExpr","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalRemainderExpr","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalAdditiveExpr","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalMultiplicativeExpr","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalBinaryExpr","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalUnaryExpr","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalPrimaryExpr","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryRegExp","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryRegExp","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompRegExp","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifierExpr","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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},{"container":false,"ordered":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":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importURI","changeable":true,"lowerBound":0,"iD":false,"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":"negative","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","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"},{"name":"SYS","id":70,"value":0,"literal":"output","eClass":"EEnumLiteral"},{"name":"ENV","id":71,"value":1,"literal":"input","eClass":"EEnumLiteral"},{"name":"AUX","id":72,"value":2,"literal":"auxvar","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":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":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","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":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defineList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleExpr","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":"defineRegsList","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":"exp","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"name":"KEEP","id":109,"value":0,"literal":"keep","eClass":"EEnumLiteral"},{"name":"FALSE","id":110,"value":1,"literal":"false","eClass":"EEnumLiteral"},{"name":"MODULO","id":111,"value":2,"literal":"modulo","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":"range","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":"initial","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":"resetPred","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":"incPred","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":"decPred","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"overflowMethod","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"underflowMethod","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"initial","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"safety","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stateInv","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"varDeclList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initial","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":"safety","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":"stateInv","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":"justice","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subr","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":"const","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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"safety","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":"stateInv","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":"justice","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"temporalExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trig","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"safety","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":"stateInv","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":"justice","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"temporalExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trig","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"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"regExpPointer","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":"regExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","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":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initPointer","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":"initRegExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"effectPointer","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":"effectRegExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"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":"val","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":"assrt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"empty","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pointer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"not","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"const","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"int","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":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":242,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"lowerBound":0,"iD":false,"id":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":"booleanValue","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"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domainType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"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":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arithExp","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"operator","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implication","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"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":"operator","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"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":"operator","changeable":true,"lowerBound":0,"iD":false,"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},{"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":283,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"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":"operator","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"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":"operator","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":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":306,"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":"operator","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kinds","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predPatt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predPattParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tpe","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pointer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"temporalExpression","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":"regexp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"regexpPointer","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"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booleanValue","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerValue","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"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":340,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"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":"kleened","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"questionMark","changeable":true,"lowerBound":0,"iD":false,"id":346,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"plus","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"haveExactRepetition","changeable":true,"lowerBound":0,"iD":false,"id":348,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exactRepetition","changeable":true,"lowerBound":0,"iD":false,"id":349,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"haveAtLeast","changeable":true,"lowerBound":0,"iD":false,"id":350,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"atLeast","changeable":true,"lowerBound":0,"iD":false,"id":351,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"haveRange","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comp","changeable":true,"lowerBound":0,"iD":false,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"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":369,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domainVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"temporalExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":1,"target":0},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":53,"target":2},{"source":53,"target":56},{"source":53,"target":1},{"source":56,"target":2},{"source":54,"target":57},{"source":54,"target":1},{"source":55,"target":3},{"source":55,"target":58},{"source":55,"target":1},{"source":58,"target":3},{"source":2,"target":0},{"source":2,"target":59},{"source":59,"target":60},{"source":59,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":61,"target":66},{"source":61,"target":4},{"source":62,"target":67},{"source":62,"target":4},{"source":63,"target":68},{"source":63,"target":4},{"source":64,"target":28},{"source":64,"target":69},{"source":64,"target":4},{"source":69,"target":28},{"source":65,"target":3},{"source":5,"target":0},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":70,"target":5},{"source":71,"target":5},{"source":72,"target":5},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":73,"target":5},{"source":73,"target":76},{"source":73,"target":6},{"source":76,"target":5},{"source":74,"target":8},{"source":74,"target":77},{"source":74,"target":6},{"source":77,"target":8},{"source":75,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":80},{"source":78,"target":81},{"source":78,"target":7},{"source":79,"target":24},{"source":79,"target":82},{"source":79,"target":7},{"source":82,"target":24},{"source":80,"target":3},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":83},{"source":8,"target":84},{"source":83,"target":24},{"source":83,"target":85},{"source":83,"target":8},{"source":85,"target":24},{"source":84,"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":88,"target":9},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":89},{"source":11,"target":90},{"source":89,"target":12},{"source":89,"target":91},{"source":89,"target":11},{"source":91,"target":12},{"source":90,"target":3},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":92},{"source":12,"target":93},{"source":92,"target":28},{"source":92,"target":94},{"source":92,"target":12},{"source":94,"target":28},{"source":93,"target":9},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":95},{"source":13,"target":96},{"source":95,"target":14},{"source":95,"target":97},{"source":95,"target":13},{"source":97,"target":14},{"source":96,"target":3},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":98},{"source":14,"target":99},{"source":98,"target":32},{"source":98,"target":100},{"source":98,"target":14},{"source":100,"target":32},{"source":99,"target":9},{"source":15,"target":0},{"source":15,"target":101},{"source":101,"target":16},{"source":101,"target":102},{"source":101,"target":15},{"source":102,"target":16},{"source":16,"target":0},{"source":16,"target":9},{"source":16,"target":103},{"source":103,"target":9},{"source":17,"target":0},{"source":17,"target":104},{"source":104,"target":18},{"source":104,"target":105},{"source":104,"target":17},{"source":105,"target":18},{"source":18,"target":0},{"source":18,"target":9},{"source":18,"target":106},{"source":18,"target":107},{"source":106,"target":24},{"source":106,"target":108},{"source":106,"target":18},{"source":108,"target":24},{"source":107,"target":9},{"source":19,"target":0},{"source":19,"target":109},{"source":19,"target":110},{"source":19,"target":111},{"source":109,"target":19},{"source":110,"target":19},{"source":111,"target":19},{"source":20,"target":0},{"source":20,"target":3},{"source":20,"target":9},{"source":20,"target":112},{"source":20,"target":113},{"source":20,"target":114},{"source":20,"target":115},{"source":20,"target":116},{"source":20,"target":117},{"source":20,"target":118},{"source":20,"target":119},{"source":20,"target":120},{"source":112,"target":30},{"source":112,"target":121},{"source":112,"target":20},{"source":121,"target":30},{"source":113,"target":28},{"source":113,"target":122},{"source":113,"target":20},{"source":122,"target":28},{"source":114,"target":28},{"source":114,"target":123},{"source":114,"target":20},{"source":123,"target":28},{"source":115,"target":28},{"source":115,"target":124},{"source":115,"target":20},{"source":124,"target":28},{"source":116,"target":28},{"source":116,"target":125},{"source":116,"target":20},{"source":125,"target":28},{"source":117,"target":19},{"source":117,"target":126},{"source":117,"target":20},{"source":126,"target":19},{"source":118,"target":19},{"source":118,"target":127},{"source":118,"target":20},{"source":127,"target":19},{"source":119,"target":3},{"source":120,"target":9},{"source":21,"target":0},{"source":21,"target":3},{"source":21,"target":9},{"source":21,"target":128},{"source":21,"target":129},{"source":21,"target":130},{"source":21,"target":131},{"source":21,"target":132},{"source":21,"target":133},{"source":128,"target":24},{"source":128,"target":134},{"source":128,"target":21},{"source":134,"target":24},{"source":129,"target":28},{"source":129,"target":135},{"source":129,"target":21},{"source":135,"target":28},{"source":130,"target":28},{"source":130,"target":136},{"source":130,"target":21},{"source":136,"target":28},{"source":131,"target":28},{"source":131,"target":137},{"source":131,"target":21},{"source":137,"target":28},{"source":132,"target":3},{"source":133,"target":9},{"source":22,"target":0},{"source":22,"target":3},{"source":22,"target":29},{"source":22,"target":138},{"source":22,"target":139},{"source":22,"target":140},{"source":22,"target":141},{"source":22,"target":142},{"source":22,"target":143},{"source":22,"target":144},{"source":22,"target":145},{"source":22,"target":146},{"source":138,"target":147},{"source":138,"target":22},{"source":139,"target":15},{"source":139,"target":148},{"source":139,"target":22},{"source":148,"target":15},{"source":140,"target":8},{"source":140,"target":149},{"source":140,"target":22},{"source":149,"target":8},{"source":141,"target":28},{"source":141,"target":150},{"source":141,"target":22},{"source":150,"target":28},{"source":142,"target":28},{"source":142,"target":151},{"source":142,"target":22},{"source":151,"target":28},{"source":143,"target":28},{"source":143,"target":152},{"source":143,"target":22},{"source":152,"target":28},{"source":144,"target":28},{"source":144,"target":153},{"source":144,"target":22},{"source":153,"target":28},{"source":145,"target":3},{"source":146,"target":29},{"source":23,"target":0},{"source":23,"target":3},{"source":23,"target":29},{"source":23,"target":154},{"source":23,"target":155},{"source":23,"target":156},{"source":23,"target":157},{"source":23,"target":158},{"source":154,"target":159},{"source":154,"target":23},{"source":155,"target":17},{"source":155,"target":160},{"source":155,"target":23},{"source":160,"target":17},{"source":156,"target":28},{"source":156,"target":161},{"source":156,"target":23},{"source":161,"target":28},{"source":157,"target":3},{"source":158,"target":29},{"source":24,"target":0},{"source":24,"target":162},{"source":24,"target":163},{"source":24,"target":164},{"source":24,"target":165},{"source":24,"target":166},{"source":162,"target":167},{"source":162,"target":24},{"source":163,"target":30},{"source":163,"target":168},{"source":163,"target":24},{"source":168,"target":30},{"source":164,"target":10},{"source":164,"target":169},{"source":164,"target":24},{"source":169,"target":10},{"source":165,"target":7},{"source":165,"target":170},{"source":165,"target":24},{"source":170,"target":7},{"source":166,"target":36},{"source":166,"target":171},{"source":166,"target":24},{"source":171,"target":36},{"source":25,"target":0},{"source":25,"target":3},{"source":25,"target":172},{"source":25,"target":173},{"source":25,"target":174},{"source":25,"target":175},{"source":25,"target":176},{"source":25,"target":177},{"source":25,"target":178},{"source":25,"target":179},{"source":172,"target":180},{"source":172,"target":25},{"source":173,"target":17},{"source":173,"target":181},{"source":173,"target":25},{"source":181,"target":17},{"source":174,"target":182},{"source":174,"target":25},{"source":175,"target":183},{"source":175,"target":25},{"source":176,"target":184},{"source":176,"target":25},{"source":177,"target":28},{"source":177,"target":185},{"source":177,"target":25},{"source":185,"target":28},{"source":178,"target":31},{"source":178,"target":186},{"source":178,"target":25},{"source":186,"target":31},{"source":179,"target":3},{"source":26,"target":0},{"source":26,"target":3},{"source":26,"target":187},{"source":26,"target":188},{"source":26,"target":189},{"source":26,"target":190},{"source":26,"target":191},{"source":26,"target":192},{"source":26,"target":193},{"source":26,"target":194},{"source":187,"target":195},{"source":187,"target":26},{"source":188,"target":17},{"source":188,"target":196},{"source":188,"target":26},{"source":196,"target":17},{"source":189,"target":197},{"source":189,"target":26},{"source":190,"target":198},{"source":190,"target":26},{"source":191,"target":199},{"source":191,"target":26},{"source":192,"target":28},{"source":192,"target":200},{"source":192,"target":26},{"source":200,"target":28},{"source":193,"target":31},{"source":193,"target":201},{"source":193,"target":26},{"source":201,"target":31},{"source":194,"target":3},{"source":27,"target":0},{"source":27,"target":3},{"source":27,"target":202},{"source":27,"target":203},{"source":27,"target":204},{"source":27,"target":205},{"source":27,"target":206},{"source":202,"target":207},{"source":202,"target":27},{"source":203,"target":28},{"source":203,"target":208},{"source":203,"target":27},{"source":208,"target":28},{"source":204,"target":14},{"source":204,"target":209},{"source":204,"target":27},{"source":209,"target":14},{"source":205,"target":32},{"source":205,"target":210},{"source":205,"target":27},{"source":210,"target":32},{"source":206,"target":3},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":211},{"source":30,"target":212},{"source":211,"target":36},{"source":211,"target":213},{"source":211,"target":30},{"source":213,"target":36},{"source":212,"target":36},{"source":212,"target":214},{"source":212,"target":30},{"source":214,"target":36},{"source":31,"target":0},{"source":31,"target":215},{"source":31,"target":216},{"source":31,"target":217},{"source":31,"target":218},{"source":215,"target":14},{"source":215,"target":219},{"source":215,"target":31},{"source":219,"target":14},{"source":216,"target":32},{"source":216,"target":220},{"source":216,"target":31},{"source":220,"target":32},{"source":217,"target":14},{"source":217,"target":221},{"source":217,"target":31},{"source":221,"target":14},{"source":218,"target":32},{"source":218,"target":222},{"source":218,"target":31},{"source":222,"target":32},{"source":32,"target":0},{"source":32,"target":223},{"source":32,"target":224},{"source":32,"target":225},{"source":32,"target":226},{"source":223,"target":227},{"source":223,"target":32},{"source":224,"target":33},{"source":224,"target":228},{"source":224,"target":32},{"source":228,"target":33},{"source":225,"target":229},{"source":225,"target":32},{"source":226,"target":32},{"source":226,"target":230},{"source":226,"target":32},{"source":230,"target":32},{"source":33,"target":0},{"source":33,"target":231},{"source":33,"target":232},{"source":33,"target":233},{"source":33,"target":234},{"source":231,"target":8},{"source":231,"target":235},{"source":231,"target":33},{"source":235,"target":8},{"source":232,"target":236},{"source":232,"target":33},{"source":233,"target":34},{"source":233,"target":237},{"source":233,"target":33},{"source":237,"target":34},{"source":234,"target":28},{"source":234,"target":238},{"source":234,"target":33},{"source":238,"target":28},{"source":34,"target":0},{"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":239,"target":10},{"source":239,"target":245},{"source":239,"target":34},{"source":245,"target":10},{"source":240,"target":246},{"source":240,"target":34},{"source":241,"target":247},{"source":241,"target":34},{"source":242,"target":248},{"source":242,"target":34},{"source":243,"target":249},{"source":243,"target":34},{"source":244,"target":250},{"source":244,"target":34},{"source":35,"target":0},{"source":35,"target":9},{"source":35,"target":251},{"source":35,"target":252},{"source":251,"target":24},{"source":251,"target":253},{"source":251,"target":35},{"source":253,"target":24},{"source":252,"target":9},{"source":36,"target":0},{"source":36,"target":254},{"source":36,"target":255},{"source":36,"target":256},{"source":254,"target":257},{"source":254,"target":36},{"source":255,"target":12},{"source":255,"target":258},{"source":255,"target":36},{"source":258,"target":12},{"source":256,"target":28},{"source":256,"target":259},{"source":256,"target":36},{"source":259,"target":28},{"source":37,"target":0},{"source":37,"target":28},{"source":37,"target":260},{"source":37,"target":261},{"source":37,"target":262},{"source":37,"target":263},{"source":260,"target":28},{"source":260,"target":264},{"source":260,"target":37},{"source":264,"target":28},{"source":261,"target":265},{"source":261,"target":37},{"source":262,"target":28},{"source":262,"target":266},{"source":262,"target":37},{"source":266,"target":28},{"source":263,"target":28},{"source":38,"target":0},{"source":38,"target":28},{"source":38,"target":267},{"source":38,"target":268},{"source":38,"target":269},{"source":267,"target":28},{"source":267,"target":270},{"source":267,"target":38},{"source":270,"target":28},{"source":268,"target":271},{"source":268,"target":38},{"source":269,"target":28},{"source":39,"target":0},{"source":39,"target":28},{"source":39,"target":272},{"source":39,"target":273},{"source":39,"target":274},{"source":272,"target":28},{"source":272,"target":275},{"source":272,"target":39},{"source":275,"target":28},{"source":273,"target":276},{"source":273,"target":39},{"source":274,"target":28},{"source":40,"target":0},{"source":40,"target":28},{"source":40,"target":277},{"source":40,"target":278},{"source":40,"target":279},{"source":277,"target":28},{"source":277,"target":280},{"source":277,"target":40},{"source":280,"target":28},{"source":278,"target":281},{"source":278,"target":40},{"source":279,"target":28},{"source":41,"target":0},{"source":41,"target":28},{"source":41,"target":282},{"source":41,"target":283},{"source":41,"target":284},{"source":41,"target":285},{"source":282,"target":28},{"source":282,"target":286},{"source":282,"target":41},{"source":286,"target":28},{"source":283,"target":287},{"source":283,"target":41},{"source":284,"target":28},{"source":284,"target":288},{"source":284,"target":41},{"source":288,"target":28},{"source":285,"target":28},{"source":42,"target":0},{"source":42,"target":28},{"source":42,"target":289},{"source":42,"target":290},{"source":42,"target":291},{"source":42,"target":292},{"source":289,"target":28},{"source":289,"target":293},{"source":289,"target":42},{"source":293,"target":28},{"source":290,"target":294},{"source":290,"target":42},{"source":291,"target":28},{"source":291,"target":295},{"source":291,"target":42},{"source":295,"target":28},{"source":292,"target":28},{"source":43,"target":0},{"source":43,"target":28},{"source":43,"target":296},{"source":43,"target":297},{"source":43,"target":298},{"source":296,"target":28},{"source":296,"target":299},{"source":296,"target":43},{"source":299,"target":28},{"source":297,"target":300},{"source":297,"target":43},{"source":298,"target":28},{"source":44,"target":0},{"source":44,"target":28},{"source":44,"target":301},{"source":44,"target":302},{"source":44,"target":303},{"source":301,"target":28},{"source":301,"target":304},{"source":301,"target":44},{"source":304,"target":28},{"source":302,"target":305},{"source":302,"target":44},{"source":303,"target":28},{"source":45,"target":0},{"source":45,"target":28},{"source":45,"target":306},{"source":45,"target":307},{"source":45,"target":308},{"source":306,"target":28},{"source":306,"target":309},{"source":306,"target":45},{"source":309,"target":28},{"source":307,"target":310},{"source":307,"target":45},{"source":308,"target":28},{"source":46,"target":0},{"source":46,"target":28},{"source":46,"target":311},{"source":46,"target":312},{"source":46,"target":313},{"source":311,"target":314},{"source":311,"target":46},{"source":312,"target":28},{"source":312,"target":315},{"source":312,"target":46},{"source":315,"target":28},{"source":313,"target":28},{"source":47,"target":0},{"source":47,"target":28},{"source":47,"target":316},{"source":47,"target":317},{"source":47,"target":318},{"source":47,"target":319},{"source":47,"target":320},{"source":47,"target":321},{"source":47,"target":322},{"source":47,"target":323},{"source":47,"target":324},{"source":47,"target":325},{"source":316,"target":29},{"source":316,"target":326},{"source":316,"target":47},{"source":326,"target":29},{"source":317,"target":28},{"source":317,"target":327},{"source":317,"target":47},{"source":327,"target":28},{"source":318,"target":328},{"source":318,"target":47},{"source":319,"target":28},{"source":319,"target":329},{"source":319,"target":47},{"source":329,"target":28},{"source":320,"target":9},{"source":320,"target":330},{"source":320,"target":47},{"source":330,"target":9},{"source":321,"target":28},{"source":321,"target":331},{"source":321,"target":47},{"source":331,"target":28},{"source":322,"target":28},{"source":322,"target":332},{"source":322,"target":47},{"source":332,"target":28},{"source":323,"target":32},{"source":323,"target":333},{"source":323,"target":47},{"source":333,"target":32},{"source":324,"target":14},{"source":324,"target":334},{"source":324,"target":47},{"source":334,"target":14},{"source":325,"target":28},{"source":48,"target":0},{"source":48,"target":28},{"source":48,"target":335},{"source":48,"target":336},{"source":48,"target":337},{"source":335,"target":338},{"source":335,"target":48},{"source":336,"target":339},{"source":336,"target":48},{"source":337,"target":28},{"source":49,"target":0},{"source":49,"target":32},{"source":49,"target":340},{"source":49,"target":341},{"source":49,"target":342},{"source":340,"target":343},{"source":340,"target":49},{"source":341,"target":32},{"source":341,"target":344},{"source":341,"target":49},{"source":344,"target":32},{"source":342,"target":32},{"source":50,"target":0},{"source":50,"target":32},{"source":50,"target":345},{"source":50,"target":346},{"source":50,"target":347},{"source":50,"target":348},{"source":50,"target":349},{"source":50,"target":350},{"source":50,"target":351},{"source":50,"target":352},{"source":50,"target":353},{"source":50,"target":354},{"source":50,"target":355},{"source":345,"target":356},{"source":345,"target":50},{"source":346,"target":357},{"source":346,"target":50},{"source":347,"target":358},{"source":347,"target":50},{"source":348,"target":359},{"source":348,"target":50},{"source":349,"target":360},{"source":349,"target":50},{"source":350,"target":361},{"source":350,"target":50},{"source":351,"target":362},{"source":351,"target":50},{"source":352,"target":363},{"source":352,"target":50},{"source":353,"target":364},{"source":353,"target":50},{"source":354,"target":365},{"source":354,"target":50},{"source":355,"target":32},{"source":51,"target":0},{"source":51,"target":32},{"source":51,"target":366},{"source":51,"target":367},{"source":366,"target":368},{"source":366,"target":51},{"source":367,"target":32},{"source":52,"target":0},{"source":52,"target":28},{"source":52,"target":369},{"source":52,"target":370},{"source":52,"target":371},{"source":52,"target":372},{"source":369,"target":373},{"source":369,"target":52},{"source":370,"target":35},{"source":370,"target":374},{"source":370,"target":52},{"source":374,"target":35},{"source":371,"target":28},{"source":371,"target":375},{"source":371,"target":52},{"source":375,"target":28},{"source":372,"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="real" nsURI="http://www.osate.org/org/osate/ocarina/real/xtext/REAL"
nsPrefix="real">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="theorems" upperBound="-1"
eType="#//Theorem" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Theorem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rangeDefinition" eType="#//RangeDefinition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredDefinition" eType="#//RequiredDefinition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="varDeclarations" upperBound="-1"
eType="#//VarDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="setDeclarations" upperBound="-1"
eType="#//SetDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="verificationExpression"
eType="#//VerificationExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="evaluationExpression" eType="#//EvaluationExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RangeDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="element" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//SetExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VarDeclaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//TerminalSelectionExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetDeclaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="set" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="paramIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementBinding" eType="#//ElementBinding"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//SelectionExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementBinding">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="element" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//SetExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectionExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="e1" eType="#//TerminalSelectionExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="e2" upperBound="-1" eType="#//TerminalSelectionExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComputeExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<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="TerminalSelectionExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="c" eType="#//ComputeExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="e" eType="#//TerminalGenericExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="r" eType="#//SelectionRelation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectionRelation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//SelectionRelationParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectionRelationParameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="l" eType="#//Literal" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequiredDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="theorems" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VerificationExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="e1" eType="#//GenericExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvaluationExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="f" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="e" eType="#//GenericExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GenericExpression" eSuperTypes="#//TerminalGenericExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="e1" eType="#//TerminalGenericExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="e2" upperBound="-1" eType="#//TerminalGenericExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TerminalGenericExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="literal" eType="#//Literal"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fc" eType="#//VerificationFunctionCall"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="te" eType="#//TernaryExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="e1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="e2" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TernaryExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="conditional" eType="#//GenericExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trueValue" eType="#//GenericExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="falseValue" eType="#//GenericExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VerificationFunctionCall">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="f" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//VerificationFunctionParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VerificationFunctionParameter">
<eStructuralFeatures xsi:type="ecore:EReference" name="l" eType="#//Literal" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="vfi" eType="#//VerificationFunctionCall"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Literal">
<eStructuralFeatures xsi:type="ecore:EReference" name="b" eType="#//BOOLEAN" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="s" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="n" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BOOLEAN">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/REAL.ecore | ecore | real
Model
theorems
Theorem
name
rangeDefinition
requiredDefinition
varDeclarations
setDeclarations
verificationExpression
evaluationExpression
endName
RangeDefinition
element
set
VarDeclaration
identifier
expr
SetDeclaration
set
paramIdentifier
elementBinding
expr
ElementBinding
element
set
SelectionExpression
e1
op
e2
ComputeExpression
identifier
name
TerminalSelectionExpression
c
e
r
SelectionRelation
identifier
arguments
SelectionRelationParameter
l
identifier
RequiredDefinition
theorems
VerificationExpression
e1
EvaluationExpression
f
e
GenericExpression
e1
op
e2
TerminalGenericExpression
literal
fc
te
SetExpression
e1
op
e2
TernaryExpression
conditional
trueValue
falseValue
VerificationFunctionCall
f
arguments
VerificationFunctionParameter
l
identifier
vfi
Literal
b
s
n
BOOLEAN
value | null | {"directed":true,"nodes":[{"nsPrefix":"real","nsURI":"http://www.osate.org/org/osate/ocarina/real/xtext/REAL","name":"real","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":"Theorem","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeDefinition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarDeclaration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetDeclaration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementBinding","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionExpression","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputeExpression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminalSelectionExpression","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionRelation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionRelationParameter","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredDefinition","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VerificationExpression","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvaluationExpression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericExpression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminalGenericExpression","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TernaryExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VerificationFunctionCall","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VerificationFunctionParameter","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BOOLEAN","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theorems","changeable":true,"resolveProxies":true,"lowerBound":0,"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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rangeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredDefinition","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":"varDeclarations","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":"setDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"verificationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"evaluationExpression","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":"endName","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"lowerBound":0,"iD":false,"id":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":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"set","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":"paramIdentifier","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":"elementBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":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":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":"e1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"op","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":"e2","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":"identifier","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":"name","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c","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":"e","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":"r","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"l","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":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"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":"theorems","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"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":"f","changeable":true,"lowerBound":0,"iD":false,"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":"e","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":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":"e2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"fc","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":"te","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"e1","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":false,"transient":false,"unique":false,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":107,"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":"e2","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditional","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":"trueValue","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":"falseValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"f","changeable":true,"lowerBound":0,"iD":false,"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"l","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vfi","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"b","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"s","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":"n","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":23},{"source":23,"target":2},{"source":23,"target":24},{"source":23,"target":1},{"source":24,"target":2},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":25,"target":33},{"source":25,"target":2},{"source":26,"target":3},{"source":26,"target":34},{"source":26,"target":2},{"source":34,"target":3},{"source":27,"target":12},{"source":27,"target":35},{"source":27,"target":2},{"source":35,"target":12},{"source":28,"target":4},{"source":28,"target":36},{"source":28,"target":2},{"source":36,"target":4},{"source":29,"target":5},{"source":29,"target":37},{"source":29,"target":2},{"source":37,"target":5},{"source":30,"target":13},{"source":30,"target":38},{"source":30,"target":2},{"source":38,"target":13},{"source":31,"target":14},{"source":31,"target":39},{"source":31,"target":2},{"source":39,"target":14},{"source":32,"target":40},{"source":32,"target":2},{"source":3,"target":0},{"source":3,"target":41},{"source":3,"target":42},{"source":41,"target":43},{"source":41,"target":3},{"source":42,"target":17},{"source":42,"target":44},{"source":42,"target":3},{"source":44,"target":17},{"source":4,"target":0},{"source":4,"target":45},{"source":4,"target":46},{"source":45,"target":47},{"source":45,"target":4},{"source":46,"target":9},{"source":46,"target":48},{"source":46,"target":4},{"source":48,"target":9},{"source":5,"target":0},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":49,"target":53},{"source":49,"target":5},{"source":50,"target":54},{"source":50,"target":5},{"source":51,"target":6},{"source":51,"target":55},{"source":51,"target":5},{"source":55,"target":6},{"source":52,"target":7},{"source":52,"target":56},{"source":52,"target":5},{"source":56,"target":7},{"source":6,"target":0},{"source":6,"target":57},{"source":6,"target":58},{"source":57,"target":59},{"source":57,"target":6},{"source":58,"target":17},{"source":58,"target":60},{"source":58,"target":6},{"source":60,"target":17},{"source":7,"target":0},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":61,"target":9},{"source":61,"target":64},{"source":61,"target":7},{"source":64,"target":9},{"source":62,"target":65},{"source":62,"target":7},{"source":63,"target":9},{"source":63,"target":66},{"source":63,"target":7},{"source":66,"target":9},{"source":8,"target":0},{"source":8,"target":67},{"source":8,"target":68},{"source":67,"target":69},{"source":67,"target":8},{"source":68,"target":70},{"source":68,"target":8},{"source":9,"target":0},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":71,"target":8},{"source":71,"target":74},{"source":71,"target":9},{"source":74,"target":8},{"source":72,"target":16},{"source":72,"target":75},{"source":72,"target":9},{"source":75,"target":16},{"source":73,"target":10},{"source":73,"target":76},{"source":73,"target":9},{"source":76,"target":10},{"source":10,"target":0},{"source":10,"target":77},{"source":10,"target":78},{"source":77,"target":79},{"source":77,"target":10},{"source":78,"target":11},{"source":78,"target":80},{"source":78,"target":10},{"source":80,"target":11},{"source":11,"target":0},{"source":11,"target":81},{"source":11,"target":82},{"source":81,"target":21},{"source":81,"target":83},{"source":81,"target":11},{"source":83,"target":21},{"source":82,"target":84},{"source":82,"target":11},{"source":12,"target":0},{"source":12,"target":85},{"source":85,"target":86},{"source":85,"target":12},{"source":13,"target":0},{"source":13,"target":87},{"source":87,"target":15},{"source":87,"target":88},{"source":87,"target":13},{"source":88,"target":15},{"source":14,"target":0},{"source":14,"target":89},{"source":14,"target":90},{"source":89,"target":91},{"source":89,"target":14},{"source":90,"target":15},{"source":90,"target":92},{"source":90,"target":14},{"source":92,"target":15},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":93},{"source":15,"target":94},{"source":15,"target":95},{"source":15,"target":96},{"source":93,"target":16},{"source":93,"target":97},{"source":93,"target":15},{"source":97,"target":16},{"source":94,"target":98},{"source":94,"target":15},{"source":95,"target":16},{"source":95,"target":99},{"source":95,"target":15},{"source":99,"target":16},{"source":96,"target":16},{"source":16,"target":0},{"source":16,"target":100},{"source":16,"target":101},{"source":16,"target":102},{"source":100,"target":21},{"source":100,"target":103},{"source":100,"target":16},{"source":103,"target":21},{"source":101,"target":19},{"source":101,"target":104},{"source":101,"target":16},{"source":104,"target":19},{"source":102,"target":18},{"source":102,"target":105},{"source":102,"target":16},{"source":105,"target":18},{"source":17,"target":0},{"source":17,"target":106},{"source":17,"target":107},{"source":17,"target":108},{"source":106,"target":109},{"source":106,"target":17},{"source":107,"target":110},{"source":107,"target":17},{"source":108,"target":111},{"source":108,"target":17},{"source":18,"target":0},{"source":18,"target":112},{"source":18,"target":113},{"source":18,"target":114},{"source":112,"target":15},{"source":112,"target":115},{"source":112,"target":18},{"source":115,"target":15},{"source":113,"target":15},{"source":113,"target":116},{"source":113,"target":18},{"source":116,"target":15},{"source":114,"target":15},{"source":114,"target":117},{"source":114,"target":18},{"source":117,"target":15},{"source":19,"target":0},{"source":19,"target":118},{"source":19,"target":119},{"source":118,"target":120},{"source":118,"target":19},{"source":119,"target":20},{"source":119,"target":121},{"source":119,"target":19},{"source":121,"target":20},{"source":20,"target":0},{"source":20,"target":122},{"source":20,"target":123},{"source":20,"target":124},{"source":122,"target":21},{"source":122,"target":125},{"source":122,"target":20},{"source":125,"target":21},{"source":123,"target":126},{"source":123,"target":20},{"source":124,"target":19},{"source":124,"target":127},{"source":124,"target":20},{"source":127,"target":19},{"source":21,"target":0},{"source":21,"target":128},{"source":21,"target":129},{"source":21,"target":130},{"source":128,"target":22},{"source":128,"target":131},{"source":128,"target":21},{"source":131,"target":22},{"source":129,"target":132},{"source":129,"target":21},{"source":130,"target":133},{"source":130,"target":21},{"source":22,"target":0},{"source":22,"target":134},{"source":134,"target":135},{"source":134,"target":22}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="twitterRESTAPI" nsURI="http://www.example.org/twitterRESTAPI"
nsPrefix="twitterRESTAPI">
<eClassifiers xsi:type="ecore:EClass" name="User" eSuperTypes="#//Instruction">
<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="Hashtag" eSuperTypes="#//Instruction">
<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="Date" eSuperTypes="#//Instruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Deck">
<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="instructions" upperBound="-1"
eType="#//Instruction" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initFilters" upperBound="-1"
eType="#//Instruction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isNot" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="next" upperBound="-1" eType="#//Instruction"
eOpposite="#//Instruction/previous"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unOp" eType="#//UnOp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="previous" upperBound="-1"
eType="#//Instruction" eOpposite="#//Instruction/next"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Word" eSuperTypes="#//Instruction">
<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="DeckSet">
<eStructuralFeatures xsi:type="ecore:EReference" name="deck" lowerBound="1" upperBound="-1"
eType="#//Deck" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Retweet" eSuperTypes="#//Instruction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="UnOp">
<eLiterals name="equals" literal="="/>
<eLiterals name="lessThan" value="1" literal="<"/>
<eLiterals name="upperThan" value="2" literal=">"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Kribouille/IM_project/TwitterRESTAPI/model/twitterRESTAPI.ecore | ecore | twitterRESTAPI
User
value
Hashtag
value
Date
value
Deck
name
instructions
initFilters
Instruction
isNot
false
next
unOp
previous
Word
value
DeckSet
deck
Retweet
value
UnOp
equals
=
lessThan
<
upperThan
> | null | {"directed":true,"nodes":[{"nsPrefix":"twitterRESTAPI","nsURI":"http://www.example.org/twitterRESTAPI","name":"twitterRESTAPI","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":"Hashtag","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Date","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deck","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Word","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeckSet","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Retweet","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnOp","instanceClass":null,"id":9,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"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":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","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":"initFilters","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":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isNot","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unOp","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previous","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"},{"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":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"deck","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"name":"equals","id":41,"value":0,"literal":"=","eClass":"EEnumLiteral"},{"name":"lessThan","id":42,"value":1,"literal":"<","eClass":"EEnumLiteral"},{"name":"upperThan","id":43,"value":2,"literal":">","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":10},{"source":1,"target":11},{"source":10,"target":12},{"source":10,"target":1},{"source":11,"target":5},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":13},{"source":2,"target":14},{"source":13,"target":15},{"source":13,"target":2},{"source":14,"target":5},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":16},{"source":3,"target":17},{"source":16,"target":18},{"source":16,"target":3},{"source":17,"target":5},{"source":4,"target":0},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":19,"target":22},{"source":19,"target":4},{"source":20,"target":5},{"source":20,"target":23},{"source":20,"target":4},{"source":23,"target":5},{"source":21,"target":5},{"source":21,"target":24},{"source":21,"target":4},{"source":24,"target":5},{"source":5,"target":0},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":28},{"source":25,"target":29},{"source":25,"target":5},{"source":26,"target":5},{"source":26,"target":30},{"source":26,"target":5},{"source":26,"target":28},{"source":30,"target":5},{"source":27,"target":9},{"source":27,"target":31},{"source":27,"target":5},{"source":31,"target":9},{"source":28,"target":5},{"source":28,"target":32},{"source":28,"target":5},{"source":28,"target":26},{"source":32,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":33},{"source":6,"target":34},{"source":33,"target":35},{"source":33,"target":6},{"source":34,"target":5},{"source":7,"target":0},{"source":7,"target":36},{"source":36,"target":4},{"source":36,"target":37},{"source":36,"target":7},{"source":37,"target":4},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":38},{"source":8,"target":39},{"source":38,"target":40},{"source":38,"target":8},{"source":39,"target":5},{"source":9,"target":0},{"source":9,"target":41},{"source":9,"target":42},{"source":9,"target":43},{"source":41,"target":9},{"source":42,"target":9},{"source":43,"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="teav"
nsURI="teav" nsPrefix="teav">
<eClassifiers xsi:type="ecore:EClass" name="AttributeType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code_name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<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_class" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value_class" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeValue" abstract="true">
<eOperations name="getValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="abstract"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type">
<eOperations name="getManager" lowerBound="1" eType="#//TypeManager"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="AttributesDefinitions"
upperBound="-1" eType="#//AttributeDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Instances" upperBound="-1"
eType="#//Entity" containment="true" eOpposite="#//Entity/Type"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<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="code_name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute">
<eOperations name="getValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="return $this->get('ValueObject')->getValue();"/>
</eAnnotations>
</eOperations>
<eOperations name="getType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="return $this->get('DefinitionObject')->getType();"/>
</eAnnotations>
</eOperations>
<eOperations name="getTypeObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="return $this->get('DefinitionObject')->get('TypeObject');"/>
</eAnnotations>
</eOperations>
<eOperations name="getManager" lowerBound="1" eType="#//AttributeManager"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="DefinitionObject" lowerBound="1"
eType="#//AttributeDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ValueObject" lowerBound="1"
eType="#//AttributeValue" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity">
<eOperations name="getAttributes"/>
<eOperations name="getManager" lowerBound="1" eType="#//EntityManager"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Type" lowerBound="1" eType="#//Type"
eOpposite="#//Type/Instances"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="manager"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataAttributeType" eSuperTypes="#//AttributeType"/>
<eClassifiers xsi:type="ecore:EClass" name="DataAttributeValue" eSuperTypes="#//AttributeValue">
<eOperations name="getValue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringDataAttributeType" eSuperTypes="#//DataAttributeType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringDataAttributeValue" eSuperTypes="#//DataAttributeValue">
<eOperations name="getValue" 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="IntegerDataAttributeType" eSuperTypes="#//DataAttributeType"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerDataAttributeValue" eSuperTypes="#//DataAttributeValue">
<eOperations name="getValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelationAttributeType" eSuperTypes="#//AttributeType"/>
<eClassifiers xsi:type="ecore:EClass" name="RelationAttributeValue" eSuperTypes="#//AttributeValue">
<eOperations name="getValue"/>
<eOperations name="getRelatedType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeObject" eType="#//Type"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposition" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OneToOneRelationAttributeType" eSuperTypes="#//RelationAttributeType"/>
<eClassifiers xsi:type="ecore:EClass" name="OneToOneRelationAttributeValue" eSuperTypes="#//RelationAttributeValue">
<eOperations name="getRelatedObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedObject" eType="#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OneToManyRelationAttributeValue" eSuperTypes="#//RelationAttributeValue">
<eOperations name="getRelatedObjects"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OneToManyRelationAttributeType" eSuperTypes="#//RelationAttributeType"/>
<eClassifiers xsi:type="ecore:EClass" name="AttributeDefinition">
<eOperations name="getType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="return $this->get('TypeObject')->get('code_name');"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="TypeObject" lowerBound="1"
eType="#//AttributeType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code_name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeManager">
<eOperations name="fetchForEntityOrCreate" eType="#//Attribute">
<eParameters name="$entity" eType="#//Entity"/>
<eParameters name="$attributeDefinition" eType="#//AttributeDefinition"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntityManager">
<eOperations name="load" eType="#//Entity">
<eParameters name="$type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="$id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeManager">
<eOperations name="load" eType="#//Type">
<eParameters name="$name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="create" lowerBound="1" eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ManyToManyRelationAttributeType" eSuperTypes="#//RelationAttributeType"/>
<eClassifiers xsi:type="ecore:EClass" name="RelationAttributeValue" eSuperTypes="#//AttributeValue"/>
<eClassifiers xsi:type="ecore:EClass" name="OneToOneRelationAttributeValue" eSuperTypes="#//RelationAttributeValue.1"/>
<eClassifiers xsi:type="ecore:EClass" name="OneToManyRelationAttributeValue" eSuperTypes="#//RelationAttributeValue.1"/>
<eClassifiers xsi:type="ecore:EClass" name="ManyToManyRelationAttributeValue" eSuperTypes="#//RelationAttributeValue.1"/>
<eClassifiers xsi:type="ecore:EClass" name="FloatDataAttributeValue" eSuperTypes="#//DataAttributeValue">
<eOperations name="getValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FloatDataAttributeType" eSuperTypes="#//DataAttributeType"/>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/teav.ecore | ecore | teav
AttributeType
code_name
id
name
type_class
value_class
AttributeValue
getValue
id
Type
getManager
AttributesDefinitions
Instances
id
name
code_name
Attribute
getValue
getType
getTypeObject
getManager
DefinitionObject
ValueObject
id
Entity
getAttributes
getManager
Attributes
id
Type
manager
DataAttributeType
DataAttributeValue
getValue
StringDataAttributeType
StringDataAttributeValue
getValue
value
IntegerDataAttributeType
IntegerDataAttributeValue
getValue
value
RelationAttributeType
RelationAttributeValue
getValue
getRelatedType
typeObject
isComposition
OneToOneRelationAttributeType
OneToOneRelationAttributeValue
getRelatedObject
relatedObject
OneToManyRelationAttributeValue
getRelatedObjects
OneToManyRelationAttributeType
AttributeDefinition
getType
TypeObject
name
description
code_name
AttributeManager
fetchForEntityOrCreate
$entity
$attributeDefinition
EntityManager
load
$type
$id
TypeManager
load
$name
create
ManyToManyRelationAttributeType
RelationAttributeValue
OneToOneRelationAttributeValue
OneToManyRelationAttributeValue
ManyToManyRelationAttributeValue
FloatDataAttributeValue
getValue
value
FloatDataAttributeType | null | {"directed":true,"nodes":[{"nsPrefix":"teav","nsURI":"teav","name":"teav","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValue","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","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":"Entity","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataAttributeType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataAttributeValue","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringDataAttributeType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringDataAttributeValue","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerDataAttributeType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerDataAttributeValue","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationAttributeType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationAttributeValue","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneToOneRelationAttributeType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneToOneRelationAttributeValue","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneToManyRelationAttributeValue","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneToManyRelationAttributeType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeDefinition","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeManager","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityManager","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeManager","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManyToManyRelationAttributeType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationAttributeValue","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneToOneRelationAttributeValue","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneToManyRelationAttributeValue","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManyToManyRelationAttributeValue","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatDataAttributeValue","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatDataAttributeType","instanceClass":null,"abstract":false,"id":28,"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":"code_name","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"type_class","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":"value_class","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getManager","lowerBound":1,"id":42,"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":"AttributesDefinitions","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":"Instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code_name","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"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":"Type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getType","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTypeObject","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getManager","lowerBound":1,"id":58,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"DefinitionObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ValueObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAttributes","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getManager","lowerBound":1,"id":67,"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":"Attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"manager","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":1,"id":79,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":1,"id":85,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRelatedType","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"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":"isComposition","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRelatedObject","lowerBound":0,"id":99,"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":"relatedObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRelatedObjects","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EOperation"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getType","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"TypeObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":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":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":"description","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":"code_name","changeable":true,"lowerBound":1,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fetchForEntityOrCreate","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EOperation"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"$entity","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"$attributeDefinition","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EParameter"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"load","lowerBound":0,"id":121,"many":false,"required":false,"eClass":"EOperation"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"$type","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"$id","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EParameter"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"load","lowerBound":0,"id":127,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":1,"id":128,"many":false,"required":true,"eClass":"EOperation"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"$name","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EParameter"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":1,"id":138,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":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":1,"target":0},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":29,"target":34},{"source":29,"target":1},{"source":30,"target":35},{"source":30,"target":1},{"source":31,"target":36},{"source":31,"target":1},{"source":32,"target":37},{"source":32,"target":1},{"source":33,"target":38},{"source":33,"target":1},{"source":2,"target":0},{"source":2,"target":39},{"source":2,"target":40},{"source":39,"target":2},{"source":40,"target":41},{"source":40,"target":2},{"source":3,"target":0},{"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":42,"target":21},{"source":42,"target":48},{"source":42,"target":3},{"source":48,"target":21},{"source":43,"target":18},{"source":43,"target":49},{"source":43,"target":3},{"source":49,"target":18},{"source":44,"target":5},{"source":44,"target":50},{"source":44,"target":3},{"source":44,"target":51},{"source":50,"target":5},{"source":45,"target":52},{"source":45,"target":3},{"source":46,"target":53},{"source":46,"target":3},{"source":47,"target":54},{"source":47,"target":3},{"source":4,"target":0},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":55,"target":4},{"source":56,"target":4},{"source":57,"target":4},{"source":58,"target":19},{"source":58,"target":62},{"source":58,"target":4},{"source":62,"target":19},{"source":59,"target":18},{"source":59,"target":63},{"source":59,"target":4},{"source":63,"target":18},{"source":60,"target":2},{"source":60,"target":64},{"source":60,"target":4},{"source":64,"target":2},{"source":61,"target":65},{"source":61,"target":4},{"source":5,"target":0},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":51},{"source":5,"target":70},{"source":66,"target":5},{"source":67,"target":20},{"source":67,"target":71},{"source":67,"target":5},{"source":71,"target":20},{"source":68,"target":4},{"source":68,"target":72},{"source":68,"target":5},{"source":72,"target":4},{"source":69,"target":73},{"source":69,"target":5},{"source":51,"target":3},{"source":51,"target":74},{"source":51,"target":5},{"source":51,"target":44},{"source":74,"target":3},{"source":70,"target":5},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":75},{"source":75,"target":1},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":76},{"source":7,"target":77},{"source":76,"target":7},{"source":77,"target":2},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":78},{"source":78,"target":6},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":79,"target":82},{"source":79,"target":9},{"source":80,"target":83},{"source":80,"target":9},{"source":81,"target":7},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":84},{"source":84,"target":6},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":85},{"source":11,"target":86},{"source":11,"target":87},{"source":85,"target":88},{"source":85,"target":11},{"source":86,"target":89},{"source":86,"target":11},{"source":87,"target":7},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":90},{"source":90,"target":1},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":91},{"source":13,"target":92},{"source":13,"target":93},{"source":13,"target":94},{"source":13,"target":95},{"source":91,"target":13},{"source":92,"target":13},{"source":93,"target":3},{"source":93,"target":96},{"source":93,"target":13},{"source":96,"target":3},{"source":94,"target":97},{"source":94,"target":13},{"source":95,"target":2},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":98},{"source":98,"target":12},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":99},{"source":15,"target":100},{"source":15,"target":101},{"source":99,"target":15},{"source":100,"target":5},{"source":100,"target":102},{"source":100,"target":15},{"source":102,"target":5},{"source":101,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":103},{"source":16,"target":104},{"source":103,"target":16},{"source":104,"target":13},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":105},{"source":105,"target":12},{"source":18,"target":0},{"source":18,"target":106},{"source":18,"target":107},{"source":18,"target":108},{"source":18,"target":109},{"source":18,"target":110},{"source":106,"target":18},{"source":107,"target":1},{"source":107,"target":111},{"source":107,"target":18},{"source":111,"target":1},{"source":108,"target":112},{"source":108,"target":18},{"source":109,"target":113},{"source":109,"target":18},{"source":110,"target":114},{"source":110,"target":18},{"source":19,"target":0},{"source":19,"target":115},{"source":115,"target":4},{"source":115,"target":116},{"source":115,"target":19},{"source":115,"target":117},{"source":115,"target":118},{"source":116,"target":4},{"source":117,"target":5},{"source":117,"target":119},{"source":117,"target":115},{"source":119,"target":5},{"source":118,"target":18},{"source":118,"target":120},{"source":118,"target":115},{"source":120,"target":18},{"source":20,"target":0},{"source":20,"target":121},{"source":121,"target":5},{"source":121,"target":122},{"source":121,"target":20},{"source":121,"target":123},{"source":121,"target":124},{"source":122,"target":5},{"source":123,"target":125},{"source":123,"target":121},{"source":124,"target":126},{"source":124,"target":121},{"source":21,"target":0},{"source":21,"target":127},{"source":21,"target":128},{"source":127,"target":3},{"source":127,"target":129},{"source":127,"target":21},{"source":127,"target":130},{"source":129,"target":3},{"source":130,"target":131},{"source":130,"target":127},{"source":128,"target":3},{"source":128,"target":132},{"source":128,"target":21},{"source":132,"target":3},{"source":22,"target":0},{"source":22,"target":12},{"source":22,"target":133},{"source":133,"target":12},{"source":23,"target":0},{"source":23,"target":2},{"source":23,"target":134},{"source":134,"target":2},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":135},{"source":135,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":136},{"source":136,"target":23},{"source":26,"target":0},{"source":26,"target":23},{"source":26,"target":137},{"source":137,"target":23},{"source":27,"target":0},{"source":27,"target":7},{"source":27,"target":138},{"source":27,"target":139},{"source":27,"target":140},{"source":138,"target":141},{"source":138,"target":27},{"source":139,"target":142},{"source":139,"target":27},{"source":140,"target":7},{"source":28,"target":0},{"source":28,"target":6},{"source":28,"target":143},{"source":143,"target":6}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="graphbt"
nsURI="http://graphbt/1.0" nsPrefix="org.be.graphbt.model">
<eClassifiers xsi:type="ecore:EClass" name="BEModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="dbt" lowerBound="1" eType="#//BehaviorTree"
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="componentList" lowerBound="1"
eType="#//ComponentList" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requirementList" lowerBound="1"
eType="#//RequirementList" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="formulaList" lowerBound="1"
eType="#//FormulaList" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" lowerBound="1"
eType="#//Libraries" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reversionNode" upperBound="-1"
eType="#//StandardNode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="errorReversionNode" upperBound="-1"
eType="#//StandardNode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layoutList" eType="#//LayoutList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subtitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="authorList" eType="#//AuthorList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorTree">
<eStructuralFeatures xsi:type="ecore:EReference" name="rootNode" lowerBound="1"
eType="#//Node"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="edge" eType="#//Edge" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specialE" eType="#//SpecialEdge"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Composition">
<eLiterals name="Sequential"/>
<eLiterals name="Atomic" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Branch">
<eLiterals name="Parallel"/>
<eLiterals name="Alternative" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Operator">
<eLiterals name="Reference" literal="=>"/>
<eLiterals name="Reversion" value="1" literal="^"/>
<eLiterals name="BranchKill" value="2" literal="--"/>
<eLiterals name="Synchronize" value="3" literal="@"/>
<eLiterals name="Conjunction" value="4" literal="&&"/>
<eLiterals name="Disjunction" value="5" literal="||"/>
<eLiterals name="ExclusiveOR" value="6" literal="^^"/>
<eLiterals name="NoOperator" value="7" literal=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BehaviorType">
<eLiterals name="StateRealization" literal="StateRealization"/>
<eLiterals name="Selection" value="1"/>
<eLiterals name="Guard" value="2"/>
<eLiterals name="InternalInput" value="3"/>
<eLiterals name="InternalOutput" value="4"/>
<eLiterals name="ExternalOutput" value="5"/>
<eLiterals name="ExternalInput" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EventType">
<eLiterals name="InternalInput"/>
<eLiterals name="InternalOutput" value="1"/>
<eLiterals name="ExternalInput" value="2"/>
<eLiterals name="ExternalOutput" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Edge">
<eStructuralFeatures xsi:type="ecore:EReference" name="childNode" lowerBound="1"
upperBound="-1" eType="#//Link" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="branch" eType="#//Branch"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="composition" eType="#//Composition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//Node"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SpecialEdge">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SpecialEdgeEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="destination" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SpecialEdgeEnum">
<eLiterals name="Reference" literal="=>"/>
<eLiterals name="Reversion" value="1" literal="^"/>
<eLiterals name="BranchKill" value="2" literal="--"/>
<eLiterals name="Synchronize" value="4" literal="@"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EmptyNode" eSuperTypes="#//Node">
<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="StandardNode" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="traceabilityStatus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="componentRef" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="behaviorRef" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="traceabilityLink" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="leaf" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//StandardNode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TraceabilityStatus">
<eLiterals name="Original" literal=""/>
<eLiterals name="Implied" value="1" literal="+"/>
<eLiterals name="Missing" value="2" literal="-"/>
<eLiterals name="Updated" value="3" literal="++"/>
<eLiterals name="Deleted" value="4" literal="--"/>
<eLiterals name="DesignRefinement" value="5" literal="+-"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Component">
<eOperations name="getAttribute" eType="#//Attribute">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="componentName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1"
eType="#//State" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialState" eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedTo" upperBound="-1"
eType="#//Component"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="behaviors" upperBound="-1"
eType="#//Behavior" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="componentRef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="componentDesc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enumerated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="uses" upperBound="-1" eType="#//Library"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CTEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="State">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" lowerBound="1"
eType="#//MapInformation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//MethodDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//State" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="behaviors" upperBound="-1"
eType="#//Behavior" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Requirement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Requirement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="traceabilityLink" upperBound="-1"
eType="#//StandardNode"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Behavior">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="behaviorType" eType="#//BehaviorType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="behaviorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="behaviorRef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="behaviorDesc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="technicalDetail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentList">
<eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1"
upperBound="-1" eType="#//Component" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequirementList">
<eStructuralFeatures xsi:type="ecore:EReference" name="requirements" upperBound="-1"
eType="#//Requirement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projectId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormulaList">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="formulaName"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="formula" upperBound="-1"
eType="#//Formula">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="formulaName"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Formula">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="formulaName"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formulaName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorClass">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operatorLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TraceabilityStatusClass">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="traceabilityStatusLiteral"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Link">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Node"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Node"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AlternativeClass">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alternativeAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapInformation">
<eOperations name="getValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="setValue">
<eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="info" upperBound="-1" eType="#//Information"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Information">
<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="InputType" eSuperTypes="#//GUIImplementable"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputType" eSuperTypes="#//GUIImplementable"/>
<eClassifiers xsi:type="ecore:EClass" name="GUIImplementable"/>
<eClassifiers xsi:type="ecore:EClass" name="GUI">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codeImplementation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputGUI" eSuperTypes="#//GUI"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputGUI" eSuperTypes="#//GUI"/>
<eClassifiers xsi:type="ecore:EClass" name="Libraries">
<eStructuralFeatures xsi:type="ecore:EReference" name="import" upperBound="-1"
eType="#//Library" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true"/>
<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="Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LayoutList">
<eStructuralFeatures xsi:type="ecore:EReference" name="layouts" upperBound="-1"
eType="#//Layout" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Layout">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cRef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="z" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Button" eSuperTypes="#//Layout">
<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="AuthorList">
<eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1"
eType="#//Author"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Author">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contact" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eSubpackages name="behaviortree" nsURI="defaultname" nsPrefix="be.behaviortree.model"/>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/DefaultName.ecore | ecore | graphbt
BEModel
dbt
name
componentList
requirementList
formulaList
libraries
reversionNode
errorReversionNode
layoutList
subtitle
version
authorList
BehaviorTree
rootNode
name
Node
index
id
edge
specialE
Composition
Sequential
Sequential
Atomic
Atomic
Branch
Parallel
Parallel
Alternative
Alternative
Operator
Reference
=>
Reversion
^
BranchKill
--
Synchronize
@
Conjunction
&&
Disjunction
||
ExclusiveOR
^^
NoOperator
BehaviorType
StateRealization
StateRealization
Selection
Selection
Guard
Guard
InternalInput
InternalInput
InternalOutput
InternalOutput
ExternalOutput
ExternalOutput
ExternalInput
ExternalInput
EventType
InternalInput
InternalInput
InternalOutput
InternalOutput
ExternalInput
ExternalInput
ExternalOutput
ExternalOutput
Edge
childNode
branch
composition
container
SpecialEdge
type
destination
SpecialEdgeEnum
Reference
=>
Reversion
^
BranchKill
--
Synchronize
@
EmptyNode
label
StandardNode
traceabilityStatus
operator
label
componentRef
behaviorRef
traceabilityLink
leaf
parent
TraceabilityStatus
Original
Implied
+
Missing
-
Updated
++
Deleted
--
DesignRefinement
+-
Component
getAttribute
name
componentName
attributes
state
initialState
id
relatedTo
behaviors
componentRef
componentDesc
enumerated
uses
Attribute
type
name
value
CTEdge
State
name
ref
desc
attributes
Library
name
text
desc
location
id
methods
states
behaviors
attributes
Requirement
Key
Requirement
traceabilityLink
Description
Id
Behavior
behaviorType
behaviorName
behaviorRef
behaviorDesc
technicalDetail
ComponentList
components
RequirementList
requirements
projectId
FormulaList
formula
Formula
formulaName
OperatorClass
operatorLiteral
TraceabilityStatusClass
traceabilityStatusLiteral
Link
target
source
AlternativeClass
alternativeAttribute
MapInformation
getValue
key
setValue
key
value
info
Information
key
value
InputType
OutputType
GUIImplementable
GUI
identifier
codeImplementation
InputGUI
OutputGUI
Libraries
import
MethodDeclaration
name
parameters
type
Parameter
name
type
LayoutList
layouts
Layout
cRef
x
y
width
height
z
Button
label
AuthorList
authors
Author
name
contact
role
behaviortree | null | {"directed":true,"nodes":[{"nsPrefix":"org.be.graphbt.model","nsURI":"http://graphbt/1.0","name":"graphbt","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BEModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorTree","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Composition","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BehaviorType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecialEdge","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SpecialEdgeEnum","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyNode","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StandardNode","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TraceabilityStatus","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CTEdge","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentList","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementList","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormulaList","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorClass","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceabilityStatusClass","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlternativeClass","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapInformation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Information","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputType","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputType","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GUIImplementable","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GUI","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputGUI","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputGUI","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Libraries","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutList","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthorList","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"nsPrefix":"be.behaviortree.model","nsURI":"defaultname","name":"behaviortree","id":46,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dbt","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requirementList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formulaList","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":"libraries","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":false,"unsettable":false,"transient":false,"unique":true,"name":"reversionNode","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":"errorReversionNode","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":"layoutList","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":"subtitle","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":"version","changeable":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"authorList","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"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rootNode","changeable":true,"resolveProxies":true,"lowerBound":1,"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},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":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":"id","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":"edge","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":"specialE","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"},{"name":"Sequential","id":83,"value":0,"literal":"Sequential","eClass":"EEnumLiteral"},{"name":"Atomic","id":84,"value":1,"literal":"Atomic","eClass":"EEnumLiteral"},{"name":"Parallel","id":85,"value":0,"literal":"Parallel","eClass":"EEnumLiteral"},{"name":"Alternative","id":86,"value":1,"literal":"Alternative","eClass":"EEnumLiteral"},{"name":"Reference","id":87,"value":0,"literal":"=>","eClass":"EEnumLiteral"},{"name":"Reversion","id":88,"value":1,"literal":"^","eClass":"EEnumLiteral"},{"name":"BranchKill","id":89,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"name":"Synchronize","id":90,"value":3,"literal":"@","eClass":"EEnumLiteral"},{"name":"Conjunction","id":91,"value":4,"literal":"&&","eClass":"EEnumLiteral"},{"name":"Disjunction","id":92,"value":5,"literal":"||","eClass":"EEnumLiteral"},{"name":"ExclusiveOR","id":93,"value":6,"literal":"^^","eClass":"EEnumLiteral"},{"name":"NoOperator","id":94,"value":7,"literal":"","eClass":"EEnumLiteral"},{"name":"StateRealization","id":95,"value":0,"literal":"StateRealization","eClass":"EEnumLiteral"},{"name":"Selection","id":96,"value":1,"literal":"Selection","eClass":"EEnumLiteral"},{"name":"Guard","id":97,"value":2,"literal":"Guard","eClass":"EEnumLiteral"},{"name":"InternalInput","id":98,"value":3,"literal":"InternalInput","eClass":"EEnumLiteral"},{"name":"InternalOutput","id":99,"value":4,"literal":"InternalOutput","eClass":"EEnumLiteral"},{"name":"ExternalOutput","id":100,"value":5,"literal":"ExternalOutput","eClass":"EEnumLiteral"},{"name":"ExternalInput","id":101,"value":6,"literal":"ExternalInput","eClass":"EEnumLiteral"},{"name":"InternalInput","id":102,"value":0,"literal":"InternalInput","eClass":"EEnumLiteral"},{"name":"InternalOutput","id":103,"value":1,"literal":"InternalOutput","eClass":"EEnumLiteral"},{"name":"ExternalInput","id":104,"value":2,"literal":"ExternalInput","eClass":"EEnumLiteral"},{"name":"ExternalOutput","id":105,"value":3,"literal":"ExternalOutput","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":"childNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"branch","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"composition","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","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,"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":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"name":"Reference","id":118,"value":0,"literal":"=>","eClass":"EEnumLiteral"},{"name":"Reversion","id":119,"value":1,"literal":"^","eClass":"EEnumLiteral"},{"name":"BranchKill","id":120,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"name":"Synchronize","id":121,"value":4,"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"traceabilityStatus","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":"operator","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"componentRef","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"behaviorRef","changeable":true,"lowerBound":1,"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":"traceabilityLink","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"leaf","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"name":"Original","id":142,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"Implied","id":143,"value":1,"literal":"+","eClass":"EEnumLiteral"},{"name":"Missing","id":144,"value":2,"literal":"-","eClass":"EEnumLiteral"},{"name":"Updated","id":145,"value":3,"literal":"++","eClass":"EEnumLiteral"},{"name":"Deleted","id":146,"value":4,"literal":"--","eClass":"EEnumLiteral"},{"name":"DesignRefinement","id":147,"value":5,"literal":"+-","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAttribute","lowerBound":0,"id":148,"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":"componentName","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"container":false,"ordered":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":154,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behaviors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"componentRef","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":"componentDesc","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":"enumerated","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"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":"name","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":"ref","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":"desc","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"text","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":"desc","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":"location","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":"id","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":"methods","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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behaviors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"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":"Key","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":"Requirement","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":false,"unsettable":false,"transient":false,"unique":true,"name":"traceabilityLink","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"Description","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":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":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"behaviorType","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":"behaviorName","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":"behaviorRef","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":"behaviorDesc","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":"technicalDetail","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectId","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"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":"formulaName","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"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":"operatorLiteral","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"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":"traceabilityStatusLiteral","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alternativeAttribute","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setValue","lowerBound":0,"id":247,"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":"info","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EParameter"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":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":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":"codeImplementation","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"import","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"container":false,"ordered":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":272,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"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":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layouts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cRef","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":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":285,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contact","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":1,"target":0},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":47,"target":2},{"source":47,"target":59},{"source":47,"target":1},{"source":59,"target":2},{"source":48,"target":60},{"source":48,"target":1},{"source":49,"target":22},{"source":49,"target":61},{"source":49,"target":1},{"source":61,"target":22},{"source":50,"target":23},{"source":50,"target":62},{"source":50,"target":1},{"source":62,"target":23},{"source":51,"target":24},{"source":51,"target":63},{"source":51,"target":1},{"source":63,"target":24},{"source":52,"target":38},{"source":52,"target":64},{"source":52,"target":1},{"source":64,"target":38},{"source":53,"target":13},{"source":53,"target":65},{"source":53,"target":1},{"source":65,"target":13},{"source":54,"target":13},{"source":54,"target":66},{"source":54,"target":1},{"source":66,"target":13},{"source":55,"target":41},{"source":55,"target":67},{"source":55,"target":1},{"source":67,"target":41},{"source":56,"target":68},{"source":56,"target":1},{"source":57,"target":69},{"source":57,"target":1},{"source":58,"target":44},{"source":58,"target":70},{"source":58,"target":1},{"source":70,"target":44},{"source":2,"target":0},{"source":2,"target":71},{"source":2,"target":72},{"source":71,"target":3},{"source":71,"target":73},{"source":71,"target":2},{"source":73,"target":3},{"source":72,"target":74},{"source":72,"target":2},{"source":3,"target":0},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":75,"target":79},{"source":75,"target":3},{"source":76,"target":80},{"source":76,"target":3},{"source":77,"target":9},{"source":77,"target":81},{"source":77,"target":3},{"source":81,"target":9},{"source":78,"target":10},{"source":78,"target":82},{"source":78,"target":3},{"source":82,"target":10},{"source":4,"target":0},{"source":4,"target":83},{"source":4,"target":84},{"source":83,"target":4},{"source":84,"target":4},{"source":5,"target":0},{"source":5,"target":85},{"source":5,"target":86},{"source":85,"target":5},{"source":86,"target":5},{"source":6,"target":0},{"source":6,"target":87},{"source":6,"target":88},{"source":6,"target":89},{"source":6,"target":90},{"source":6,"target":91},{"source":6,"target":92},{"source":6,"target":93},{"source":6,"target":94},{"source":87,"target":6},{"source":88,"target":6},{"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":7,"target":0},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":101},{"source":95,"target":7},{"source":96,"target":7},{"source":97,"target":7},{"source":98,"target":7},{"source":99,"target":7},{"source":100,"target":7},{"source":101,"target":7},{"source":8,"target":0},{"source":8,"target":102},{"source":8,"target":103},{"source":8,"target":104},{"source":8,"target":105},{"source":102,"target":8},{"source":103,"target":8},{"source":104,"target":8},{"source":105,"target":8},{"source":9,"target":0},{"source":9,"target":106},{"source":9,"target":107},{"source":9,"target":108},{"source":9,"target":109},{"source":106,"target":28},{"source":106,"target":110},{"source":106,"target":9},{"source":110,"target":28},{"source":107,"target":5},{"source":107,"target":111},{"source":107,"target":9},{"source":111,"target":5},{"source":108,"target":4},{"source":108,"target":112},{"source":108,"target":9},{"source":112,"target":4},{"source":109,"target":3},{"source":109,"target":113},{"source":109,"target":9},{"source":113,"target":3},{"source":10,"target":0},{"source":10,"target":114},{"source":10,"target":115},{"source":114,"target":11},{"source":114,"target":116},{"source":114,"target":10},{"source":116,"target":11},{"source":115,"target":117},{"source":115,"target":10},{"source":11,"target":0},{"source":11,"target":118},{"source":11,"target":119},{"source":11,"target":120},{"source":11,"target":121},{"source":118,"target":11},{"source":119,"target":11},{"source":120,"target":11},{"source":121,"target":11},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":122},{"source":12,"target":123},{"source":122,"target":124},{"source":122,"target":12},{"source":123,"target":3},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":125},{"source":13,"target":126},{"source":13,"target":127},{"source":13,"target":128},{"source":13,"target":129},{"source":13,"target":130},{"source":13,"target":131},{"source":13,"target":132},{"source":13,"target":133},{"source":125,"target":134},{"source":125,"target":13},{"source":126,"target":135},{"source":126,"target":13},{"source":127,"target":136},{"source":127,"target":13},{"source":128,"target":137},{"source":128,"target":13},{"source":129,"target":138},{"source":129,"target":13},{"source":130,"target":139},{"source":130,"target":13},{"source":131,"target":140},{"source":131,"target":13},{"source":132,"target":13},{"source":132,"target":141},{"source":132,"target":13},{"source":141,"target":13},{"source":133,"target":3},{"source":14,"target":0},{"source":14,"target":142},{"source":14,"target":143},{"source":14,"target":144},{"source":14,"target":145},{"source":14,"target":146},{"source":14,"target":147},{"source":142,"target":14},{"source":143,"target":14},{"source":144,"target":14},{"source":145,"target":14},{"source":146,"target":14},{"source":147,"target":14},{"source":15,"target":0},{"source":15,"target":148},{"source":15,"target":149},{"source":15,"target":150},{"source":15,"target":151},{"source":15,"target":152},{"source":15,"target":153},{"source":15,"target":154},{"source":15,"target":155},{"source":15,"target":156},{"source":15,"target":157},{"source":15,"target":158},{"source":15,"target":159},{"source":148,"target":16},{"source":148,"target":160},{"source":148,"target":15},{"source":148,"target":161},{"source":160,"target":16},{"source":161,"target":162},{"source":161,"target":148},{"source":149,"target":163},{"source":149,"target":15},{"source":150,"target":16},{"source":150,"target":164},{"source":150,"target":15},{"source":164,"target":16},{"source":151,"target":18},{"source":151,"target":165},{"source":151,"target":15},{"source":165,"target":18},{"source":152,"target":18},{"source":152,"target":166},{"source":152,"target":15},{"source":166,"target":18},{"source":153,"target":167},{"source":153,"target":15},{"source":154,"target":15},{"source":154,"target":168},{"source":154,"target":15},{"source":168,"target":15},{"source":155,"target":21},{"source":155,"target":169},{"source":155,"target":15},{"source":169,"target":21},{"source":156,"target":170},{"source":156,"target":15},{"source":157,"target":171},{"source":157,"target":15},{"source":158,"target":172},{"source":158,"target":15},{"source":159,"target":19},{"source":159,"target":173},{"source":159,"target":15},{"source":173,"target":19},{"source":16,"target":0},{"source":16,"target":174},{"source":16,"target":175},{"source":16,"target":176},{"source":174,"target":177},{"source":174,"target":16},{"source":175,"target":178},{"source":175,"target":16},{"source":176,"target":179},{"source":176,"target":16},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":180},{"source":18,"target":181},{"source":18,"target":182},{"source":18,"target":183},{"source":180,"target":184},{"source":180,"target":18},{"source":181,"target":185},{"source":181,"target":18},{"source":182,"target":186},{"source":182,"target":18},{"source":183,"target":30},{"source":183,"target":187},{"source":183,"target":18},{"source":187,"target":30},{"source":19,"target":0},{"source":19,"target":188},{"source":19,"target":189},{"source":19,"target":190},{"source":19,"target":191},{"source":19,"target":192},{"source":19,"target":193},{"source":19,"target":194},{"source":19,"target":195},{"source":19,"target":196},{"source":188,"target":197},{"source":188,"target":19},{"source":189,"target":198},{"source":189,"target":19},{"source":190,"target":199},{"source":190,"target":19},{"source":191,"target":200},{"source":191,"target":19},{"source":192,"target":201},{"source":192,"target":19},{"source":193,"target":39},{"source":193,"target":202},{"source":193,"target":19},{"source":202,"target":39},{"source":194,"target":18},{"source":194,"target":203},{"source":194,"target":19},{"source":203,"target":18},{"source":195,"target":21},{"source":195,"target":204},{"source":195,"target":19},{"source":204,"target":21},{"source":196,"target":16},{"source":196,"target":205},{"source":196,"target":19},{"source":205,"target":16},{"source":20,"target":0},{"source":20,"target":206},{"source":20,"target":207},{"source":20,"target":208},{"source":20,"target":209},{"source":20,"target":210},{"source":206,"target":211},{"source":206,"target":20},{"source":207,"target":212},{"source":207,"target":20},{"source":208,"target":13},{"source":208,"target":213},{"source":208,"target":20},{"source":213,"target":13},{"source":209,"target":214},{"source":209,"target":20},{"source":210,"target":215},{"source":210,"target":20},{"source":21,"target":0},{"source":21,"target":216},{"source":21,"target":217},{"source":21,"target":218},{"source":21,"target":219},{"source":21,"target":220},{"source":216,"target":7},{"source":216,"target":221},{"source":216,"target":21},{"source":221,"target":7},{"source":217,"target":222},{"source":217,"target":21},{"source":218,"target":223},{"source":218,"target":21},{"source":219,"target":224},{"source":219,"target":21},{"source":220,"target":225},{"source":220,"target":21},{"source":22,"target":0},{"source":22,"target":226},{"source":226,"target":15},{"source":226,"target":227},{"source":226,"target":22},{"source":227,"target":15},{"source":23,"target":0},{"source":23,"target":228},{"source":23,"target":229},{"source":228,"target":20},{"source":228,"target":230},{"source":228,"target":23},{"source":230,"target":20},{"source":229,"target":231},{"source":229,"target":23},{"source":24,"target":0},{"source":24,"target":232},{"source":232,"target":25},{"source":232,"target":233},{"source":232,"target":24},{"source":233,"target":25},{"source":25,"target":0},{"source":25,"target":234},{"source":234,"target":235},{"source":234,"target":25},{"source":26,"target":0},{"source":26,"target":236},{"source":236,"target":237},{"source":236,"target":26},{"source":27,"target":0},{"source":27,"target":238},{"source":238,"target":239},{"source":238,"target":27},{"source":28,"target":0},{"source":28,"target":240},{"source":28,"target":241},{"source":240,"target":3},{"source":240,"target":242},{"source":240,"target":28},{"source":242,"target":3},{"source":241,"target":3},{"source":241,"target":243},{"source":241,"target":28},{"source":243,"target":3},{"source":29,"target":0},{"source":29,"target":244},{"source":244,"target":245},{"source":244,"target":29},{"source":30,"target":0},{"source":30,"target":246},{"source":30,"target":247},{"source":30,"target":248},{"source":246,"target":249},{"source":246,"target":30},{"source":246,"target":250},{"source":250,"target":251},{"source":250,"target":246},{"source":247,"target":30},{"source":247,"target":252},{"source":247,"target":253},{"source":252,"target":254},{"source":252,"target":247},{"source":253,"target":255},{"source":253,"target":247},{"source":248,"target":31},{"source":248,"target":256},{"source":248,"target":30},{"source":256,"target":31},{"source":31,"target":0},{"source":31,"target":257},{"source":31,"target":258},{"source":257,"target":259},{"source":257,"target":31},{"source":258,"target":260},{"source":258,"target":31},{"source":32,"target":0},{"source":32,"target":34},{"source":32,"target":261},{"source":261,"target":34},{"source":33,"target":0},{"source":33,"target":34},{"source":33,"target":262},{"source":262,"target":34},{"source":34,"target":0},{"source":35,"target":0},{"source":35,"target":263},{"source":35,"target":264},{"source":263,"target":265},{"source":263,"target":35},{"source":264,"target":266},{"source":264,"target":35},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":267},{"source":267,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":268},{"source":268,"target":35},{"source":38,"target":0},{"source":38,"target":269},{"source":269,"target":19},{"source":269,"target":270},{"source":269,"target":38},{"source":270,"target":19},{"source":39,"target":0},{"source":39,"target":271},{"source":39,"target":272},{"source":39,"target":273},{"source":271,"target":274},{"source":271,"target":39},{"source":272,"target":40},{"source":272,"target":275},{"source":272,"target":39},{"source":275,"target":40},{"source":273,"target":276},{"source":273,"target":39},{"source":40,"target":0},{"source":40,"target":277},{"source":40,"target":278},{"source":277,"target":279},{"source":277,"target":40},{"source":278,"target":280},{"source":278,"target":40},{"source":41,"target":0},{"source":41,"target":281},{"source":281,"target":42},{"source":281,"target":282},{"source":281,"target":41},{"source":282,"target":42},{"source":42,"target":0},{"source":42,"target":283},{"source":42,"target":284},{"source":42,"target":285},{"source":42,"target":286},{"source":42,"target":287},{"source":42,"target":288},{"source":283,"target":289},{"source":283,"target":42},{"source":284,"target":290},{"source":284,"target":42},{"source":285,"target":291},{"source":285,"target":42},{"source":286,"target":292},{"source":286,"target":42},{"source":287,"target":293},{"source":287,"target":42},{"source":288,"target":294},{"source":288,"target":42},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":295},{"source":43,"target":296},{"source":295,"target":297},{"source":295,"target":43},{"source":296,"target":42},{"source":44,"target":0},{"source":44,"target":298},{"source":298,"target":45},{"source":298,"target":299},{"source":298,"target":44},{"source":299,"target":45},{"source":45,"target":0},{"source":45,"target":300},{"source":45,"target":301},{"source":45,"target":302},{"source":300,"target":303},{"source":300,"target":45},{"source":301,"target":304},{"source":301,"target":45},{"source":302,"target":305},{"source":302,"target":45},{"source":46,"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="addressing"
nsURI="http://www.w3.org/2005/08/addressing" nsPrefix="addressing">
<eClassifiers xsi:type="ecore:EClass" name="AttributedQNameType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AttributedQNameType"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//QName">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":1"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributedUnsignedLongType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AttributedUnsignedLongType"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//UnsignedLong">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":1"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributedURIType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="AttributedURIType"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":1"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xmlns:prefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xsi:schemaLocation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" upperBound="-2"
eType="#//AttributedURIType" 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="Action"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="endpointReference" upperBound="-2"
eType="#//EndpointReferenceType" 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="EndpointReference"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="faultTo" upperBound="-2"
eType="#//EndpointReferenceType" 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="FaultTo"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" upperBound="-2" eType="#//EndpointReferenceType"
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="From"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="messageID" upperBound="-2"
eType="#//AttributedURIType" 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="MessageID"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="metadata" upperBound="-2"
eType="#//MetadataType" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Metadata"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="problemAction" upperBound="-2"
eType="#//ProblemActionType" 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="ProblemAction"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="problemHeaderQName" upperBound="-2"
eType="#//AttributedQNameType" 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="ProblemHeaderQName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="problemIRI" upperBound="-2"
eType="#//AttributedURIType" 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="ProblemIRI"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceParameters" upperBound="-2"
eType="#//ReferenceParametersType" 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="ReferenceParameters"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatesTo" upperBound="-2"
eType="#//RelatesToType" 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="RelatesTo"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="replyTo" upperBound="-2"
eType="#//EndpointReferenceType" 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="ReplyTo"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="retryAfter" upperBound="-2"
eType="#//AttributedUnsignedLongType" 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="RetryAfter"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" upperBound="-2" eType="#//AttributedURIType"
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="To"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isReferenceParameter" 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="IsReferenceParameter"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EndpointReferenceType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="EndpointReferenceType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="address" lowerBound="1"
eType="#//AttributedURIType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Address"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceParameters" eType="#//ReferenceParametersType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ReferenceParameters"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="metadata" eType="#//MetadataType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Metadata"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore: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=":3"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":4"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="FaultCodesOpenEnumType" instanceClassName="javax.xml.namespace.QName">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="FaultCodesOpenEnumType"/>
<details key="memberTypes" value="FaultCodesType http://www.eclipse.org/emf/2003/XMLType#QName"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="FaultCodesType" instanceClassName="javax.xml.namespace.QName">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="FaultCodesType"/>
<details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#QName"/>
<details key="enumeration" value="{http://www.w3.org/2005/08/addressing}InvalidAddressingHeader {http://www.w3.org/2005/08/addressing}InvalidAddress {http://www.w3.org/2005/08/addressing}InvalidEPR {http://www.w3.org/2005/08/addressing}InvalidCardinality {http://www.w3.org/2005/08/addressing}MissingAddressInEPR {http://www.w3.org/2005/08/addressing}DuplicateMessageID {http://www.w3.org/2005/08/addressing}ActionMismatch {http://www.w3.org/2005/08/addressing}MessageAddressingHeaderRequired {http://www.w3.org/2005/08/addressing}DestinationUnreachable {http://www.w3.org/2005/08/addressing}ActionNotSupported {http://www.w3.org/2005/08/addressing}EndpointUnavailable"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetadataType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="MetadataType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="wildcards" value="##any"/>
<details key="name" value=":0"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":1"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProblemActionType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ProblemActionType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//AttributedURIType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Action"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="soapAction" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="SoapAction"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":2"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceParametersType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ReferenceParametersType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="wildcards" value="##any"/>
<details key="name" value=":0"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":1"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelatesToType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RelatesToType"/>
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=":0"/>
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="relationshipType" eType="#//RelationshipTypeOpenEnum"
defaultValueLiteral="http://www.w3.org/2005/08/addressing/reply" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="RelationshipType"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":2"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RelationshipType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RelationshipType"/>
</eAnnotations>
<eLiterals name="httpWwwW3Org200508AddressingReply" literal="http://www.w3.org/2005/08/addressing/reply"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="RelationshipTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RelationshipType:Object"/>
<details key="baseType" value="RelationshipType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="RelationshipTypeOpenEnum" instanceClassName="java.lang.Object">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RelationshipTypeOpenEnum"/>
<details key="memberTypes" value="RelationshipType http://www.eclipse.org/emf/2003/XMLType#anyURI"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/jboss-switchyard/tools/eclipse/plugins/org.switchyard.tools.models.sca.sca1_1/model/addressing.ecore | ecore | addressing
AttributedQNameType
value
anyAttribute
AttributedUnsignedLongType
value
anyAttribute
AttributedURIType
value
anyAttribute
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
action
endpointReference
faultTo
from
messageID
metadata
problemAction
problemHeaderQName
problemIRI
referenceParameters
relatesTo
replyTo
retryAfter
to
isReferenceParameter
EndpointReferenceType
address
referenceParameters
metadata
any
anyAttribute
FaultCodesOpenEnumType
javax.xml.namespace.QName
javax.xml.namespace.QName
FaultCodesType
javax.xml.namespace.QName
javax.xml.namespace.QName
MetadataType
any
anyAttribute
ProblemActionType
action
soapAction
anyAttribute
ReferenceParametersType
any
anyAttribute
RelatesToType
value
relationshipType
http://www.w3.org/2005/08/addressing/reply
anyAttribute
RelationshipType
httpWwwW3Org200508AddressingReply
http://www.w3.org/2005/08/addressing/reply
RelationshipTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
RelationshipTypeOpenEnum
java.lang.Object
java.lang.Object | null | {"directed":true,"nodes":[{"nsPrefix":"addressing","nsURI":"http://www.w3.org/2005/08/addressing","name":"addressing","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributedQNameType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributedUnsignedLongType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributedURIType","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":"EndpointReferenceType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.xml.namespace.QName","defaultValue":null,"instanceClassName":"javax.xml.namespace.QName","name":"FaultCodesOpenEnumType","instanceClass":"javax.xml.namespace.QName","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.namespace.QName","defaultValue":null,"instanceClassName":"javax.xml.namespace.QName","name":"FaultCodesType","instanceClass":"javax.xml.namespace.QName","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProblemActionType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceParametersType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelatesToType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationshipType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"RelationshipTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"RelationshipTypeOpenEnum","instanceClass":"java.lang.Object","id":14,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"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":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":true,"unique":true,"name":"xMLNSPrefixMap","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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"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":"action","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":"endpointReference","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":"faultTo","changeable":true,"resolveProxies":false,"lowerBound":0,"id":32,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"from","changeable":true,"resolveProxies":false,"lowerBound":0,"id":33,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"messageID","changeable":true,"resolveProxies":false,"lowerBound":0,"id":34,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"metadata","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"problemAction","changeable":true,"resolveProxies":false,"lowerBound":0,"id":36,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"problemHeaderQName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":37,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"problemIRI","changeable":true,"resolveProxies":false,"lowerBound":0,"id":38,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"referenceParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":39,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"relatesTo","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"replyTo","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"retryAfter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":42,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"to","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"isReferenceParameter","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":false,"lowerBound":1,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referenceParameters","changeable":true,"resolveProxies":false,"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":"metadata","changeable":true,"resolveProxies":false,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","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"},{"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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"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":"soapAction","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":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"http://www.w3.org/2005/08/addressing/reply","unsettable":true,"transient":false,"unique":true,"name":"relationshipType","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"name":"httpWwwW3Org200508AddressingReply","id":93,"value":0,"literal":"http://www.w3.org/2005/08/addressing/reply","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":15,"target":17},{"source":15,"target":1},{"source":16,"target":18},{"source":16,"target":1},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":19,"target":21},{"source":19,"target":2},{"source":20,"target":22},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":23,"target":25},{"source":23,"target":3},{"source":24,"target":26},{"source":24,"target":3},{"source":4,"target":0},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":27,"target":45},{"source":27,"target":4},{"source":28,"target":46},{"source":28,"target":4},{"source":29,"target":47},{"source":29,"target":4},{"source":30,"target":3},{"source":30,"target":48},{"source":30,"target":4},{"source":48,"target":3},{"source":31,"target":5},{"source":31,"target":49},{"source":31,"target":4},{"source":49,"target":5},{"source":32,"target":5},{"source":32,"target":50},{"source":32,"target":4},{"source":50,"target":5},{"source":33,"target":5},{"source":33,"target":51},{"source":33,"target":4},{"source":51,"target":5},{"source":34,"target":3},{"source":34,"target":52},{"source":34,"target":4},{"source":52,"target":3},{"source":35,"target":8},{"source":35,"target":53},{"source":35,"target":4},{"source":53,"target":8},{"source":36,"target":9},{"source":36,"target":54},{"source":36,"target":4},{"source":54,"target":9},{"source":37,"target":1},{"source":37,"target":55},{"source":37,"target":4},{"source":55,"target":1},{"source":38,"target":3},{"source":38,"target":56},{"source":38,"target":4},{"source":56,"target":3},{"source":39,"target":10},{"source":39,"target":57},{"source":39,"target":4},{"source":57,"target":10},{"source":40,"target":11},{"source":40,"target":58},{"source":40,"target":4},{"source":58,"target":11},{"source":41,"target":5},{"source":41,"target":59},{"source":41,"target":4},{"source":59,"target":5},{"source":42,"target":2},{"source":42,"target":60},{"source":42,"target":4},{"source":60,"target":2},{"source":43,"target":3},{"source":43,"target":61},{"source":43,"target":4},{"source":61,"target":3},{"source":44,"target":62},{"source":44,"target":4},{"source":5,"target":0},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":63,"target":3},{"source":63,"target":68},{"source":63,"target":5},{"source":68,"target":3},{"source":64,"target":10},{"source":64,"target":69},{"source":64,"target":5},{"source":69,"target":10},{"source":65,"target":8},{"source":65,"target":70},{"source":65,"target":5},{"source":70,"target":8},{"source":66,"target":71},{"source":66,"target":5},{"source":67,"target":72},{"source":67,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":73},{"source":8,"target":74},{"source":73,"target":75},{"source":73,"target":8},{"source":74,"target":76},{"source":74,"target":8},{"source":9,"target":0},{"source":9,"target":77},{"source":9,"target":78},{"source":9,"target":79},{"source":77,"target":3},{"source":77,"target":80},{"source":77,"target":9},{"source":80,"target":3},{"source":78,"target":81},{"source":78,"target":9},{"source":79,"target":82},{"source":79,"target":9},{"source":10,"target":0},{"source":10,"target":83},{"source":10,"target":84},{"source":83,"target":85},{"source":83,"target":10},{"source":84,"target":86},{"source":84,"target":10},{"source":11,"target":0},{"source":11,"target":87},{"source":11,"target":88},{"source":11,"target":89},{"source":87,"target":90},{"source":87,"target":11},{"source":88,"target":14},{"source":88,"target":91},{"source":88,"target":11},{"source":91,"target":14},{"source":89,"target":92},{"source":89,"target":11},{"source":12,"target":0},{"source":12,"target":93},{"source":93,"target":12},{"source":13,"target":0},{"source":14,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="monitors" nsURI="http:///org/cpntools/accesscpn/model/monitors.ecore"
nsPrefix="org.cpntools.accesscpn.model.monitors">
<eClassifiers xsi:type="ecore:EClass" name="Monitor" eSuperTypes="model.ecore#//HasId model.ecore#//HasName">
<eStructuralFeatures xsi:type="ecore:EReference" name="petriNet" eType="ecore:EClass model.ecore#//PetriNet"
eOpposite="model.ecore#//PetriNet/monitors"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="disabled" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="empty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//MonitorType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="ecore:EClass declaration.ecore#//MLDeclaration"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stop" eType="ecore:EClass declaration.ecore#//MLDeclaration"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="predicate" eType="ecore:EClass declaration.ecore#//MLDeclaration"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="observer" eType="ecore:EClass declaration.ecore#//MLDeclaration"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="ecore:EClass declaration.ecore#//MLDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//Object"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="logging" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MonitorType">
<eLiterals name="MARKING_SIZE"/>
<eLiterals name="BREAKPOINT" value="1"/>
<eLiterals name="USER_DEFINED" value="2"/>
<eLiterals name="DATA_COLLECTION" value="3"/>
<eLiterals name="WRITE_IN_FILE" value="4"/>
<eLiterals name="LIST_LENGTH" value="5"/>
<eLiterals name="COUNT_TRANSITION" value="6"/>
<eLiterals name="PLACE_CONTENT" value="7"/>
<eLiterals name="TRANSTION_ENABLED" value="8"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Object" instanceClassName="java.lang.Object"
abstract="true" interface="true"/>
</ecore:EPackage>
| github:ecore:/data/tassiotfc/backend-sisbii/org.cpntools.accesscpn.model/model/monitors.ecore | ecore | monitors
Monitor
petriNet
disabled
empty
enabled
extension
kind
init
stop
predicate
observer
action
nodes
timed
logging
MonitorType
MARKING_SIZE
MARKING_SIZE
BREAKPOINT
BREAKPOINT
USER_DEFINED
USER_DEFINED
DATA_COLLECTION
DATA_COLLECTION
WRITE_IN_FILE
WRITE_IN_FILE
LIST_LENGTH
LIST_LENGTH
COUNT_TRANSITION
COUNT_TRANSITION
PLACE_CONTENT
PLACE_CONTENT
TRANSTION_ENABLED
TRANSTION_ENABLED
Object
java.lang.Object
java.lang.Object | null | {"directed":true,"nodes":[{"nsPrefix":"org.cpntools.accesscpn.model.monitors","nsURI":"http:///org/cpntools/accesscpn/model/monitors.ecore","name":"monitors","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Monitor","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MonitorType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Object","instanceClass":"java.lang.Object","abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"petriNet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"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":"disabled","changeable":true,"lowerBound":1,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"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":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enabled","changeable":true,"lowerBound":0,"iD":false,"id":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":"extension","changeable":true,"lowerBound":0,"iD":false,"id":8,"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":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":false,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stop","changeable":true,"resolveProxies":false,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"observer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"action","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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timed","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"logging","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"name":"MARKING_SIZE","id":34,"value":0,"literal":"MARKING_SIZE","eClass":"EEnumLiteral"},{"name":"BREAKPOINT","id":35,"value":1,"literal":"BREAKPOINT","eClass":"EEnumLiteral"},{"name":"USER_DEFINED","id":36,"value":2,"literal":"USER_DEFINED","eClass":"EEnumLiteral"},{"name":"DATA_COLLECTION","id":37,"value":3,"literal":"DATA_COLLECTION","eClass":"EEnumLiteral"},{"name":"WRITE_IN_FILE","id":38,"value":4,"literal":"WRITE_IN_FILE","eClass":"EEnumLiteral"},{"name":"LIST_LENGTH","id":39,"value":5,"literal":"LIST_LENGTH","eClass":"EEnumLiteral"},{"name":"COUNT_TRANSITION","id":40,"value":6,"literal":"COUNT_TRANSITION","eClass":"EEnumLiteral"},{"name":"PLACE_CONTENT","id":41,"value":7,"literal":"PLACE_CONTENT","eClass":"EEnumLiteral"},{"name":"TRANSTION_ENABLED","id":42,"value":8,"literal":"TRANSTION_ENABLED","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":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":23},{"source":7,"target":1},{"source":8,"target":24},{"source":8,"target":1},{"source":9,"target":2},{"source":9,"target":25},{"source":9,"target":1},{"source":25,"target":2},{"source":10,"target":26},{"source":10,"target":1},{"source":11,"target":27},{"source":11,"target":1},{"source":12,"target":28},{"source":12,"target":1},{"source":13,"target":29},{"source":13,"target":1},{"source":14,"target":30},{"source":14,"target":1},{"source":15,"target":3},{"source":15,"target":31},{"source":15,"target":1},{"source":31,"target":3},{"source":16,"target":32},{"source":16,"target":1},{"source":17,"target":33},{"source":17,"target":1},{"source":2,"target":0},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":34,"target":2},{"source":35,"target":2},{"source":36,"target":2},{"source":37,"target":2},{"source":38,"target":2},{"source":39,"target":2},{"source":40,"target":2},{"source":41,"target":2},{"source":42,"target":2},{"source":3,"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="fileResource" nsURI="http://www.ms.com/2006/Saturn/Resources/Files"
nsPrefix="fileResource">
<eAnnotations source="http://www.ms.com/2011/tdo-qa-tools/rcs">
<details key="author" value="$Author$"/>
<details key="change" value="$Change$"/>
<details key="file" value="$File$"/>
<details key="id" value="$Id$"/>
<details key="revision" value="$Revision$"/>
<details key="timestamp" value="$DateTime$"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="BinaryFile" eSuperTypes="#//DataSetFile">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="BinaryFile"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="chunkSize" 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="chunkSize"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CSVFile" eSuperTypes="#//DataSetFile">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CSVFile"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomFile" eSuperTypes="#//DataSetFile">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CustomFile"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="nullMarker" eType="ecore:EClass values.ecore#//ComplexValue"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="NullMarker"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rowSeparator" eType="ecore:EClass values.ecore#//ComplexValue"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="RowSeparator"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="cellSeparator" eType="ecore:EClass values.ecore#//ComplexValue"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="CellSeparator"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="quoteCharacter" eType="ecore:EClass values.ecore#//ComplexValue"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="QuoteCharacter"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="escapeCharacter" eType="ecore:EClass values.ecore#//ComplexValue"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="EscapeCharacter"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasNulls" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="hasNulls"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataFile" eSuperTypes="#//DataSetFile">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DataFile"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataSetFile" eSuperTypes="types.ecore#//DataSetResourceDefinition">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DataSetFile"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstRow" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer"
defaultValueLiteral="0" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="firstRow"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeviceFile" eSuperTypes="types.ecore#//DeviceResourceDefinition">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DeviceFile"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="fileName" lowerBound="1"
eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="FileName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="append" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="append"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="canRead" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="true" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="canRead"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="canWrite" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="canWrite"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exists" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="exists"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="create" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="true" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="create"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Token"
defaultValueLiteral="*" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="filter"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ExcelVersions">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ExcelVersions"/>
</eAnnotations>
<eLiterals name="BIN2003" literal="BIN-2003"/>
<eLiterals name="XML2007" value="1" literal="XML-2007"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ExcelVersionsObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ExcelVersions:Object"/>
<details key="baseType" value="ExcelVersions"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExcelWorkBook" eSuperTypes="#//DeviceFile">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ExcelWorkBook"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="#//ExcelVersions"
defaultValueLiteral="BIN-2003" unsettable="true">
<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="ExcelWorkSheet" eSuperTypes="#//DataSetFile">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ExcelWorkSheet"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="workSheet" eType="ecore:EClass values.ecore#//ComplexValue"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="WorkSheet"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nullMarker" eType="ecore:EClass values.ecore#//ComplexValue"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="NullMarker"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasNulls" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="hasNulls"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FixedWidthFile" eSuperTypes="#//DataSetFile">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="FixedWidthFile"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="configFile" lowerBound="1"
eType="ecore:EClass types.ecore#//NamedResourceDefinition" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ConfigFile"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FIXFile" eSuperTypes="#//DataSetFile">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="FIXFile"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="separator" eType="ecore:EClass values.ecore#//ComplexValue"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Separator"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="dictionary" eType="ecore:EClass types.ecore#//ResourceDefinition"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Dictionary"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="doValidation" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="doValidation"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GoogleProtoBufFile" eSuperTypes="#//DataSetFile">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="GoogleProtoBufFile"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="classname" lowerBound="1"
eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Classname"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="jarLocation" lowerBound="1"
eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="JarLocation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readEncoded" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="readEncoded"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readDelimited" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="true" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="readDelimited"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JsonFile" eSuperTypes="#//DataSetFile">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="JsonFile"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineFile" eSuperTypes="#//DataSetFile">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="LineFile"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="trim" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="true" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="trim"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OOCalcWorkBook" eSuperTypes="#//DeviceFile">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="OOCalcWorkBook"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OOCalcWorkSheet" eSuperTypes="#//DataSetFile">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="OOCalcWorkSheet"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="workSheet" eType="ecore:EClass values.ecore#//ComplexValue"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="WorkSheet"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nullMarker" eType="ecore:EClass values.ecore#//ComplexValue"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="NullMarker"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasNulls" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="hasNulls"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertiesFile" eSuperTypes="#//DataSetFile">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="PropertiesFile"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SlurpFile" eSuperTypes="#//DataSetFile">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="SlurpFile"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StandardIO" eSuperTypes="types.ecore#//DeviceResourceDefinition">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="StandardIO"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="useStdErr" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="useStdErr"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLFile" eSuperTypes="#//DataSetFile">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="XMLFile"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="namespaceDefinitions" eType="#//XMLNamespaceDefinitions"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="NamespaceDefinitions"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xPath" eType="ecore:EClass values.ecore#//ComplexValue"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="XPath"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLNamespaceDefinition">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="XMLNamespaceDefinition"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="prefix" lowerBound="1"
eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Prefix"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="uRI" lowerBound="1" eType="ecore:EClass values.ecore#//ComplexValue"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="URI"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLNamespaceDefinitions" eSuperTypes="types.ecore#//NamedResourceDefinition">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="XMLNamespaceDefinitions"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="namespaceDefinitions" upperBound="-1"
eType="#//XMLNamespaceDefinition" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="NamespaceDefinitions"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Morgan-Stanley/Saturn/com.ms.qaTools.saturn.model/model/fileResource.ecore | ecore | fileResource
BinaryFile
chunkSize
CSVFile
CustomFile
nullMarker
rowSeparator
cellSeparator
quoteCharacter
escapeCharacter
hasNulls
false
DataFile
DataSetFile
firstRow
0
DeviceFile
fileName
append
false
canRead
true
canWrite
false
exists
false
create
true
filter
*
ExcelVersions
BIN2003
BIN-2003
XML2007
XML-2007
ExcelVersionsObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
ExcelWorkBook
version
BIN-2003
ExcelWorkSheet
workSheet
nullMarker
hasNulls
false
FixedWidthFile
configFile
FIXFile
separator
dictionary
doValidation
false
GoogleProtoBufFile
classname
jarLocation
readEncoded
false
readDelimited
true
JsonFile
LineFile
trim
true
OOCalcWorkBook
OOCalcWorkSheet
workSheet
nullMarker
hasNulls
false
PropertiesFile
SlurpFile
StandardIO
useStdErr
false
XMLFile
namespaceDefinitions
xPath
XMLNamespaceDefinition
prefix
uRI
XMLNamespaceDefinitions
namespaceDefinitions | null | {"directed":true,"nodes":[{"nsPrefix":"fileResource","nsURI":"http://www.ms.com/2006/Saturn/Resources/Files","name":"fileResource","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryFile","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSVFile","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomFile","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataFile","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSetFile","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceFile","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExcelVersions","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ExcelVersionsObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExcelWorkBook","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExcelWorkSheet","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FixedWidthFile","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FIXFile","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GoogleProtoBufFile","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JsonFile","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineFile","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OOCalcWorkBook","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OOCalcWorkSheet","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertiesFile","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlurpFile","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StandardIO","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLFile","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLNamespaceDefinition","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLNamespaceDefinitions","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"chunkSize","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nullMarker","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rowSeparator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cellSeparator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"quoteCharacter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"escapeCharacter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"hasNulls","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":true,"transient":false,"unique":true,"name":"firstRow","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fileName","changeable":true,"resolveProxies":false,"lowerBound":1,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"append","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"canRead","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"canWrite","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"exists","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"create","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"*","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"*","unsettable":true,"transient":false,"unique":true,"name":"filter","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"},{"id":59,"eClass":"EGenericType"},{"name":"BIN2003","id":60,"value":0,"literal":"BIN-2003","eClass":"EEnumLiteral"},{"name":"XML2007","id":61,"value":1,"literal":"XML-2007","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BIN-2003","unsettable":true,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"workSheet","changeable":true,"resolveProxies":false,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nullMarker","changeable":true,"resolveProxies":false,"lowerBound":0,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"hasNulls","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configFile","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"separator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dictionary","changeable":true,"resolveProxies":false,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"doValidation","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classname","changeable":true,"resolveProxies":false,"lowerBound":1,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"jarLocation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"readEncoded","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"readDelimited","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"trim","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"workSheet","changeable":true,"resolveProxies":false,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nullMarker","changeable":true,"resolveProxies":false,"lowerBound":0,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"hasNulls","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"useStdErr","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namespaceDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xPath","changeable":true,"resolveProxies":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"resolveProxies":false,"lowerBound":1,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uRI","changeable":true,"resolveProxies":false,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namespaceDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":5},{"source":1,"target":24},{"source":1,"target":25},{"source":24,"target":26},{"source":24,"target":1},{"source":25,"target":5},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":27},{"source":27,"target":5},{"source":3,"target":0},{"source":3,"target":5},{"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":28,"target":35},{"source":28,"target":3},{"source":29,"target":36},{"source":29,"target":3},{"source":30,"target":37},{"source":30,"target":3},{"source":31,"target":38},{"source":31,"target":3},{"source":32,"target":39},{"source":32,"target":3},{"source":33,"target":40},{"source":33,"target":3},{"source":34,"target":5},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":41},{"source":41,"target":5},{"source":5,"target":0},{"source":5,"target":42},{"source":5,"target":43},{"source":42,"target":44},{"source":42,"target":5},{"source":6,"target":0},{"source":6,"target":45},{"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":45,"target":53},{"source":45,"target":6},{"source":46,"target":54},{"source":46,"target":6},{"source":47,"target":55},{"source":47,"target":6},{"source":48,"target":56},{"source":48,"target":6},{"source":49,"target":57},{"source":49,"target":6},{"source":50,"target":58},{"source":50,"target":6},{"source":51,"target":59},{"source":51,"target":6},{"source":7,"target":0},{"source":7,"target":60},{"source":7,"target":61},{"source":60,"target":7},{"source":61,"target":7},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":62},{"source":9,"target":63},{"source":62,"target":7},{"source":62,"target":64},{"source":62,"target":9},{"source":64,"target":7},{"source":63,"target":6},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":65},{"source":10,"target":66},{"source":10,"target":67},{"source":10,"target":68},{"source":65,"target":69},{"source":65,"target":10},{"source":66,"target":70},{"source":66,"target":10},{"source":67,"target":71},{"source":67,"target":10},{"source":68,"target":5},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":72},{"source":11,"target":73},{"source":72,"target":74},{"source":72,"target":11},{"source":73,"target":5},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":12,"target":78},{"source":75,"target":79},{"source":75,"target":12},{"source":76,"target":80},{"source":76,"target":12},{"source":77,"target":81},{"source":77,"target":12},{"source":78,"target":5},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":82},{"source":13,"target":83},{"source":13,"target":84},{"source":13,"target":85},{"source":13,"target":86},{"source":82,"target":87},{"source":82,"target":13},{"source":83,"target":88},{"source":83,"target":13},{"source":84,"target":89},{"source":84,"target":13},{"source":85,"target":90},{"source":85,"target":13},{"source":86,"target":5},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":91},{"source":91,"target":5},{"source":15,"target":0},{"source":15,"target":5},{"source":15,"target":92},{"source":15,"target":93},{"source":92,"target":94},{"source":92,"target":15},{"source":93,"target":5},{"source":16,"target":0},{"source":16,"target":6},{"source":16,"target":95},{"source":95,"target":6},{"source":17,"target":0},{"source":17,"target":5},{"source":17,"target":96},{"source":17,"target":97},{"source":17,"target":98},{"source":17,"target":99},{"source":96,"target":100},{"source":96,"target":17},{"source":97,"target":101},{"source":97,"target":17},{"source":98,"target":102},{"source":98,"target":17},{"source":99,"target":5},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":103},{"source":103,"target":5},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":104},{"source":104,"target":5},{"source":20,"target":0},{"source":20,"target":105},{"source":20,"target":106},{"source":105,"target":107},{"source":105,"target":20},{"source":21,"target":0},{"source":21,"target":5},{"source":21,"target":108},{"source":21,"target":109},{"source":21,"target":110},{"source":108,"target":23},{"source":108,"target":111},{"source":108,"target":21},{"source":111,"target":23},{"source":109,"target":112},{"source":109,"target":21},{"source":110,"target":5},{"source":22,"target":0},{"source":22,"target":113},{"source":22,"target":114},{"source":113,"target":115},{"source":113,"target":22},{"source":114,"target":116},{"source":114,"target":22},{"source":23,"target":0},{"source":23,"target":117},{"source":23,"target":118},{"source":117,"target":22},{"source":117,"target":119},{"source":117,"target":23},{"source":119,"target":22}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simpleObject" nsURI="http://uniandes.edu.co/0.1/SimpleObject"
nsPrefix="simpleObject">
<eAnnotations source="http://www.eclipse.org/OCL/Import">
<details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore#/"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clazzes" ordered="false"
upperBound="-1" eType="#//Clazz" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Clazz">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false"
upperBound="-1" eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instances" ordered="false"
upperBound="-1" eType="#//Instance" containment="true" eOpposite="#//Instance/clazz"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clazzes" ordered="false"
upperBound="-1" eType="#//Clazz"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" ordered="false"
upperBound="-1" eType="#//AttributeValue" eOpposite="#//AttributeValue/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instance">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" ordered="false"
upperBound="-1" eType="#//AttributeValue" containment="true" eOpposite="#//AttributeValue/instance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clazz" lowerBound="1" eType="#//Clazz"
eOpposite="#//Clazz/instances"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false"
upperBound="-1" eType="#//Instance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1"
eType="#//Attribute" eOpposite="#//Attribute/values"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instance" lowerBound="1"
eType="#//Instance" eOpposite="#//Instance/values"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/arcanefoam/fixml/co.edu.uniandes.fixml/src/co/edu/uniandes/fixml/model/SimpleObject.ecore | ecore | simpleObject
Model
name
clazzes
Clazz
name
attributes
instances
clazzes
Attribute
name
values
Instance
name
values
clazz
children
AttributeValue
text
attribute
instance | null | {"directed":true,"nodes":[{"nsPrefix":"simpleObject","nsURI":"http://uniandes.edu.co/0.1/SimpleObject","name":"simpleObject","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":"Clazz","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instance","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValue","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":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":6,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clazzes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":10,"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"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":12,"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":"clazzes","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"clazz","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":19,"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":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"container":false,"ordered":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":25,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"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":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":7,"target":2},{"source":7,"target":9},{"source":7,"target":1},{"source":9,"target":2},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":10,"target":14},{"source":10,"target":2},{"source":11,"target":3},{"source":11,"target":15},{"source":11,"target":2},{"source":15,"target":3},{"source":12,"target":4},{"source":12,"target":16},{"source":12,"target":2},{"source":12,"target":17},{"source":16,"target":4},{"source":13,"target":2},{"source":13,"target":18},{"source":13,"target":2},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":19,"target":21},{"source":19,"target":3},{"source":20,"target":5},{"source":20,"target":22},{"source":20,"target":3},{"source":20,"target":23},{"source":22,"target":5},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":17},{"source":4,"target":26},{"source":24,"target":27},{"source":24,"target":4},{"source":25,"target":5},{"source":25,"target":28},{"source":25,"target":4},{"source":25,"target":29},{"source":28,"target":5},{"source":17,"target":2},{"source":17,"target":30},{"source":17,"target":4},{"source":17,"target":12},{"source":30,"target":2},{"source":26,"target":4},{"source":26,"target":31},{"source":26,"target":4},{"source":31,"target":4},{"source":5,"target":0},{"source":5,"target":32},{"source":5,"target":23},{"source":5,"target":29},{"source":32,"target":33},{"source":32,"target":5},{"source":23,"target":3},{"source":23,"target":34},{"source":23,"target":5},{"source":23,"target":20},{"source":34,"target":3},{"source":29,"target":4},{"source":29,"target":35},{"source":29,"target":5},{"source":29,"target":25},{"source":35,"target":4}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UCMProfile" nsURI="http://www.omg.org/ucm/0.9" nsPrefix="UCMProfile">
<eClassifiers xsi:type="ecore:EClass" name="dummy"/>
<eSubpackages name="ucm_components" nsURI="http://www.omg.org/ucm/components/0.9"
nsPrefix="UCMProfile.ucm_components">
<eClassifiers xsi:type="ecore:EClass" name="InteractionItemBinding" eSuperTypes="#//ucm_components/IBinding">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Association type from metaclass property must refers to the actual type of the binding"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="item" ordered="false"
lowerBound="1" eType="#//ucm_interactions/InteractionItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IBinding" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortRoleSpec" eSuperTypes="#//ucm_components/IPortSpec">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="PortTypeSpec can contain AbstractTypeBinding properties"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="role" ordered="false"
lowerBound="1" eType="#//ucm_interactions/InteractionRole"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPortSpec" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortTypeSpec" eSuperTypes="#//ucm_components/IPortSpec">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="PortRoleSpec can contain InteractionItemBinding properties"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#//ucm_interactions/IPortType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connection" eSuperTypes="#//ucm_contracts/IConfigured">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A Connection has to be typed by a IInteractionDefinition"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionLink">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="ConnectionLink corresponds to the ConnectorEnd in the MM"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Connector" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Connector"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TechnicalPolicy" eSuperTypes="#//ucm_contracts/IConfigured">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="managedComponent is computed from
the association between componentTechnicalPolicy
 and AtomicComponentImplementation
policy is computed from
the association between componentTechnicalPolicy
and AtomicComponentImplementation
managedPort and managedPolicy are optional. The former is only used in case of applicability = "ON_SOME_PORTS""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#//ucm_technicalpolicies/TechnicalPolicyDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="managedPort" ordered="false"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Port"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="managePolicy" ordered="false"
upperBound="-1" eType="#//ucm_components/TechnicalPolicy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AtomicComponentImplementation" eSuperTypes="#//ucm_components/IComponentImplementation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="policy is computed from
the association between componentTechnicalPolicy
and AtomicComponentImplementation"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="language" ordered="false"
lowerBound="1" eType="#//ucm_technicalpolicies/Language"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IComponentImplementation" abstract="true"
eSuperTypes="#//ucm_components/IComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="IComponent" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentType" eSuperTypes="#//ucm_components/IComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="CompositeComponentImplementation"
eSuperTypes="#//ucm_components/IComponentImplementation"/>
<eClassifiers xsi:type="ecore:EClass" name="AssemblyPart">
<eOperations name="Constraint1" 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">
<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_Property" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractTypeBinding" eSuperTypes="#//ucm_components/IBinding">
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractType" ordered="false"
lowerBound="1" eType="#//ucm_contracts/AbstractDeclaration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentModule">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Package" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Package"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="ucm_interactions" nsURI="http://www.omg.org/ucm/interactions/0.9"
nsPrefix="UCMProfile.ucm_interactions">
<eClassifiers xsi:type="ecore:EClass" name="InteractionDefinitionModule">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Subpackages must be ContractModule or, InteractionDefinitionModule. Contained elements must be IntercationPattern, IPortType or ConnectorDefinition"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Package" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InteractionPattern" eSuperTypes="#//ucm_interactions/IInteractionDefinition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="InteractionRole and InteractionItem classes are linked by a composition relationship with an InteractionPattern
To extend an InteractionPattern, use the "redefinedClassifier" association from metaclass."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IInteractionDefinition" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Can extend either a class or a collaboration. Collaborations are preferable, since they are used to capture collaboration roles. But some modelers might not manage collaboration diagrams correctly."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_StructuredClassifier"
ordered="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//StructuredClassifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectorPort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="type association from metaclass Port must refers to a IPortType"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="implements" ordered="false"
lowerBound="1" eType="#//ucm_interactions/InteractionRole"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InteractionRole">
<eStructuralFeatures xsi:type="ecore:EReference" name="involvedItem" ordered="false"
lowerBound="1" eType="#//ucm_interactions/InteractionItem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="type association from metaclass Property must refers to an interface
type from metaclass property must refer to an interface"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false"
lowerBound="1" eType="#//ucm_interactions/PortElementKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PortElementKind">
<eLiterals name="PROVIDED"/>
<eLiterals name="REQUIRED" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectorDefinition" eSuperTypes="#//ucm_interactions/IInteractionDefinition #//ucm_contracts/IConfigurable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="ConnectorDefinition's ports (ownedPorts) must be ConnectorPorts
To extends anConnectorDefinition, use the redefinedClassifier association form metaclass.
Item bindings must be added in the metaclass component properties (ownedAttributes)
verify that connectorDefinition realizes InteractionPattern"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ItemBinding">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Binds the interaction item with any data type (association type from metaclass property)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interactionItem" ordered="false"
lowerBound="1" eType="#//ucm_interactions/InteractionItem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortType" eSuperTypes="#//ucm_interactions/IPortType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the PortType properties (from metaclass Class) must contain PortElements"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IPortType" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectorPortConfiguration" eSuperTypes="#//ucm_contracts/IConfigurable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Must be in a nested class within a connector definition"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="port" ordered="false"
lowerBound="1" eType="#//ucm_interactions/ConnectorPort"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="InteractionItemKind">
<eLiterals name="DATA"/>
<eLiterals name="INTERFACE" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InteractionItem">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nature" ordered="false"
lowerBound="1" eType="#//ucm_interactions/InteractionItemKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="ucm_contracts" nsURI="http://www.omg.org/ucm/contracts/0.9"
nsPrefix="UCMProfile.ucm_contracts">
<eClassifiers xsi:type="ecore:EClass" name="AbstractDeclaration" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//ucm_contracts/IConfigured">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#//ucm_contracts/AnnotationDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Comment" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Comment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IConfigured" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//InstanceSpecification"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationDefinition" eSuperTypes="#//ucm_contracts/IConfigurable">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigurationParameter" eSuperTypes="#//ucm_contracts/IConfigurationParameter"/>
<eClassifiers xsi:type="ecore:EClass" name="IConfigurationParameter" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An IConfigurationParameter must belong to an IConfigurable"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Property" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContractModule">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Package" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IConfigurationParameterValue" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A Slot sterotyped by IConfigurationParameterValue must belong to an IConfigured. The type of the Slot itself must be an IConfigurationParameter"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Slot" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Slot"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigurationParameterValue" eSuperTypes="#//ucm_contracts/IConfigurationParameterValue"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractInterface" eSuperTypes="#//ucm_contracts/AbstractDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Interface" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Interface"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractDataType" eSuperTypes="#//ucm_contracts/AbstractDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_DataType" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constant">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_InstanceSpecification"
ordered="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//InstanceSpecification"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IConfigurable" abstract="true"/>
</eSubpackages>
<eSubpackages name="ucm_technicalpolicies" nsURI="http://www.omg.org/ucm/policies/0.9"
nsPrefix="UCMProfile.ucm_technicalpolicies">
<eClassifiers xsi:type="ecore:EClass" name="TechnicalAspect">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="TechnicalPolicyDefinition realizes TechnicalAspect"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicity" ordered="false"
lowerBound="1" eType="#//ucm_technicalpolicies/TechnicalAspectConstraint"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TechnicalAspectConstraint">
<eLiterals name="ANY_NUMBER"/>
<eLiterals name="AT_MOST_ONE" value="1"/>
<eLiterals name="EXACTLY_ONE" value="2"/>
<eLiterals name="AT_LEAST_ONE" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProgrammingLanguages">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Must only contain Languages. container = NFAspectModule (OCL rule)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Package" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Package"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="languages" ordered="false"
upperBound="-1" eType="#//ucm_technicalpolicies/Language" volatile="true"
transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Language">
<eOperations name="Constraint1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="base_Class.owner.getStereotypeApplications:oclKindOfns ProgrammingLanguages"/>
</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 ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NonfunctionalAspectModule">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Package" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TechnicalPolicyApplicability">
<eLiterals name="ON_COMPONENT_ONLY"/>
<eLiterals name="ON_SOME_PORTS" value="1"/>
<eLiterals name="ON_ALL_PORTS" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TechnicalPolicyDefinition" eSuperTypes="#//ucm_contracts/IConfigurable">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="applicability" ordered="false"
lowerBound="1" eType="#//ucm_technicalpolicies/TechnicalPolicyApplicability"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="ucm_commons" nsURI="http://www.omg.org/ucm/commons/0.9" nsPrefix="UCMProfile.ucm_commons">
<eClassifiers xsi:type="ecore:EClass" name="ApplicationModule">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Package" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlatformModule">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Package" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Package"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/florentdupont/org.eclipse.papyrus-designer/ucm/org.eclipse.papyrus.designer.ucm.profile/resources/UCMProfile.ecore | ecore | UCMProfile
dummy
ucm_components
InteractionItemBinding
item
IBinding
base_Property
PortRoleSpec
role
IPortSpec
base_Class
PortTypeSpec
type
Connection
base_Property
ConnectionLink
base_Connector
TechnicalPolicy
definition
base_Class
managedPort
managePolicy
AtomicComponentImplementation
language
IComponentImplementation
IComponent
base_Class
ComponentType
CompositeComponentImplementation
AssemblyPart
Constraint1
diagnostics
context
base_Property
AbstractTypeBinding
abstractType
ComponentModule
base_Package
ucm_interactions
InteractionDefinitionModule
base_Package
InteractionPattern
IInteractionDefinition
base_StructuredClassifier
ConnectorPort
implements
base_Property
InteractionRole
involvedItem
base_Property
PortElement
kind
base_Property
PortElementKind
PROVIDED
PROVIDED
REQUIRED
REQUIRED
ConnectorDefinition
ItemBinding
base_Property
interactionItem
PortType
IPortType
base_Class
ConnectorPortConfiguration
port
base_Class
InteractionItemKind
DATA
DATA
INTERFACE
INTERFACE
InteractionItem
nature
base_Property
ucm_contracts
AbstractDeclaration
Annotation
definition
base_Comment
IConfigured
values
AnnotationDefinition
base_Class
ConfigurationParameter
IConfigurationParameter
base_Property
ContractModule
base_Package
IConfigurationParameterValue
base_Slot
ConfigurationParameterValue
AbstractInterface
base_Interface
AbstractDataType
base_DataType
Constant
base_InstanceSpecification
IConfigurable
ucm_technicalpolicies
TechnicalAspect
multiplicity
base_Class
TechnicalAspectConstraint
ANY_NUMBER
ANY_NUMBER
AT_MOST_ONE
AT_MOST_ONE
EXACTLY_ONE
EXACTLY_ONE
AT_LEAST_ONE
AT_LEAST_ONE
ProgrammingLanguages
base_Package
languages
Language
Constraint1
diagnostics
context
base_Class
NonfunctionalAspectModule
base_Package
TechnicalPolicyApplicability
ON_COMPONENT_ONLY
ON_COMPONENT_ONLY
ON_SOME_PORTS
ON_SOME_PORTS
ON_ALL_PORTS
ON_ALL_PORTS
TechnicalPolicyDefinition
base_Class
applicability
ucm_commons
ApplicationModule
base_Package
PlatformModule
base_Package | null | {"directed":true,"nodes":[{"nsPrefix":"UCMProfile","nsURI":"http://www.omg.org/ucm/0.9","name":"UCMProfile","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"dummy","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":"UCMProfile.ucm_components","nsURI":"http://www.omg.org/ucm/components/0.9","name":"ucm_components","id":2,"eClass":"EPackage"},{"nsPrefix":"UCMProfile.ucm_interactions","nsURI":"http://www.omg.org/ucm/interactions/0.9","name":"ucm_interactions","id":3,"eClass":"EPackage"},{"nsPrefix":"UCMProfile.ucm_contracts","nsURI":"http://www.omg.org/ucm/contracts/0.9","name":"ucm_contracts","id":4,"eClass":"EPackage"},{"nsPrefix":"UCMProfile.ucm_technicalpolicies","nsURI":"http://www.omg.org/ucm/policies/0.9","name":"ucm_technicalpolicies","id":5,"eClass":"EPackage"},{"nsPrefix":"UCMProfile.ucm_commons","nsURI":"http://www.omg.org/ucm/commons/0.9","name":"ucm_commons","id":6,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionItemBinding","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBinding","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortRoleSpec","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPortSpec","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortTypeSpec","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionLink","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnicalPolicy","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicComponentImplementation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IComponentImplementation","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IComponent","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeComponentImplementation","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyPart","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeBinding","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentModule","instanceClass":null,"abstract":false,"id":22,"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":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionItem","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"id":26,"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_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"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":"role","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionRole","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"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":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPortType","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"id":38,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IConfigured","instanceClass":null,"abstract":true,"id":39,"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_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Connector","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":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"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":"managedPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"managePolicy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnicalPolicyDefinition","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"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":"language","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Language","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Constraint1","lowerBound":0,"id":64,"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_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"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"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"abstractType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDeclaration","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"id":77,"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":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionDefinitionModule","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionPattern","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IInteractionDefinition","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorPort","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortElement","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PortElementKind","instanceClass":null,"id":85,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorDefinition","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemBinding","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortType","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorPortConfiguration","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InteractionItemKind","instanceClass":null,"id":90,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_StructuredClassifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"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":"implements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"involvedItem","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":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":false,"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":104,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"name":"PROVIDED","id":108,"value":0,"literal":"PROVIDED","eClass":"EEnumLiteral"},{"name":"REQUIRED","id":109,"value":1,"literal":"REQUIRED","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IConfigurable","instanceClass":null,"abstract":true,"id":110,"interface":false,"eClass":"EClass"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"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":"interactionItem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":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":118,"derived":false},{"id":119,"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":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"name":"DATA","id":125,"value":0,"literal":"DATA","eClass":"EEnumLiteral"},{"name":"INTERFACE","id":126,"value":1,"literal":"INTERFACE","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nature","changeable":true,"lowerBound":1,"iD":false,"id":127,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationDefinition","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationParameter","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IConfigurationParameter","instanceClass":null,"abstract":true,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContractModule","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IConfigurationParameterValue","instanceClass":null,"abstract":true,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationParameterValue","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractInterface","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDataType","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":140,"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":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Comment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"id":153,"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":154,"derived":false},{"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_Slot","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"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_Interface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_DataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"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_InstanceSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnicalAspect","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TechnicalAspectConstraint","instanceClass":null,"id":168,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgrammingLanguages","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonfunctionalAspectModule","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TechnicalPolicyApplicability","instanceClass":null,"id":171,"serializable":true,"eClass":"EEnum"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"lowerBound":1,"iD":false,"id":172,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"name":"ANY_NUMBER","id":176,"value":0,"literal":"ANY_NUMBER","eClass":"EEnumLiteral"},{"name":"AT_MOST_ONE","id":177,"value":1,"literal":"AT_MOST_ONE","eClass":"EEnumLiteral"},{"name":"EXACTLY_ONE","id":178,"value":2,"literal":"EXACTLY_ONE","eClass":"EEnumLiteral"},{"name":"AT_LEAST_ONE","id":179,"value":3,"literal":"AT_LEAST_ONE","eClass":"EEnumLiteral"},{"container":false,"ordered":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":180,"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":"languages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":true},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Constraint1","lowerBound":0,"id":184,"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":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EParameter"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":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":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"name":"ON_COMPONENT_ONLY","id":196,"value":0,"literal":"ON_COMPONENT_ONLY","eClass":"EEnumLiteral"},{"name":"ON_SOME_PORTS","id":197,"value":1,"literal":"ON_SOME_PORTS","eClass":"EEnumLiteral"},{"name":"ON_ALL_PORTS","id":198,"value":2,"literal":"ON_ALL_PORTS","eClass":"EEnumLiteral"},{"container":false,"ordered":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":199,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applicability","changeable":true,"lowerBound":1,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationModule","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlatformModule","instanceClass":null,"abstract":false,"id":205,"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_Package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"id":207,"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":208,"derived":false},{"id":209,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":2,"target":7},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":0},{"source":7,"target":2},{"source":7,"target":8},{"source":7,"target":23},{"source":7,"target":24},{"source":23,"target":25},{"source":23,"target":26},{"source":23,"target":7},{"source":26,"target":25},{"source":24,"target":8},{"source":8,"target":2},{"source":8,"target":27},{"source":27,"target":28},{"source":27,"target":8},{"source":9,"target":2},{"source":9,"target":10},{"source":9,"target":29},{"source":9,"target":30},{"source":29,"target":31},{"source":29,"target":32},{"source":29,"target":9},{"source":32,"target":31},{"source":30,"target":10},{"source":10,"target":2},{"source":10,"target":33},{"source":33,"target":34},{"source":33,"target":10},{"source":11,"target":2},{"source":11,"target":10},{"source":11,"target":35},{"source":11,"target":36},{"source":35,"target":37},{"source":35,"target":38},{"source":35,"target":11},{"source":38,"target":37},{"source":36,"target":10},{"source":12,"target":2},{"source":12,"target":39},{"source":12,"target":40},{"source":12,"target":41},{"source":40,"target":42},{"source":40,"target":12},{"source":41,"target":39},{"source":13,"target":2},{"source":13,"target":43},{"source":43,"target":44},{"source":43,"target":13},{"source":14,"target":2},{"source":14,"target":39},{"source":14,"target":45},{"source":14,"target":46},{"source":14,"target":47},{"source":14,"target":48},{"source":14,"target":49},{"source":45,"target":50},{"source":45,"target":51},{"source":45,"target":14},{"source":51,"target":50},{"source":46,"target":52},{"source":46,"target":14},{"source":47,"target":53},{"source":47,"target":14},{"source":48,"target":14},{"source":48,"target":54},{"source":48,"target":14},{"source":54,"target":14},{"source":49,"target":39},{"source":15,"target":2},{"source":15,"target":16},{"source":15,"target":55},{"source":15,"target":56},{"source":55,"target":57},{"source":55,"target":58},{"source":55,"target":15},{"source":58,"target":57},{"source":56,"target":16},{"source":16,"target":2},{"source":16,"target":17},{"source":16,"target":59},{"source":59,"target":17},{"source":17,"target":2},{"source":17,"target":60},{"source":60,"target":61},{"source":60,"target":17},{"source":18,"target":2},{"source":18,"target":17},{"source":18,"target":62},{"source":62,"target":17},{"source":19,"target":2},{"source":19,"target":16},{"source":19,"target":63},{"source":63,"target":16},{"source":20,"target":2},{"source":20,"target":64},{"source":20,"target":65},{"source":64,"target":66},{"source":64,"target":20},{"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":73},{"source":65,"target":20},{"source":21,"target":2},{"source":21,"target":8},{"source":21,"target":74},{"source":21,"target":75},{"source":74,"target":76},{"source":74,"target":77},{"source":74,"target":21},{"source":77,"target":76},{"source":75,"target":8},{"source":22,"target":2},{"source":22,"target":78},{"source":78,"target":79},{"source":78,"target":22},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":3,"target":31},{"source":3,"target":84},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":37},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":25},{"source":3,"target":0},{"source":80,"target":3},{"source":80,"target":91},{"source":91,"target":92},{"source":91,"target":80},{"source":81,"target":3},{"source":81,"target":82},{"source":81,"target":93},{"source":93,"target":82},{"source":82,"target":3},{"source":82,"target":94},{"source":94,"target":95},{"source":94,"target":82},{"source":83,"target":3},{"source":83,"target":96},{"source":83,"target":97},{"source":96,"target":31},{"source":96,"target":98},{"source":96,"target":83},{"source":98,"target":31},{"source":97,"target":99},{"source":97,"target":83},{"source":31,"target":3},{"source":31,"target":100},{"source":31,"target":101},{"source":100,"target":25},{"source":100,"target":102},{"source":100,"target":31},{"source":102,"target":25},{"source":101,"target":103},{"source":101,"target":31},{"source":84,"target":3},{"source":84,"target":104},{"source":84,"target":105},{"source":104,"target":85},{"source":104,"target":106},{"source":104,"target":84},{"source":106,"target":85},{"source":105,"target":107},{"source":105,"target":84},{"source":85,"target":3},{"source":85,"target":108},{"source":85,"target":109},{"source":108,"target":85},{"source":109,"target":85},{"source":86,"target":3},{"source":86,"target":82},{"source":86,"target":110},{"source":86,"target":111},{"source":86,"target":112},{"source":111,"target":82},{"source":112,"target":110},{"source":87,"target":3},{"source":87,"target":113},{"source":87,"target":114},{"source":113,"target":115},{"source":113,"target":87},{"source":114,"target":25},{"source":114,"target":116},{"source":114,"target":87},{"source":116,"target":25},{"source":88,"target":3},{"source":88,"target":37},{"source":88,"target":117},{"source":117,"target":37},{"source":37,"target":3},{"source":37,"target":118},{"source":118,"target":119},{"source":118,"target":37},{"source":89,"target":3},{"source":89,"target":110},{"source":89,"target":120},{"source":89,"target":121},{"source":89,"target":122},{"source":120,"target":83},{"source":120,"target":123},{"source":120,"target":89},{"source":123,"target":83},{"source":121,"target":124},{"source":121,"target":89},{"source":122,"target":110},{"source":90,"target":3},{"source":90,"target":125},{"source":90,"target":126},{"source":125,"target":90},{"source":126,"target":90},{"source":25,"target":3},{"source":25,"target":127},{"source":25,"target":128},{"source":127,"target":90},{"source":127,"target":129},{"source":127,"target":25},{"source":129,"target":90},{"source":128,"target":130},{"source":128,"target":25},{"source":4,"target":76},{"source":4,"target":131},{"source":4,"target":39},{"source":4,"target":132},{"source":4,"target":133},{"source":4,"target":134},{"source":4,"target":135},{"source":4,"target":136},{"source":4,"target":137},{"source":4,"target":138},{"source":4,"target":139},{"source":4,"target":140},{"source":4,"target":110},{"source":4,"target":0},{"source":76,"target":4},{"source":131,"target":4},{"source":131,"target":39},{"source":131,"target":141},{"source":131,"target":142},{"source":131,"target":143},{"source":141,"target":132},{"source":141,"target":144},{"source":141,"target":131},{"source":144,"target":132},{"source":142,"target":145},{"source":142,"target":131},{"source":143,"target":39},{"source":39,"target":4},{"source":39,"target":146},{"source":146,"target":147},{"source":146,"target":39},{"source":132,"target":4},{"source":132,"target":110},{"source":132,"target":148},{"source":132,"target":149},{"source":148,"target":150},{"source":148,"target":132},{"source":149,"target":110},{"source":133,"target":4},{"source":133,"target":134},{"source":133,"target":151},{"source":151,"target":134},{"source":134,"target":4},{"source":134,"target":152},{"source":152,"target":153},{"source":152,"target":134},{"source":135,"target":4},{"source":135,"target":154},{"source":154,"target":155},{"source":154,"target":135},{"source":136,"target":4},{"source":136,"target":156},{"source":156,"target":157},{"source":156,"target":136},{"source":137,"target":4},{"source":137,"target":136},{"source":137,"target":158},{"source":158,"target":136},{"source":138,"target":4},{"source":138,"target":76},{"source":138,"target":159},{"source":138,"target":160},{"source":159,"target":161},{"source":159,"target":138},{"source":160,"target":76},{"source":139,"target":4},{"source":139,"target":76},{"source":139,"target":162},{"source":139,"target":163},{"source":162,"target":164},{"source":162,"target":139},{"source":163,"target":76},{"source":140,"target":4},{"source":140,"target":165},{"source":165,"target":166},{"source":165,"target":140},{"source":110,"target":4},{"source":5,"target":167},{"source":5,"target":168},{"source":5,"target":169},{"source":5,"target":57},{"source":5,"target":170},{"source":5,"target":171},{"source":5,"target":50},{"source":5,"target":0},{"source":167,"target":5},{"source":167,"target":172},{"source":167,"target":173},{"source":172,"target":168},{"source":172,"target":174},{"source":172,"target":167},{"source":174,"target":168},{"source":173,"target":175},{"source":173,"target":167},{"source":168,"target":5},{"source":168,"target":176},{"source":168,"target":177},{"source":168,"target":178},{"source":168,"target":179},{"source":176,"target":168},{"source":177,"target":168},{"source":178,"target":168},{"source":179,"target":168},{"source":169,"target":5},{"source":169,"target":180},{"source":169,"target":181},{"source":180,"target":182},{"source":180,"target":169},{"source":181,"target":57},{"source":181,"target":183},{"source":181,"target":169},{"source":183,"target":57},{"source":57,"target":5},{"source":57,"target":184},{"source":57,"target":185},{"source":184,"target":186},{"source":184,"target":57},{"source":184,"target":187},{"source":184,"target":188},{"source":187,"target":189},{"source":187,"target":184},{"source":188,"target":190},{"source":188,"target":184},{"source":190,"target":191},{"source":190,"target":192},{"source":185,"target":193},{"source":185,"target":57},{"source":170,"target":5},{"source":170,"target":194},{"source":194,"target":195},{"source":194,"target":170},{"source":171,"target":5},{"source":171,"target":196},{"source":171,"target":197},{"source":171,"target":198},{"source":196,"target":171},{"source":197,"target":171},{"source":198,"target":171},{"source":50,"target":5},{"source":50,"target":110},{"source":50,"target":199},{"source":50,"target":200},{"source":50,"target":201},{"source":199,"target":202},{"source":199,"target":50},{"source":200,"target":171},{"source":200,"target":203},{"source":200,"target":50},{"source":203,"target":171},{"source":201,"target":110},{"source":6,"target":204},{"source":6,"target":205},{"source":6,"target":0},{"source":204,"target":6},{"source":204,"target":206},{"source":206,"target":207},{"source":206,"target":204},{"source":205,"target":6},{"source":205,"target":208},{"source":208,"target":209},{"source":208,"target":205}],"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="Ant">
<eClassifiers xsi:type="ecore:EClass" name="Project">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="basedir" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false" lowerBound="1" eType="/0/Target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="path" ordered="false" eType="/0/Path" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="/0/Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="taskdef" ordered="false" upperBound="-1" eType="/0/TaskDef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targets" lowerBound="1" upperBound="-1" eType="/0/Target" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyName" abstract="true" eSuperTypes="/0/Property">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyValue" eSuperTypes="/0/PropertyName">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyLocation" eSuperTypes="/0/PropertyName">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyFile" eSuperTypes="/0/Property">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyEnv" eSuperTypes="/0/Property">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="environment" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Target">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unless" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ifCondition" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="depends" ordered="false" upperBound="-1" eType="/0/Target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tasks" upperBound="-1" eType="/0/Task" containment="true" eOpposite="/0/Task/target"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pattern" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Basic" abstract="true" eSuperTypes="/0/Pattern"/>
<eClassifiers xsi:type="ecore:EClass" name="Mapper" eSuperTypes="/0/Basic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classname" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classpath" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classpathref" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="from" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="to" ordered="false" unique="false" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InExcludes" abstract="true" eSuperTypes="/0/Basic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ifCondition" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unless" ordered="false" unique="false" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Includes" eSuperTypes="/0/InExcludes"/>
<eClassifiers xsi:type="ecore:EClass" name="Excludes" eSuperTypes="/0/InExcludes"/>
<eClassifiers xsi:type="ecore:EClass" name="IncludesFile" eSuperTypes="/0/InExcludes"/>
<eClassifiers xsi:type="ecore:EClass" name="ExcludesFile" eSuperTypes="/0/InExcludes"/>
<eClassifiers xsi:type="ecore:EClass" name="FileList" eSuperTypes="/0/Basic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="files" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Filter" eSuperTypes="/0/Basic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="token" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FiltersFile" eSuperTypes="/0/Basic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PathElement" eSuperTypes="/0/Basic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Set" abstract="true" eSuperTypes="/0/Pattern"/>
<eClassifiers xsi:type="ecore:EClass" name="PatternSet" eSuperTypes="/0/Set">
<eStructuralFeatures xsi:type="ecore:EReference" name="inexcludes" ordered="false" lowerBound="1" upperBound="-1" eType="/0/InExcludes" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileSet" eSuperTypes="/0/Set">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="patternset" ordered="false" upperBound="-1" eType="/0/PatternSet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="include" ordered="false" upperBound="-1" eType="/0/Includes" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exclude" ordered="false" upperBound="-1" eType="/0/Excludes" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilterSet" eSuperTypes="/0/Set">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="starttoken" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endtoken" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false" upperBound="-1" eType="/0/Filter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filtersfile" ordered="false" upperBound="-1" eType="/0/FiltersFile" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Path" eSuperTypes="/0/Set">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="refid" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="path" ordered="false" eType="/0/Path" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pathElement" ordered="false" upperBound="-1" eType="/0/PathElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fileset" ordered="false" upperBound="-1" eType="/0/FileSet" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassPath" eSuperTypes="/0/Set">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="refid" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pathElement" ordered="false" upperBound="-1" eType="/0/PathElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fileset" ordered="false" upperBound="-1" eType="/0/FileSet" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Task" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="/0/Target" eOpposite="/0/Target/tasks"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classname" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NewTask" eSuperTypes="/0/Task">
<eStructuralFeatures xsi:type="ecore:EReference" name="taskName" ordered="false" lowerBound="1" eType="/0/TaskDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" upperBound="-1" eType="/0/Attribut" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribut">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PreDefinedTask" abstract="true" eSuperTypes="/0/Task">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="taskname" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false" unique="false" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionTask" abstract="true" eSuperTypes="/0/PreDefinedTask"/>
<eClassifiers xsi:type="ecore:EClass" name="Exec" eSuperTypes="/0/ExecutionTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="executable" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Java" eSuperTypes="/0/ExecutionTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classname" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="jar" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fork" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classPath" ordered="false" eType="/0/ClassPath" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MiscellaneousTask" abstract="true" eSuperTypes="/0/PreDefinedTask"/>
<eClassifiers xsi:type="ecore:EClass" name="Echo" eSuperTypes="/0/MiscellaneousTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="append" ordered="false" unique="false" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tstamp" eSuperTypes="/0/MiscellaneousTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="format" ordered="false" upperBound="-1" eType="/0/FormatTstamp" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormatTstamp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locale" ordered="false" unique="false" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompileTask" abstract="true" eSuperTypes="/0/PreDefinedTask"/>
<eClassifiers xsi:type="ecore:EClass" name="Javac" eSuperTypes="/0/CompileTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="srcdir" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="destdir" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="debug" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fork" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optimize" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deprecation" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inExcludes" ordered="false" upperBound="-1" eType="/0/InExcludes" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classPath" ordered="false" eType="/0/ClassPath" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentationTask" abstract="true" eSuperTypes="/0/PreDefinedTask"/>
<eClassifiers xsi:type="ecore:EClass" name="Javadoc" eSuperTypes="/0/DocumentationTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourcepath" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="destdir" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packagenames" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultexcludes" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="use" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="windowtitle" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArchiveTask" abstract="true" eSuperTypes="/0/PreDefinedTask"/>
<eClassifiers xsi:type="ecore:EClass" name="Jar" eSuperTypes="/0/ArchiveTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="jarfile" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="basedir" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compress" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="encoding" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="manifest" ordered="false" unique="false" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileTask" abstract="true" eSuperTypes="/0/PreDefinedTask"/>
<eClassifiers xsi:type="ecore:EClass" name="Mkdir" eSuperTypes="/0/FileTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" ordered="false" unique="false" lowerBound="1" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Copy" eSuperTypes="/0/FileTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="presservelastmodified" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tofile" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="todir" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="overwrite" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filtering" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="flatten" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeEmptyDirs" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fileset" ordered="false" eType="/0/FileSet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filterset" ordered="false" eType="/0/FilterSet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapper" ordered="false" eType="/0/Mapper" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Delete" eSuperTypes="/0/FileTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verbose" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="quiet" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="failonerror" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeEmptyDirs" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includes" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includesfile" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="excludes" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="excludesfile" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultexcludes" ordered="false" unique="false" eType="/1/String"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/NUIM-FM/asmig/test/Ant.ecore | ecore | Ant
Project
name
basedir
description
default
path
properties
taskdef
targets
Property
PropertyName
name
PropertyValue
value
PropertyLocation
location
PropertyFile
file
PropertyEnv
environment
Target
name
description
unless
ifCondition
depends
tasks
Pattern
Basic
Mapper
type
classname
classpath
classpathref
from
to
InExcludes
name
ifCondition
unless
Includes
Excludes
IncludesFile
ExcludesFile
FileList
dir
files
Filter
token
value
FiltersFile
file
PathElement
path
location
Set
PatternSet
inexcludes
FileSet
dir
patternset
include
exclude
FilterSet
starttoken
endtoken
filter
filtersfile
Path
id
refid
path
pathElement
fileset
ClassPath
refid
pathElement
fileset
Task
target
TaskDef
name
classname
NewTask
taskName
attributes
Attribut
name
value
PreDefinedTask
id
taskname
description
ExecutionTask
Exec
executable
dir
Java
classname
jar
fork
classPath
MiscellaneousTask
Echo
message
file
append
Tstamp
format
FormatTstamp
property
pattern
offset
unit
locale
CompileTask
Javac
srcdir
destdir
debug
fork
optimize
deprecation
inExcludes
classPath
DocumentationTask
Javadoc
sourcepath
destdir
packagenames
defaultexcludes
author
version
use
windowtitle
ArchiveTask
Jar
jarfile
basedir
compress
encoding
manifest
FileTask
Mkdir
dir
Copy
file
presservelastmodified
tofile
todir
overwrite
filtering
flatten
includeEmptyDirs
fileset
filterset
mapper
Delete
file
dir
verbose
quiet
failonerror
includeEmptyDirs
includes
includesfile
excludes
excludesfile
defaultexcludes
PrimitiveTypes
String | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"Ant","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":"Property","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyName","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyValue","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyLocation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyFile","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyEnv","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Basic","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapper","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InExcludes","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Includes","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Excludes","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncludesFile","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExcludesFile","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileList","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Filter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FiltersFile","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathElement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Set","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternSet","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileSet","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterSet","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Path","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassPath","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskDef","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewTask","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribut","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreDefinedTask","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionTask","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exec","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Java","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MiscellaneousTask","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Echo","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tstamp","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormatTstamp","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompileTask","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javac","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentationTask","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javadoc","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchiveTask","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Jar","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileTask","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mkdir","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Copy","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delete","instanceClass":null,"abstract":false,"id":48,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"basedir","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"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":"taskdef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"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":"targets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":57,"serializable":true,"eClass":"EDataType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":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":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"file","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"environment","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unless","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ifCondition","changeable":true,"lowerBound":0,"iD":false,"id":84,"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":"depends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"classname","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"classpath","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"classpathref","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"from","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"to","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"},{"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":108,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ifCondition","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unless","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"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":"dir","changeable":true,"lowerBound":1,"iD":false,"id":119,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"files","changeable":true,"lowerBound":1,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"token","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"file","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"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":"inexcludes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dir","changeable":true,"lowerBound":1,"iD":false,"id":141,"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":"patternset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"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":"include","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"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":"exclude","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"starttoken","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"endtoken","changeable":true,"lowerBound":0,"iD":false,"id":151,"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":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"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":"filtersfile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"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":159,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"refid","changeable":true,"lowerBound":0,"iD":false,"id":160,"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":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"pathElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"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":"fileset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"refid","changeable":true,"lowerBound":1,"iD":false,"id":170,"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":"pathElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fileset","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"},{"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":178,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"classname","changeable":true,"lowerBound":1,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"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":"taskName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":187,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"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":191,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"taskname","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"executable","changeable":true,"lowerBound":1,"iD":false,"id":199,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dir","changeable":true,"lowerBound":1,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"classname","changeable":true,"lowerBound":1,"iD":false,"id":204,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"jar","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fork","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classPath","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"message","changeable":true,"lowerBound":1,"iD":false,"id":214,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"file","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"append","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"property","changeable":true,"lowerBound":1,"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":"pattern","changeable":true,"lowerBound":1,"iD":false,"id":225,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"offset","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"locale","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"srcdir","changeable":true,"lowerBound":1,"iD":false,"id":235,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"destdir","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"debug","changeable":true,"lowerBound":0,"iD":false,"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":"fork","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"optimize","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"deprecation","changeable":true,"lowerBound":0,"iD":false,"id":240,"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":"inExcludes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"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":"classPath","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"sourcepath","changeable":true,"lowerBound":1,"iD":false,"id":253,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"destdir","changeable":true,"lowerBound":1,"iD":false,"id":254,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"packagenames","changeable":true,"lowerBound":1,"iD":false,"id":255,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"defaultexcludes","changeable":true,"lowerBound":1,"iD":false,"id":256,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"author","changeable":true,"lowerBound":1,"iD":false,"id":257,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"version","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":"use","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":"windowtitle","changeable":true,"lowerBound":1,"iD":false,"id":260,"derived":false},{"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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"jarfile","changeable":true,"lowerBound":1,"iD":false,"id":271,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"basedir","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"compress","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"encoding","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"manifest","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dir","changeable":true,"lowerBound":1,"iD":false,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"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":"file","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"presservelastmodified","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tofile","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"todir","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"overwrite","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"filtering","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"flatten","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"includeEmptyDirs","changeable":true,"lowerBound":0,"iD":false,"id":293,"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":"fileset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"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":"filterset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"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":"mapper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"file","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dir","changeable":true,"lowerBound":0,"iD":false,"id":310,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"verbose","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"quiet","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"failonerror","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"includeEmptyDirs","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"includes","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"includesfile","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"excludes","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"excludesfile","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"defaultexcludes","changeable":true,"lowerBound":0,"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"},{"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"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":332,"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":1,"target":0},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":49,"target":57},{"source":49,"target":58},{"source":49,"target":1},{"source":58,"target":57},{"source":50,"target":57},{"source":50,"target":59},{"source":50,"target":1},{"source":59,"target":57},{"source":51,"target":57},{"source":51,"target":60},{"source":51,"target":1},{"source":60,"target":57},{"source":52,"target":8},{"source":52,"target":61},{"source":52,"target":1},{"source":61,"target":8},{"source":53,"target":25},{"source":53,"target":62},{"source":53,"target":1},{"source":62,"target":25},{"source":54,"target":2},{"source":54,"target":63},{"source":54,"target":1},{"source":63,"target":2},{"source":55,"target":28},{"source":55,"target":64},{"source":55,"target":1},{"source":64,"target":28},{"source":56,"target":8},{"source":56,"target":65},{"source":56,"target":1},{"source":65,"target":8},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":66},{"source":3,"target":67},{"source":66,"target":57},{"source":66,"target":68},{"source":66,"target":3},{"source":68,"target":57},{"source":67,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":69},{"source":4,"target":70},{"source":69,"target":57},{"source":69,"target":71},{"source":69,"target":4},{"source":71,"target":57},{"source":70,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":72},{"source":5,"target":73},{"source":72,"target":57},{"source":72,"target":74},{"source":72,"target":5},{"source":74,"target":57},{"source":73,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":75},{"source":6,"target":76},{"source":75,"target":57},{"source":75,"target":77},{"source":75,"target":6},{"source":77,"target":57},{"source":76,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":78},{"source":7,"target":79},{"source":78,"target":57},{"source":78,"target":80},{"source":78,"target":7},{"source":80,"target":57},{"source":79,"target":2},{"source":8,"target":0},{"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":81,"target":57},{"source":81,"target":87},{"source":81,"target":8},{"source":87,"target":57},{"source":82,"target":57},{"source":82,"target":88},{"source":82,"target":8},{"source":88,"target":57},{"source":83,"target":57},{"source":83,"target":89},{"source":83,"target":8},{"source":89,"target":57},{"source":84,"target":57},{"source":84,"target":90},{"source":84,"target":8},{"source":90,"target":57},{"source":85,"target":8},{"source":85,"target":91},{"source":85,"target":8},{"source":91,"target":8},{"source":86,"target":27},{"source":86,"target":92},{"source":86,"target":8},{"source":86,"target":93},{"source":92,"target":27},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":94},{"source":94,"target":9},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":95},{"source":11,"target":96},{"source":11,"target":97},{"source":11,"target":98},{"source":11,"target":99},{"source":11,"target":100},{"source":11,"target":101},{"source":95,"target":57},{"source":95,"target":102},{"source":95,"target":11},{"source":102,"target":57},{"source":96,"target":57},{"source":96,"target":103},{"source":96,"target":11},{"source":103,"target":57},{"source":97,"target":57},{"source":97,"target":104},{"source":97,"target":11},{"source":104,"target":57},{"source":98,"target":57},{"source":98,"target":105},{"source":98,"target":11},{"source":105,"target":57},{"source":99,"target":57},{"source":99,"target":106},{"source":99,"target":11},{"source":106,"target":57},{"source":100,"target":57},{"source":100,"target":107},{"source":100,"target":11},{"source":107,"target":57},{"source":101,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":108},{"source":12,"target":109},{"source":12,"target":110},{"source":12,"target":111},{"source":108,"target":57},{"source":108,"target":112},{"source":108,"target":12},{"source":112,"target":57},{"source":109,"target":57},{"source":109,"target":113},{"source":109,"target":12},{"source":113,"target":57},{"source":110,"target":57},{"source":110,"target":114},{"source":110,"target":12},{"source":114,"target":57},{"source":111,"target":10},{"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":12},{"source":15,"target":117},{"source":117,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":118},{"source":118,"target":12},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":119},{"source":17,"target":120},{"source":17,"target":121},{"source":119,"target":57},{"source":119,"target":122},{"source":119,"target":17},{"source":122,"target":57},{"source":120,"target":57},{"source":120,"target":123},{"source":120,"target":17},{"source":123,"target":57},{"source":121,"target":10},{"source":18,"target":0},{"source":18,"target":10},{"source":18,"target":124},{"source":18,"target":125},{"source":18,"target":126},{"source":124,"target":57},{"source":124,"target":127},{"source":124,"target":18},{"source":127,"target":57},{"source":125,"target":57},{"source":125,"target":128},{"source":125,"target":18},{"source":128,"target":57},{"source":126,"target":10},{"source":19,"target":0},{"source":19,"target":10},{"source":19,"target":129},{"source":19,"target":130},{"source":129,"target":57},{"source":129,"target":131},{"source":129,"target":19},{"source":131,"target":57},{"source":130,"target":10},{"source":20,"target":0},{"source":20,"target":10},{"source":20,"target":132},{"source":20,"target":133},{"source":20,"target":134},{"source":132,"target":57},{"source":132,"target":135},{"source":132,"target":20},{"source":135,"target":57},{"source":133,"target":57},{"source":133,"target":136},{"source":133,"target":20},{"source":136,"target":57},{"source":134,"target":10},{"source":21,"target":0},{"source":21,"target":9},{"source":21,"target":137},{"source":137,"target":9},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":138},{"source":22,"target":139},{"source":138,"target":12},{"source":138,"target":140},{"source":138,"target":22},{"source":140,"target":12},{"source":139,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":141},{"source":23,"target":142},{"source":23,"target":143},{"source":23,"target":144},{"source":23,"target":145},{"source":141,"target":57},{"source":141,"target":146},{"source":141,"target":23},{"source":146,"target":57},{"source":142,"target":22},{"source":142,"target":147},{"source":142,"target":23},{"source":147,"target":22},{"source":143,"target":13},{"source":143,"target":148},{"source":143,"target":23},{"source":148,"target":13},{"source":144,"target":14},{"source":144,"target":149},{"source":144,"target":23},{"source":149,"target":14},{"source":145,"target":21},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":150},{"source":24,"target":151},{"source":24,"target":152},{"source":24,"target":153},{"source":24,"target":154},{"source":150,"target":57},{"source":150,"target":155},{"source":150,"target":24},{"source":155,"target":57},{"source":151,"target":57},{"source":151,"target":156},{"source":151,"target":24},{"source":156,"target":57},{"source":152,"target":18},{"source":152,"target":157},{"source":152,"target":24},{"source":157,"target":18},{"source":153,"target":19},{"source":153,"target":158},{"source":153,"target":24},{"source":158,"target":19},{"source":154,"target":21},{"source":25,"target":0},{"source":25,"target":21},{"source":25,"target":159},{"source":25,"target":160},{"source":25,"target":161},{"source":25,"target":162},{"source":25,"target":163},{"source":25,"target":164},{"source":159,"target":57},{"source":159,"target":165},{"source":159,"target":25},{"source":165,"target":57},{"source":160,"target":57},{"source":160,"target":166},{"source":160,"target":25},{"source":166,"target":57},{"source":161,"target":25},{"source":161,"target":167},{"source":161,"target":25},{"source":167,"target":25},{"source":162,"target":20},{"source":162,"target":168},{"source":162,"target":25},{"source":168,"target":20},{"source":163,"target":23},{"source":163,"target":169},{"source":163,"target":25},{"source":169,"target":23},{"source":164,"target":21},{"source":26,"target":0},{"source":26,"target":21},{"source":26,"target":170},{"source":26,"target":171},{"source":26,"target":172},{"source":26,"target":173},{"source":170,"target":57},{"source":170,"target":174},{"source":170,"target":26},{"source":174,"target":57},{"source":171,"target":20},{"source":171,"target":175},{"source":171,"target":26},{"source":175,"target":20},{"source":172,"target":23},{"source":172,"target":176},{"source":172,"target":26},{"source":176,"target":23},{"source":173,"target":21},{"source":27,"target":0},{"source":27,"target":93},{"source":93,"target":8},{"source":93,"target":177},{"source":93,"target":27},{"source":93,"target":86},{"source":177,"target":8},{"source":28,"target":0},{"source":28,"target":178},{"source":28,"target":179},{"source":178,"target":57},{"source":178,"target":180},{"source":178,"target":28},{"source":180,"target":57},{"source":179,"target":57},{"source":179,"target":181},{"source":179,"target":28},{"source":181,"target":57},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":182},{"source":29,"target":183},{"source":29,"target":184},{"source":182,"target":28},{"source":182,"target":185},{"source":182,"target":29},{"source":185,"target":28},{"source":183,"target":30},{"source":183,"target":186},{"source":183,"target":29},{"source":186,"target":30},{"source":184,"target":27},{"source":30,"target":0},{"source":30,"target":187},{"source":30,"target":188},{"source":187,"target":57},{"source":187,"target":189},{"source":187,"target":30},{"source":189,"target":57},{"source":188,"target":57},{"source":188,"target":190},{"source":188,"target":30},{"source":190,"target":57},{"source":31,"target":0},{"source":31,"target":27},{"source":31,"target":191},{"source":31,"target":192},{"source":31,"target":193},{"source":31,"target":194},{"source":191,"target":57},{"source":191,"target":195},{"source":191,"target":31},{"source":195,"target":57},{"source":192,"target":57},{"source":192,"target":196},{"source":192,"target":31},{"source":196,"target":57},{"source":193,"target":57},{"source":193,"target":197},{"source":193,"target":31},{"source":197,"target":57},{"source":194,"target":27},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":198},{"source":198,"target":31},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":199},{"source":33,"target":200},{"source":33,"target":201},{"source":199,"target":57},{"source":199,"target":202},{"source":199,"target":33},{"source":202,"target":57},{"source":200,"target":57},{"source":200,"target":203},{"source":200,"target":33},{"source":203,"target":57},{"source":201,"target":32},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":204},{"source":34,"target":205},{"source":34,"target":206},{"source":34,"target":207},{"source":34,"target":208},{"source":204,"target":57},{"source":204,"target":209},{"source":204,"target":34},{"source":209,"target":57},{"source":205,"target":57},{"source":205,"target":210},{"source":205,"target":34},{"source":210,"target":57},{"source":206,"target":57},{"source":206,"target":211},{"source":206,"target":34},{"source":211,"target":57},{"source":207,"target":26},{"source":207,"target":212},{"source":207,"target":34},{"source":212,"target":26},{"source":208,"target":32},{"source":35,"target":0},{"source":35,"target":31},{"source":35,"target":213},{"source":213,"target":31},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":214},{"source":36,"target":215},{"source":36,"target":216},{"source":36,"target":217},{"source":214,"target":57},{"source":214,"target":218},{"source":214,"target":36},{"source":218,"target":57},{"source":215,"target":57},{"source":215,"target":219},{"source":215,"target":36},{"source":219,"target":57},{"source":216,"target":57},{"source":216,"target":220},{"source":216,"target":36},{"source":220,"target":57},{"source":217,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":221},{"source":37,"target":222},{"source":221,"target":38},{"source":221,"target":223},{"source":221,"target":37},{"source":223,"target":38},{"source":222,"target":35},{"source":38,"target":0},{"source":38,"target":224},{"source":38,"target":225},{"source":38,"target":226},{"source":38,"target":227},{"source":38,"target":228},{"source":224,"target":57},{"source":224,"target":229},{"source":224,"target":38},{"source":229,"target":57},{"source":225,"target":57},{"source":225,"target":230},{"source":225,"target":38},{"source":230,"target":57},{"source":226,"target":57},{"source":226,"target":231},{"source":226,"target":38},{"source":231,"target":57},{"source":227,"target":57},{"source":227,"target":232},{"source":227,"target":38},{"source":232,"target":57},{"source":228,"target":57},{"source":228,"target":233},{"source":228,"target":38},{"source":233,"target":57},{"source":39,"target":0},{"source":39,"target":31},{"source":39,"target":234},{"source":234,"target":31},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":235},{"source":40,"target":236},{"source":40,"target":237},{"source":40,"target":238},{"source":40,"target":239},{"source":40,"target":240},{"source":40,"target":241},{"source":40,"target":242},{"source":40,"target":243},{"source":235,"target":57},{"source":235,"target":244},{"source":235,"target":40},{"source":244,"target":57},{"source":236,"target":57},{"source":236,"target":245},{"source":236,"target":40},{"source":245,"target":57},{"source":237,"target":57},{"source":237,"target":246},{"source":237,"target":40},{"source":246,"target":57},{"source":238,"target":57},{"source":238,"target":247},{"source":238,"target":40},{"source":247,"target":57},{"source":239,"target":57},{"source":239,"target":248},{"source":239,"target":40},{"source":248,"target":57},{"source":240,"target":57},{"source":240,"target":249},{"source":240,"target":40},{"source":249,"target":57},{"source":241,"target":12},{"source":241,"target":250},{"source":241,"target":40},{"source":250,"target":12},{"source":242,"target":26},{"source":242,"target":251},{"source":242,"target":40},{"source":251,"target":26},{"source":243,"target":39},{"source":41,"target":0},{"source":41,"target":31},{"source":41,"target":252},{"source":252,"target":31},{"source":42,"target":0},{"source":42,"target":41},{"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":42,"target":259},{"source":42,"target":260},{"source":42,"target":261},{"source":253,"target":57},{"source":253,"target":262},{"source":253,"target":42},{"source":262,"target":57},{"source":254,"target":57},{"source":254,"target":263},{"source":254,"target":42},{"source":263,"target":57},{"source":255,"target":57},{"source":255,"target":264},{"source":255,"target":42},{"source":264,"target":57},{"source":256,"target":57},{"source":256,"target":265},{"source":256,"target":42},{"source":265,"target":57},{"source":257,"target":57},{"source":257,"target":266},{"source":257,"target":42},{"source":266,"target":57},{"source":258,"target":57},{"source":258,"target":267},{"source":258,"target":42},{"source":267,"target":57},{"source":259,"target":57},{"source":259,"target":268},{"source":259,"target":42},{"source":268,"target":57},{"source":260,"target":57},{"source":260,"target":269},{"source":260,"target":42},{"source":269,"target":57},{"source":261,"target":41},{"source":43,"target":0},{"source":43,"target":31},{"source":43,"target":270},{"source":270,"target":31},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":271},{"source":44,"target":272},{"source":44,"target":273},{"source":44,"target":274},{"source":44,"target":275},{"source":44,"target":276},{"source":271,"target":57},{"source":271,"target":277},{"source":271,"target":44},{"source":277,"target":57},{"source":272,"target":57},{"source":272,"target":278},{"source":272,"target":44},{"source":278,"target":57},{"source":273,"target":57},{"source":273,"target":279},{"source":273,"target":44},{"source":279,"target":57},{"source":274,"target":57},{"source":274,"target":280},{"source":274,"target":44},{"source":280,"target":57},{"source":275,"target":57},{"source":275,"target":281},{"source":275,"target":44},{"source":281,"target":57},{"source":276,"target":43},{"source":45,"target":0},{"source":45,"target":31},{"source":45,"target":282},{"source":282,"target":31},{"source":46,"target":0},{"source":46,"target":45},{"source":46,"target":283},{"source":46,"target":284},{"source":283,"target":57},{"source":283,"target":285},{"source":283,"target":46},{"source":285,"target":57},{"source":284,"target":45},{"source":47,"target":0},{"source":47,"target":45},{"source":47,"target":286},{"source":47,"target":287},{"source":47,"target":288},{"source":47,"target":289},{"source":47,"target":290},{"source":47,"target":291},{"source":47,"target":292},{"source":47,"target":293},{"source":47,"target":294},{"source":47,"target":295},{"source":47,"target":296},{"source":47,"target":297},{"source":286,"target":57},{"source":286,"target":298},{"source":286,"target":47},{"source":298,"target":57},{"source":287,"target":57},{"source":287,"target":299},{"source":287,"target":47},{"source":299,"target":57},{"source":288,"target":57},{"source":288,"target":300},{"source":288,"target":47},{"source":300,"target":57},{"source":289,"target":57},{"source":289,"target":301},{"source":289,"target":47},{"source":301,"target":57},{"source":290,"target":57},{"source":290,"target":302},{"source":290,"target":47},{"source":302,"target":57},{"source":291,"target":57},{"source":291,"target":303},{"source":291,"target":47},{"source":303,"target":57},{"source":292,"target":57},{"source":292,"target":304},{"source":292,"target":47},{"source":304,"target":57},{"source":293,"target":57},{"source":293,"target":305},{"source":293,"target":47},{"source":305,"target":57},{"source":294,"target":23},{"source":294,"target":306},{"source":294,"target":47},{"source":306,"target":23},{"source":295,"target":24},{"source":295,"target":307},{"source":295,"target":47},{"source":307,"target":24},{"source":296,"target":11},{"source":296,"target":308},{"source":296,"target":47},{"source":308,"target":11},{"source":297,"target":45},{"source":48,"target":0},{"source":48,"target":45},{"source":48,"target":309},{"source":48,"target":310},{"source":48,"target":311},{"source":48,"target":312},{"source":48,"target":313},{"source":48,"target":314},{"source":48,"target":315},{"source":48,"target":316},{"source":48,"target":317},{"source":48,"target":318},{"source":48,"target":319},{"source":48,"target":320},{"source":309,"target":57},{"source":309,"target":321},{"source":309,"target":48},{"source":321,"target":57},{"source":310,"target":57},{"source":310,"target":322},{"source":310,"target":48},{"source":322,"target":57},{"source":311,"target":57},{"source":311,"target":323},{"source":311,"target":48},{"source":323,"target":57},{"source":312,"target":57},{"source":312,"target":324},{"source":312,"target":48},{"source":324,"target":57},{"source":313,"target":57},{"source":313,"target":325},{"source":313,"target":48},{"source":325,"target":57},{"source":314,"target":57},{"source":314,"target":326},{"source":314,"target":48},{"source":326,"target":57},{"source":315,"target":57},{"source":315,"target":327},{"source":315,"target":48},{"source":327,"target":57},{"source":316,"target":57},{"source":316,"target":328},{"source":316,"target":48},{"source":328,"target":57},{"source":317,"target":57},{"source":317,"target":329},{"source":317,"target":48},{"source":329,"target":57},{"source":318,"target":57},{"source":318,"target":330},{"source":318,"target":48},{"source":330,"target":57},{"source":319,"target":57},{"source":319,"target":331},{"source":319,"target":48},{"source":331,"target":57},{"source":320,"target":45},{"source":332,"target":57},{"source":57,"target":332}],"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="codemodel" nsURI="http://codemodel/1.0" nsPrefix="codemodel">
<eClassifiers xsi:type="ecore:EClass" name="CMElement" 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="CodeModel" eSuperTypes="#//CMElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="vars" upperBound="-1" eType="#//Variable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stmts" upperBound="-1"
eType="#//statements/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//CMElement"/>
<eClassifiers xsi:type="ecore:EClass" name="D" eSuperTypes="#//CMElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="refE" upperBound="-1" eType="#//E"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="E" eSuperTypes="#//CMElement"/>
<eSubpackages name="expressions" nsURI="http://codemodel/expressions/1.0" nsPrefix="expressions">
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//CMElement"/>
<eClassifiers xsi:type="ecore:EClass" name="VarExp" eSuperTypes="#//expressions/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinExp" eSuperTypes="#//expressions/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1"
eType="#//expressions/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1"
eType="#//expressions/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="statements" nsURI="http://codemodel/statements/1.0" nsPrefix="statements">
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//CMElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AsgnStmt" eSuperTypes="#//statements/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftExp" lowerBound="1"
eType="#//expressions/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightExp" lowerBound="1"
eType="#//expressions/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompStmt" eSuperTypes="#//statements/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//statements/Statement" containment="true"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/eliericha/atlanalyser/fr.tpt.atlanalyser.examples/examples/TestNGC/OutputMM/codemodel.ecore | ecore | codemodel
CMElement
name
CodeModel
vars
stmts
Variable
D
refE
E
expressions
Expression
VarExp
variable
BinExp
left
right
operator
statements
Statement
AsgnStmt
leftExp
rightExp
CompStmt
statements | null | {"directed":true,"nodes":[{"nsPrefix":"codemodel","nsURI":"http://codemodel/1.0","name":"codemodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CMElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"D","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"E","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"nsPrefix":"expressions","nsURI":"http://codemodel/expressions/1.0","name":"expressions","id":6,"eClass":"EPackage"},{"nsPrefix":"statements","nsURI":"http://codemodel/statements/1.0","name":"statements","id":7,"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":8,"derived":false},{"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":"vars","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":"stmts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"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":"refE","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarExp","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinExp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AsgnStmt","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompStmt","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"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":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":"rightExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":8,"target":9},{"source":8,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":10,"target":3},{"source":10,"target":13},{"source":10,"target":2},{"source":13,"target":3},{"source":11,"target":14},{"source":11,"target":15},{"source":11,"target":2},{"source":15,"target":14},{"source":12,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":16},{"source":16,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":17},{"source":4,"target":18},{"source":17,"target":5},{"source":17,"target":19},{"source":17,"target":4},{"source":19,"target":5},{"source":18,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":20},{"source":20,"target":1},{"source":6,"target":21},{"source":6,"target":22},{"source":6,"target":23},{"source":6,"target":0},{"source":21,"target":6},{"source":21,"target":1},{"source":21,"target":24},{"source":24,"target":1},{"source":22,"target":6},{"source":22,"target":21},{"source":22,"target":25},{"source":22,"target":26},{"source":25,"target":3},{"source":25,"target":27},{"source":25,"target":22},{"source":27,"target":3},{"source":26,"target":21},{"source":23,"target":6},{"source":23,"target":21},{"source":23,"target":28},{"source":23,"target":29},{"source":23,"target":30},{"source":23,"target":31},{"source":28,"target":21},{"source":28,"target":32},{"source":28,"target":23},{"source":32,"target":21},{"source":29,"target":21},{"source":29,"target":33},{"source":29,"target":23},{"source":33,"target":21},{"source":30,"target":34},{"source":30,"target":23},{"source":31,"target":21},{"source":7,"target":14},{"source":7,"target":35},{"source":7,"target":36},{"source":7,"target":0},{"source":14,"target":7},{"source":14,"target":1},{"source":14,"target":37},{"source":37,"target":1},{"source":35,"target":7},{"source":35,"target":14},{"source":35,"target":38},{"source":35,"target":39},{"source":35,"target":40},{"source":38,"target":21},{"source":38,"target":41},{"source":38,"target":35},{"source":41,"target":21},{"source":39,"target":21},{"source":39,"target":42},{"source":39,"target":35},{"source":42,"target":21},{"source":40,"target":14},{"source":36,"target":7},{"source":36,"target":14},{"source":36,"target":43},{"source":36,"target":44},{"source":43,"target":14},{"source":43,"target":45},{"source":43,"target":36},{"source":45,"target":14},{"source":44,"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="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="#//AbstractFilteringResult" 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 #//AbstractFilteringResult">
<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="#//AbstractFilteringResult" 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>
<eClassifiers xsi:type="ecore:EClass" name="ComposedFilteringResult" eSuperTypes="#//AbstractFilteringResult">
<eStructuralFeatures xsi:type="ecore:EReference" name="UnionFilteringResultSet"
eType="#//UnionFilteringResultSet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="IntersectionFilteringResultSet"
eType="#//IntersectionFilteringResultSet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ExclusionFilteringResultSet"
eType="#//ExclusionFilteringResultSet" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilteringResultSet">
<eStructuralFeatures xsi:type="ecore:EReference" name="filteringResults" upperBound="-1"
eType="#//AbstractFilteringResult"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractFilteringResult" abstract="true"
eSuperTypes="platform:/plugin/org.polarsys.capella.core.data.gen/model/CapellaCore.ecore#//NamedElement">
<eOperations name="computeFilteringCriterionSet" eType="#//FilteringCriterionSet"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnionFilteringResultSet" eSuperTypes="#//FilteringResultSet"/>
<eClassifiers xsi:type="ecore:EClass" name="ExclusionFilteringResultSet" eSuperTypes="#//FilteringResultSet"/>
<eClassifiers xsi:type="ecore:EClass" name="IntersectionFilteringResultSet" eSuperTypes="#//FilteringResultSet"/>
</ecore:EPackage>
| github:ecore:/data/eclipse/capella-filtering/plugins/org.polarsys.capella.filtering/model/filtering.ecore | ecore | filtering
FilteringModel
ownedFilteringCriteria
ownedFilteringCriterionPkgs
FilteringCriterion
FilteringCriterionSet
filteringCriteria
FilteringResults
filteringResults
ownedFilteringResultPkgs
FilteringResult
AssociatedFilteringCriterionSet
CreationDefaultFilteringCriterionSet
FilteringResultPkg
ownedFilteringResults
ownedFilteringResultPkgs
FilteringCriterionPkg
ownedFilteringCriteria
ownedFilteringCriterionPkgs
ComposedFilteringResult
UnionFilteringResultSet
IntersectionFilteringResultSet
ExclusionFilteringResultSet
FilteringResultSet
filteringResults
AbstractFilteringResult
computeFilteringCriterionSet
UnionFilteringResultSet
ExclusionFilteringResultSet
IntersectionFilteringResultSet | 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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComposedFilteringResult","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilteringResultSet","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractFilteringResult","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnionFilteringResultSet","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusionFilteringResultSet","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntersectionFilteringResultSet","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedFilteringCriteria","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedFilteringCriterionPkgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"filteringResults","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":"ownedFilteringResultPkgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedFilteringResults","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":"ownedFilteringResultPkgs","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedFilteringCriteria","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":"ownedFilteringCriterionPkgs","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"UnionFilteringResultSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IntersectionFilteringResultSet","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":"ExclusionFilteringResultSet","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"filteringResults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"computeFilteringCriterionSet","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":2},{"source":16,"target":20},{"source":16,"target":1},{"source":20,"target":2},{"source":17,"target":9},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":9},{"source":2,"target":0},{"source":2,"target":22},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":23,"target":2},{"source":23,"target":25},{"source":23,"target":3},{"source":25,"target":2},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":26,"target":12},{"source":26,"target":30},{"source":26,"target":4},{"source":30,"target":12},{"source":27,"target":8},{"source":27,"target":31},{"source":27,"target":4},{"source":31,"target":8},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":12},{"source":5,"target":32},{"source":5,"target":33},{"source":32,"target":3},{"source":33,"target":12},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":34},{"source":6,"target":35},{"source":34,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":36},{"source":7,"target":37},{"source":36,"target":3},{"source":8,"target":0},{"source":8,"target":38},{"source":8,"target":39},{"source":8,"target":40},{"source":38,"target":12},{"source":38,"target":41},{"source":38,"target":8},{"source":41,"target":12},{"source":39,"target":8},{"source":39,"target":42},{"source":39,"target":8},{"source":42,"target":8},{"source":9,"target":0},{"source":9,"target":43},{"source":9,"target":44},{"source":9,"target":45},{"source":43,"target":2},{"source":43,"target":46},{"source":43,"target":9},{"source":46,"target":2},{"source":44,"target":9},{"source":44,"target":47},{"source":44,"target":9},{"source":47,"target":9},{"source":10,"target":0},{"source":10,"target":12},{"source":10,"target":48},{"source":10,"target":49},{"source":10,"target":50},{"source":10,"target":51},{"source":48,"target":13},{"source":48,"target":52},{"source":48,"target":10},{"source":52,"target":13},{"source":49,"target":15},{"source":49,"target":53},{"source":49,"target":10},{"source":53,"target":15},{"source":50,"target":14},{"source":50,"target":54},{"source":50,"target":10},{"source":54,"target":14},{"source":51,"target":12},{"source":11,"target":0},{"source":11,"target":55},{"source":55,"target":12},{"source":55,"target":56},{"source":55,"target":11},{"source":56,"target":12},{"source":12,"target":0},{"source":12,"target":57},{"source":12,"target":58},{"source":57,"target":3},{"source":57,"target":59},{"source":57,"target":12},{"source":59,"target":3},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":60},{"source":60,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":61},{"source":61,"target":11},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":62},{"source":62,"target":11}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="CollegeMM"
nsURI="http://CollegeMM" nsPrefix="CollegeMM">
<eClassifiers xsi:type="ecore:EClass" name="College">
<eStructuralFeatures xsi:type="ecore:EReference" name="classrooms" upperBound="-1"
eType="#//ClassRoom" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="students" upperBound="-1"
eType="#//Student" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subjects" upperBound="-1"
eType="#//Subject" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="teachers" upperBound="-1"
eType="#//Teacher" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classroom" lowerBound="1"
eType="#//ClassRoom"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subject" lowerBound="1"
eType="#//Subject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="teacher" lowerBound="1"
eType="#//Teacher"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassRoom">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="students" upperBound="-1"
eType="#//Student"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Student">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="birthDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Subject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="#//Level"/>
<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="Teacher">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="teache" lowerBound="1"
upperBound="-1" eType="#//Subject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Level">
<eLiterals name="beginner"/>
<eLiterals name="normal" value="1"/>
<eLiterals name="advanced" value="2"/>
<eLiterals name="expert" value="3"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/diverse-project/kermeta2/org/kermeta/kp/org.kermeta.kp.compiler.commandline/src/test/resources/kermeta_memento/schools/CollegeMM.ecore | ecore | CollegeMM
College
classrooms
students
subjects
teachers
Class
duration
date
classroom
subject
teacher
ClassRoom
location
students
Student
name
birthDate
Subject
level
title
Teacher
name
teache
Level
beginner
beginner
normal
normal
advanced
advanced
expert
expert | null | {"directed":true,"nodes":[{"nsPrefix":"CollegeMM","nsURI":"http://CollegeMM","name":"CollegeMM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"College","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassRoom","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Student","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subject","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Teacher","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Level","instanceClass":null,"id":7,"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":"classrooms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"students","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subjects","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":"teachers","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":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":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":"date","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classroom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"teacher","changeable":true,"resolveProxies":true,"lowerBound":1,"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":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"students","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"birthDate","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"level","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":"title","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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"teache","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"name":"beginner","id":42,"value":0,"literal":"beginner","eClass":"EEnumLiteral"},{"name":"normal","id":43,"value":1,"literal":"normal","eClass":"EEnumLiteral"},{"name":"advanced","id":44,"value":2,"literal":"advanced","eClass":"EEnumLiteral"},{"name":"expert","id":45,"value":3,"literal":"expert","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":8,"target":3},{"source":8,"target":12},{"source":8,"target":1},{"source":12,"target":3},{"source":9,"target":4},{"source":9,"target":13},{"source":9,"target":1},{"source":13,"target":4},{"source":10,"target":5},{"source":10,"target":14},{"source":10,"target":1},{"source":14,"target":5},{"source":11,"target":6},{"source":11,"target":15},{"source":11,"target":1},{"source":15,"target":6},{"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":16,"target":21},{"source":16,"target":2},{"source":17,"target":22},{"source":17,"target":2},{"source":18,"target":3},{"source":18,"target":23},{"source":18,"target":2},{"source":23,"target":3},{"source":19,"target":5},{"source":19,"target":24},{"source":19,"target":2},{"source":24,"target":5},{"source":20,"target":6},{"source":20,"target":25},{"source":20,"target":2},{"source":25,"target":6},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":26,"target":28},{"source":26,"target":3},{"source":27,"target":4},{"source":27,"target":29},{"source":27,"target":3},{"source":29,"target":4},{"source":4,"target":0},{"source":4,"target":30},{"source":4,"target":31},{"source":30,"target":32},{"source":30,"target":4},{"source":31,"target":33},{"source":31,"target":4},{"source":5,"target":0},{"source":5,"target":34},{"source":5,"target":35},{"source":34,"target":7},{"source":34,"target":36},{"source":34,"target":5},{"source":36,"target":7},{"source":35,"target":37},{"source":35,"target":5},{"source":6,"target":0},{"source":6,"target":38},{"source":6,"target":39},{"source":38,"target":40},{"source":38,"target":6},{"source":39,"target":5},{"source":39,"target":41},{"source":39,"target":6},{"source":41,"target":5},{"source":7,"target":0},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":42,"target":7},{"source":43,"target":7},{"source":44,"target":7},{"source":45,"target":7}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="definitionDSL" nsURI="http://www.raiffeisen.ch/ipricer/definition/DefinitionDSL"
nsPrefix="definitionDSL">
<eClassifiers xsi:type="ecore:EClass" name="Definition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="methodName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="guiLabelMethod" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="guiLabelParent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="guiLabelChild" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="#//Data" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initSection" eType="#//InitSection"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeMaskSection" eType="#//TypeMaskSection"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="underlyingListSection"
eType="#//UnderlyingListSection" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="underlyingMaskSection"
eType="#//UnderlyingMaskSection" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="optionListSection" eType="#//OptionListSection"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optionListLabelSection"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="optionMaskSection" eType="#//OptionMaskSection"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eventuellTclProcedures"
unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Data">
<eStructuralFeatures xsi:type="ecore:EReference" name="fieldDefinitions" upperBound="-1"
eType="#//FieldDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitSection">
<eStructuralFeatures xsi:type="ecore:EReference" name="initDefinitions" upperBound="-1"
eType="#//InitDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeMaskSection">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeMaskDefinitions" upperBound="-1"
eType="#//TypeMaskDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnderlyingMaskSection">
<eStructuralFeatures xsi:type="ecore:EReference" name="underlyingMaskDefinitions"
upperBound="-1" eType="#//TypeMaskDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnderlyingListSection">
<eStructuralFeatures xsi:type="ecore:EReference" name="underlyingListDefinitions"
upperBound="-1" eType="#//UnderlyingListDefintion" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OptionListSection">
<eStructuralFeatures xsi:type="ecore:EReference" name="optionListDefinitions"
upperBound="-1" eType="#//UnderlyingListDefintion" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OptionMaskSection">
<eStructuralFeatures xsi:type="ecore:EReference" name="optionMaskDefinitions"
upperBound="-1" eType="#//TypeMaskDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnderlyingListDefintion">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" 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="TypeMaskDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="row" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="col" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="separator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnderlyingMaskDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="row" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="col" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="separator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldType" eType="#//FIELD_TYPE"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="access" eType="#//ROLE"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="recordClass" eType="#//RECORDCLASS"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="options" upperBound="-1"
eType="#//Option" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Option"/>
<eClassifiers xsi:type="ecore:EClass" name="OptionValproc" eSuperTypes="#//Option">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valproc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tclProc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OptionStrict" eSuperTypes="#//Option">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OptionRange" eSuperTypes="#//Option">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OptionContrib" eSuperTypes="#//Option">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contrib" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FIELD_TYPE">
<eLiterals name="STRING_FIELD" literal="StringField"/>
<eLiterals name="TIME_FIELD" value="1" literal="TimeField"/>
<eLiterals name="INTEGER_FIELD" value="2" literal="IntegerField"/>
<eLiterals name="PRICE_FIELD" value="3" literal="PriceField"/>
<eLiterals name="DOUBLE_FIELD" value="4" literal="DoubleField"/>
<eLiterals name="ZAHL_FIELD" value="5" literal="ZahlField"/>
<eLiterals name="DATE_FIELD" value="6" literal="DateField"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ROLE">
<eLiterals name="RADMIN" literal="radmin"/>
<eLiterals name="NONE" value="1" literal="none"/>
<eLiterals name="RTRADER" value="2" literal="rtrader"/>
<eLiterals name="SUPERVISOR" value="3" literal="supervisor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RECORDCLASS">
<eLiterals name="METHOD_READ_ONLY" literal="B"/>
<eLiterals name="PARENT_READ_ONLY" value="1" literal="U"/>
<eLiterals name="PARENT_READ_WRITE" value="2" literal="G"/>
<eLiterals name="PARENT_READ_REFERENCE" value="3" literal="R"/>
<eLiterals name="CHILD_READ_ONLY" value="4" literal="D"/>
<eLiterals name="CHILD_READ_WRITE" value="5" literal="P"/>
<eLiterals name="CHILD_READ_REFERENCE" value="6" literal="S"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/carstenlex/definitionDSL/definitionDSL.parent/definitionDSL/model/generated/DefinitionDSL.ecore | ecore | definitionDSL
Definition
methodName
guiLabelMethod
guiLabelParent
guiLabelChild
data
initSection
typeMaskSection
underlyingListSection
underlyingMaskSection
optionListSection
optionListLabelSection
optionMaskSection
eventuellTclProcedures
Data
fieldDefinitions
InitSection
initDefinitions
TypeMaskSection
typeMaskDefinitions
UnderlyingMaskSection
underlyingMaskDefinitions
UnderlyingListSection
underlyingListDefinitions
OptionListSection
optionListDefinitions
OptionMaskSection
optionMaskDefinitions
UnderlyingListDefintion
id
width
title
TypeMaskDefinition
id
row
col
width
separator
UnderlyingMaskDefinition
id
row
col
width
separator
InitDefinition
id
initValue
FieldDefinition
fieldType
id
name
access
recordClass
fieldName
length
options
Option
OptionValproc
valproc
tclProc
OptionStrict
strict
OptionRange
min
max
OptionContrib
contrib
FIELD_TYPE
STRING_FIELD
StringField
TIME_FIELD
TimeField
INTEGER_FIELD
IntegerField
PRICE_FIELD
PriceField
DOUBLE_FIELD
DoubleField
ZAHL_FIELD
ZahlField
DATE_FIELD
DateField
ROLE
RADMIN
radmin
NONE
none
RTRADER
rtrader
SUPERVISOR
supervisor
RECORDCLASS
METHOD_READ_ONLY
B
PARENT_READ_ONLY
U
PARENT_READ_WRITE
G
PARENT_READ_REFERENCE
R
CHILD_READ_ONLY
D
CHILD_READ_WRITE
P
CHILD_READ_REFERENCE
S | null | {"directed":true,"nodes":[{"nsPrefix":"definitionDSL","nsURI":"http://www.raiffeisen.ch/ipricer/definition/DefinitionDSL","name":"definitionDSL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitSection","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeMaskSection","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnderlyingMaskSection","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnderlyingListSection","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionListSection","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionMaskSection","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnderlyingListDefintion","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeMaskDefinition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnderlyingMaskDefinition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitDefinition","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDefinition","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Option","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionValproc","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionStrict","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionRange","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionContrib","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FIELD_TYPE","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ROLE","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RECORDCLASS","instanceClass":null,"id":21,"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":"methodName","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":"guiLabelMethod","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":"guiLabelParent","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":"guiLabelChild","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeMaskSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"underlyingListSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"underlyingMaskSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optionListSection","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":"optionListLabelSection","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optionMaskSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"eventuellTclProcedures","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"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":"fieldDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeMaskDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"underlyingMaskDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"underlyingListDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optionListDefinitions","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optionMaskDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"width","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"row","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"col","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","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":"separator","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"row","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":"col","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","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":"separator","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"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":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":"initValue","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fieldType","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"access","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"recordClass","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":"fieldName","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valproc","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tclProc","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strict","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"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":"contrib","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"name":"STRING_FIELD","id":124,"value":0,"literal":"StringField","eClass":"EEnumLiteral"},{"name":"TIME_FIELD","id":125,"value":1,"literal":"TimeField","eClass":"EEnumLiteral"},{"name":"INTEGER_FIELD","id":126,"value":2,"literal":"IntegerField","eClass":"EEnumLiteral"},{"name":"PRICE_FIELD","id":127,"value":3,"literal":"PriceField","eClass":"EEnumLiteral"},{"name":"DOUBLE_FIELD","id":128,"value":4,"literal":"DoubleField","eClass":"EEnumLiteral"},{"name":"ZAHL_FIELD","id":129,"value":5,"literal":"ZahlField","eClass":"EEnumLiteral"},{"name":"DATE_FIELD","id":130,"value":6,"literal":"DateField","eClass":"EEnumLiteral"},{"name":"RADMIN","id":131,"value":0,"literal":"radmin","eClass":"EEnumLiteral"},{"name":"NONE","id":132,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"RTRADER","id":133,"value":2,"literal":"rtrader","eClass":"EEnumLiteral"},{"name":"SUPERVISOR","id":134,"value":3,"literal":"supervisor","eClass":"EEnumLiteral"},{"name":"METHOD_READ_ONLY","id":135,"value":0,"literal":"B","eClass":"EEnumLiteral"},{"name":"PARENT_READ_ONLY","id":136,"value":1,"literal":"U","eClass":"EEnumLiteral"},{"name":"PARENT_READ_WRITE","id":137,"value":2,"literal":"G","eClass":"EEnumLiteral"},{"name":"PARENT_READ_REFERENCE","id":138,"value":3,"literal":"R","eClass":"EEnumLiteral"},{"name":"CHILD_READ_ONLY","id":139,"value":4,"literal":"D","eClass":"EEnumLiteral"},{"name":"CHILD_READ_WRITE","id":140,"value":5,"literal":"P","eClass":"EEnumLiteral"},{"name":"CHILD_READ_REFERENCE","id":141,"value":6,"literal":"S","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":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":22,"target":35},{"source":22,"target":1},{"source":23,"target":36},{"source":23,"target":1},{"source":24,"target":37},{"source":24,"target":1},{"source":25,"target":38},{"source":25,"target":1},{"source":26,"target":2},{"source":26,"target":39},{"source":26,"target":1},{"source":39,"target":2},{"source":27,"target":3},{"source":27,"target":40},{"source":27,"target":1},{"source":40,"target":3},{"source":28,"target":4},{"source":28,"target":41},{"source":28,"target":1},{"source":41,"target":4},{"source":29,"target":6},{"source":29,"target":42},{"source":29,"target":1},{"source":42,"target":6},{"source":30,"target":5},{"source":30,"target":43},{"source":30,"target":1},{"source":43,"target":5},{"source":31,"target":7},{"source":31,"target":44},{"source":31,"target":1},{"source":44,"target":7},{"source":32,"target":45},{"source":32,"target":1},{"source":33,"target":8},{"source":33,"target":46},{"source":33,"target":1},{"source":46,"target":8},{"source":34,"target":47},{"source":34,"target":1},{"source":2,"target":0},{"source":2,"target":48},{"source":48,"target":13},{"source":48,"target":49},{"source":48,"target":2},{"source":49,"target":13},{"source":3,"target":0},{"source":3,"target":50},{"source":50,"target":12},{"source":50,"target":51},{"source":50,"target":3},{"source":51,"target":12},{"source":4,"target":0},{"source":4,"target":52},{"source":52,"target":10},{"source":52,"target":53},{"source":52,"target":4},{"source":53,"target":10},{"source":5,"target":0},{"source":5,"target":54},{"source":54,"target":10},{"source":54,"target":55},{"source":54,"target":5},{"source":55,"target":10},{"source":6,"target":0},{"source":6,"target":56},{"source":56,"target":9},{"source":56,"target":57},{"source":56,"target":6},{"source":57,"target":9},{"source":7,"target":0},{"source":7,"target":58},{"source":58,"target":9},{"source":58,"target":59},{"source":58,"target":7},{"source":59,"target":9},{"source":8,"target":0},{"source":8,"target":60},{"source":60,"target":10},{"source":60,"target":61},{"source":60,"target":8},{"source":61,"target":10},{"source":9,"target":0},{"source":9,"target":62},{"source":9,"target":63},{"source":9,"target":64},{"source":62,"target":65},{"source":62,"target":9},{"source":63,"target":66},{"source":63,"target":9},{"source":64,"target":67},{"source":64,"target":9},{"source":10,"target":0},{"source":10,"target":68},{"source":10,"target":69},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":68,"target":73},{"source":68,"target":10},{"source":69,"target":74},{"source":69,"target":10},{"source":70,"target":75},{"source":70,"target":10},{"source":71,"target":76},{"source":71,"target":10},{"source":72,"target":77},{"source":72,"target":10},{"source":11,"target":0},{"source":11,"target":78},{"source":11,"target":79},{"source":11,"target":80},{"source":11,"target":81},{"source":11,"target":82},{"source":78,"target":83},{"source":78,"target":11},{"source":79,"target":84},{"source":79,"target":11},{"source":80,"target":85},{"source":80,"target":11},{"source":81,"target":86},{"source":81,"target":11},{"source":82,"target":87},{"source":82,"target":11},{"source":12,"target":0},{"source":12,"target":88},{"source":12,"target":89},{"source":88,"target":90},{"source":88,"target":12},{"source":89,"target":91},{"source":89,"target":12},{"source":13,"target":0},{"source":13,"target":92},{"source":13,"target":93},{"source":13,"target":94},{"source":13,"target":95},{"source":13,"target":96},{"source":13,"target":97},{"source":13,"target":98},{"source":13,"target":99},{"source":92,"target":19},{"source":92,"target":100},{"source":92,"target":13},{"source":100,"target":19},{"source":93,"target":101},{"source":93,"target":13},{"source":94,"target":102},{"source":94,"target":13},{"source":95,"target":20},{"source":95,"target":103},{"source":95,"target":13},{"source":103,"target":20},{"source":96,"target":21},{"source":96,"target":104},{"source":96,"target":13},{"source":104,"target":21},{"source":97,"target":105},{"source":97,"target":13},{"source":98,"target":106},{"source":98,"target":13},{"source":99,"target":14},{"source":99,"target":107},{"source":99,"target":13},{"source":107,"target":14},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":108},{"source":15,"target":109},{"source":15,"target":110},{"source":108,"target":111},{"source":108,"target":15},{"source":109,"target":112},{"source":109,"target":15},{"source":110,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":113},{"source":16,"target":114},{"source":113,"target":115},{"source":113,"target":16},{"source":114,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":116},{"source":17,"target":117},{"source":17,"target":118},{"source":116,"target":119},{"source":116,"target":17},{"source":117,"target":120},{"source":117,"target":17},{"source":118,"target":14},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":121},{"source":18,"target":122},{"source":121,"target":123},{"source":121,"target":18},{"source":122,"target":14},{"source":19,"target":0},{"source":19,"target":124},{"source":19,"target":125},{"source":19,"target":126},{"source":19,"target":127},{"source":19,"target":128},{"source":19,"target":129},{"source":19,"target":130},{"source":124,"target":19},{"source":125,"target":19},{"source":126,"target":19},{"source":127,"target":19},{"source":128,"target":19},{"source":129,"target":19},{"source":130,"target":19},{"source":20,"target":0},{"source":20,"target":131},{"source":20,"target":132},{"source":20,"target":133},{"source":20,"target":134},{"source":131,"target":20},{"source":132,"target":20},{"source":133,"target":20},{"source":134,"target":20},{"source":21,"target":0},{"source":21,"target":135},{"source":21,"target":136},{"source":21,"target":137},{"source":21,"target":138},{"source":21,"target":139},{"source":21,"target":140},{"source":21,"target":141},{"source":135,"target":21},{"source":136,"target":21},{"source":137,"target":21},{"source":138,"target":21},{"source":139,"target":21},{"source":140,"target":21},{"source":141,"target":21}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="foundation"
nsURI="http:///foundation.ecore" nsPrefix="foundation">
<eSubpackages name="core" nsURI="http:///foundation/core.ecore" nsPrefix="foundation.core">
<eClassifiers xsi:type="ecore:EClass" name="UMLAbstraction" eSuperTypes="#//core/UMLDependency">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mapping" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLBinding" eSuperTypes="#//core/UMLDependency">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" lowerBound="1"
upperBound="-1" eType="#//core/UMLModelElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLComponent" eSuperTypes="#//core/UMLClassifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="residents" upperBound="-1"
eType="#//core/UMLModelElement" eOpposite="#//core/UMLModelElement/implementationLocations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="deploymentLocations"
upperBound="-1" eType="#//core/UMLNode" eOpposite="#//core/UMLNode/residents"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementations" upperBound="-1"
eType="#//core/UMLArtifact" eOpposite="#//core/UMLArtifact/implementationComponents"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLDependency" eSuperTypes="#//core/UMLModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="clients" upperBound="-1"
eType="#//core/UMLModelElement" eOpposite="#//core/UMLModelElement/clientDependencies"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="suppliers" upperBound="-1"
eType="#//core/UMLModelElement" eOpposite="#//core/UMLModelElement/supplierDependencies"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLDocument">
<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:EEnum enumerations.ecore#//DocumentKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLNode" eSuperTypes="#//core/UMLClassifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="residents" upperBound="-1"
eType="#//core/UMLComponent" eOpposite="#//core/UMLComponent/deploymentLocations"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLPermission" eSuperTypes="#//core/UMLDependency"/>
<eClassifiers xsi:type="ecore:EClass" name="UMLUsage" eSuperTypes="#//core/UMLDependency"/>
<eClassifiers xsi:type="ecore:EClass" name="UMLAssociation" eSuperTypes="#//core/UMLGeneralizableElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="persistence" eType="ecore:EEnum enumerations.ecore#//PersistenceKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connections" lowerBound="2"
upperBound="-1" eType="#//core/UMLAssociationEnd" containment="true" eOpposite="#//core/UMLAssociationEnd/association"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associationClass" eType="#//core/UMLAssociationClass"
eOpposite="#//core/UMLAssociationClass/association"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" lowerBound="1"
eType="ecore:EClass generalmechanisms.ecore#//UMLPackage" transient="true"
eOpposite="generalmechanisms.ecore#//UMLPackage/ownedAssociations"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLAssociationClass" eSuperTypes="#//core/UMLClass">
<eStructuralFeatures xsi:type="ecore:EReference" name="association" lowerBound="1"
eType="#//core/UMLAssociation" eOpposite="#//core/UMLAssociation/associationClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLAssociationEnd" eSuperTypes="#//core/UMLModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isNavigable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ordering" eType="ecore:EEnum enumerations.ecore#//OrderingKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregation" eType="ecore:EEnum enumerations.ecore#//AggregationKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetScope" eType="ecore:EEnum enumerations.ecore#//ScopeKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changeability" eType="ecore:EEnum enumerations.ecore#//ChangeableKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="association" lowerBound="1"
eType="#//core/UMLAssociation" transient="true" eOpposite="#//core/UMLAssociation/connections"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifiers" upperBound="-1"
eType="#//core/UMLAttribute" containment="true" eOpposite="#//core/UMLAttribute/associationEnd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="#//core/UMLClassifier" eOpposite="#//core/UMLClassifier/associationEnds"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLAttribute" eSuperTypes="#//core/UMLFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changeability" eType="ecore:EEnum enumerations.ecore#//ChangeableKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetScope" eType="ecore:EEnum enumerations.ecore#//ScopeKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ordering" eType="ecore:EEnum enumerations.ecore#//OrderingKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="persistence" eType="ecore:EEnum enumerations.ecore#//PersistenceKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1"
eType="#//core/UMLClassifier" transient="true" eOpposite="#//core/UMLClassifier/attributes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="#//core/UMLClassifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associationEnd" eType="#//core/UMLAssociationEnd"
transient="true" eOpposite="#//core/UMLAssociationEnd/qualifiers"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLClass" eSuperTypes="#//core/UMLClassifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isActive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="persistence" eType="ecore:EEnum enumerations.ecore#//PersistenceKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLClassifier" abstract="true" eSuperTypes="#//core/UMLGeneralizableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//core/UMLAttribute" containment="true" eOpposite="#//core/UMLAttribute/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentClassifier" lowerBound="1"
eType="#//core/UMLClassifier" transient="true" eOpposite="#//core/UMLClassifier/nestedClassifiers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nestedClassifiers" upperBound="-1"
eType="#//core/UMLClassifier" containment="true" eOpposite="#//core/UMLClassifier/parentClassifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//core/UMLOperation" containment="true" eOpposite="#//core/UMLOperation/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associationEnds" upperBound="-1"
eType="#//core/UMLAssociationEnd" eOpposite="#//core/UMLAssociationEnd/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedInPackages" upperBound="-1"
eType="ecore:EClass generalmechanisms.ecore#//UMLClassifierImport" eOpposite="generalmechanisms.ecore#//UMLClassifierImport/importedClassifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" lowerBound="1"
eType="ecore:EClass generalmechanisms.ecore#//UMLPackage" transient="true"
eOpposite="generalmechanisms.ecore#//UMLPackage/ownedClassifiers"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLConstraint" eSuperTypes="#//core/UMLModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constrainedElements"
lowerBound="1" upperBound="-1" eType="#//core/UMLModelElement" eOpposite="#//core/UMLModelElement/constraints"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constrainedStereotype"
eType="#//extensionmechanisms/UMLStereotype" transient="true" eOpposite="#//extensionmechanisms/UMLStereotype/stereotypeConstraints"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLDataType" eSuperTypes="#//core/UMLClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="UMLFeature" abstract="true" eSuperTypes="#//core/UMLModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ownerScope" eType="ecore:EEnum enumerations.ecore#//ScopeKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLGeneralizableElement" abstract="true"
eSuperTypes="#//core/UMLModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRoot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isLeaf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generalizations" upperBound="-1"
eType="#//core/UMLGeneralization" eOpposite="#//core/UMLGeneralization/child"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specializations" upperBound="-1"
eType="#//core/UMLGeneralization" containment="true" eOpposite="#//core/UMLGeneralization/parent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLGeneralization" eSuperTypes="#//core/UMLModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="discriminator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1"
eType="#//core/UMLGeneralizableElement" eOpposite="#//core/UMLGeneralizableElement/generalizations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1"
eType="#//core/UMLGeneralizableElement" transient="true" eOpposite="#//core/UMLGeneralizableElement/specializations"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLInterface" eSuperTypes="#//core/UMLClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="UMLModelElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="constrainingElements"
upperBound="-1" eType="ecore:EClass behavioralelements.ecore#//collaborations/UMLCollaboration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="behaviors" upperBound="-1"
eType="ecore:EClass behavioralelements.ecore#//statemachines/UMLStateMachine"
eOpposite="behavioralelements.ecore#//statemachines/UMLStateMachine/context"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="objectId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EEnum enumerations.ecore#//VisibilityKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSpecification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clientDependencies" lowerBound="1"
upperBound="-1" eType="#//core/UMLDependency" eOpposite="#//core/UMLDependency/clients"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="documents" upperBound="-1"
eType="#//core/UMLDocument" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supplierDependencies"
lowerBound="1" upperBound="-1" eType="#//core/UMLDependency" eOpposite="#//core/UMLDependency/suppliers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="templateParameters" upperBound="-1"
eType="#//core/UMLModelElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1"
eType="#//core/UMLConstraint" eOpposite="#//core/UMLConstraint/constrainedElements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementationLocations"
upperBound="-1" eType="#//core/UMLComponent" eOpposite="#//core/UMLComponent/residents"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stereotypes" upperBound="-1"
eType="#//extensionmechanisms/UMLStereotype" eOpposite="#//extensionmechanisms/UMLStereotype/extendedElements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetFlows" upperBound="-1"
eType="#//core/UMLFlow" eOpposite="#//core/UMLFlow/targets"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceFlows" upperBound="-1"
eType="#//core/UMLFlow" eOpposite="#//core/UMLFlow/sources"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#//core/UMLComment" eOpposite="#//core/UMLComment/annotatedElements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="taggedValues" upperBound="-1"
eType="#//extensionmechanisms/UMLTaggedValue" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLOperation" eSuperTypes="#//core/UMLFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="occurrences" upperBound="-1"
eType="ecore:EClass behavioralelements.ecore#//statemachines/UMLCallEvent"
eOpposite="behavioralelements.ecore#//statemachines/UMLCallEvent/operation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="concurrency" eType="ecore:EEnum enumerations.ecore#//CallConcurrencyKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRoot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isLeaf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="raisedSignals" upperBound="-1"
eType="ecore:EClass behavioralelements.ecore#//commonbehavior/UMLSignal"
eOpposite="behavioralelements.ecore#//commonbehavior/UMLSignal/contexts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1"
eType="#//core/UMLClassifier" transient="true" eOpposite="#//core/UMLClassifier/operations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//core/UMLClassifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//core/UMLParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLParameter" eSuperTypes="#//core/UMLModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EEnum enumerations.ecore#//ParameterDirectionKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="ecore:EClass behavioralelements.ecore#//activitygraphs/UMLObjectFlowState"
eOpposite="behavioralelements.ecore#//activitygraphs/UMLObjectFlowState/parameters"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="#//core/UMLClassifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLFlow" eSuperTypes="#//core/UMLModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="targets" upperBound="-1"
eType="#//core/UMLModelElement" eOpposite="#//core/UMLModelElement/targetFlows"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sources" upperBound="-1"
eType="#//core/UMLModelElement" eOpposite="#//core/UMLModelElement/sourceFlows"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLArtifact" eSuperTypes="#//core/UMLClassifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="implementationComponents"
upperBound="-1" eType="#//core/UMLComponent" eOpposite="#//core/UMLComponent/implementations"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLComment" eSuperTypes="#//core/UMLModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElements" upperBound="-1"
eType="#//core/UMLModelElement" eOpposite="#//core/UMLModelElement/comments"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="datatypes" nsURI="http:///foundation/datatypes.ecore" nsPrefix="foundation.datatypes">
<eClassifiers xsi:type="ecore:EClass" name="UMLEnumeration" eSuperTypes="#//core/UMLDataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="literals" lowerBound="1"
upperBound="-1" eType="#//datatypes/UMLEnumerationLiteral" containment="true"
eOpposite="#//datatypes/UMLEnumerationLiteral/enumeration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLEnumerationLiteral" eSuperTypes="#//core/UMLModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" lowerBound="1"
eType="#//datatypes/UMLEnumeration" transient="true" eOpposite="#//datatypes/UMLEnumeration/literals"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLPrimitive" eSuperTypes="#//core/UMLDataType"/>
<eClassifiers xsi:type="ecore:EClass" name="UMLProgrammingLanguageDataType" eSuperTypes="#//core/UMLDataType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="extensionmechanisms" nsURI="http:///foundation/extensionmechanisms.ecore"
nsPrefix="foundation.extensionmechanisms">
<eClassifiers xsi:type="ecore:EClass" name="UMLStereotype" eSuperTypes="#//core/UMLGeneralizableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedElements" upperBound="-1"
eType="#//core/UMLModelElement" eOpposite="#//core/UMLModelElement/stereotypes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="icon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="baseClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredTags" upperBound="-1"
eType="#//extensionmechanisms/UMLTaggedValue" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definedTags" upperBound="-1"
eType="#//extensionmechanisms/UMLTagDefinition" containment="true" eOpposite="#//extensionmechanisms/UMLTagDefinition/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeConstraints"
upperBound="-1" eType="#//core/UMLConstraint" containment="true" eOpposite="#//core/UMLConstraint/constrainedStereotype"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLTaggedValue" eSuperTypes="#//core/UMLModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="target" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1"
eType="#//extensionmechanisms/UMLTagDefinition" eOpposite="#//extensionmechanisms/UMLTagDefinition/typedValues"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="UMLModelElement" upperBound="-1"
eType="#//core/UMLModelElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceValue" upperBound="-1"
eType="#//core/UMLModelElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UMLTagDefinition" eSuperTypes="#//core/UMLModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tagType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//extensionmechanisms/UMLStereotype"
transient="true" eOpposite="#//extensionmechanisms/UMLStereotype/definedTags"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typedValues" upperBound="-1"
eType="#//extensionmechanisms/UMLTaggedValue" eOpposite="#//extensionmechanisms/UMLTaggedValue/type"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/leoCassiau/Travaux/Model Driven Engineering/com.mia.studio.ide-9.2.1.gtk.x86_64/plugins/com.mia.studio.uml14.umlmia.metamodel_9.2.1.201609011445/model/foundation.ecore | ecore | foundation
core
UMLAbstraction
mapping
UMLBinding
arguments
UMLComponent
residents
deploymentLocations
implementations
UMLDependency
clients
suppliers
UMLDocument
name
type
UMLNode
residents
UMLPermission
UMLUsage
UMLAssociation
persistence
derived
connections
associationClass
package
UMLAssociationClass
association
UMLAssociationEnd
isNavigable
ordering
aggregation
targetScope
multiplicity
changeability
association
qualifiers
type
UMLAttribute
multiplicity
changeability
targetScope
ordering
initialValue
persistence
derived
owner
type
associationEnd
UMLClass
isActive
persistence
UMLClassifier
attributes
parentClassifier
nestedClassifiers
operations
associationEnds
importedInPackages
package
UMLConstraint
body
constrainedElements
constrainedStereotype
UMLDataType
UMLFeature
ownerScope
UMLGeneralizableElement
isRoot
isLeaf
isAbstract
generalizations
specializations
UMLGeneralization
discriminator
child
parent
UMLInterface
UMLModelElement
constrainingElements
behaviors
name
objectId
documentation
visibility
isSpecification
clientDependencies
documents
supplierDependencies
templateParameters
constraints
implementationLocations
stereotypes
targetFlows
sourceFlows
comments
taggedValues
UMLOperation
occurrences
isQuery
concurrency
isRoot
isLeaf
isAbstract
specification
body
kind
raisedSignals
owner
returnType
parameters
UMLParameter
defaultValue
kind
states
type
UMLFlow
targets
sources
UMLArtifact
implementationComponents
UMLComment
body
annotatedElements
datatypes
UMLEnumeration
literals
UMLEnumerationLiteral
enumeration
UMLPrimitive
UMLProgrammingLanguageDataType
expression
extensionmechanisms
UMLStereotype
extendedElements
icon
baseClass
requiredTags
definedTags
stereotypeConstraints
UMLTaggedValue
tag
value
target
type
UMLModelElement
referenceValue
UMLTagDefinition
tagType
multiplicity
owner
typedValues | null | {"directed":true,"nodes":[{"nsPrefix":"foundation","nsURI":"http:///foundation.ecore","name":"foundation","id":0,"eClass":"EPackage"},{"nsPrefix":"foundation.core","nsURI":"http:///foundation/core.ecore","name":"core","id":1,"eClass":"EPackage"},{"nsPrefix":"foundation.datatypes","nsURI":"http:///foundation/datatypes.ecore","name":"datatypes","id":2,"eClass":"EPackage"},{"nsPrefix":"foundation.extensionmechanisms","nsURI":"http:///foundation/extensionmechanisms.ecore","name":"extensionmechanisms","id":3,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLAbstraction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLBinding","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLComponent","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLDependency","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLDocument","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLNode","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLPermission","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLUsage","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLAssociation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLAssociationClass","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLAssociationEnd","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLAttribute","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLClass","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLClassifier","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLConstraint","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLDataType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLFeature","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLGeneralizableElement","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLGeneralization","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLInterface","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLModelElement","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLOperation","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLParameter","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLFlow","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLArtifact","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLComment","instanceClass":null,"abstract":false,"id":29,"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":"mapping","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"residents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deploymentLocations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implementations","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":"implementationLocations","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":false,"unsettable":false,"transient":false,"unique":true,"name":"residents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implementationComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clients","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"suppliers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"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":"clientDependencies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supplierDependencies","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"persistence","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":"derived","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connections","changeable":true,"resolveProxies":true,"lowerBound":2,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associationClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"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":"association","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNavigable","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":"ordering","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":"aggregation","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":"targetScope","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":"multiplicity","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":"changeability","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":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":"associationEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associationEnds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","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":"changeability","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":"targetScope","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":"ordering","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":"initialValue","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":"persistence","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":"derived","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":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":"isActive","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":"persistence","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"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":"parentClassifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedClassifiers","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":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedInPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":136,"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":"constrainedElements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"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":"constrainedStereotype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLStereotype","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"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":"stereotypeConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"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":"ownerScope","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRoot","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":"isLeaf","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":"isAbstract","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":false,"unsettable":false,"transient":false,"unique":true,"name":"generalizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specializations","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"id":161,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"discriminator","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constrainingElements","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":false,"unsettable":false,"transient":false,"unique":true,"name":"behaviors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objectId","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":"documentation","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":"visibility","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":"isSpecification","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"documents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"templateParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stereotypes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"targetFlows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceFlows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"comments","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":"taggedValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extendedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"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":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"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":"annotatedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLTaggedValue","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"id":205,"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":"occurrences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isQuery","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":"concurrency","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":"isRoot","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":"isLeaf","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":"isAbstract","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":"specification","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":"body","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":"kind","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"raisedSignals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":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":232,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"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":"body","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLEnumeration","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLEnumerationLiteral","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLPrimitive","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLProgrammingLanguageDataType","instanceClass":null,"abstract":false,"id":253,"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":"literals","changeable":true,"resolveProxies":true,"lowerBound":1,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"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":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"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":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLTagDefinition","instanceClass":null,"abstract":false,"id":264,"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":"icon","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":"baseClass","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredTags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definedTags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"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":"tag","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":"value","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":"target","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"container":false,"ordered":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":280,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"UMLModelElement","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":false,"unsettable":false,"transient":false,"unique":true,"name":"referenceValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"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":"typedValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tagType","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":"multiplicity","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":0},{"source":4,"target":1},{"source":4,"target":7},{"source":4,"target":30},{"source":4,"target":31},{"source":30,"target":32},{"source":30,"target":4},{"source":31,"target":7},{"source":5,"target":1},{"source":5,"target":7},{"source":5,"target":33},{"source":5,"target":34},{"source":33,"target":24},{"source":33,"target":35},{"source":33,"target":5},{"source":35,"target":24},{"source":34,"target":7},{"source":6,"target":1},{"source":6,"target":17},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":36,"target":24},{"source":36,"target":40},{"source":36,"target":6},{"source":36,"target":41},{"source":40,"target":24},{"source":37,"target":9},{"source":37,"target":42},{"source":37,"target":6},{"source":37,"target":43},{"source":42,"target":9},{"source":38,"target":28},{"source":38,"target":44},{"source":38,"target":6},{"source":38,"target":45},{"source":44,"target":28},{"source":39,"target":17},{"source":7,"target":1},{"source":7,"target":24},{"source":7,"target":46},{"source":7,"target":47},{"source":7,"target":48},{"source":46,"target":24},{"source":46,"target":49},{"source":46,"target":7},{"source":46,"target":50},{"source":49,"target":24},{"source":47,"target":24},{"source":47,"target":51},{"source":47,"target":7},{"source":47,"target":52},{"source":51,"target":24},{"source":48,"target":24},{"source":8,"target":1},{"source":8,"target":53},{"source":8,"target":54},{"source":53,"target":55},{"source":53,"target":8},{"source":54,"target":56},{"source":54,"target":8},{"source":9,"target":1},{"source":9,"target":17},{"source":9,"target":43},{"source":9,"target":57},{"source":43,"target":6},{"source":43,"target":58},{"source":43,"target":9},{"source":43,"target":37},{"source":58,"target":6},{"source":57,"target":17},{"source":10,"target":1},{"source":10,"target":7},{"source":10,"target":59},{"source":59,"target":7},{"source":11,"target":1},{"source":11,"target":7},{"source":11,"target":60},{"source":60,"target":7},{"source":12,"target":1},{"source":12,"target":21},{"source":12,"target":61},{"source":12,"target":62},{"source":12,"target":63},{"source":12,"target":64},{"source":12,"target":65},{"source":12,"target":66},{"source":61,"target":67},{"source":61,"target":12},{"source":62,"target":68},{"source":62,"target":12},{"source":63,"target":14},{"source":63,"target":69},{"source":63,"target":12},{"source":63,"target":70},{"source":69,"target":14},{"source":64,"target":13},{"source":64,"target":71},{"source":64,"target":12},{"source":64,"target":72},{"source":71,"target":13},{"source":65,"target":73},{"source":65,"target":12},{"source":66,"target":21},{"source":13,"target":1},{"source":13,"target":16},{"source":13,"target":72},{"source":13,"target":74},{"source":72,"target":12},{"source":72,"target":75},{"source":72,"target":13},{"source":72,"target":64},{"source":75,"target":12},{"source":74,"target":16},{"source":14,"target":1},{"source":14,"target":24},{"source":14,"target":76},{"source":14,"target":77},{"source":14,"target":78},{"source":14,"target":79},{"source":14,"target":80},{"source":14,"target":81},{"source":14,"target":70},{"source":14,"target":82},{"source":14,"target":83},{"source":14,"target":84},{"source":76,"target":85},{"source":76,"target":14},{"source":77,"target":86},{"source":77,"target":14},{"source":78,"target":87},{"source":78,"target":14},{"source":79,"target":88},{"source":79,"target":14},{"source":80,"target":89},{"source":80,"target":14},{"source":81,"target":90},{"source":81,"target":14},{"source":70,"target":12},{"source":70,"target":91},{"source":70,"target":14},{"source":70,"target":63},{"source":91,"target":12},{"source":82,"target":15},{"source":82,"target":92},{"source":82,"target":14},{"source":82,"target":93},{"source":92,"target":15},{"source":83,"target":17},{"source":83,"target":94},{"source":83,"target":14},{"source":83,"target":95},{"source":94,"target":17},{"source":84,"target":24},{"source":15,"target":1},{"source":15,"target":20},{"source":15,"target":96},{"source":15,"target":97},{"source":15,"target":98},{"source":15,"target":99},{"source":15,"target":100},{"source":15,"target":101},{"source":15,"target":102},{"source":15,"target":103},{"source":15,"target":104},{"source":15,"target":93},{"source":15,"target":105},{"source":96,"target":106},{"source":96,"target":15},{"source":97,"target":107},{"source":97,"target":15},{"source":98,"target":108},{"source":98,"target":15},{"source":99,"target":109},{"source":99,"target":15},{"source":100,"target":110},{"source":100,"target":15},{"source":101,"target":111},{"source":101,"target":15},{"source":102,"target":112},{"source":102,"target":15},{"source":103,"target":17},{"source":103,"target":113},{"source":103,"target":15},{"source":103,"target":114},{"source":113,"target":17},{"source":104,"target":17},{"source":104,"target":115},{"source":104,"target":15},{"source":115,"target":17},{"source":93,"target":14},{"source":93,"target":116},{"source":93,"target":15},{"source":93,"target":82},{"source":116,"target":14},{"source":105,"target":20},{"source":16,"target":1},{"source":16,"target":17},{"source":16,"target":117},{"source":16,"target":118},{"source":16,"target":119},{"source":117,"target":120},{"source":117,"target":16},{"source":118,"target":121},{"source":118,"target":16},{"source":119,"target":17},{"source":17,"target":1},{"source":17,"target":21},{"source":17,"target":114},{"source":17,"target":122},{"source":17,"target":123},{"source":17,"target":124},{"source":17,"target":95},{"source":17,"target":125},{"source":17,"target":126},{"source":17,"target":127},{"source":114,"target":15},{"source":114,"target":128},{"source":114,"target":17},{"source":114,"target":103},{"source":128,"target":15},{"source":122,"target":17},{"source":122,"target":129},{"source":122,"target":17},{"source":122,"target":123},{"source":129,"target":17},{"source":123,"target":17},{"source":123,"target":130},{"source":123,"target":17},{"source":123,"target":122},{"source":130,"target":17},{"source":124,"target":25},{"source":124,"target":131},{"source":124,"target":17},{"source":124,"target":132},{"source":131,"target":25},{"source":95,"target":14},{"source":95,"target":133},{"source":95,"target":17},{"source":95,"target":83},{"source":133,"target":14},{"source":125,"target":134},{"source":125,"target":17},{"source":126,"target":135},{"source":126,"target":17},{"source":127,"target":21},{"source":18,"target":1},{"source":18,"target":24},{"source":18,"target":136},{"source":18,"target":137},{"source":18,"target":138},{"source":18,"target":139},{"source":136,"target":140},{"source":136,"target":18},{"source":137,"target":24},{"source":137,"target":141},{"source":137,"target":18},{"source":137,"target":142},{"source":141,"target":24},{"source":138,"target":143},{"source":138,"target":144},{"source":138,"target":18},{"source":138,"target":145},{"source":144,"target":143},{"source":139,"target":24},{"source":19,"target":1},{"source":19,"target":17},{"source":19,"target":146},{"source":146,"target":17},{"source":20,"target":1},{"source":20,"target":24},{"source":20,"target":147},{"source":20,"target":148},{"source":147,"target":149},{"source":147,"target":20},{"source":148,"target":24},{"source":21,"target":1},{"source":21,"target":24},{"source":21,"target":150},{"source":21,"target":151},{"source":21,"target":152},{"source":21,"target":153},{"source":21,"target":154},{"source":21,"target":155},{"source":150,"target":156},{"source":150,"target":21},{"source":151,"target":157},{"source":151,"target":21},{"source":152,"target":158},{"source":152,"target":21},{"source":153,"target":22},{"source":153,"target":159},{"source":153,"target":21},{"source":153,"target":160},{"source":159,"target":22},{"source":154,"target":22},{"source":154,"target":161},{"source":154,"target":21},{"source":154,"target":162},{"source":161,"target":22},{"source":155,"target":24},{"source":22,"target":1},{"source":22,"target":24},{"source":22,"target":163},{"source":22,"target":160},{"source":22,"target":162},{"source":22,"target":164},{"source":163,"target":165},{"source":163,"target":22},{"source":160,"target":21},{"source":160,"target":166},{"source":160,"target":22},{"source":160,"target":153},{"source":166,"target":21},{"source":162,"target":21},{"source":162,"target":167},{"source":162,"target":22},{"source":162,"target":154},{"source":167,"target":21},{"source":164,"target":24},{"source":23,"target":1},{"source":23,"target":17},{"source":23,"target":168},{"source":168,"target":17},{"source":24,"target":1},{"source":24,"target":169},{"source":24,"target":170},{"source":24,"target":171},{"source":24,"target":172},{"source":24,"target":173},{"source":24,"target":174},{"source":24,"target":175},{"source":24,"target":50},{"source":24,"target":176},{"source":24,"target":52},{"source":24,"target":177},{"source":24,"target":142},{"source":24,"target":41},{"source":24,"target":178},{"source":24,"target":179},{"source":24,"target":180},{"source":24,"target":181},{"source":24,"target":182},{"source":169,"target":183},{"source":169,"target":24},{"source":170,"target":184},{"source":170,"target":24},{"source":171,"target":185},{"source":171,"target":24},{"source":172,"target":186},{"source":172,"target":24},{"source":173,"target":187},{"source":173,"target":24},{"source":174,"target":188},{"source":174,"target":24},{"source":175,"target":189},{"source":175,"target":24},{"source":50,"target":7},{"source":50,"target":190},{"source":50,"target":24},{"source":50,"target":46},{"source":190,"target":7},{"source":176,"target":8},{"source":176,"target":191},{"source":176,"target":24},{"source":191,"target":8},{"source":52,"target":7},{"source":52,"target":192},{"source":52,"target":24},{"source":52,"target":47},{"source":192,"target":7},{"source":177,"target":24},{"source":177,"target":193},{"source":177,"target":24},{"source":193,"target":24},{"source":142,"target":18},{"source":142,"target":194},{"source":142,"target":24},{"source":142,"target":137},{"source":194,"target":18},{"source":41,"target":6},{"source":41,"target":195},{"source":41,"target":24},{"source":41,"target":36},{"source":195,"target":6},{"source":178,"target":143},{"source":178,"target":196},{"source":178,"target":24},{"source":178,"target":197},{"source":196,"target":143},{"source":179,"target":27},{"source":179,"target":198},{"source":179,"target":24},{"source":179,"target":199},{"source":198,"target":27},{"source":180,"target":27},{"source":180,"target":200},{"source":180,"target":24},{"source":180,"target":201},{"source":200,"target":27},{"source":181,"target":29},{"source":181,"target":202},{"source":181,"target":24},{"source":181,"target":203},{"source":202,"target":29},{"source":182,"target":204},{"source":182,"target":205},{"source":182,"target":24},{"source":205,"target":204},{"source":25,"target":1},{"source":25,"target":20},{"source":25,"target":206},{"source":25,"target":207},{"source":25,"target":208},{"source":25,"target":209},{"source":25,"target":210},{"source":25,"target":211},{"source":25,"target":212},{"source":25,"target":213},{"source":25,"target":214},{"source":25,"target":215},{"source":25,"target":132},{"source":25,"target":216},{"source":25,"target":217},{"source":25,"target":218},{"source":206,"target":219},{"source":206,"target":25},{"source":207,"target":220},{"source":207,"target":25},{"source":208,"target":221},{"source":208,"target":25},{"source":209,"target":222},{"source":209,"target":25},{"source":210,"target":223},{"source":210,"target":25},{"source":211,"target":224},{"source":211,"target":25},{"source":212,"target":225},{"source":212,"target":25},{"source":213,"target":226},{"source":213,"target":25},{"source":214,"target":227},{"source":214,"target":25},{"source":215,"target":228},{"source":215,"target":25},{"source":132,"target":17},{"source":132,"target":229},{"source":132,"target":25},{"source":132,"target":124},{"source":229,"target":17},{"source":216,"target":17},{"source":216,"target":230},{"source":216,"target":25},{"source":230,"target":17},{"source":217,"target":26},{"source":217,"target":231},{"source":217,"target":25},{"source":231,"target":26},{"source":218,"target":20},{"source":26,"target":1},{"source":26,"target":24},{"source":26,"target":232},{"source":26,"target":233},{"source":26,"target":234},{"source":26,"target":235},{"source":26,"target":236},{"source":232,"target":237},{"source":232,"target":26},{"source":233,"target":238},{"source":233,"target":26},{"source":234,"target":239},{"source":234,"target":26},{"source":235,"target":17},{"source":235,"target":240},{"source":235,"target":26},{"source":240,"target":17},{"source":236,"target":24},{"source":27,"target":1},{"source":27,"target":24},{"source":27,"target":199},{"source":27,"target":201},{"source":27,"target":241},{"source":199,"target":24},{"source":199,"target":242},{"source":199,"target":27},{"source":199,"target":179},{"source":242,"target":24},{"source":201,"target":24},{"source":201,"target":243},{"source":201,"target":27},{"source":201,"target":180},{"source":243,"target":24},{"source":241,"target":24},{"source":28,"target":1},{"source":28,"target":17},{"source":28,"target":45},{"source":28,"target":244},{"source":45,"target":6},{"source":45,"target":245},{"source":45,"target":28},{"source":45,"target":38},{"source":245,"target":6},{"source":244,"target":17},{"source":29,"target":1},{"source":29,"target":24},{"source":29,"target":246},{"source":29,"target":203},{"source":29,"target":247},{"source":246,"target":248},{"source":246,"target":29},{"source":203,"target":24},{"source":203,"target":249},{"source":203,"target":29},{"source":203,"target":181},{"source":249,"target":24},{"source":247,"target":24},{"source":2,"target":250},{"source":2,"target":251},{"source":2,"target":252},{"source":2,"target":253},{"source":2,"target":0},{"source":250,"target":2},{"source":250,"target":19},{"source":250,"target":254},{"source":250,"target":255},{"source":254,"target":251},{"source":254,"target":256},{"source":254,"target":250},{"source":254,"target":257},{"source":256,"target":251},{"source":255,"target":19},{"source":251,"target":2},{"source":251,"target":24},{"source":251,"target":257},{"source":251,"target":258},{"source":257,"target":250},{"source":257,"target":259},{"source":257,"target":251},{"source":257,"target":254},{"source":259,"target":250},{"source":258,"target":24},{"source":252,"target":2},{"source":252,"target":19},{"source":252,"target":260},{"source":260,"target":19},{"source":253,"target":2},{"source":253,"target":19},{"source":253,"target":261},{"source":253,"target":262},{"source":261,"target":263},{"source":261,"target":253},{"source":262,"target":19},{"source":3,"target":143},{"source":3,"target":204},{"source":3,"target":264},{"source":3,"target":0},{"source":143,"target":3},{"source":143,"target":21},{"source":143,"target":197},{"source":143,"target":265},{"source":143,"target":266},{"source":143,"target":267},{"source":143,"target":268},{"source":143,"target":145},{"source":143,"target":269},{"source":197,"target":24},{"source":197,"target":270},{"source":197,"target":143},{"source":197,"target":178},{"source":270,"target":24},{"source":265,"target":271},{"source":265,"target":143},{"source":266,"target":272},{"source":266,"target":143},{"source":267,"target":204},{"source":267,"target":273},{"source":267,"target":143},{"source":273,"target":204},{"source":268,"target":264},{"source":268,"target":274},{"source":268,"target":143},{"source":268,"target":275},{"source":274,"target":264},{"source":145,"target":18},{"source":145,"target":276},{"source":145,"target":143},{"source":145,"target":138},{"source":276,"target":18},{"source":269,"target":21},{"source":204,"target":3},{"source":204,"target":24},{"source":204,"target":277},{"source":204,"target":278},{"source":204,"target":279},{"source":204,"target":280},{"source":204,"target":281},{"source":204,"target":282},{"source":204,"target":283},{"source":277,"target":284},{"source":277,"target":204},{"source":278,"target":285},{"source":278,"target":204},{"source":279,"target":286},{"source":279,"target":204},{"source":280,"target":264},{"source":280,"target":287},{"source":280,"target":204},{"source":280,"target":288},{"source":287,"target":264},{"source":281,"target":24},{"source":281,"target":289},{"source":281,"target":204},{"source":289,"target":24},{"source":282,"target":24},{"source":282,"target":290},{"source":282,"target":204},{"source":290,"target":24},{"source":283,"target":24},{"source":264,"target":3},{"source":264,"target":24},{"source":264,"target":291},{"source":264,"target":292},{"source":264,"target":275},{"source":264,"target":288},{"source":264,"target":293},{"source":291,"target":294},{"source":291,"target":264},{"source":292,"target":295},{"source":292,"target":264},{"source":275,"target":143},{"source":275,"target":296},{"source":275,"target":264},{"source":275,"target":268},{"source":296,"target":143},{"source":288,"target":204},{"source":288,"target":297},{"source":288,"target":264},{"source":288,"target":280},{"source":297,"target":204},{"source":293,"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="modeldoc"
nsURI="http://openiaml.org/modeldoc/2009/09" nsPrefix="md">
<eClassifiers xsi:type="ecore:EClass" name="ModelDocumentation">
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//EMFClass" containment="true" eOpposite="#//EMFClass/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1"
eType="#//Reference" containment="true" eOpposite="#//Reference/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metrics" upperBound="-1"
eType="#//Metric" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="externalClasses" upperBound="-1"
eType="#//EMFExternalClass" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EMFClass">
<eStructuralFeatures xsi:type="ecore:EReference" name="targetClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
<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="abstract" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supertypes" upperBound="-1"
eType="#//EMFClass" eOpposite="#//EMFClass/subtypes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subtypes" upperBound="-1"
eType="#//EMFClass" eOpposite="#//EMFClass/supertypes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="runtimeClass" eType="#//JavaClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tagline" eType="#//JavadocTagElement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operationalSemantics" upperBound="-1"
eType="#//OperationalSemantic" containment="true" eOpposite="#//OperationalSemantic/containingClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inferenceSemantics" upperBound="-1"
eType="#//InferenceSemantic" containment="true" eOpposite="#//InferenceSemantic/containingClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementationNotes" upperBound="-1"
eType="#//ImplementationNote" containment="true" eOpposite="#//ImplementationNote/containingClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1"
eType="#//Constraint" containment="true" eOpposite="#//Constraint/containingClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extensions" upperBound="-1"
eType="#//ModelExtension" containment="true" eOpposite="#//ModelExtension/containingClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="icon" eType="#//GraphicalRepresentation"
containment="true" eOpposite="#//GraphicalRepresentation/containingClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="gmfEditor" eType="#//GraphicalRepresentation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="examples" upperBound="-1"
eType="#//Example" containment="true" eOpposite="#//Example/containingClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//ModelDocumentation"
eOpposite="#//ModelDocumentation/classes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//EMFAttribute" containment="true" eOpposite="#//EMFAttribute/containingType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1"
eType="#//EMFReference" containment="true" eOpposite="#//EMFReference/containingType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="additionalDocumentation"
upperBound="-1" eType="#//AdditionalDocumentation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="additionalLatex" upperBound="-1"
eType="#//AdditionalLatex" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rationale" eType="#//JavadocTagElement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EMFExternalClass" eSuperTypes="#//EMFClass">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageURI" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packagePrefix" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AdditionalDocumentation">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="#//Reference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//JavadocTagElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AdditionalLatex">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="#//Reference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//JavadocTextElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Semantic" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="#//Reference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Example" eSuperTypes="#//Semantic">
<eStructuralFeatures xsi:type="ecore:EReference" name="exampleModel" eType="#//ModelReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containingClass" eType="#//EMFClass"
eOpposite="#//EMFClass/examples"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//JavadocTagElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exampleLocation" eType="#//FileReference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationalSemantic" eSuperTypes="#//Semantic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//JavadocTagElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containingClass" eType="#//EMFClass"
eOpposite="#//EMFClass/operationalSemantics"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GraphicalRepresentation" eSuperTypes="#//Semantic">
<eStructuralFeatures xsi:type="ecore:EReference" name="containingClass" eType="#//EMFClass"
eOpposite="#//EMFClass/icon"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InferenceSemantic" eSuperTypes="#//Semantic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//JavadocTagElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containingClass" eType="#//EMFClass"
eOpposite="#//EMFClass/inferenceSemantics"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImplementationNote" eSuperTypes="#//Semantic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//JavadocTagElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containingClass" eType="#//EMFClass"
eOpposite="#//EMFClass/implementationNotes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//Semantic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ConstraintType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containingClass" eType="#//EMFClass"
eOpposite="#//EMFClass/constraints"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ConstraintType">
<eLiterals name="ERROR"/>
<eLiterals name="WARNING" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelExtension" eSuperTypes="#//Semantic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containingClass" eType="#//EMFClass"
eOpposite="#//EMFClass/extensions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reference" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//ModelDocumentation"
eOpposite="#//ModelDocumentation/references"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaElement" abstract="true" eSuperTypes="#//Reference">
<eStructuralFeatures xsi:type="ecore:EReference" name="javadocs" upperBound="-1"
eType="#//JavadocTagElement" containment="true" eOpposite="#//JavadocTagElement/javaParent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaClass" eSuperTypes="#//Reference #//JavaElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="plugin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//JavaMethod" containment="true" eOpposite="#//JavaMethod/javaClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaMethod" eSuperTypes="#//Reference #//JavaElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="line" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="javaClass" eType="#//JavaClass"
eOpposite="#//JavaClass/methods"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelReference" eSuperTypes="#//Reference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="plugin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DroolsPackage" eSuperTypes="#//Reference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="plugin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1"
eType="#//DroolsRule" containment="true" eOpposite="#//DroolsRule/package"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="javadocs" upperBound="-1"
eType="#//JavadocFragment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueRules" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DroolsRule" eSuperTypes="#//Reference #//JavaElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="line" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//DroolsPackage"
eOpposite="#//DroolsPackage/rules"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChecksReference" eSuperTypes="#//FileReference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueConstraints" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileReference" eSuperTypes="#//Reference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="plugin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lines" upperBound="-1"
eType="#//FileLineReference" containment="true" eOpposite="#//FileLineReference/file"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileLineReference" eSuperTypes="#//Reference">
<eStructuralFeatures xsi:type="ecore:EReference" name="file" eType="#//FileReference"
eOpposite="#//FileReference/lines"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="line" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavadocFragment" abstract="true" eSuperTypes="#//Reference"/>
<eClassifiers xsi:type="ecore:EClass" name="JavadocTagElement" eSuperTypes="#//JavadocFragment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1"
eType="#//JavadocFragment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="javaParent" eType="#//JavaElement"
eOpposite="#//JavaElement/javadocs"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavadocTextElement" eSuperTypes="#//JavadocFragment">
<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="JavadocMethodReference" eSuperTypes="#//JavadocFragment">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="#//JavaMethod"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavadocClassReference" eSuperTypes="#//JavadocFragment">
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="#//JavaClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EMFAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containingType" eType="#//EMFClass"
eOpposite="#//EMFClass/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tagline" eType="#//JavadocTagElement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="acceptedValues" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EMFReference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//EMFClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containingType" eType="#//EMFClass"
eOpposite="#//EMFClass/references"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//EMFReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tagline" eType="#//JavadocTagElement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateFile" eSuperTypes="#//Reference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="plugin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="templates" upperBound="-1"
eType="#//Template" containment="true" eOpposite="#//Template/templateFile"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Template" eSuperTypes="#//Reference #//JavaElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="line" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="templateFile" eType="#//TemplateFile"
eOpposite="#//TemplateFile/templates"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metric">
<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/soundasleep/iaml/org.openiaml.docs/model/modeldoc.ecore | ecore | modeldoc
ModelDocumentation
classes
references
metrics
externalClasses
EMFClass
targetClass
name
abstract
interface
supertypes
subtypes
runtimeClass
tagline
operationalSemantics
inferenceSemantics
implementationNotes
constraints
extensions
icon
gmfEditor
examples
parent
attributes
references
additionalDocumentation
additionalLatex
rationale
EMFExternalClass
packageName
packageURI
packagePrefix
AdditionalDocumentation
reference
description
AdditionalLatex
reference
description
Semantic
reference
Example
exampleModel
containingClass
description
exampleLocation
OperationalSemantic
category
description
containingClass
GraphicalRepresentation
containingClass
InferenceSemantic
category
description
containingClass
ImplementationNote
category
description
containingClass
Constraint
constraint
type
message
containingClass
ConstraintType
ERROR
ERROR
WARNING
WARNING
ModelExtension
name
value
containingClass
Reference
parent
JavaElement
javadocs
JavaClass
plugin
package
name
methods
JavaMethod
name
line
javaClass
ModelReference
plugin
package
name
DroolsPackage
plugin
package
name
rules
javadocs
uniqueRules
DroolsRule
name
line
package
ChecksReference
uniqueConstraints
FileReference
plugin
package
name
lines
FileLineReference
file
line
JavadocFragment
JavadocTagElement
name
fragments
javaParent
JavadocTextElement
value
JavadocMethodReference
reference
JavadocClassReference
reference
EMFAttribute
name
id
lowerBound
0
upperBound
1
type
containingType
defaultLiteral
tagline
acceptedValues
EMFReference
name
lowerBound
0
upperBound
1
containment
type
containingType
typeName
opposite
tagline
TemplateFile
plugin
package
name
templates
Template
name
type
line
templateFile
Metric
name
value | null | {"directed":true,"nodes":[{"nsPrefix":"md","nsURI":"http://openiaml.org/modeldoc/2009/09","name":"modeldoc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelDocumentation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMFClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMFExternalClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalDocumentation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalLatex","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Semantic","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Example","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationalSemantic","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphicalRepresentation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InferenceSemantic","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationNote","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConstraintType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelExtension","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaClass","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaMethod","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelReference","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DroolsPackage","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DroolsRule","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChecksReference","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileReference","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileLineReference","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavadocFragment","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavadocTagElement","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavadocTextElement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavadocMethodReference","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavadocClassReference","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMFAttribute","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMFReference","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateFile","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metric","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","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":"metrics","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":"externalClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"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":"targetClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":46,"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":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":47,"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":"interface","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supertypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subtypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"runtimeClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagline","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":"operationalSemantics","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":"inferenceSemantics","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":"implementationNotes","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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extensions","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":"icon","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":"gmfEditor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"examples","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"additionalDocumentation","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":"additionalLatex","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":"rationale","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containingClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"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":"containingClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containingClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"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":"containingClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containingClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"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":"containingClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containingClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containingType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"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":"containingType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageName","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageURI","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":"packagePrefix","changeable":true,"lowerBound":1,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","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":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exampleModel","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":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exampleLocation","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"},{"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":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":"description","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"},{"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":130,"derived":false},{"container":false,"ordered":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":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":142,"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":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"name":"ERROR","id":150,"value":0,"literal":"ERROR","eClass":"EEnumLiteral"},{"name":"WARNING","id":151,"value":1,"literal":"WARNING","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":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"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":"javadocs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"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":"javaParent","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"plugin","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"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":"javaClass","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"plugin","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":"package","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"plugin","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":"package","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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"javadocs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uniqueRules","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"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":"uniqueConstraints","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":"plugin","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":"package","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":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":"file","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"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":243,"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":"lowerBound","changeable":true,"lowerBound":1,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"defaultLiteral","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tagline","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"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":"acceptedValues","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":259,"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":"lowerBound","changeable":true,"lowerBound":1,"iD":false,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":1,"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":"containment","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","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":"tagline","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"plugin","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"package","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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"templates","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"},{"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":"templateFile","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"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":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":1,"target":0},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":35,"target":2},{"source":35,"target":39},{"source":35,"target":1},{"source":35,"target":40},{"source":39,"target":2},{"source":36,"target":15},{"source":36,"target":41},{"source":36,"target":1},{"source":36,"target":42},{"source":41,"target":15},{"source":37,"target":34},{"source":37,"target":43},{"source":37,"target":1},{"source":43,"target":34},{"source":38,"target":3},{"source":38,"target":44},{"source":38,"target":1},{"source":44,"target":3},{"source":2,"target":0},{"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":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":40},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":2,"target":65},{"source":45,"target":66},{"source":45,"target":2},{"source":46,"target":67},{"source":46,"target":2},{"source":47,"target":68},{"source":47,"target":2},{"source":48,"target":69},{"source":48,"target":2},{"source":49,"target":2},{"source":49,"target":70},{"source":49,"target":2},{"source":49,"target":50},{"source":70,"target":2},{"source":50,"target":2},{"source":50,"target":71},{"source":50,"target":2},{"source":50,"target":49},{"source":71,"target":2},{"source":51,"target":17},{"source":51,"target":72},{"source":51,"target":2},{"source":72,"target":17},{"source":52,"target":26},{"source":52,"target":73},{"source":52,"target":2},{"source":73,"target":26},{"source":53,"target":8},{"source":53,"target":74},{"source":53,"target":2},{"source":53,"target":75},{"source":74,"target":8},{"source":54,"target":10},{"source":54,"target":76},{"source":54,"target":2},{"source":54,"target":77},{"source":76,"target":10},{"source":55,"target":11},{"source":55,"target":78},{"source":55,"target":2},{"source":55,"target":79},{"source":78,"target":11},{"source":56,"target":12},{"source":56,"target":80},{"source":56,"target":2},{"source":56,"target":81},{"source":80,"target":12},{"source":57,"target":14},{"source":57,"target":82},{"source":57,"target":2},{"source":57,"target":83},{"source":82,"target":14},{"source":58,"target":9},{"source":58,"target":84},{"source":58,"target":2},{"source":58,"target":85},{"source":84,"target":9},{"source":59,"target":9},{"source":59,"target":86},{"source":59,"target":2},{"source":86,"target":9},{"source":60,"target":7},{"source":60,"target":87},{"source":60,"target":2},{"source":60,"target":88},{"source":87,"target":7},{"source":40,"target":1},{"source":40,"target":89},{"source":40,"target":2},{"source":40,"target":35},{"source":89,"target":1},{"source":61,"target":30},{"source":61,"target":90},{"source":61,"target":2},{"source":61,"target":91},{"source":90,"target":30},{"source":62,"target":31},{"source":62,"target":92},{"source":62,"target":2},{"source":62,"target":93},{"source":92,"target":31},{"source":63,"target":4},{"source":63,"target":94},{"source":63,"target":2},{"source":94,"target":4},{"source":64,"target":5},{"source":64,"target":95},{"source":64,"target":2},{"source":95,"target":5},{"source":65,"target":26},{"source":65,"target":96},{"source":65,"target":2},{"source":96,"target":26},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":97},{"source":3,"target":98},{"source":3,"target":99},{"source":3,"target":100},{"source":97,"target":101},{"source":97,"target":3},{"source":98,"target":102},{"source":98,"target":3},{"source":99,"target":103},{"source":99,"target":3},{"source":100,"target":2},{"source":4,"target":0},{"source":4,"target":104},{"source":4,"target":105},{"source":104,"target":15},{"source":104,"target":106},{"source":104,"target":4},{"source":106,"target":15},{"source":105,"target":26},{"source":105,"target":107},{"source":105,"target":4},{"source":107,"target":26},{"source":5,"target":0},{"source":5,"target":108},{"source":5,"target":109},{"source":108,"target":15},{"source":108,"target":110},{"source":108,"target":5},{"source":110,"target":15},{"source":109,"target":27},{"source":109,"target":111},{"source":109,"target":5},{"source":111,"target":27},{"source":6,"target":0},{"source":6,"target":112},{"source":112,"target":15},{"source":112,"target":113},{"source":112,"target":6},{"source":113,"target":15},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":114},{"source":7,"target":88},{"source":7,"target":115},{"source":7,"target":116},{"source":7,"target":117},{"source":114,"target":19},{"source":114,"target":118},{"source":114,"target":7},{"source":118,"target":19},{"source":88,"target":2},{"source":88,"target":119},{"source":88,"target":7},{"source":88,"target":60},{"source":119,"target":2},{"source":115,"target":26},{"source":115,"target":120},{"source":115,"target":7},{"source":120,"target":26},{"source":116,"target":23},{"source":116,"target":121},{"source":116,"target":7},{"source":121,"target":23},{"source":117,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":122},{"source":8,"target":123},{"source":8,"target":75},{"source":8,"target":124},{"source":122,"target":125},{"source":122,"target":8},{"source":123,"target":26},{"source":123,"target":126},{"source":123,"target":8},{"source":126,"target":26},{"source":75,"target":2},{"source":75,"target":127},{"source":75,"target":8},{"source":75,"target":53},{"source":127,"target":2},{"source":124,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":85},{"source":9,"target":128},{"source":85,"target":2},{"source":85,"target":129},{"source":85,"target":9},{"source":85,"target":58},{"source":129,"target":2},{"source":128,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":130},{"source":10,"target":131},{"source":10,"target":77},{"source":10,"target":132},{"source":130,"target":133},{"source":130,"target":10},{"source":131,"target":26},{"source":131,"target":134},{"source":131,"target":10},{"source":134,"target":26},{"source":77,"target":2},{"source":77,"target":135},{"source":77,"target":10},{"source":77,"target":54},{"source":135,"target":2},{"source":132,"target":6},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":136},{"source":11,"target":137},{"source":11,"target":79},{"source":11,"target":138},{"source":136,"target":139},{"source":136,"target":11},{"source":137,"target":26},{"source":137,"target":140},{"source":137,"target":11},{"source":140,"target":26},{"source":79,"target":2},{"source":79,"target":141},{"source":79,"target":11},{"source":79,"target":55},{"source":141,"target":2},{"source":138,"target":6},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":142},{"source":12,"target":143},{"source":12,"target":144},{"source":12,"target":81},{"source":12,"target":145},{"source":142,"target":146},{"source":142,"target":12},{"source":143,"target":13},{"source":143,"target":147},{"source":143,"target":12},{"source":147,"target":13},{"source":144,"target":148},{"source":144,"target":12},{"source":81,"target":2},{"source":81,"target":149},{"source":81,"target":12},{"source":81,"target":56},{"source":149,"target":2},{"source":145,"target":6},{"source":13,"target":0},{"source":13,"target":150},{"source":13,"target":151},{"source":150,"target":13},{"source":151,"target":13},{"source":14,"target":0},{"source":14,"target":6},{"source":14,"target":152},{"source":14,"target":153},{"source":14,"target":83},{"source":14,"target":154},{"source":152,"target":155},{"source":152,"target":14},{"source":153,"target":156},{"source":153,"target":14},{"source":83,"target":2},{"source":83,"target":157},{"source":83,"target":14},{"source":83,"target":57},{"source":157,"target":2},{"source":154,"target":6},{"source":15,"target":0},{"source":15,"target":42},{"source":42,"target":1},{"source":42,"target":158},{"source":42,"target":15},{"source":42,"target":36},{"source":158,"target":1},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":159},{"source":16,"target":160},{"source":159,"target":26},{"source":159,"target":161},{"source":159,"target":16},{"source":159,"target":162},{"source":161,"target":26},{"source":160,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":16},{"source":17,"target":163},{"source":17,"target":164},{"source":17,"target":165},{"source":17,"target":166},{"source":17,"target":167},{"source":17,"target":168},{"source":163,"target":169},{"source":163,"target":17},{"source":164,"target":170},{"source":164,"target":17},{"source":165,"target":171},{"source":165,"target":17},{"source":166,"target":18},{"source":166,"target":172},{"source":166,"target":17},{"source":166,"target":173},{"source":172,"target":18},{"source":167,"target":15},{"source":168,"target":16},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":16},{"source":18,"target":174},{"source":18,"target":175},{"source":18,"target":173},{"source":18,"target":176},{"source":18,"target":177},{"source":174,"target":178},{"source":174,"target":18},{"source":175,"target":179},{"source":175,"target":18},{"source":173,"target":17},{"source":173,"target":180},{"source":173,"target":18},{"source":173,"target":166},{"source":180,"target":17},{"source":176,"target":15},{"source":177,"target":16},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":181},{"source":19,"target":182},{"source":19,"target":183},{"source":19,"target":184},{"source":181,"target":185},{"source":181,"target":19},{"source":182,"target":186},{"source":182,"target":19},{"source":183,"target":187},{"source":183,"target":19},{"source":184,"target":15},{"source":20,"target":0},{"source":20,"target":15},{"source":20,"target":188},{"source":20,"target":189},{"source":20,"target":190},{"source":20,"target":191},{"source":20,"target":192},{"source":20,"target":193},{"source":20,"target":194},{"source":188,"target":195},{"source":188,"target":20},{"source":189,"target":196},{"source":189,"target":20},{"source":190,"target":197},{"source":190,"target":20},{"source":191,"target":21},{"source":191,"target":198},{"source":191,"target":20},{"source":191,"target":199},{"source":198,"target":21},{"source":192,"target":25},{"source":192,"target":200},{"source":192,"target":20},{"source":200,"target":25},{"source":193,"target":201},{"source":193,"target":20},{"source":194,"target":15},{"source":21,"target":0},{"source":21,"target":15},{"source":21,"target":16},{"source":21,"target":202},{"source":21,"target":203},{"source":21,"target":199},{"source":21,"target":204},{"source":21,"target":205},{"source":202,"target":206},{"source":202,"target":21},{"source":203,"target":207},{"source":203,"target":21},{"source":199,"target":20},{"source":199,"target":208},{"source":199,"target":21},{"source":199,"target":191},{"source":208,"target":20},{"source":204,"target":15},{"source":205,"target":16},{"source":22,"target":0},{"source":22,"target":23},{"source":22,"target":209},{"source":22,"target":210},{"source":209,"target":211},{"source":209,"target":22},{"source":210,"target":23},{"source":23,"target":0},{"source":23,"target":15},{"source":23,"target":212},{"source":23,"target":213},{"source":23,"target":214},{"source":23,"target":215},{"source":23,"target":216},{"source":212,"target":217},{"source":212,"target":23},{"source":213,"target":218},{"source":213,"target":23},{"source":214,"target":219},{"source":214,"target":23},{"source":215,"target":24},{"source":215,"target":220},{"source":215,"target":23},{"source":215,"target":221},{"source":220,"target":24},{"source":216,"target":15},{"source":24,"target":0},{"source":24,"target":15},{"source":24,"target":221},{"source":24,"target":222},{"source":24,"target":223},{"source":221,"target":23},{"source":221,"target":224},{"source":221,"target":24},{"source":221,"target":215},{"source":224,"target":23},{"source":222,"target":225},{"source":222,"target":24},{"source":223,"target":15},{"source":25,"target":0},{"source":25,"target":15},{"source":25,"target":226},{"source":226,"target":15},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":227},{"source":26,"target":228},{"source":26,"target":162},{"source":26,"target":229},{"source":227,"target":230},{"source":227,"target":26},{"source":228,"target":25},{"source":228,"target":231},{"source":228,"target":26},{"source":231,"target":25},{"source":162,"target":16},{"source":162,"target":232},{"source":162,"target":26},{"source":162,"target":159},{"source":232,"target":16},{"source":229,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":233},{"source":27,"target":234},{"source":233,"target":235},{"source":233,"target":27},{"source":234,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":236},{"source":28,"target":237},{"source":236,"target":18},{"source":236,"target":238},{"source":236,"target":28},{"source":238,"target":18},{"source":237,"target":25},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":239},{"source":29,"target":240},{"source":239,"target":17},{"source":239,"target":241},{"source":239,"target":29},{"source":241,"target":17},{"source":240,"target":25},{"source":30,"target":0},{"source":30,"target":242},{"source":30,"target":243},{"source":30,"target":244},{"source":30,"target":245},{"source":30,"target":246},{"source":30,"target":91},{"source":30,"target":247},{"source":30,"target":248},{"source":30,"target":249},{"source":242,"target":250},{"source":242,"target":30},{"source":243,"target":251},{"source":243,"target":30},{"source":244,"target":252},{"source":244,"target":30},{"source":245,"target":253},{"source":245,"target":30},{"source":246,"target":254},{"source":246,"target":30},{"source":91,"target":2},{"source":91,"target":255},{"source":91,"target":30},{"source":91,"target":61},{"source":255,"target":2},{"source":247,"target":256},{"source":247,"target":30},{"source":248,"target":26},{"source":248,"target":257},{"source":248,"target":30},{"source":257,"target":26},{"source":249,"target":258},{"source":249,"target":30},{"source":31,"target":0},{"source":31,"target":259},{"source":31,"target":260},{"source":31,"target":261},{"source":31,"target":262},{"source":31,"target":263},{"source":31,"target":93},{"source":31,"target":264},{"source":31,"target":265},{"source":31,"target":266},{"source":259,"target":267},{"source":259,"target":31},{"source":260,"target":268},{"source":260,"target":31},{"source":261,"target":269},{"source":261,"target":31},{"source":262,"target":270},{"source":262,"target":31},{"source":263,"target":2},{"source":263,"target":271},{"source":263,"target":31},{"source":271,"target":2},{"source":93,"target":2},{"source":93,"target":272},{"source":93,"target":31},{"source":93,"target":62},{"source":272,"target":2},{"source":264,"target":273},{"source":264,"target":31},{"source":265,"target":31},{"source":265,"target":274},{"source":265,"target":31},{"source":274,"target":31},{"source":266,"target":26},{"source":266,"target":275},{"source":266,"target":31},{"source":275,"target":26},{"source":32,"target":0},{"source":32,"target":15},{"source":32,"target":276},{"source":32,"target":277},{"source":32,"target":278},{"source":32,"target":279},{"source":32,"target":280},{"source":276,"target":281},{"source":276,"target":32},{"source":277,"target":282},{"source":277,"target":32},{"source":278,"target":283},{"source":278,"target":32},{"source":279,"target":33},{"source":279,"target":284},{"source":279,"target":32},{"source":279,"target":285},{"source":284,"target":33},{"source":280,"target":15},{"source":33,"target":0},{"source":33,"target":15},{"source":33,"target":16},{"source":33,"target":286},{"source":33,"target":287},{"source":33,"target":288},{"source":33,"target":285},{"source":33,"target":289},{"source":33,"target":290},{"source":286,"target":291},{"source":286,"target":33},{"source":287,"target":292},{"source":287,"target":33},{"source":288,"target":293},{"source":288,"target":33},{"source":285,"target":32},{"source":285,"target":294},{"source":285,"target":33},{"source":285,"target":279},{"source":294,"target":32},{"source":289,"target":15},{"source":290,"target":16},{"source":34,"target":0},{"source":34,"target":295},{"source":34,"target":296},{"source":295,"target":297},{"source":295,"target":34},{"source":296,"target":298},{"source":296,"target":34}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="locationprovidertest" nsURI="http://www.xtext.org/locationProviderTestLaguage"
nsPrefix="locationprovidertest">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//Element" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1"
eType="#//Component" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="singleref" eType="#//Element"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="multirefs" unique="false"
upperBound="-1" eType="#//Element"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Component">
<eStructuralFeatures xsi:type="ecore:EReference" name="mode" upperBound="-1" eType="#//Mode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1"
eType="#//Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Bus" eSuperTypes="#//Component">
<eStructuralFeatures xsi:type="ecore:EReference" name="port" upperBound="-1" eType="#//Port"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Processor" eSuperTypes="#//Component">
<eStructuralFeatures xsi:type="ecore:EReference" name="data" upperBound="-1" eType="#//Data"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Mode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="destination" eType="#//Mode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Data">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/eclipse/xtext-core/org.eclipse.xtext.tests/src-gen/org/eclipse/xtext/resource/LocationProviderTestLanguage.ecore | ecore | locationprovidertest
Model
elements
components
Element
name
singleref
multirefs
Component
mode
transition
name
Bus
port
Processor
data
Mode
name
Transition
name
source
destination
Port
name
Data
name | null | {"directed":true,"nodes":[{"nsPrefix":"locationprovidertest","nsURI":"http://www.xtext.org/locationProviderTestLaguage","name":"locationprovidertest","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bus","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Processor","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mode","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"},{"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":"Data","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":"elements","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":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":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":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"multirefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mode","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":"transition","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"port","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"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},{"container":false,"ordered":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":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":"destination","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":10,"target":2},{"source":10,"target":12},{"source":10,"target":1},{"source":12,"target":2},{"source":11,"target":3},{"source":11,"target":13},{"source":11,"target":1},{"source":13,"target":3},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":14,"target":17},{"source":14,"target":2},{"source":15,"target":2},{"source":15,"target":18},{"source":15,"target":2},{"source":18,"target":2},{"source":16,"target":2},{"source":16,"target":19},{"source":16,"target":2},{"source":19,"target":2},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":20,"target":6},{"source":20,"target":23},{"source":20,"target":3},{"source":23,"target":6},{"source":21,"target":7},{"source":21,"target":24},{"source":21,"target":3},{"source":24,"target":7},{"source":22,"target":25},{"source":22,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":26},{"source":4,"target":27},{"source":26,"target":8},{"source":26,"target":28},{"source":26,"target":4},{"source":28,"target":8},{"source":27,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":29},{"source":5,"target":30},{"source":29,"target":9},{"source":29,"target":31},{"source":29,"target":5},{"source":31,"target":9},{"source":30,"target":3},{"source":6,"target":0},{"source":6,"target":32},{"source":32,"target":33},{"source":32,"target":6},{"source":7,"target":0},{"source":7,"target":34},{"source":7,"target":35},{"source":7,"target":36},{"source":34,"target":37},{"source":34,"target":7},{"source":35,"target":6},{"source":35,"target":38},{"source":35,"target":7},{"source":38,"target":6},{"source":36,"target":6},{"source":36,"target":39},{"source":36,"target":7},{"source":39,"target":6},{"source":8,"target":0},{"source":8,"target":40},{"source":40,"target":41},{"source":40,"target":8},{"source":9,"target":0},{"source":9,"target":42},{"source":42,"target":43},{"source":42,"target":9}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="eventPatternLanguage" nsURI="http://www.bme.hu/mit/incquery/cep/dsl/EventPatternLanguage"
nsPrefix="eventPatternLanguage">
<eClassifiers xsi:type="ecore:EClass" name="EventModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="usages" upperBound="-1"
eType="#//Usage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//Annotations" 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="events" upperBound="-1"
eType="#//EventModelElements" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Usage">
<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="IQUsage" eSuperTypes="#//Usage"/>
<eClassifiers xsi:type="ecore:EClass" name="EventSourceUsage" eSuperTypes="#//Usage"/>
<eClassifiers xsi:type="ecore:EClass" name="EventModelElements">
<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="Event" eSuperTypes="#//EventModelElements">
<eStructuralFeatures xsi:type="ecore:EReference" name="actionDefinition" eType="#//Action"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractAtomicEvent" eSuperTypes="#//Event"/>
<eClassifiers xsi:type="ecore:EClass" name="AtomicEvent" eSuperTypes="#//AbstractAtomicEvent">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//Annotations" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterFilters" upperBound="-1"
eType="#//ParameterFilter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IQPatternEvent" eSuperTypes="#//AbstractAtomicEvent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iqpattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changeType" eType="#//IQPatternChangeType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="ecore:EClass ../../../../../../../../org.eclipse.xtext.xbase/model/Xbase.ecore#//XExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComplexEvent" eSuperTypes="#//Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//Annotations" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="paramlist" eType="#//CEParamlist"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="complexEventExpressions"
upperBound="-1" eType="#//ComplexEventExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CEParamlist">
<eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1"
eType="#//EventParamWithType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventParamWithType">
<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="#//Event"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterFilter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="paramFilterRule" eType="#//ParameterFilterRule"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="IQPatternChangeType">
<eLiterals name="FOUND" literal="FOUND"/>
<eLiterals name="LOST" value="1" literal="LOST"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Annotations"/>
<eClassifiers xsi:type="ecore:EClass" name="ContextAnnotation" eSuperTypes="#//Annotations">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="context" eType="#//Context"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Context">
<eLiterals name="Chronicle" literal="Chronicle"/>
<eLiterals name="Recent" value="1" literal="Recent"/>
<eLiterals name="Unrestricted" value="2" literal="Unrestricted"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SamplingAnnotation" eSuperTypes="#//Annotations">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sampling" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PriorityAnnotation" eSuperTypes="#//Annotations">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterFilterRule"/>
<eClassifiers xsi:type="ecore:EClass" name="RangeFilter" eSuperTypes="#//ParameterFilterRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="neg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="range" eType="#//Range"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Range">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpenOpen" eSuperTypes="#//Range"/>
<eClassifiers xsi:type="ecore:EClass" name="OpenClosed" eSuperTypes="#//Range"/>
<eClassifiers xsi:type="ecore:EClass" name="ClosedClosed" eSuperTypes="#//Range"/>
<eClassifiers xsi:type="ecore:EClass" name="ClosedOpen" eSuperTypes="#//Range"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericFilter" eSuperTypes="#//ParameterFilterRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LiteralFilter" eSuperTypes="#//ParameterFilterRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="neg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComplexEventExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="FollowsExpression" eSuperTypes="#//ComplexEventExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="firstEvent" upperBound="-1"
eType="#//EventWithMultiplicity" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1"
eType="#//EventWithFollowsOperator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventWithFollowsOperator">
<eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//FollowsOperator"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//EventWithMultiplicity"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FollowsOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="FollowsOperatorNoTW" eSuperTypes="#//FollowsOperator"/>
<eClassifiers xsi:type="ecore:EClass" name="FollowsOperatorViaTW" eSuperTypes="#//FollowsOperator">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timewindow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventWithMultiplicity">
<eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//EventParamWithType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Source" eSuperTypes="#//EventModelElements">
<eStructuralFeatures xsi:type="ecore:EReference" name="adapter" upperBound="-1"
eType="#//Adapter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Adapter">
<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/EventPatternLanguage.ecore | ecore | eventPatternLanguage
EventModel
packageName
usages
annotations
name
events
Usage
importedNamespace
IQUsage
EventSourceUsage
EventModelElements
name
Event
actionDefinition
AbstractAtomicEvent
AtomicEvent
annotations
id
source
parameterFilters
IQPatternEvent
iqpattern
changeType
Action
action
ComplexEvent
annotations
paramlist
complexEventExpressions
CEParamlist
params
EventParamWithType
name
type
ParameterFilter
attributeName
paramFilterRule
IQPatternChangeType
FOUND
FOUND
LOST
LOST
Annotations
ContextAnnotation
context
Context
Chronicle
Chronicle
Recent
Recent
Unrestricted
Unrestricted
SamplingAnnotation
sampling
PriorityAnnotation
priority
ParameterFilterRule
RangeFilter
neg
range
Range
lowerBound
upperBound
OpenOpen
OpenClosed
ClosedClosed
ClosedOpen
NumericFilter
operator
value
LiteralFilter
neg
operator
value
ComplexEventExpression
FollowsExpression
firstEvent
events
EventWithFollowsOperator
operator
event
FollowsOperator
FollowsOperatorNoTW
FollowsOperatorViaTW
timewindow
EventWithMultiplicity
event
multiplicity
Source
adapter
Adapter
name | null | {"directed":true,"nodes":[{"nsPrefix":"eventPatternLanguage","nsURI":"http://www.bme.hu/mit/incquery/cep/dsl/EventPatternLanguage","name":"eventPatternLanguage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IQUsage","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventSourceUsage","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventModelElements","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAtomicEvent","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicEvent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IQPatternEvent","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexEvent","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CEParamlist","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventParamWithType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterFilter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IQPatternChangeType","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotations","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextAnnotation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Context","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SamplingAnnotation","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PriorityAnnotation","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterFilterRule","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeFilter","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Range","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenOpen","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenClosed","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClosedClosed","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClosedOpen","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericFilter","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralFilter","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexEventExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FollowsExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventWithFollowsOperator","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FollowsOperator","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FollowsOperatorNoTW","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FollowsOperatorViaTW","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventWithMultiplicity","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Adapter","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageName","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":"usages","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":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","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"},{"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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"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":"actionDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"container":false,"ordered":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":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":"parameterFilters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"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":"iqpattern","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":"changeType","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paramlist","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":"complexEventExpressions","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":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeName","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":"paramFilterRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"name":"FOUND","id":92,"value":0,"literal":"FOUND","eClass":"EEnumLiteral"},{"name":"LOST","id":93,"value":1,"literal":"LOST","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"name":"Chronicle","id":97,"value":0,"literal":"Chronicle","eClass":"EEnumLiteral"},{"name":"Recent","id":98,"value":1,"literal":"Recent","eClass":"EEnumLiteral"},{"name":"Unrestricted","id":99,"value":2,"literal":"Unrestricted","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sampling","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"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":"priority","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"neg","changeable":true,"lowerBound":0,"iD":false,"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":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","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":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"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":"operator","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"neg","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":"operator","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":"value","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":"firstEvent","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":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timewindow","changeable":true,"lowerBound":0,"iD":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"adapter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":1,"target":0},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":39,"target":44},{"source":39,"target":1},{"source":40,"target":2},{"source":40,"target":45},{"source":40,"target":1},{"source":45,"target":2},{"source":41,"target":16},{"source":41,"target":46},{"source":41,"target":1},{"source":46,"target":16},{"source":42,"target":47},{"source":42,"target":1},{"source":43,"target":5},{"source":43,"target":48},{"source":43,"target":1},{"source":48,"target":5},{"source":2,"target":0},{"source":2,"target":49},{"source":49,"target":50},{"source":49,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":51},{"source":51,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":52},{"source":52,"target":2},{"source":5,"target":0},{"source":5,"target":53},{"source":53,"target":54},{"source":53,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":55},{"source":6,"target":56},{"source":55,"target":10},{"source":55,"target":57},{"source":55,"target":6},{"source":57,"target":10},{"source":56,"target":5},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":58},{"source":58,"target":6},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":59,"target":16},{"source":59,"target":64},{"source":59,"target":8},{"source":64,"target":16},{"source":60,"target":65},{"source":60,"target":8},{"source":61,"target":37},{"source":61,"target":66},{"source":61,"target":8},{"source":66,"target":37},{"source":62,"target":14},{"source":62,"target":67},{"source":62,"target":8},{"source":67,"target":14},{"source":63,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":68},{"source":9,"target":69},{"source":9,"target":70},{"source":68,"target":71},{"source":68,"target":9},{"source":69,"target":15},{"source":69,"target":72},{"source":69,"target":9},{"source":72,"target":15},{"source":70,"target":7},{"source":10,"target":0},{"source":10,"target":73},{"source":73,"target":74},{"source":73,"target":10},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":11,"target":78},{"source":75,"target":16},{"source":75,"target":79},{"source":75,"target":11},{"source":79,"target":16},{"source":76,"target":12},{"source":76,"target":80},{"source":76,"target":11},{"source":80,"target":12},{"source":77,"target":30},{"source":77,"target":81},{"source":77,"target":11},{"source":81,"target":30},{"source":78,"target":6},{"source":12,"target":0},{"source":12,"target":82},{"source":82,"target":13},{"source":82,"target":83},{"source":82,"target":12},{"source":83,"target":13},{"source":13,"target":0},{"source":13,"target":84},{"source":13,"target":85},{"source":84,"target":86},{"source":84,"target":13},{"source":85,"target":6},{"source":85,"target":87},{"source":85,"target":13},{"source":87,"target":6},{"source":14,"target":0},{"source":14,"target":88},{"source":14,"target":89},{"source":88,"target":90},{"source":88,"target":14},{"source":89,"target":21},{"source":89,"target":91},{"source":89,"target":14},{"source":91,"target":21},{"source":15,"target":0},{"source":15,"target":92},{"source":15,"target":93},{"source":92,"target":15},{"source":93,"target":15},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":94},{"source":17,"target":95},{"source":94,"target":18},{"source":94,"target":96},{"source":94,"target":17},{"source":96,"target":18},{"source":95,"target":16},{"source":18,"target":0},{"source":18,"target":97},{"source":18,"target":98},{"source":18,"target":99},{"source":97,"target":18},{"source":98,"target":18},{"source":99,"target":18},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":100},{"source":19,"target":101},{"source":100,"target":102},{"source":100,"target":19},{"source":101,"target":16},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":103},{"source":20,"target":104},{"source":103,"target":105},{"source":103,"target":20},{"source":104,"target":16},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":106},{"source":22,"target":107},{"source":22,"target":108},{"source":106,"target":109},{"source":106,"target":22},{"source":107,"target":23},{"source":107,"target":110},{"source":107,"target":22},{"source":110,"target":23},{"source":108,"target":21},{"source":23,"target":0},{"source":23,"target":111},{"source":23,"target":112},{"source":111,"target":113},{"source":111,"target":23},{"source":112,"target":114},{"source":112,"target":23},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":115},{"source":115,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":116},{"source":116,"target":23},{"source":26,"target":0},{"source":26,"target":23},{"source":26,"target":117},{"source":117,"target":23},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":118},{"source":118,"target":23},{"source":28,"target":0},{"source":28,"target":21},{"source":28,"target":119},{"source":28,"target":120},{"source":28,"target":121},{"source":119,"target":122},{"source":119,"target":28},{"source":120,"target":123},{"source":120,"target":28},{"source":121,"target":21},{"source":29,"target":0},{"source":29,"target":21},{"source":29,"target":124},{"source":29,"target":125},{"source":29,"target":126},{"source":29,"target":127},{"source":124,"target":128},{"source":124,"target":29},{"source":125,"target":129},{"source":125,"target":29},{"source":126,"target":130},{"source":126,"target":29},{"source":127,"target":21},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":131},{"source":31,"target":132},{"source":31,"target":133},{"source":131,"target":36},{"source":131,"target":134},{"source":131,"target":31},{"source":134,"target":36},{"source":132,"target":32},{"source":132,"target":135},{"source":132,"target":31},{"source":135,"target":32},{"source":133,"target":30},{"source":32,"target":0},{"source":32,"target":136},{"source":32,"target":137},{"source":136,"target":33},{"source":136,"target":138},{"source":136,"target":32},{"source":138,"target":33},{"source":137,"target":36},{"source":137,"target":139},{"source":137,"target":32},{"source":139,"target":36},{"source":33,"target":0},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":140},{"source":140,"target":33},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":141},{"source":35,"target":142},{"source":141,"target":143},{"source":141,"target":35},{"source":142,"target":33},{"source":36,"target":0},{"source":36,"target":144},{"source":36,"target":145},{"source":144,"target":13},{"source":144,"target":146},{"source":144,"target":36},{"source":146,"target":13},{"source":145,"target":147},{"source":145,"target":36},{"source":37,"target":0},{"source":37,"target":5},{"source":37,"target":148},{"source":37,"target":149},{"source":148,"target":38},{"source":148,"target":150},{"source":148,"target":37},{"source":150,"target":38},{"source":149,"target":5},{"source":38,"target":0},{"source":38,"target":151},{"source":151,"target":152},{"source":151,"target":38}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="collection"
nsURI="http://madcow.magic.coll" nsPrefix="coll">
<eClassifiers xsi:type="ecore:EClass" name="Collection" eSuperTypes="#//CollectionElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="containers" upperBound="-1"
eType="#//Container" containment="true" eOpposite="#//Container/collection"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="database" eType="ecore:EClass magicDB.ecore#//core/Database"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Deck" eSuperTypes="#//Container"/>
<eClassifiers xsi:type="ecore:EClass" name="Container" eSuperTypes="#//CollectionElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="cards" upperBound="-1"
eType="#//CardInstance" containment="true" eOpposite="#//CardInstance/container"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="place" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" eType="#//Collection"
eOpposite="#//Collection/containers"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="owner" 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="CardInstance" eSuperTypes="#//CollectionElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="#//CardCondition"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="foil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="card" lowerBound="1" eType="ecore:EClass magicDB.ecore#//card/Card"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="proxy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//Container"
eOpposite="#//Container/cards"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CardCondition">
<eLiterals name="Mint"/>
<eLiterals name="NearMintPlus" value="1" literal="NearMintPlus"/>
<eLiterals name="NearMint" value="2" literal="NearMint"/>
<eLiterals name="NearMintMinus" value="3" literal="NearMintMinus"/>
<eLiterals name="ExcellentPlus" value="4"/>
<eLiterals name="Excellent" value="5"/>
<eLiterals name="ExcellentMinus" value="6"/>
<eLiterals name="Good" value="7"/>
<eLiterals name="Poor" value="8"/>
<eLiterals name="Played" value="9" literal="Played"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/magicCollection.ecore | ecore | collection
Collection
containers
database
Deck
Container
cards
place
collection
CollectionElement
name
owner
description
CardInstance
condition
foil
card
proxy
container
CardCondition
Mint
Mint
NearMintPlus
NearMintPlus
NearMint
NearMint
NearMintMinus
NearMintMinus
ExcellentPlus
ExcellentPlus
Excellent
Excellent
ExcellentMinus
ExcellentMinus
Good
Good
Poor
Poor
Played
Played | null | {"directed":true,"nodes":[{"nsPrefix":"coll","nsURI":"http://madcow.magic.coll","name":"collection","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collection","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deck","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CardInstance","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CardCondition","instanceClass":null,"id":6,"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":"containers","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":"database","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"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":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cards","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"place","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"owner","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":"description","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,"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":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"foil","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"card","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"proxy","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"},{"name":"Mint","id":37,"value":0,"literal":"Mint","eClass":"EEnumLiteral"},{"name":"NearMintPlus","id":38,"value":1,"literal":"NearMintPlus","eClass":"EEnumLiteral"},{"name":"NearMint","id":39,"value":2,"literal":"NearMint","eClass":"EEnumLiteral"},{"name":"NearMintMinus","id":40,"value":3,"literal":"NearMintMinus","eClass":"EEnumLiteral"},{"name":"ExcellentPlus","id":41,"value":4,"literal":"ExcellentPlus","eClass":"EEnumLiteral"},{"name":"Excellent","id":42,"value":5,"literal":"Excellent","eClass":"EEnumLiteral"},{"name":"ExcellentMinus","id":43,"value":6,"literal":"ExcellentMinus","eClass":"EEnumLiteral"},{"name":"Good","id":44,"value":7,"literal":"Good","eClass":"EEnumLiteral"},{"name":"Poor","id":45,"value":8,"literal":"Poor","eClass":"EEnumLiteral"},{"name":"Played","id":46,"value":9,"literal":"Played","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":1,"target":0},{"source":1,"target":4},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":7,"target":3},{"source":7,"target":10},{"source":7,"target":1},{"source":7,"target":11},{"source":10,"target":3},{"source":8,"target":12},{"source":8,"target":1},{"source":9,"target":4},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":13},{"source":13,"target":3},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":11},{"source":3,"target":16},{"source":14,"target":5},{"source":14,"target":17},{"source":14,"target":3},{"source":14,"target":18},{"source":17,"target":5},{"source":15,"target":19},{"source":15,"target":3},{"source":11,"target":1},{"source":11,"target":20},{"source":11,"target":3},{"source":11,"target":7},{"source":20,"target":1},{"source":16,"target":4},{"source":4,"target":0},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":21,"target":24},{"source":21,"target":4},{"source":22,"target":25},{"source":22,"target":4},{"source":23,"target":26},{"source":23,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":18},{"source":5,"target":31},{"source":27,"target":6},{"source":27,"target":32},{"source":27,"target":5},{"source":32,"target":6},{"source":28,"target":33},{"source":28,"target":5},{"source":29,"target":34},{"source":29,"target":5},{"source":30,"target":35},{"source":30,"target":5},{"source":18,"target":3},{"source":18,"target":36},{"source":18,"target":5},{"source":18,"target":14},{"source":36,"target":3},{"source":31,"target":4},{"source":6,"target":0},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":37,"target":6},{"source":38,"target":6},{"source":39,"target":6},{"source":40,"target":6},{"source":41,"target":6},{"source":42,"target":6},{"source":43,"target":6},{"source":44,"target":6},{"source":45,"target":6},{"source":46,"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="bippomall"
nsURI="http://bippomall/1.0" nsPrefix="bippomall">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"/>
<eClassifiers xsi:type="ecore:EClass" name="Shop">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="shop"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sinceYear" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShopList">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="shops"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="shops" upperBound="-1"
eType="#//Shop" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="shop"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/BippoMall.ecore | ecore | bippomall
Shop
id
name
city
state
country
sinceYear
ShopList
shops | null | {"directed":true,"nodes":[{"nsPrefix":"bippomall","nsURI":"http://bippomall/1.0","name":"bippomall","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shop","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShopList","instanceClass":null,"abstract":false,"id":2,"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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"city","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":"state","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":"country","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":"sinceYear","changeable":true,"lowerBound":0,"iD":false,"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"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":3,"target":9},{"source":3,"target":1},{"source":4,"target":10},{"source":4,"target":1},{"source":5,"target":11},{"source":5,"target":1},{"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":2,"target":0},{"source":2,"target":15},{"source":15,"target":1},{"source":15,"target":16},{"source":15,"target":2},{"source":16,"target":1}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cbe"
nsURI="http://www.eclipse.org/hyades/models/cbe.xmi" nsPrefix="CBE">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Common Base Event model is used to describe a basic model for storing "messages" or logs from a product. The Common Base Event is the core structure for holding such messages which are often refered to as events from the products that log tem."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="CBECommonBaseEvent" eSuperTypes="#//CBEDefaultEvent">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class provides the the basic level of common properties for all problem 
artifacts.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localInstanceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Source supplied event identifier. There is no guarantee that this value is globally unique and stays constant for the life of the event."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="globalInstanceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A globally unique identifier for this specific Event instance."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="creationTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The time the artifact was created as defined by CIM datetime data type. If not defined then the event receiver must timestamp it. 

Following is excerpt regarding format is from the standard:

yyyymmddhhmmss.mmmmmmsutc (Must always be 25 characters - zero-padded if necessary)

yyyy is a 4 digit year
mm is the month
dd is the day
hh is the hour
mm is the minutes
ss is the second
mmmmmm is the number of microseconds
s is a "+" or "-" indicating the sign of UTC (Universal Coordinate Time - same as Greenwich Mean Time) or simply a ":" indicating a time interval (in case of using : yymm are interpreted as days)
utc is the offset from UTC in minutes and ignored for the time interval

For example 19980525145013.0000000-300 is Monday, May 25, 1998 at 2:50:13 PM EST.
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeZone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The time zone part from the original XML fragment (eg. -240), see creationTime.
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort" defaultValueLiteral="10">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Events can be classified with different severity levels. This enables administrators to focus on the most severe problems currently occurring in the enterprise. The event adapter can optionally assign the value for this attribute. If the event adapter does not assign a severity level, the default severity level in the event class definition is assigned by the event server. This attribute is extensible; you can add a new severity level by appending to the severities list defined in the event class definition files. The predefined severity levels, in order of increasing severity, are as follows: Information
"	Unknown
"	Harmless error that has no effect on the resource
"	Warning should be used when it's appropriate to let the user decide if action is needed.
"	Minor should be used to indicate action is needed, but the situation is not serious at this time.
"	Critical should be used to indicate action is needed NOW and the scope is broad (perhaps an imminent outage to a critical resource will result).
"	Fatal should be used to indicate an error occurred, but it's too late to take remedial action.
Enumeration values start at 0 and go to 60. Default is unknown (10)

Default value is Unknown.
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the importance of the event
"	Unknown
"	Ignore
"	Low
"	Medium
"	High
"	Critical

Default value is Unknown.
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="msg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The content of this optional string is determined by the event creator. A typical usage would be the fully resolved and human readable message associated with this event."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="repeatCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This optional property is the number of occurrences of a given message artifact for a specific time interval. The Time interval is indicated by the ElapsedTime property described below. "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elapsedTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This optional property is the time interval or the elapsed time for the number occurrences of message artifact provided by the MessageCount property. This property is expressed in microseconds. 

"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sequenceNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Optional sequnce numbers are used to provide order at a greater granularity than the time stamps."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="1.0.1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="otherData" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextDataElements" upperBound="-1"
eType="#//CBEContextDataElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reporterComponentId" eType="#//CBEComponentIdentification"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceComponentId" lowerBound="1"
eType="#//CBEComponentIdentification" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="msgDataElement" eType="#//CBEMsgDataElement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="situation" eType="#//CBESituation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="adjustedCreationTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBEExtendedDataElement" eSuperTypes="#//CBEDefaultElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The ExtendedDataElement class provides a name-value pair for a Common Base 
Eevent. For example you may choose to have a name-value pair to provide return 
error code, extended problem situation description, or provide any additional 
data for the consumer of the event. 
Token names may be referenced by correlation rules, however the 
ContextDataElement's prime purpose is ot hold data used for correlation. The 
support of this class relieves management tools of the need to be able to 
tokenize application specific artifacts. The token definitions are assumed to 
be specific to a resource. The data format is assumed to be in big endian.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="string"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hexValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBEContextDataElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Context Data Element provides data that is used ot establish the 
envrionment of an event. This data is intended to be used when post processing 
the model in order to associate or "correlate" multiple events together.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contextId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contextValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBEComponentIdentification">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A component is a modular unit of a running system that has been defined to be a source of events, or a reporter of events. Typically these are large grained parts of a system, or services that are provided to a system. However the notion of a component is up to the system itslef to define."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locationType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="application" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="executionEnvironment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="component" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subComponent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="componentIdType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="processId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This property identifies the processID of the "running" component or subcomponent that generated the artifact. This property is optional."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="threadId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This property identifies the ThreadID of the component or subcomponent indicated by the Process ID that generated the artifact. A running process may spawn one or more thread to carry its function and/or incoming requests, the ThreadID will change accordingly. This property is optional."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="componentType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBEMsgDataElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="When an event is used to represent a message, a message data element captures the several parts of the message information. For example "RDB2742E: an Error was detected in foo indicating that bar had problems" which has a msg id as well as substituted "foo" and "bar" variables. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="msgId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="ZThis is where you would find the RDB1234E string that identifies the message."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="msgIdType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="the id type is used to indicate the structure of the message id. for example IBM341 indicates a 3 charactercomponent id (RDB), a 4 charcter number (1234), and a 1 character severity level (E) making up the example RDB1234E. "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="msgCatalogId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="msgCatalogTokens" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="msgCatalog" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="msgLocale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="msgCatalogType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBEDefaultEvent" eSuperTypes="../../../org.eclipse.tptp.platform.models.hierarchy/src-hierarchy/model/hierarchy.ecore#//AbstractDefaultEvent">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A default event is the parent of any class that you wish to pass to an analysis 
engine. It will be marked isAnalyzed by the engine as appropriate.
The default event is also the most minimal event that can be logged. As an 
isntance, all values logged are held in a structure of default elements.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="analyzed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
transient="true" defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="this member is used to indicate if the event has been analyzed by an engine."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extensionName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="CBECommonBaseEvent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="symptoms" upperBound="-1"
eType="ecore:EClass ../../src-sdb/model/sdb.ecore#//SDBSymptom" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedProperties" upperBound="-1"
eType="#//CBEDefaultElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBEDefaultElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is the most primitive holder of data. A simple name value pair."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Name property names the token. DefaultElement typically define token names that can be used to identify data specific to an event. For example, the elements of an xml fragment that go beyond the default event or the CBE. "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is a sequence of values associated with the name. "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//CBEDefaultElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBESituation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="categoryName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reasoningScope" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="EXTERNAL"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBEStartSituation" eSuperTypes="#//CBESituation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="successDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="situationQualifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBEConnectSituation" eSuperTypes="#//CBESituation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="successDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="situationDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBEStopSituation" eSuperTypes="#//CBESituation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="successDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="situationQualifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBEReportSituation" eSuperTypes="#//CBESituation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reportCategory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBEFeatureSituation" eSuperTypes="#//CBESituation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBEConfigureSituation" eSuperTypes="#//CBESituation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="successDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBEDependencySituation" eSuperTypes="#//CBESituation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dependencyDisposition"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBECreateSituation" eSuperTypes="#//CBESituation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="successDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBEDestroySituation" eSuperTypes="#//CBESituation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="successDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBEAvailableSituation" eSuperTypes="#//CBESituation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="processingDisposition"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="availabilityDisposition"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBERequestSituation" eSuperTypes="#//CBESituation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="successDisposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="situationQualifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CBEOtherSituation" eSuperTypes="#//CBESituation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyData" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/cbe.ecore | ecore | cbe
CBECommonBaseEvent
localInstanceId
globalInstanceId
creationTime
timeZone
severity
10
priority
msg
repeatCount
elapsedTime
sequenceNumber
version
1.0.1
otherData
contextDataElements
reporterComponentId
sourceComponentId
msgDataElement
situation
adjustedCreationTime
CBEExtendedDataElement
type
string
hexValue
CBEContextDataElement
contextId
type
name
contextValue
CBEComponentIdentification
location
locationType
application
executionEnvironment
component
subComponent
componentIdType
instanceId
processId
threadId
componentType
CBEMsgDataElement
msgId
msgIdType
msgCatalogId
msgCatalogTokens
msgCatalog
msgLocale
msgCatalogType
CBEDefaultEvent
analyzed
false
extensionName
CBECommonBaseEvent
symptoms
extendedProperties
CBEDefaultElement
name
values
children
CBESituation
categoryName
reasoningScope
EXTERNAL
CBEStartSituation
successDisposition
situationQualifier
CBEConnectSituation
successDisposition
situationDisposition
CBEStopSituation
successDisposition
situationQualifier
CBEReportSituation
reportCategory
CBEFeatureSituation
featureDisposition
CBEConfigureSituation
successDisposition
CBEDependencySituation
dependencyDisposition
CBECreateSituation
successDisposition
CBEDestroySituation
successDisposition
CBEAvailableSituation
operationDisposition
processingDisposition
availabilityDisposition
CBERequestSituation
successDisposition
situationQualifier
CBEOtherSituation
anyData | null | {"directed":true,"nodes":[{"nsPrefix":"CBE","nsURI":"http://www.eclipse.org/hyades/models/cbe.xmi","name":"cbe","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBECommonBaseEvent","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEExtendedDataElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEContextDataElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEComponentIdentification","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEMsgDataElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEDefaultEvent","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEDefaultElement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBESituation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEStartSituation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEConnectSituation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEStopSituation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEReportSituation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEFeatureSituation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEConfigureSituation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEDependencySituation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBECreateSituation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEDestroySituation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEAvailableSituation","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBERequestSituation","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBEOtherSituation","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"localInstanceId","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"globalInstanceId","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationTime","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeZone","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":10,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"10","unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"msg","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"repeatCount","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elapsedTime","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sequenceNumber","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"1.0.1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0.1","unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"otherData","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextDataElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reporterComponentId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceComponentId","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"msgDataElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"situation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"adjustedCreationTime","changeable":false,"lowerBound":0,"iD":false,"id":38,"derived":true},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"string","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"string","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hexValue","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contextId","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contextValue","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locationType","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"application","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"executionEnvironment","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subComponent","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"componentIdType","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instanceId","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"processId","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"threadId","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"componentType","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"msgId","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"msgIdType","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"msgCatalogId","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"msgCatalogTokens","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"msgCatalog","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"msgLocale","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"msgCatalogType","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"analyzed","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"CBECommonBaseEvent","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"CBECommonBaseEvent","unsettable":false,"transient":false,"unique":true,"name":"extensionName","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"symptoms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"values","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"categoryName","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"EXTERNAL","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"EXTERNAL","unsettable":false,"transient":false,"unique":true,"name":"reasoningScope","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"successDisposition","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"situationQualifier","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"successDisposition","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"situationDisposition","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"successDisposition","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"situationQualifier","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reportCategory","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureDisposition","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"successDisposition","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dependencyDisposition","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"successDisposition","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"successDisposition","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operationDisposition","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"processingDisposition","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"availabilityDisposition","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"successDisposition","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"situationQualifier","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"anyData","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":21,"target":40},{"source":21,"target":1},{"source":22,"target":41},{"source":22,"target":1},{"source":23,"target":42},{"source":23,"target":1},{"source":24,"target":43},{"source":24,"target":1},{"source":25,"target":44},{"source":25,"target":1},{"source":26,"target":45},{"source":26,"target":1},{"source":27,"target":46},{"source":27,"target":1},{"source":28,"target":47},{"source":28,"target":1},{"source":29,"target":48},{"source":29,"target":1},{"source":30,"target":49},{"source":30,"target":1},{"source":31,"target":50},{"source":31,"target":1},{"source":32,"target":51},{"source":32,"target":1},{"source":33,"target":3},{"source":33,"target":52},{"source":33,"target":1},{"source":52,"target":3},{"source":34,"target":4},{"source":34,"target":53},{"source":34,"target":1},{"source":53,"target":4},{"source":35,"target":4},{"source":35,"target":54},{"source":35,"target":1},{"source":54,"target":4},{"source":36,"target":5},{"source":36,"target":55},{"source":36,"target":1},{"source":55,"target":5},{"source":37,"target":8},{"source":37,"target":56},{"source":37,"target":1},{"source":56,"target":8},{"source":38,"target":57},{"source":38,"target":1},{"source":39,"target":6},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":58,"target":61},{"source":58,"target":2},{"source":59,"target":62},{"source":59,"target":2},{"source":60,"target":7},{"source":3,"target":0},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":3,"target":66},{"source":63,"target":67},{"source":63,"target":3},{"source":64,"target":68},{"source":64,"target":3},{"source":65,"target":69},{"source":65,"target":3},{"source":66,"target":70},{"source":66,"target":3},{"source":4,"target":0},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":4,"target":74},{"source":4,"target":75},{"source":4,"target":76},{"source":4,"target":77},{"source":4,"target":78},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":81},{"source":71,"target":82},{"source":71,"target":4},{"source":72,"target":83},{"source":72,"target":4},{"source":73,"target":84},{"source":73,"target":4},{"source":74,"target":85},{"source":74,"target":4},{"source":75,"target":86},{"source":75,"target":4},{"source":76,"target":87},{"source":76,"target":4},{"source":77,"target":88},{"source":77,"target":4},{"source":78,"target":89},{"source":78,"target":4},{"source":79,"target":90},{"source":79,"target":4},{"source":80,"target":91},{"source":80,"target":4},{"source":81,"target":92},{"source":81,"target":4},{"source":5,"target":0},{"source":5,"target":93},{"source":5,"target":94},{"source":5,"target":95},{"source":5,"target":96},{"source":5,"target":97},{"source":5,"target":98},{"source":5,"target":99},{"source":93,"target":100},{"source":93,"target":5},{"source":94,"target":101},{"source":94,"target":5},{"source":95,"target":102},{"source":95,"target":5},{"source":96,"target":103},{"source":96,"target":5},{"source":97,"target":104},{"source":97,"target":5},{"source":98,"target":105},{"source":98,"target":5},{"source":99,"target":106},{"source":99,"target":5},{"source":6,"target":0},{"source":6,"target":107},{"source":6,"target":108},{"source":6,"target":109},{"source":6,"target":110},{"source":6,"target":111},{"source":107,"target":112},{"source":107,"target":6},{"source":108,"target":113},{"source":108,"target":6},{"source":109,"target":114},{"source":109,"target":6},{"source":110,"target":7},{"source":110,"target":115},{"source":110,"target":6},{"source":115,"target":7},{"source":7,"target":0},{"source":7,"target":116},{"source":7,"target":117},{"source":7,"target":118},{"source":116,"target":119},{"source":116,"target":7},{"source":117,"target":120},{"source":117,"target":7},{"source":118,"target":7},{"source":118,"target":121},{"source":118,"target":7},{"source":121,"target":7},{"source":8,"target":0},{"source":8,"target":122},{"source":8,"target":123},{"source":122,"target":124},{"source":122,"target":8},{"source":123,"target":125},{"source":123,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":126},{"source":9,"target":127},{"source":9,"target":128},{"source":126,"target":129},{"source":126,"target":9},{"source":127,"target":130},{"source":127,"target":9},{"source":128,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":131},{"source":10,"target":132},{"source":10,"target":133},{"source":131,"target":134},{"source":131,"target":10},{"source":132,"target":135},{"source":132,"target":10},{"source":133,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":136},{"source":11,"target":137},{"source":11,"target":138},{"source":136,"target":139},{"source":136,"target":11},{"source":137,"target":140},{"source":137,"target":11},{"source":138,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":141},{"source":12,"target":142},{"source":141,"target":143},{"source":141,"target":12},{"source":142,"target":8},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":144},{"source":13,"target":145},{"source":144,"target":146},{"source":144,"target":13},{"source":145,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":147},{"source":14,"target":148},{"source":147,"target":149},{"source":147,"target":14},{"source":148,"target":8},{"source":15,"target":0},{"source":15,"target":8},{"source":15,"target":150},{"source":15,"target":151},{"source":150,"target":152},{"source":150,"target":15},{"source":151,"target":8},{"source":16,"target":0},{"source":16,"target":8},{"source":16,"target":153},{"source":16,"target":154},{"source":153,"target":155},{"source":153,"target":16},{"source":154,"target":8},{"source":17,"target":0},{"source":17,"target":8},{"source":17,"target":156},{"source":17,"target":157},{"source":156,"target":158},{"source":156,"target":17},{"source":157,"target":8},{"source":18,"target":0},{"source":18,"target":8},{"source":18,"target":159},{"source":18,"target":160},{"source":18,"target":161},{"source":18,"target":162},{"source":159,"target":163},{"source":159,"target":18},{"source":160,"target":164},{"source":160,"target":18},{"source":161,"target":165},{"source":161,"target":18},{"source":162,"target":8},{"source":19,"target":0},{"source":19,"target":8},{"source":19,"target":166},{"source":19,"target":167},{"source":19,"target":168},{"source":166,"target":169},{"source":166,"target":19},{"source":167,"target":170},{"source":167,"target":19},{"source":168,"target":8},{"source":20,"target":0},{"source":20,"target":8},{"source":20,"target":171},{"source":20,"target":172},{"source":171,"target":173},{"source":171,"target":20},{"source":172,"target":8}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="palette"
nsURI="http:///org/eclipse/ve/internal/cde/palette.ecore" nsPrefix="org.eclipse.ve.internal.cde.palette">
<eClassifiers xsi:type="ecore:EClass" name="Root" eSuperTypes="#//Container">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is the palette root.
<p>
Its children can be anything except a Tool or a Stack."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="defEntry" eType="#//AbstractToolEntry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Default Tool Entry
<p>
The entry selected when no entry is explicitly selected."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Category" abstract="true" eSuperTypes="#//Drawer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is obsolete. Use Drawer instead."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="categoryLabel" lowerBound="1"
eType="ecore:EClass utility.ecore#//AbstractString" volatile="true" transient="true"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is obsolete. Use Entry.entryLabel instead."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#//Container">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is a group. 
<p>
A group is a container that cannot be collapsed. It can accept any entry type."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="groupLabel" eType="ecore:EClass utility.ecore#//AbstractString"
volatile="true" transient="true" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is obsolete. Use Entry.entryLabel instead."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entry" abstract="true" eSuperTypes="../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The root of the palette hierarchy.
<p>
It is not abstract, but it is treated as basically abstract."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="icon16Name" 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 URL for the 16x16 (small) icon for the entry. If not set, then a default will be used. Some entries do not have an image as a default, others do. For example ToolEntries do not have an image while Drawers do."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="icon32Name" 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 URL for the 32x32 (large) icon. If not specified then the small icon will be used."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Is entry visible? Default is true. false is useful for letting palette modifications occur and user can then turn it on."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultEntry" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
volatile="true" transient="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is obsolete. Only here for compatibility. It is ignored. Use Palette.defaultEntry instead."/>
</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="Entry ID. (optional)
<p>
Only used for programatically inserting other palette entries. It provides a reference point for palette contributors to find and add into the section that contains this palette entry."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modification" eType="#//Permissions"
defaultValueLiteral="Default"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entryLabel" eType="ecore:EClass utility.ecore#//AbstractString"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Label for the entry"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="entryShortDescription"
eType="ecore:EClass utility.ecore#//AbstractString" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Short description for the entry (optional)"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToolEntry" eSuperTypes="#//AbstractToolEntry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Generic ToolEntry
<p>
This is a generic tool entry. You will need to supply the classname and any of the properties for it.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toolClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Tool class name.
<p>
The classname of the tool entry. Because it is not known the namespace for the class, you need to use a special format:
<p>
<ul>
<li><b>packagename.classname</b>: This means it must be available from the default class loader. (In Eclipse, this will be the org.eclipse.ve.cde plugin. It must be visible to this to be found).
<li><b>namespace/packagename.classname</b>: This means it will be found in the namespace. (In Eclipse the namespace is the name of a bundle. It will look within that bundle to find the class).
</ul>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreationToolEntry" abstract="true" eSuperTypes="#//AbstractToolEntry cdm.ecore#//KeyedValueHolder">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Creation Tool
<p>
This is abstract.
<p>
If there are any annotation values, then an annotation will be created for the object that the factory returns. The annotation values come from the mixin KeyedValueHolder.keyedValues."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractToolEntry" abstract="true" eSuperTypes="#//Entry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Base ToolEntry."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="stringProperties" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EStringToStringMapEntry"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Key/Value properties.
<p>
This is a map of property name to string property values. These will be applied to the GEF ToolEntry using the key/value setProperty method.
<p>
If string keys and string values is not sufficient, you will need to create your own AbstractToolEntry subclass instead to supply those."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PaletteCmp" eSuperTypes="#//Root">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is obsolete. Use Root instead."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="cmpCategories" upperBound="-1"
eType="#//Category" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is obsolete. Add to Container.children instead."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="cmpControlGroup" eType="#//Group"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is obsolete. Use Container.children instead."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="paletteLabel" eType="ecore:EClass utility.ecore#//AbstractString"
volatile="true" transient="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CategoryCmp" eSuperTypes="#//Category">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is obsolete. Use Drawer instead."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="cmpGroups" upperBound="-1"
eType="#//Group" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is obsolete. Categories can no longer contain groups."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupCmp" eSuperTypes="#//Group">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is obsolete. Use Group instead."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="cmpEntries" upperBound="-1"
eType="#//Entry" volatile="true" transient="true" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is obsolete. Use Container.children instead."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="CreationFactory" instanceClassName="org.eclipse.gef.requests.CreationFactory"/>
<eClassifiers xsi:type="ecore:EClass" name="Container" abstract="true" eSuperTypes="#//Entry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Basic Palette Container.
<p>
It contains other entries."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Entry" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is the children of the container. Each container subclass can limit the type of children allowed."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EMFCreationToolEntry" eSuperTypes="#//CreationToolEntry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Creation Tool for creating EMF instances given just the EMF class.
<p>
A default empty instance with no features set will be created."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="creationClassURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The URI of the class for which an instance is to be created. "/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EMFPrototypeToolEntry" eSuperTypes="#//CreationToolEntry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is like an EMFCreationToolEntry, but instead of creating a new instance based upon a classtype, a copy of the supplied prototype is returned instead."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prototypeURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is the string containing the prototype URI for the prototype. 
<p>
The URI is to the object protoype that is being created. The URI must point to an EObject in a resource. That EObject must be contained directly by the Resource it is in (i.e. it mustn't be contained by another EObject). Also in the resource can be Annotations for any of the EObjects that are part of the template. These will automatically be added in."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotatedCreationEntry" eSuperTypes="#//AbstractToolEntry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This will wrapper a CreationToolEntry and provide for creating an annotation too. This is the entry that should be in the palette when an annotation entry is desired.
<p>
This is obsolete. The CreationToolEntry now can handle this itself."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="objectCreationEntry" lowerBound="1"
eType="#//CreationToolEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectionCreationToolEntry" eSuperTypes="#//CreationToolEntry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A creation tool entry where the actual object created is determined by the selectionCreation class. This allows the actual object created to be determined at selection time rather than statically defined in the palette entry itself."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selectorClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is the classname of the selector class. It must implement the ISelector interface. Because it is not known the namespace for the class, you need to use a special format:
<p>
<ul>
<li><b>packagename.classname</b>: This means it must be available from the default class loader. (In Eclipse, this will be the org.eclipse.ve.cde plugin. It must be visible to this to be found).
<li><b>namespace/packagename.classname</b>: This means it will be found in the namespace. (In Eclipse the namespace is the name of a bundle. It will look within that bundle to find the class).
</ul>"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Drawer" eSuperTypes="#//Container">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Palette Drawer.
<p>
This is a collapsable collection of entries. It accepts anything except a Group or a Drawer."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialState" eType="#//InitialState"
defaultValueLiteral="Closed"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Permissions">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The valid modification permissions for this entry. Used in the palette customizer."/>
</eAnnotations>
<eLiterals name="Default">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is the default permission for the entry. Each entry type has a default permission. It may different depending on the entry type."/>
</eAnnotations>
</eLiterals>
<eLiterals name="Full" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Full modification by the customizer is allowed."/>
</eAnnotations>
</eLiterals>
<eLiterals name="HideOnly" value="2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The customizer can only hide/show the entry."/>
</eAnnotations>
</eLiterals>
<eLiterals name="Limited" value="3">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Limited modification is allowed. It is not allowed to move to another container or to be deleted."/>
</eAnnotations>
</eLiterals>
<eLiterals name="None" value="4">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="No modification is allowed."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="InitialState">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Drawer initial state."/>
</eAnnotations>
<eLiterals name="Open">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Initially open."/>
</eAnnotations>
</eLiterals>
<eLiterals name="Closed" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Initially closed."/>
</eAnnotations>
</eLiterals>
<eLiterals name="PinnedOpen" value="2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Initially pinned open."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Stack" eSuperTypes="#//Container">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Stack Entry.
<p>
A grouping of ToolEntries. They are represented by one entry on the palette and there can be a dropdown list to select from and a current active entry.
<p>
It can only accept ToolEntries."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="activeEntry" eType="#//Entry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The current active entry, if any. This is the entry that would be selected if the stack was selected."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Separator" eSuperTypes="#//Entry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Palette Separator
<p>
It is a spacer. But in addition it can be used a section marker for letting other entries be added into the section. The id of the separator can be used for this."/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/minemeraj/Eclipse-Visual-Editor/source/org.eclipse.ve/plugins/org.eclipse.ve.cde/model/palette.ecore | ecore | palette
Root
defEntry
Category
categoryLabel
Group
groupLabel
Entry
icon16Name
icon32Name
visible
true
defaultEntry
id
modification
Default
entryLabel
entryShortDescription
ToolEntry
toolClassName
CreationToolEntry
AbstractToolEntry
stringProperties
PaletteCmp
cmpCategories
cmpControlGroup
paletteLabel
CategoryCmp
cmpGroups
GroupCmp
cmpEntries
CreationFactory
org.eclipse.gef.requests.CreationFactory
org.eclipse.gef.requests.CreationFactory
Container
children
EMFCreationToolEntry
creationClassURI
EMFPrototypeToolEntry
prototypeURI
AnnotatedCreationEntry
objectCreationEntry
values
SelectionCreationToolEntry
selectorClassName
Drawer
initialState
Closed
Permissions
Default
Default
Full
Full
HideOnly
HideOnly
Limited
Limited
None
None
InitialState
Open
Open
Closed
Closed
PinnedOpen
PinnedOpen
Stack
activeEntry
Separator | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.ve.internal.cde.palette","nsURI":"http:///org/eclipse/ve/internal/cde/palette.ecore","name":"palette","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entry","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolEntry","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreationToolEntry","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractToolEntry","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaletteCmp","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CategoryCmp","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupCmp","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.gef.requests.CreationFactory","defaultValue":null,"instanceClassName":"org.eclipse.gef.requests.CreationFactory","name":"CreationFactory","instanceClass":null,"id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMFCreationToolEntry","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMFPrototypeToolEntry","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotatedCreationEntry","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionCreationToolEntry","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Drawer","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Permissions","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stack","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Separator","instanceClass":null,"abstract":false,"id":21,"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":"defEntry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"categoryLabel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"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":"groupLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"icon16Name","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":"icon32Name","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":"visible","changeable":true,"lowerBound":0,"iD":false,"id":33,"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":"defaultEntry","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Default","unsettable":false,"transient":false,"unique":true,"name":"modification","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entryLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entryShortDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"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":"toolClassName","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stringProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cmpCategories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cmpControlGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"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":"paletteLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cmpGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"cmpEntries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationClassURI","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prototypeURI","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectCreationEntry","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","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":"selectorClassName","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Closed","unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"name":"Default","id":89,"value":0,"literal":"Default","eClass":"EEnumLiteral"},{"name":"Full","id":90,"value":1,"literal":"Full","eClass":"EEnumLiteral"},{"name":"HideOnly","id":91,"value":2,"literal":"HideOnly","eClass":"EEnumLiteral"},{"name":"Limited","id":92,"value":3,"literal":"Limited","eClass":"EEnumLiteral"},{"name":"None","id":93,"value":4,"literal":"None","eClass":"EEnumLiteral"},{"name":"Open","id":94,"value":0,"literal":"Open","eClass":"EEnumLiteral"},{"name":"Closed","id":95,"value":1,"literal":"Closed","eClass":"EEnumLiteral"},{"name":"PinnedOpen","id":96,"value":2,"literal":"PinnedOpen","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activeEntry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":22},{"source":1,"target":23},{"source":22,"target":7},{"source":22,"target":24},{"source":22,"target":1},{"source":24,"target":7},{"source":23,"target":12},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":25},{"source":2,"target":26},{"source":25,"target":27},{"source":25,"target":2},{"source":26,"target":17},{"source":3,"target":0},{"source":3,"target":12},{"source":3,"target":28},{"source":3,"target":29},{"source":28,"target":30},{"source":28,"target":3},{"source":29,"target":12},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":31,"target":40},{"source":31,"target":4},{"source":32,"target":41},{"source":32,"target":4},{"source":33,"target":42},{"source":33,"target":4},{"source":34,"target":43},{"source":34,"target":4},{"source":35,"target":44},{"source":35,"target":4},{"source":36,"target":18},{"source":36,"target":45},{"source":36,"target":4},{"source":45,"target":18},{"source":37,"target":46},{"source":37,"target":4},{"source":38,"target":47},{"source":38,"target":4},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":48},{"source":5,"target":49},{"source":48,"target":50},{"source":48,"target":5},{"source":49,"target":7},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":51},{"source":6,"target":52},{"source":51,"target":7},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":53},{"source":7,"target":54},{"source":53,"target":55},{"source":53,"target":7},{"source":54,"target":4},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":56,"target":2},{"source":56,"target":60},{"source":56,"target":8},{"source":60,"target":2},{"source":57,"target":3},{"source":57,"target":61},{"source":57,"target":8},{"source":61,"target":3},{"source":58,"target":62},{"source":58,"target":8},{"source":59,"target":1},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":63},{"source":9,"target":64},{"source":63,"target":3},{"source":63,"target":65},{"source":63,"target":9},{"source":65,"target":3},{"source":64,"target":2},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":66},{"source":10,"target":67},{"source":66,"target":4},{"source":66,"target":68},{"source":66,"target":10},{"source":68,"target":4},{"source":67,"target":3},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":69},{"source":12,"target":70},{"source":69,"target":4},{"source":69,"target":71},{"source":69,"target":12},{"source":71,"target":4},{"source":70,"target":4},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":72},{"source":13,"target":73},{"source":72,"target":74},{"source":72,"target":13},{"source":73,"target":6},{"source":14,"target":0},{"source":14,"target":6},{"source":14,"target":75},{"source":14,"target":76},{"source":75,"target":77},{"source":75,"target":14},{"source":76,"target":6},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":78},{"source":15,"target":79},{"source":15,"target":80},{"source":78,"target":6},{"source":78,"target":81},{"source":78,"target":15},{"source":81,"target":6},{"source":79,"target":82},{"source":79,"target":15},{"source":80,"target":7},{"source":16,"target":0},{"source":16,"target":6},{"source":16,"target":83},{"source":16,"target":84},{"source":83,"target":85},{"source":83,"target":16},{"source":84,"target":6},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":86},{"source":17,"target":87},{"source":86,"target":19},{"source":86,"target":88},{"source":86,"target":17},{"source":88,"target":19},{"source":87,"target":12},{"source":18,"target":0},{"source":18,"target":89},{"source":18,"target":90},{"source":18,"target":91},{"source":18,"target":92},{"source":18,"target":93},{"source":89,"target":18},{"source":90,"target":18},{"source":91,"target":18},{"source":92,"target":18},{"source":93,"target":18},{"source":19,"target":0},{"source":19,"target":94},{"source":19,"target":95},{"source":19,"target":96},{"source":94,"target":19},{"source":95,"target":19},{"source":96,"target":19},{"source":20,"target":0},{"source":20,"target":12},{"source":20,"target":97},{"source":20,"target":98},{"source":97,"target":4},{"source":97,"target":99},{"source":97,"target":20},{"source":99,"target":4},{"source":98,"target":12},{"source":21,"target":0},{"source":21,"target":4},{"source":21,"target":100},{"source":100,"target":4}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="wcore" nsURI="http://www.eclipse.org/emf/2002/Wcore" nsPrefix="wcore">
<eClassifiers xsi:type="ecore:EClass" name="Wcore" eSuperTypes="../../org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/>
<eClassifiers xsi:type="ecore:EClass" name="ProcessContainer" eSuperTypes="../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass">
<eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1"
eType="#//Process" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Process" eSuperTypes="../../org.eclipse.emf.ecore/model/Ecore.ecore#//ENamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="startTask" lowerBound="1"
eType="#//Task" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="return" eType="#//Variable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//Variable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Task" abstract="true" eSuperTypes="../../org.eclipse.emf.ecore/model/Ecore.ecore#//ENamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="permissions" upperBound="-1"
eType="#//Permission" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="../../org.eclipse.emf.ecore/model/Ecore.ecore#//ENamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="permissions" eType="#//PermissionKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="../../org.eclipse.emf.ecore/model/Ecore.ecore#//ETypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" lowerBound="1" eType="#//Scope"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Create" eSuperTypes="#//SingleOutputTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="eClass" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anchor" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InvokeOperation" eSuperTypes="#//MultiOptionalInputTask #//SingleOptionalOutputTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="long" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InvokeProcess" eSuperTypes="#//MultiOptionalInputTask #//SingleOutputTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="subProcess" lowerBound="1"
eType="#//Process"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InvokeGUI" eSuperTypes="#//PageReferringTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1"
eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputData" upperBound="-1"
eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputAction" upperBound="-1"
eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//Task">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Task"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfElse" eSuperTypes="#//If">
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" lowerBound="1"
eType="#//Task" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//If"/>
<eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#//Task">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sequence" eSuperTypes="#//Task">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Task"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="follower" lowerBound="1"
eType="#//Task" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="TerminalExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="refers" lowerBound="1"
eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="rightExpression" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//UnaryOperators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//BinaryOperators"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftExpressions" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightExpression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Delete" eSuperTypes="#//SingleInputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="Read" eSuperTypes="#//SingleInputTask #//SingleOutputTask"/>
<eClassifiers xsi:type="ecore:EClass" name="CrudGui" eSuperTypes="#//Task">
<eStructuralFeatures xsi:type="ecore:EReference" name="contain" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="privileges" lowerBound="1"
eType="#//Privileges"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessSelector" eSuperTypes="#//PageReferringTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="processes" lowerBound="1"
upperBound="-1" eType="#//Process"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PermissionKind">
<eLiterals name="INTERNET"/>
<eLiterals name="FILE_SYSTEM" value="1"/>
<eLiterals name="CALL" value="2"/>
<eLiterals name="ACCESS_FINE_LOCATION" value="3" literal="ACCESS_FINE_LOCATION"/>
<eLiterals name="ACCESS_NETWORK_STATE" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="UnaryOperators">
<eLiterals name="NOT"/>
<eLiterals name="HEAD" value="1"/>
<eLiterals name="ID" value="2" literal="ID"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BinaryOperators">
<eLiterals name="AND"/>
<eLiterals name="CONTAINS" value="1"/>
<eLiterals name="CONCAT" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Privileges">
<eLiterals name="READ_ONLY" literal="READ_ONLY"/>
<eLiterals name="MODIFY" value="1"/>
<eLiterals name="MODIFY_CREATE" value="2" literal="MODIFY_CREATE"/>
<eLiterals name="ALL" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Scope">
<eLiterals name="LOCAL"/>
<eLiterals name="GLOBAL" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PageReferringTask" abstract="true" eSuperTypes="#//Task">
<eStructuralFeatures xsi:type="ecore:EReference" name="page" lowerBound="1" eType="ecore:EClass Gcore_modified.ecore#//Page"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleInputTask" abstract="true" eSuperTypes="#//Task">
<eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1"
eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiOptionalInputTask" abstract="true"
eSuperTypes="#//Task">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleOutputTask" abstract="true" eSuperTypes="#//Task">
<eStructuralFeatures xsi:type="ecore:EReference" name="return" lowerBound="1"
eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleOptionalOutputTask" abstract="true"
eSuperTypes="#//Task">
<eStructuralFeatures xsi:type="ecore:EReference" name="return" eType="#//Variable"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/ParisaMousavi/pimar/pimar.language/model_modified/Wcore_modified.ecore | ecore | wcore
Wcore
ProcessContainer
processes
Process
startTask
return
variables
Task
permissions
Permission
permissions
Variable
value
defaultValue
changeable
scope
Create
eClass
anchor
InvokeOperation
operation
long
InvokeProcess
subProcess
synchronized
InvokeGUI
input
outputData
outputAction
If
condition
body
IfElse
elseBody
While
Assign
lhs
rhs
Sequence
body
follower
Expression
TerminalExpression
refers
UnaryExpression
rightExpression
operator
BinaryExpression
operator
leftExpressions
rightExpression
Delete
Read
CrudGui
contain
privileges
ProcessSelector
processes
PermissionKind
INTERNET
INTERNET
FILE_SYSTEM
FILE_SYSTEM
CALL
CALL
ACCESS_FINE_LOCATION
ACCESS_FINE_LOCATION
ACCESS_NETWORK_STATE
ACCESS_NETWORK_STATE
UnaryOperators
NOT
NOT
HEAD
HEAD
ID
ID
BinaryOperators
AND
AND
CONTAINS
CONTAINS
CONCAT
CONCAT
Privileges
READ_ONLY
READ_ONLY
MODIFY
MODIFY
MODIFY_CREATE
MODIFY_CREATE
ALL
ALL
Scope
LOCAL
LOCAL
GLOBAL
GLOBAL
PageReferringTask
page
SingleInputTask
object
MultiOptionalInputTask
arguments
SingleOutputTask
return
SingleOptionalOutputTask
return | null | {"directed":true,"nodes":[{"nsPrefix":"wcore","nsURI":"http://www.eclipse.org/emf/2002/Wcore","name":"wcore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wcore","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessContainer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Create","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvokeOperation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvokeProcess","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvokeGUI","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElse","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","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":"TerminalExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delete","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Read","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CrudGui","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSelector","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PermissionKind","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryOperators","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryOperators","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Privileges","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Scope","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageReferringTask","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleInputTask","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiOptionalInputTask","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleOutputTask","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleOptionalOutputTask","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"startTask","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"return","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":"variables","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"permissions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"permissions","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","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":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"anchor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","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":"long","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subProcess","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"synchronized","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputData","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":false,"unsettable":false,"transient":false,"unique":true,"name":"outputAction","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"},{"container":false,"ordered":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":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"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":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"follower","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"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":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"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":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftExpressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"contain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"privileges","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"name":"INTERNET","id":129,"value":0,"literal":"INTERNET","eClass":"EEnumLiteral"},{"name":"FILE_SYSTEM","id":130,"value":1,"literal":"FILE_SYSTEM","eClass":"EEnumLiteral"},{"name":"CALL","id":131,"value":2,"literal":"CALL","eClass":"EEnumLiteral"},{"name":"ACCESS_FINE_LOCATION","id":132,"value":3,"literal":"ACCESS_FINE_LOCATION","eClass":"EEnumLiteral"},{"name":"ACCESS_NETWORK_STATE","id":133,"value":4,"literal":"ACCESS_NETWORK_STATE","eClass":"EEnumLiteral"},{"name":"NOT","id":134,"value":0,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"HEAD","id":135,"value":1,"literal":"HEAD","eClass":"EEnumLiteral"},{"name":"ID","id":136,"value":2,"literal":"ID","eClass":"EEnumLiteral"},{"name":"AND","id":137,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"CONTAINS","id":138,"value":1,"literal":"CONTAINS","eClass":"EEnumLiteral"},{"name":"CONCAT","id":139,"value":2,"literal":"CONCAT","eClass":"EEnumLiteral"},{"name":"READ_ONLY","id":140,"value":0,"literal":"READ_ONLY","eClass":"EEnumLiteral"},{"name":"MODIFY","id":141,"value":1,"literal":"MODIFY","eClass":"EEnumLiteral"},{"name":"MODIFY_CREATE","id":142,"value":2,"literal":"MODIFY_CREATE","eClass":"EEnumLiteral"},{"name":"ALL","id":143,"value":3,"literal":"ALL","eClass":"EEnumLiteral"},{"name":"LOCAL","id":144,"value":0,"literal":"LOCAL","eClass":"EEnumLiteral"},{"name":"GLOBAL","id":145,"value":1,"literal":"GLOBAL","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":"page","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"return","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"return","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":34},{"source":2,"target":0},{"source":2,"target":35},{"source":2,"target":36},{"source":35,"target":3},{"source":35,"target":37},{"source":35,"target":2},{"source":37,"target":3},{"source":3,"target":0},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":38,"target":4},{"source":38,"target":42},{"source":38,"target":3},{"source":42,"target":4},{"source":39,"target":6},{"source":39,"target":43},{"source":39,"target":3},{"source":43,"target":6},{"source":40,"target":6},{"source":40,"target":44},{"source":40,"target":3},{"source":44,"target":6},{"source":4,"target":0},{"source":4,"target":45},{"source":4,"target":46},{"source":45,"target":5},{"source":45,"target":47},{"source":45,"target":4},{"source":47,"target":5},{"source":5,"target":0},{"source":5,"target":48},{"source":5,"target":49},{"source":48,"target":24},{"source":48,"target":50},{"source":48,"target":5},{"source":50,"target":24},{"source":6,"target":0},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":51,"target":56},{"source":51,"target":6},{"source":52,"target":57},{"source":52,"target":6},{"source":53,"target":58},{"source":53,"target":6},{"source":54,"target":28},{"source":54,"target":59},{"source":54,"target":6},{"source":59,"target":28},{"source":7,"target":0},{"source":7,"target":32},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":60,"target":63},{"source":60,"target":7},{"source":61,"target":64},{"source":61,"target":7},{"source":62,"target":32},{"source":8,"target":0},{"source":8,"target":31},{"source":8,"target":33},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":65,"target":69},{"source":65,"target":8},{"source":66,"target":70},{"source":66,"target":8},{"source":67,"target":31},{"source":68,"target":33},{"source":9,"target":0},{"source":9,"target":31},{"source":9,"target":32},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":71,"target":3},{"source":71,"target":75},{"source":71,"target":9},{"source":75,"target":3},{"source":72,"target":76},{"source":72,"target":9},{"source":73,"target":31},{"source":74,"target":32},{"source":10,"target":0},{"source":10,"target":29},{"source":10,"target":77},{"source":10,"target":78},{"source":10,"target":79},{"source":10,"target":80},{"source":77,"target":6},{"source":77,"target":81},{"source":77,"target":10},{"source":81,"target":6},{"source":78,"target":6},{"source":78,"target":82},{"source":78,"target":10},{"source":82,"target":6},{"source":79,"target":6},{"source":79,"target":83},{"source":79,"target":10},{"source":83,"target":6},{"source":80,"target":29},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":84},{"source":11,"target":85},{"source":11,"target":86},{"source":84,"target":16},{"source":84,"target":87},{"source":84,"target":11},{"source":87,"target":16},{"source":85,"target":4},{"source":85,"target":88},{"source":85,"target":11},{"source":88,"target":4},{"source":86,"target":4},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":89},{"source":12,"target":90},{"source":89,"target":4},{"source":89,"target":91},{"source":89,"target":12},{"source":91,"target":4},{"source":90,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":92},{"source":92,"target":11},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":93},{"source":14,"target":94},{"source":14,"target":95},{"source":93,"target":6},{"source":93,"target":96},{"source":93,"target":14},{"source":96,"target":6},{"source":94,"target":16},{"source":94,"target":97},{"source":94,"target":14},{"source":97,"target":16},{"source":95,"target":4},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":98},{"source":15,"target":99},{"source":15,"target":100},{"source":98,"target":4},{"source":98,"target":101},{"source":98,"target":15},{"source":101,"target":4},{"source":99,"target":4},{"source":99,"target":102},{"source":99,"target":15},{"source":102,"target":4},{"source":100,"target":4},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":103},{"source":17,"target":104},{"source":103,"target":6},{"source":103,"target":105},{"source":103,"target":17},{"source":105,"target":6},{"source":104,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":106},{"source":18,"target":107},{"source":18,"target":108},{"source":106,"target":16},{"source":106,"target":109},{"source":106,"target":18},{"source":109,"target":16},{"source":107,"target":25},{"source":107,"target":110},{"source":107,"target":18},{"source":110,"target":25},{"source":108,"target":16},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":111},{"source":19,"target":112},{"source":19,"target":113},{"source":19,"target":114},{"source":111,"target":26},{"source":111,"target":115},{"source":111,"target":19},{"source":115,"target":26},{"source":112,"target":16},{"source":112,"target":116},{"source":112,"target":19},{"source":116,"target":16},{"source":113,"target":16},{"source":113,"target":117},{"source":113,"target":19},{"source":117,"target":16},{"source":114,"target":16},{"source":20,"target":0},{"source":20,"target":30},{"source":20,"target":118},{"source":118,"target":30},{"source":21,"target":0},{"source":21,"target":30},{"source":21,"target":32},{"source":21,"target":119},{"source":21,"target":120},{"source":119,"target":30},{"source":120,"target":32},{"source":22,"target":0},{"source":22,"target":4},{"source":22,"target":121},{"source":22,"target":122},{"source":22,"target":123},{"source":121,"target":124},{"source":121,"target":22},{"source":122,"target":27},{"source":122,"target":125},{"source":122,"target":22},{"source":125,"target":27},{"source":123,"target":4},{"source":23,"target":0},{"source":23,"target":29},{"source":23,"target":126},{"source":23,"target":127},{"source":126,"target":3},{"source":126,"target":128},{"source":126,"target":23},{"source":128,"target":3},{"source":127,"target":29},{"source":24,"target":0},{"source":24,"target":129},{"source":24,"target":130},{"source":24,"target":131},{"source":24,"target":132},{"source":24,"target":133},{"source":129,"target":24},{"source":130,"target":24},{"source":131,"target":24},{"source":132,"target":24},{"source":133,"target":24},{"source":25,"target":0},{"source":25,"target":134},{"source":25,"target":135},{"source":25,"target":136},{"source":134,"target":25},{"source":135,"target":25},{"source":136,"target":25},{"source":26,"target":0},{"source":26,"target":137},{"source":26,"target":138},{"source":26,"target":139},{"source":137,"target":26},{"source":138,"target":26},{"source":139,"target":26},{"source":27,"target":0},{"source":27,"target":140},{"source":27,"target":141},{"source":27,"target":142},{"source":27,"target":143},{"source":140,"target":27},{"source":141,"target":27},{"source":142,"target":27},{"source":143,"target":27},{"source":28,"target":0},{"source":28,"target":144},{"source":28,"target":145},{"source":144,"target":28},{"source":145,"target":28},{"source":29,"target":0},{"source":29,"target":4},{"source":29,"target":146},{"source":29,"target":147},{"source":146,"target":148},{"source":146,"target":29},{"source":147,"target":4},{"source":30,"target":0},{"source":30,"target":4},{"source":30,"target":149},{"source":30,"target":150},{"source":149,"target":6},{"source":149,"target":151},{"source":149,"target":30},{"source":151,"target":6},{"source":150,"target":4},{"source":31,"target":0},{"source":31,"target":4},{"source":31,"target":152},{"source":31,"target":153},{"source":152,"target":6},{"source":152,"target":154},{"source":152,"target":31},{"source":154,"target":6},{"source":153,"target":4},{"source":32,"target":0},{"source":32,"target":4},{"source":32,"target":155},{"source":32,"target":156},{"source":155,"target":6},{"source":155,"target":157},{"source":155,"target":32},{"source":157,"target":6},{"source":156,"target":4},{"source":33,"target":0},{"source":33,"target":4},{"source":33,"target":158},{"source":33,"target":159},{"source":158,"target":6},{"source":158,"target":160},{"source":158,"target":33},{"source":160,"target":6},{"source":159,"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="umlMM"
nsURI="http://es.uclm/umlMM" nsPrefix="umlMM">
<eClassifiers xsi:type="ecore:EClass" name="Package">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Association" upperBound="-1"
eType="#//Associaton" containment="true" eOpposite="#//Associaton/namespace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" upperBound="-1"
eType="#//Classifier" containment="true" eOpposite="#//Classifier/namespace"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Associaton">
<eStructuralFeatures xsi:type="ecore:EReference" name="namespace" lowerBound="1"
eType="#//Package" eOpposite="#//Package/Association"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="destination" lowerBound="1"
eType="#//Class" eOpposite="#//Class/destinationOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Class" eOpposite="#//Class/sourceOf"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="destinationOf" upperBound="-1"
eType="#//Associaton" eOpposite="#//Associaton/destination"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceOf" upperBound="-1"
eType="#//Associaton" eOpposite="#//Associaton/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1"
eType="#//Attribute" containment="true" eOpposite="#//Attribute/Owner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Classifier"
eOpposite="#//Classifier/typeOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Owner" lowerBound="1" eType="#//Class"
eOpposite="#//Class/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Classifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeOf" lowerBound="1"
eType="#//Attribute" eOpposite="#//Attribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="namespace" lowerBound="1"
eType="#//Package" eOpposite="#//Package/classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Datatype" eSuperTypes="#//Classifier"/>
</ecore:EPackage>
| github:ecore:/data/ivanjimenez/tsoo_mswin/M1/UML/model/UML.ecore | ecore | umlMM
Package
name
Association
classifier
Associaton
namespace
name
destination
source
Class
destinationOf
sourceOf
attribute
Attribute
name
type
Owner
Classifier
name
typeOf
namespace
Datatype | null | {"directed":true,"nodes":[{"nsPrefix":"umlMM","nsURI":"http://es.uclm/umlMM","name":"umlMM","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":"Associaton","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","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"},{"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":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"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":"namespace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"id":13,"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":"namespace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destinationOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceOf","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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":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":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":7,"target":10},{"source":7,"target":1},{"source":8,"target":2},{"source":8,"target":11},{"source":8,"target":1},{"source":8,"target":12},{"source":11,"target":2},{"source":9,"target":5},{"source":9,"target":13},{"source":9,"target":1},{"source":9,"target":14},{"source":13,"target":5},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":12,"target":1},{"source":12,"target":18},{"source":12,"target":2},{"source":12,"target":8},{"source":18,"target":1},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":20},{"source":16,"target":2},{"source":16,"target":21},{"source":20,"target":3},{"source":17,"target":3},{"source":17,"target":22},{"source":17,"target":2},{"source":17,"target":23},{"source":22,"target":3},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":21},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":21,"target":2},{"source":21,"target":26},{"source":21,"target":3},{"source":21,"target":16},{"source":26,"target":2},{"source":23,"target":2},{"source":23,"target":27},{"source":23,"target":3},{"source":23,"target":17},{"source":27,"target":2},{"source":24,"target":4},{"source":24,"target":28},{"source":24,"target":3},{"source":24,"target":29},{"source":28,"target":4},{"source":25,"target":5},{"source":4,"target":0},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":29},{"source":30,"target":32},{"source":30,"target":4},{"source":31,"target":5},{"source":31,"target":33},{"source":31,"target":4},{"source":31,"target":34},{"source":33,"target":5},{"source":29,"target":3},{"source":29,"target":35},{"source":29,"target":4},{"source":29,"target":24},{"source":35,"target":3},{"source":5,"target":0},{"source":5,"target":36},{"source":5,"target":34},{"source":5,"target":14},{"source":36,"target":37},{"source":36,"target":5},{"source":34,"target":4},{"source":34,"target":38},{"source":34,"target":5},{"source":34,"target":31},{"source":38,"target":4},{"source":14,"target":1},{"source":14,"target":39},{"source":14,"target":5},{"source":14,"target":9},{"source":39,"target":1},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":40},{"source":40,"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="papyrusgmfgenextension" nsURI="http://www.eclipse.org/papyrus/2009/papyrusgmfgenextension"
nsPrefix="papyrusgmfgenextension">
<eClassifiers xsi:type="ecore:EClass" name="ExtendedGenView" eSuperTypes="#//CommentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This element is always linked to a genView (topLevel, or child)
Used set if an editPart is abstract.
SuperGenViews is a list of all superEditPart.

Thanks to this, it is possible to factorize code and to decrease the number of generated classes."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="genView" ordered="false"
unique="false" lowerBound="1" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenCommonBase"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superGenViews" ordered="false"
unique="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenCommonBase"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="propRefreshHook" ordered="false"
unique="false" eType="#//PropertyRefreshHook" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="superOwnedEditPart" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CommentedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" ordered="false"
unique="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="All extended classes have a comment in order to describe the puprose of this extension"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyRefreshHook" eSuperTypes="#//ExternalHook">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class is used to refresh the figure by taking in account a property of domain element (in the case of Ecore, it can be an Efeature or EReference)
The triggeringCondtion describe the needed condition to launch the action on the figure. these two properties can be code lines.

For instance we would like to display active class when the efeature class is "active". Or display composite kind of the association when the kind of the property end is "composite"."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="triggeringCondition" 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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalHook" eSuperTypes="#//CommentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The purpose of this class is point to an external class (for example java classes).
the classpath is the path to the this extenal class."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classpath" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SpecificLocator" eSuperTypes="#//ExternalHook">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class is used to precise itw own locator used for the border item, like port or template.

for example, in the case of templateSignature of ClassEditPart in the method protected boolean addFixedChild(EditPart childEditPart):
replacement of the general BorderItemLocator is needed in order to constrain the movement. 

if (childEditPart instanceof RedefinableTemplateSignatureEditPart) {
 // BorderItemLocator locator = new BorderItemLocator(getMainFigure(), PositionConstants.NORTH);
 BorderItemLocator locator = new TemplateClassifierBorderItemLocator(getMainFigure(), PositionConstants.NORTH);
 getBorderedFigure().getBorderItemContainer().add(((RedefinableTemplateSignatureEditPart) childEditPart).getFigure(), locator);
 return true;
}"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="genChildSideAffixedNode"
upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenChildSideAffixedNode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PapyrusExtensionRootNode" eSuperTypes="#//CommentedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="extensionNodes" upperBound="-1"
eType="#//CommentedElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AlternateCanvas" eSuperTypes="#//CommentedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="domainDiagramElement" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.codegen.ecore/model/GenModel.ecore#//GenClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="alternateTopLevelNodes"
upperBound="-1" eType="#//AlternateGenTopLevelNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="alternateLinkNodes" upperBound="-1"
eType="#//AlternateGenLink" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="diagram" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenDiagram"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AlternateGenTopLevelNode" eSuperTypes="#//CommentedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="genTopLevelNode" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenTopLevelNode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeModelFacet" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//TypeModelFacet"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AlternateGenLink" eSuperTypes="#//CommentedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="genLinkNode" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeModelFacet" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//TypeModelFacet"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MutatingCanvas" eSuperTypes="#//CommentedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="alternateCanvases" upperBound="-1"
eType="#//AlternateCanvas" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OwnedEditpart" eSuperTypes="#//ExternalHook">
<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="SpecificDiagramUpdater" eSuperTypes="#//ExternalHook">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class is used to precise itw own locator used for the border item, like port or template.

for example, in the case of templateSignature of ClassEditPart in the method protected boolean addFixedChild(EditPart childEditPart):
replacement of the general BorderItemLocator is needed in order to constrain the movement. 

if (childEditPart instanceof RedefinableTemplateSignatureEditPart) {
 // BorderItemLocator locator = new BorderItemLocator(getMainFigure(), PositionConstants.NORTH);
 BorderItemLocator locator = new TemplateClassifierBorderItemLocator(getMainFigure(), PositionConstants.NORTH);
 getBorderedFigure().getBorderItemContainer().add(((RedefinableTemplateSignatureEditPart) childEditPart).getFigure(), locator);
 return true;
}"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="genNode" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenCommonBase"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GenNodeConstraint" eSuperTypes="#//CommentedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="genNode" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenNode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="genConstraint" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenConstraint"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SpecificLocatorExternalLabel" eSuperTypes="#//ExternalHook">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class is used to precise itw own locator used for the border item, like port or template.

for example, in the case of templateSignature of ClassEditPart in the method protected boolean addFixedChild(EditPart childEditPart):
replacement of the general BorderItemLocator is needed in order to constrain the movement. 

if (childEditPart instanceof RedefinableTemplateSignatureEditPart) {
 // BorderItemLocator locator = new BorderItemLocator(getMainFigure(), PositionConstants.NORTH);
 BorderItemLocator locator = new TemplateClassifierBorderItemLocator(getMainFigure(), PositionConstants.NORTH);
 getBorderedFigure().getBorderItemContainer().add(((RedefinableTemplateSignatureEditPart) childEditPart).getFigure(), locator);
 return true;
}"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="genExternalNodeLabel" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenExternalNodeLabel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AdditionalEditPartCandies" eSuperTypes="#//CommentedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="baseEditHelperPackage"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EditPartUsingDeleteService" eSuperTypes="#//CommentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This element is always linked to a genView (topLevel, or child)
Used set if an editPart is abstract.
SuperGenViews is a list of all superEditPart.

Thanks to this, it is possible to factorize code and to decrease the number of generated classes."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="genView" ordered="false"
unique="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenCommonBase"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EditPartUsingReorientService" eSuperTypes="#//CommentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This element is always linked to a genView (topLevel, or child)
Used set if an editPart is abstract.
SuperGenViews is a list of all superEditPart.

Thanks to this, it is possible to factorize code and to decrease the number of generated classes."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="genView" ordered="false"
unique="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenLink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelVisibilityPreference" eSuperTypes="#//CommentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This element is always linked with link Label and External Node Label.
role : the role of the Label (Stereotype, Source Multiplicity, Target Multiplicity, Name, ...)
iconPath : an icon illustrating the role of the Label
visibleByDefault : if false, the label is not visible when the element is created

These informations are used by the action Show/Hide Label."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconPathRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkLabels" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenLinkLabel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="externalNodeLabels" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenExternalNodeLabel"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibleByDefault" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompartmentVisibilityPreference" eSuperTypes="#//CommentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This element allows to define the compartments which are hidden (or visible) by default"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibleByDefault" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compartments" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenCompartment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompartmentTitleVisibilityPreference"
eSuperTypes="#//CommentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This element allows to define the compartment's title which are hidden (or visible) by default"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibleByDefault" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compartments" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenCompartment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstrainedByReferenceCompartmentItemSemanticEditPolicy"
eSuperTypes="#//CommentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="Add constraint on Compartment Item Semantic Policy in order to prevent move into compartment of elements which can be contained. This constraint used the child node define in the GMF Model in order to define the correspoding EReference. When a move is executed the item semantic policy will fisrt check that the element can be conatined/referenced by this EReference?"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="genView" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenCommonBase"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GenerateUsingElementTypeCreationCommand"
eSuperTypes="#//CommentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="flag that indicated if the code generation should rely on the creation command generated by gmf tooling of the creation commands based on UML.edit framework"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomDiagramUpdaterSingleton" eSuperTypes="#//CommentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="Documentation" value="This object is used to register the diagram updater instance to use in the code. 
The class must extends the generated diagram updater.

"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="singletonPath" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SpecificNodePlate" eSuperTypes="#//CommentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This element is always linked to a genView (topLevel, or child)
Used set if an editPart is abstract.
SuperGenViews is a list of all superEditPart.

Thanks to this, it is possible to factorize code and to decrease the number of generated classes."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="editParts" ordered="false"
unique="false" lowerBound="1" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenNode"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nodePlateQualifiedName"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GenVisualTypeProvider" eSuperTypes="#//CommentedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Configuration of this diagram's provider to the Visual Type Service,
which enables canonical view synchronization, drag-and-drop, and
possibly other capabilities."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="UMLVisualTypeProvider"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VisualIDOverride">
<eStructuralFeatures xsi:type="ecore:EReference" name="genView" ordered="false"
unique="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.codegen/models/gmfgen.ecore#//GenCommonBase"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visualID" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="child" upperBound="-1"
eType="#//VisualIDOverride" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/sasobadovinac/papyrus/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/model/papyrusGmfgenExtension.ecore | ecore | papyrusgmfgenextension
ExtendedGenView
genView
isAbstract
superGenViews
propRefreshHook
name
superOwnedEditPart
CommentedElement
comment
PropertyRefreshHook
triggeringCondition
action
ExternalHook
classpath
SpecificLocator
genChildSideAffixedNode
PapyrusExtensionRootNode
extensionNodes
AlternateCanvas
domainDiagramElement
alternateTopLevelNodes
alternateLinkNodes
diagram
AlternateGenTopLevelNode
genTopLevelNode
typeModelFacet
AlternateGenLink
genLinkNode
typeModelFacet
MutatingCanvas
alternateCanvases
OwnedEditpart
name
SpecificDiagramUpdater
genNode
GenNodeConstraint
genNode
genConstraint
SpecificLocatorExternalLabel
genExternalNodeLabel
AdditionalEditPartCandies
baseEditHelperPackage
EditPartUsingDeleteService
name
genView
EditPartUsingReorientService
name
genView
LabelVisibilityPreference
role
iconPathRole
linkLabels
externalNodeLabels
visibleByDefault
true
CompartmentVisibilityPreference
visibleByDefault
true
compartments
CompartmentTitleVisibilityPreference
visibleByDefault
true
compartments
ConstrainedByReferenceCompartmentItemSemanticEditPolicy
genView
GenerateUsingElementTypeCreationCommand
CustomDiagramUpdaterSingleton
singletonPath
SpecificNodePlate
editParts
name
nodePlateQualifiedName
GenVisualTypeProvider
className
UMLVisualTypeProvider
VisualIDOverride
genView
visualID
child | null | {"directed":true,"nodes":[{"nsPrefix":"papyrusgmfgenextension","nsURI":"http://www.eclipse.org/papyrus/2009/papyrusgmfgenextension","name":"papyrusgmfgenextension","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedGenView","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommentedElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyRefreshHook","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalHook","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificLocator","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PapyrusExtensionRootNode","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlternateCanvas","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlternateGenTopLevelNode","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlternateGenLink","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MutatingCanvas","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwnedEditpart","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificDiagramUpdater","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenNodeConstraint","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificLocatorExternalLabel","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalEditPartCandies","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditPartUsingDeleteService","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditPartUsingReorientService","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelVisibilityPreference","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompartmentVisibilityPreference","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompartmentTitleVisibilityPreference","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstrainedByReferenceCompartmentItemSemanticEditPolicy","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenerateUsingElementTypeCreationCommand","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomDiagramUpdaterSingleton","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificNodePlate","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenVisualTypeProvider","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualIDOverride","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"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":false,"name":"genView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":28,"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":false,"name":"superGenViews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"propRefreshHook","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"superOwnedEditPart","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"comment","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"triggeringCondition","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"action","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"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":"classpath","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"genChildSideAffixedNode","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":"extensionNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainDiagramElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternateTopLevelNodes","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":"alternateLinkNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"diagram","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"genTopLevelNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeModelFacet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"genLinkNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeModelFacet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternateCanvases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"genNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"genNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"genConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"genExternalNodeLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"baseEditHelperPackage","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"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":false,"name":"genView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"genView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":1,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iconPathRole","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkLabels","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":false,"unsettable":false,"transient":false,"unique":true,"name":"externalNodeLabels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"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":"visibleByDefault","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"visibleByDefault","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compartments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"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":"true","unsettable":false,"transient":false,"unique":true,"name":"visibleByDefault","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":false,"unsettable":false,"transient":false,"unique":true,"name":"compartments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"genView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"singletonPath","changeable":true,"lowerBound":1,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"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":false,"name":"editParts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nodePlateQualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"UMLVisualTypeProvider","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UMLVisualTypeProvider","unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":0,"iD":false,"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":false,"unsettable":false,"transient":false,"unique":false,"name":"genView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visualID","changeable":true,"lowerBound":1,"iD":false,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":2},{"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":27,"target":34},{"source":27,"target":1},{"source":28,"target":35},{"source":28,"target":1},{"source":29,"target":36},{"source":29,"target":1},{"source":30,"target":3},{"source":30,"target":37},{"source":30,"target":1},{"source":37,"target":3},{"source":31,"target":38},{"source":31,"target":1},{"source":32,"target":39},{"source":32,"target":1},{"source":33,"target":2},{"source":2,"target":0},{"source":2,"target":40},{"source":40,"target":41},{"source":40,"target":2},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":42,"target":45},{"source":42,"target":3},{"source":43,"target":46},{"source":43,"target":3},{"source":44,"target":4},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":47},{"source":4,"target":48},{"source":47,"target":49},{"source":47,"target":4},{"source":48,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":50},{"source":5,"target":51},{"source":50,"target":52},{"source":50,"target":5},{"source":51,"target":4},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":53},{"source":6,"target":54},{"source":53,"target":2},{"source":53,"target":55},{"source":53,"target":6},{"source":55,"target":2},{"source":54,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":56,"target":61},{"source":56,"target":7},{"source":57,"target":8},{"source":57,"target":62},{"source":57,"target":7},{"source":62,"target":8},{"source":58,"target":9},{"source":58,"target":63},{"source":58,"target":7},{"source":63,"target":9},{"source":59,"target":64},{"source":59,"target":7},{"source":60,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":65,"target":68},{"source":65,"target":8},{"source":66,"target":69},{"source":66,"target":8},{"source":67,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":70,"target":73},{"source":70,"target":9},{"source":71,"target":74},{"source":71,"target":9},{"source":72,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":75},{"source":10,"target":76},{"source":75,"target":7},{"source":75,"target":77},{"source":75,"target":10},{"source":77,"target":7},{"source":76,"target":2},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":78},{"source":11,"target":79},{"source":78,"target":80},{"source":78,"target":11},{"source":79,"target":4},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":81},{"source":12,"target":82},{"source":81,"target":83},{"source":81,"target":12},{"source":82,"target":4},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":84},{"source":13,"target":85},{"source":13,"target":86},{"source":84,"target":87},{"source":84,"target":13},{"source":85,"target":88},{"source":85,"target":13},{"source":86,"target":2},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":89},{"source":14,"target":90},{"source":89,"target":91},{"source":89,"target":14},{"source":90,"target":4},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":92},{"source":15,"target":93},{"source":92,"target":94},{"source":92,"target":15},{"source":93,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":95},{"source":16,"target":96},{"source":16,"target":97},{"source":95,"target":98},{"source":95,"target":16},{"source":96,"target":99},{"source":96,"target":16},{"source":97,"target":2},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":100},{"source":17,"target":101},{"source":17,"target":102},{"source":100,"target":103},{"source":100,"target":17},{"source":101,"target":104},{"source":101,"target":17},{"source":102,"target":2},{"source":18,"target":0},{"source":18,"target":2},{"source":18,"target":105},{"source":18,"target":106},{"source":18,"target":107},{"source":18,"target":108},{"source":18,"target":109},{"source":18,"target":110},{"source":105,"target":111},{"source":105,"target":18},{"source":106,"target":112},{"source":106,"target":18},{"source":107,"target":113},{"source":107,"target":18},{"source":108,"target":114},{"source":108,"target":18},{"source":109,"target":115},{"source":109,"target":18},{"source":110,"target":2},{"source":19,"target":0},{"source":19,"target":2},{"source":19,"target":116},{"source":19,"target":117},{"source":19,"target":118},{"source":116,"target":119},{"source":116,"target":19},{"source":117,"target":120},{"source":117,"target":19},{"source":118,"target":2},{"source":20,"target":0},{"source":20,"target":2},{"source":20,"target":121},{"source":20,"target":122},{"source":20,"target":123},{"source":121,"target":124},{"source":121,"target":20},{"source":122,"target":125},{"source":122,"target":20},{"source":123,"target":2},{"source":21,"target":0},{"source":21,"target":2},{"source":21,"target":126},{"source":21,"target":127},{"source":126,"target":128},{"source":126,"target":21},{"source":127,"target":2},{"source":22,"target":0},{"source":22,"target":2},{"source":22,"target":129},{"source":129,"target":2},{"source":23,"target":0},{"source":23,"target":2},{"source":23,"target":130},{"source":23,"target":131},{"source":130,"target":132},{"source":130,"target":23},{"source":131,"target":2},{"source":24,"target":0},{"source":24,"target":2},{"source":24,"target":133},{"source":24,"target":134},{"source":24,"target":135},{"source":24,"target":136},{"source":133,"target":137},{"source":133,"target":24},{"source":134,"target":138},{"source":134,"target":24},{"source":135,"target":139},{"source":135,"target":24},{"source":136,"target":2},{"source":25,"target":0},{"source":25,"target":2},{"source":25,"target":140},{"source":25,"target":141},{"source":140,"target":142},{"source":140,"target":25},{"source":141,"target":2},{"source":26,"target":0},{"source":26,"target":143},{"source":26,"target":144},{"source":26,"target":145},{"source":143,"target":146},{"source":143,"target":26},{"source":144,"target":147},{"source":144,"target":26},{"source":145,"target":26},{"source":145,"target":148},{"source":145,"target":26},{"source":148,"target":26}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="types"
nsURI="http://www.example.com/XMLTypes.xsd" nsPrefix="types">
<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="item" upperBound="-2" eType="#//Item"
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="item"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Item">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="item"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="name"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/GenModelTest">
<details key="typeNew" value="java.lang.String"/>
<details key="typeOld" value="java.lang.String"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="date"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/GenModelTest">
<details key="typeNew" value="javax.xml.datatype.XMLGregorianCalendar"/>
<details key="typeOld" value="java.lang.Object"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dateTime" 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="dateTime"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/GenModelTest">
<details key="typeNew" value="javax.xml.datatype.XMLGregorianCalendar"/>
<details key="typeOld" value="java.lang.Object"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gDay" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//GDay">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="gDay"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/GenModelTest">
<details key="typeNew" value="javax.xml.datatype.XMLGregorianCalendar"/>
<details key="typeOld" value="java.lang.Object"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gMonth" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//GMonth">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="gMonth"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/GenModelTest">
<details key="typeNew" value="javax.xml.datatype.XMLGregorianCalendar"/>
<details key="typeOld" value="java.lang.Object"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gMonthDay" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//GMonthDay">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="gMonthDay"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/GenModelTest">
<details key="typeNew" value="javax.xml.datatype.XMLGregorianCalendar"/>
<details key="typeOld" value="java.lang.Object"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gYear" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//GYear">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="gYear"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/GenModelTest">
<details key="typeNew" value="javax.xml.datatype.XMLGregorianCalendar"/>
<details key="typeOld" value="java.lang.Object"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gYearMonth" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//GYearMonth">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="gYearMonth"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/GenModelTest">
<details key="typeNew" value="javax.xml.datatype.XMLGregorianCalendar"/>
<details key="typeOld" value="java.lang.Object"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="time" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Time">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="time"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/GenModelTest">
<details key="typeNew" value="javax.xml.datatype.XMLGregorianCalendar"/>
<details key="typeOld" value="java.lang.Object"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Duration">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="duration"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/GenModelTest">
<details key="typeNew" value="javax.xml.datatype.Duration"/>
<details key="typeOld" value="java.lang.Object"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="notations" unique="false"
lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NOTATION">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="notation"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/GenModelTest">
<details key="typeNew" value="org.eclipse.emf.common.util.EList<javax.xml.namespace.QName>"/>
<details key="typeOld" value="org.eclipse.emf.common.util.EList<java.lang.Object>"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qname" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//QName">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="qname"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/GenModelTest">
<details key="typeNew" value="javax.xml.namespace.QName"/>
<details key="typeOld" value="java.lang.Object"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/mickaelistria/EMF/tests/org.eclipse.emf.test.tools/data/XMLTypes.ecore | ecore | types
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
item
Item
name
date
dateTime
gDay
gMonth
gMonthDay
gYear
gYearMonth
time
duration
notations
qname | null | {"directed":true,"nodes":[{"nsPrefix":"types","nsURI":"http://www.example.com/XMLTypes.xsd","name":"types","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":"Item","instanceClass":null,"abstract":false,"id":2,"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":3,"derived":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":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":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":5,"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":"item","changeable":true,"resolveProxies":false,"lowerBound":0,"id":6,"derived":true},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"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":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":"date","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateTime","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gDay","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":"gMonth","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":"gMonthDay","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":"gYear","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":"gYearMonth","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":"time","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":"duration","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"notations","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qname","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"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"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":3,"target":7},{"source":3,"target":1},{"source":4,"target":8},{"source":4,"target":1},{"source":5,"target":9},{"source":5,"target":1},{"source":6,"target":2},{"source":6,"target":10},{"source":6,"target":1},{"source":10,"target":2},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":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":11,"target":23},{"source":11,"target":2},{"source":12,"target":24},{"source":12,"target":2},{"source":13,"target":25},{"source":13,"target":2},{"source":14,"target":26},{"source":14,"target":2},{"source":15,"target":27},{"source":15,"target":2},{"source":16,"target":28},{"source":16,"target":2},{"source":17,"target":29},{"source":17,"target":2},{"source":18,"target":30},{"source":18,"target":2},{"source":19,"target":31},{"source":19,"target":2},{"source":20,"target":32},{"source":20,"target":2},{"source":21,"target":33},{"source":21,"target":2},{"source":22,"target":34},{"source":22,"target":2}],"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="Ant" nsURI="Ant" nsPrefix="Ant">
<eClassifiers xsi:type="ecore:EClass" name="Project">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="basedir" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false"
lowerBound="1" eType="#/0/Target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="path" ordered="false"
eType="#/0/Path" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#/0/Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="taskdef" ordered="false"
upperBound="-1" eType="#/0/TaskDef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targets" lowerBound="1"
upperBound="-1" eType="#/0/Target" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyName" eSuperTypes="#/0/Property">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
lowerBound="1" eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyValue" eSuperTypes="#/0/PropertyName">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyLocation" eSuperTypes="#/0/PropertyName">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
lowerBound="1" eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyFile" eSuperTypes="#/0/Property">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" ordered="false"
lowerBound="1" eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyEnv" eSuperTypes="#/0/Property">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="environment" ordered="false"
lowerBound="1" eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Target">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unless" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ifCondition" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="depends" ordered="false"
upperBound="-1" eType="#/0/Target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tasks" upperBound="-1"
eType="#/0/Task" containment="true" eOpposite="#/0/Task/target"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pattern" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Basic" abstract="true" eSuperTypes="#/0/Pattern"/>
<eClassifiers xsi:type="ecore:EClass" name="Mapper" eSuperTypes="#/0/Basic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classname" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classpath" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classpathref" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="from" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="to" ordered="false" eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InExcludes" abstract="true" eSuperTypes="#/0/Basic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ifCondition" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unless" ordered="false"
eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Includes" eSuperTypes="#/0/InExcludes"/>
<eClassifiers xsi:type="ecore:EClass" name="Excludes" eSuperTypes="#/0/InExcludes"/>
<eClassifiers xsi:type="ecore:EClass" name="IncludesFile" eSuperTypes="#/0/InExcludes"/>
<eClassifiers xsi:type="ecore:EClass" name="ExcludesFile" eSuperTypes="#/0/InExcludes"/>
<eClassifiers xsi:type="ecore:EClass" name="FileList" eSuperTypes="#/0/Basic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="files" ordered="false"
lowerBound="1" eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Filter" eSuperTypes="#/0/Basic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="token" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FiltersFile" eSuperTypes="#/0/Basic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" ordered="false"
lowerBound="1" eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PathElement" eSuperTypes="#/0/Basic">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
lowerBound="1" eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Set" abstract="true" eSuperTypes="#/0/Pattern"/>
<eClassifiers xsi:type="ecore:EClass" name="PatternSet" eSuperTypes="#/0/Set">
<eStructuralFeatures xsi:type="ecore:EReference" name="inexcludes" ordered="false"
lowerBound="1" upperBound="-1" eType="#/0/InExcludes" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileSet" eSuperTypes="#/0/Set">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="patternset" ordered="false"
upperBound="-1" eType="#/0/PatternSet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="include" ordered="false"
upperBound="-1" eType="#/0/Includes" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exclude" ordered="false"
upperBound="-1" eType="#/0/Excludes" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilterSet" eSuperTypes="#/0/Set">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="starttoken" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endtoken" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false"
upperBound="-1" eType="#/0/Filter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filtersfile" ordered="false"
upperBound="-1" eType="#/0/FiltersFile" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Path" eSuperTypes="#/0/Set">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="refid" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="path" ordered="false"
eType="#/0/Path" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pathElement" ordered="false"
upperBound="-1" eType="#/0/PathElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fileset" ordered="false"
upperBound="-1" eType="#/0/FileSet" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassPath" eSuperTypes="#/0/Set">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="refid" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pathElement" ordered="false"
upperBound="-1" eType="#/0/PathElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fileset" ordered="false"
upperBound="-1" eType="#/0/FileSet" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Task" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false"
lowerBound="1" eType="#/0/Target" eOpposite="#/0/Target/tasks"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classname" ordered="false"
lowerBound="1" eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NewTask" eSuperTypes="#/0/Task">
<eStructuralFeatures xsi:type="ecore:EReference" name="taskName" ordered="false"
lowerBound="1" eType="#/0/TaskDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false"
upperBound="-1" eType="#/0/Attribut" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribut">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PreDefinedTask" abstract="true" eSuperTypes="#/0/Task">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="taskname" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionTask" abstract="true" eSuperTypes="#/0/PreDefinedTask"/>
<eClassifiers xsi:type="ecore:EClass" name="Exec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="executable" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" ordered="false"
lowerBound="1" eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Java">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classname" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="jar" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fork" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classPath" ordered="false"
eType="#/0/ClassPath" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MiscellaneousTask" abstract="true"
eSuperTypes="#/0/PreDefinedTask"/>
<eClassifiers xsi:type="ecore:EClass" name="Echo" eSuperTypes="#/0/MiscellaneousTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="append" ordered="false"
eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tstamp" eSuperTypes="#/0/MiscellaneousTask">
<eStructuralFeatures xsi:type="ecore:EReference" name="format" ordered="false"
upperBound="-1" eType="#/0/FormatTstamp" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FormatTstamp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locale" ordered="false"
eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompileTask" abstract="true" eSuperTypes="#/0/PreDefinedTask"/>
<eClassifiers xsi:type="ecore:EClass" name="Javac" eSuperTypes="#/0/CompileTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="srcdir" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="destdir" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="debug" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fork" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optimize" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deprecation" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inExcludes" ordered="false"
upperBound="-1" eType="#/0/InExcludes" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classPath" ordered="false"
eType="#/0/ClassPath" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentationTask" abstract="true"
eSuperTypes="#/0/PreDefinedTask"/>
<eClassifiers xsi:type="ecore:EClass" name="Javadoc" eSuperTypes="#/0/DocumentationTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourcepath" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="destdir" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packagenames" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultexcludes" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="use" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="windowtitle" ordered="false"
lowerBound="1" eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArchiveTask" abstract="true" eSuperTypes="#/0/PreDefinedTask"/>
<eClassifiers xsi:type="ecore:EClass" name="Jar" eSuperTypes="#/0/ArchiveTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="jarfile" ordered="false"
lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="basedir" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compress" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="encoding" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="manifest" ordered="false"
eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileTask" abstract="true" eSuperTypes="#/0/PreDefinedTask"/>
<eClassifiers xsi:type="ecore:EClass" name="Mkdir" eSuperTypes="#/0/FileTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" ordered="false"
lowerBound="1" eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Copy" eSuperTypes="#/0/FileTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="presservelastmodified"
ordered="false" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tofile" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="todir" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="overwrite" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filtering" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="flatten" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeEmptyDirs" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fileset" ordered="false"
eType="#/0/FileSet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filterset" ordered="false"
eType="#/0/FilterSet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapper" ordered="false"
eType="#/0/Mapper" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Delete" eSuperTypes="#/0/FileTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verbose" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="quiet" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="failonerror" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeEmptyDirs" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includes" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includesfile" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="excludes" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="excludesfile" ordered="false"
eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultexcludes" ordered="false"
eType="#/1/String"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes" nsURI="PrimitiveTypes" nsPrefix="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/anatlyzer/a2l/examples/example.vmtesting/transformations/Ant2Maven/Ant.ecore | ecore | Ant
Project
name
basedir
description
default
path
properties
taskdef
targets
Property
PropertyName
name
PropertyValue
value
PropertyLocation
location
PropertyFile
file
PropertyEnv
environment
Target
name
description
unless
ifCondition
depends
tasks
Pattern
Basic
Mapper
type
classname
classpath
classpathref
from
to
InExcludes
name
ifCondition
unless
Includes
Excludes
IncludesFile
ExcludesFile
FileList
dir
files
Filter
token
value
FiltersFile
file
PathElement
path
location
Set
PatternSet
inexcludes
FileSet
dir
patternset
include
exclude
FilterSet
starttoken
endtoken
filter
filtersfile
Path
id
refid
path
pathElement
fileset
ClassPath
refid
pathElement
fileset
Task
target
TaskDef
name
classname
NewTask
taskName
attributes
Attribut
name
value
PreDefinedTask
id
taskname
description
ExecutionTask
Exec
executable
dir
Java
classname
jar
fork
classPath
MiscellaneousTask
Echo
message
file
append
Tstamp
format
FormatTstamp
property
pattern
offset
unit
locale
CompileTask
Javac
srcdir
destdir
debug
fork
optimize
deprecation
inExcludes
classPath
DocumentationTask
Javadoc
sourcepath
destdir
packagenames
defaultexcludes
author
version
use
windowtitle
ArchiveTask
Jar
jarfile
basedir
compress
encoding
manifest
FileTask
Mkdir
dir
Copy
file
presservelastmodified
tofile
todir
overwrite
filtering
flatten
includeEmptyDirs
fileset
filterset
mapper
Delete
file
dir
verbose
quiet
failonerror
includeEmptyDirs
includes
includesfile
excludes
excludesfile
defaultexcludes
PrimitiveTypes
String
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":"Ant","nsURI":"Ant","name":"Ant","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":"Property","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyName","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyValue","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyLocation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyFile","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyEnv","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Basic","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapper","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InExcludes","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Includes","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Excludes","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncludesFile","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExcludesFile","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileList","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Filter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FiltersFile","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathElement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Set","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternSet","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileSet","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterSet","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Path","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassPath","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskDef","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewTask","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribut","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreDefinedTask","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionTask","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exec","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Java","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MiscellaneousTask","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Echo","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tstamp","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormatTstamp","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompileTask","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javac","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentationTask","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javadoc","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchiveTask","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Jar","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileTask","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mkdir","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Copy","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delete","instanceClass":null,"abstract":false,"id":48,"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":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":49,"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":"basedir","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"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":"taskdef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"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":"targets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":57,"serializable":true,"eClass":"EDataType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":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":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"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":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"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":"environment","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"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":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unless","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ifCondition","changeable":true,"lowerBound":0,"iD":false,"id":84,"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":"depends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classname","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classpath","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classpathref","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","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"},{"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":108,"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":"ifCondition","changeable":true,"lowerBound":0,"iD":false,"id":109,"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":"unless","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"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":true,"name":"dir","changeable":true,"lowerBound":1,"iD":false,"id":119,"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":"files","changeable":true,"lowerBound":1,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"token","changeable":true,"lowerBound":1,"iD":false,"id":124,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"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":"file","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"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":"path","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"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":"inexcludes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"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":"dir","changeable":true,"lowerBound":1,"iD":false,"id":141,"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":"patternset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"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":"include","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"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":"exclude","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"starttoken","changeable":true,"lowerBound":0,"iD":false,"id":150,"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":"endtoken","changeable":true,"lowerBound":0,"iD":false,"id":151,"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":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"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":"filtersfile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":159,"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":"refid","changeable":true,"lowerBound":0,"iD":false,"id":160,"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":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"pathElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"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":"fileset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refid","changeable":true,"lowerBound":1,"iD":false,"id":170,"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":"pathElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fileset","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"},{"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":178,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classname","changeable":true,"lowerBound":1,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"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":"taskName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"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":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":187,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":191,"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":"taskname","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"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":"executable","changeable":true,"lowerBound":1,"iD":false,"id":199,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dir","changeable":true,"lowerBound":1,"iD":false,"id":200,"derived":false},{"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":true,"name":"classname","changeable":true,"lowerBound":1,"iD":false,"id":203,"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":"jar","changeable":true,"lowerBound":0,"iD":false,"id":204,"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":"fork","changeable":true,"lowerBound":0,"iD":false,"id":205,"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":"classPath","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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":1,"iD":false,"id":212,"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":"file","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"append","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"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":"property","changeable":true,"lowerBound":1,"iD":false,"id":222,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"lowerBound":1,"iD":false,"id":223,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"lowerBound":0,"iD":false,"id":224,"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":"unit","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locale","changeable":true,"lowerBound":0,"iD":false,"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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"srcdir","changeable":true,"lowerBound":1,"iD":false,"id":233,"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":"destdir","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"debug","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fork","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optimize","changeable":true,"lowerBound":0,"iD":false,"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":true,"name":"deprecation","changeable":true,"lowerBound":0,"iD":false,"id":238,"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":"inExcludes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"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":"classPath","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourcepath","changeable":true,"lowerBound":1,"iD":false,"id":251,"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":"destdir","changeable":true,"lowerBound":1,"iD":false,"id":252,"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":"packagenames","changeable":true,"lowerBound":1,"iD":false,"id":253,"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":"defaultexcludes","changeable":true,"lowerBound":1,"iD":false,"id":254,"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":"author","changeable":true,"lowerBound":1,"iD":false,"id":255,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":256,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"use","changeable":true,"lowerBound":1,"iD":false,"id":257,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windowtitle","changeable":true,"lowerBound":1,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"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":"jarfile","changeable":true,"lowerBound":1,"iD":false,"id":269,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"basedir","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compress","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"encoding","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"manifest","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"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":true,"name":"dir","changeable":true,"lowerBound":1,"iD":false,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"presservelastmodified","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tofile","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"todir","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"overwrite","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filtering","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"flatten","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includeEmptyDirs","changeable":true,"lowerBound":0,"iD":false,"id":291,"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":"fileset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"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":"filterset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"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":"mapper","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"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"lowerBound":0,"iD":false,"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":true,"name":"dir","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"verbose","changeable":true,"lowerBound":0,"iD":false,"id":309,"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":"quiet","changeable":true,"lowerBound":0,"iD":false,"id":310,"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":"failonerror","changeable":true,"lowerBound":0,"iD":false,"id":311,"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":"includeEmptyDirs","changeable":true,"lowerBound":0,"iD":false,"id":312,"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":"includes","changeable":true,"lowerBound":0,"iD":false,"id":313,"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":"includesfile","changeable":true,"lowerBound":0,"iD":false,"id":314,"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":"excludes","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"excludesfile","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultexcludes","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"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"},{"nsPrefix":"PrimitiveTypes","nsURI":"PrimitiveTypes","name":"PrimitiveTypes","id":330,"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":1,"target":0},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":49,"target":57},{"source":49,"target":58},{"source":49,"target":1},{"source":58,"target":57},{"source":50,"target":57},{"source":50,"target":59},{"source":50,"target":1},{"source":59,"target":57},{"source":51,"target":57},{"source":51,"target":60},{"source":51,"target":1},{"source":60,"target":57},{"source":52,"target":8},{"source":52,"target":61},{"source":52,"target":1},{"source":61,"target":8},{"source":53,"target":25},{"source":53,"target":62},{"source":53,"target":1},{"source":62,"target":25},{"source":54,"target":2},{"source":54,"target":63},{"source":54,"target":1},{"source":63,"target":2},{"source":55,"target":28},{"source":55,"target":64},{"source":55,"target":1},{"source":64,"target":28},{"source":56,"target":8},{"source":56,"target":65},{"source":56,"target":1},{"source":65,"target":8},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":66},{"source":3,"target":67},{"source":66,"target":57},{"source":66,"target":68},{"source":66,"target":3},{"source":68,"target":57},{"source":67,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":69},{"source":4,"target":70},{"source":69,"target":57},{"source":69,"target":71},{"source":69,"target":4},{"source":71,"target":57},{"source":70,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":72},{"source":5,"target":73},{"source":72,"target":57},{"source":72,"target":74},{"source":72,"target":5},{"source":74,"target":57},{"source":73,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":75},{"source":6,"target":76},{"source":75,"target":57},{"source":75,"target":77},{"source":75,"target":6},{"source":77,"target":57},{"source":76,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":78},{"source":7,"target":79},{"source":78,"target":57},{"source":78,"target":80},{"source":78,"target":7},{"source":80,"target":57},{"source":79,"target":2},{"source":8,"target":0},{"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":81,"target":57},{"source":81,"target":87},{"source":81,"target":8},{"source":87,"target":57},{"source":82,"target":57},{"source":82,"target":88},{"source":82,"target":8},{"source":88,"target":57},{"source":83,"target":57},{"source":83,"target":89},{"source":83,"target":8},{"source":89,"target":57},{"source":84,"target":57},{"source":84,"target":90},{"source":84,"target":8},{"source":90,"target":57},{"source":85,"target":8},{"source":85,"target":91},{"source":85,"target":8},{"source":91,"target":8},{"source":86,"target":27},{"source":86,"target":92},{"source":86,"target":8},{"source":86,"target":93},{"source":92,"target":27},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":94},{"source":94,"target":9},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":95},{"source":11,"target":96},{"source":11,"target":97},{"source":11,"target":98},{"source":11,"target":99},{"source":11,"target":100},{"source":11,"target":101},{"source":95,"target":57},{"source":95,"target":102},{"source":95,"target":11},{"source":102,"target":57},{"source":96,"target":57},{"source":96,"target":103},{"source":96,"target":11},{"source":103,"target":57},{"source":97,"target":57},{"source":97,"target":104},{"source":97,"target":11},{"source":104,"target":57},{"source":98,"target":57},{"source":98,"target":105},{"source":98,"target":11},{"source":105,"target":57},{"source":99,"target":57},{"source":99,"target":106},{"source":99,"target":11},{"source":106,"target":57},{"source":100,"target":57},{"source":100,"target":107},{"source":100,"target":11},{"source":107,"target":57},{"source":101,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":108},{"source":12,"target":109},{"source":12,"target":110},{"source":12,"target":111},{"source":108,"target":57},{"source":108,"target":112},{"source":108,"target":12},{"source":112,"target":57},{"source":109,"target":57},{"source":109,"target":113},{"source":109,"target":12},{"source":113,"target":57},{"source":110,"target":57},{"source":110,"target":114},{"source":110,"target":12},{"source":114,"target":57},{"source":111,"target":10},{"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":12},{"source":15,"target":117},{"source":117,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":118},{"source":118,"target":12},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":119},{"source":17,"target":120},{"source":17,"target":121},{"source":119,"target":57},{"source":119,"target":122},{"source":119,"target":17},{"source":122,"target":57},{"source":120,"target":57},{"source":120,"target":123},{"source":120,"target":17},{"source":123,"target":57},{"source":121,"target":10},{"source":18,"target":0},{"source":18,"target":10},{"source":18,"target":124},{"source":18,"target":125},{"source":18,"target":126},{"source":124,"target":57},{"source":124,"target":127},{"source":124,"target":18},{"source":127,"target":57},{"source":125,"target":57},{"source":125,"target":128},{"source":125,"target":18},{"source":128,"target":57},{"source":126,"target":10},{"source":19,"target":0},{"source":19,"target":10},{"source":19,"target":129},{"source":19,"target":130},{"source":129,"target":57},{"source":129,"target":131},{"source":129,"target":19},{"source":131,"target":57},{"source":130,"target":10},{"source":20,"target":0},{"source":20,"target":10},{"source":20,"target":132},{"source":20,"target":133},{"source":20,"target":134},{"source":132,"target":57},{"source":132,"target":135},{"source":132,"target":20},{"source":135,"target":57},{"source":133,"target":57},{"source":133,"target":136},{"source":133,"target":20},{"source":136,"target":57},{"source":134,"target":10},{"source":21,"target":0},{"source":21,"target":9},{"source":21,"target":137},{"source":137,"target":9},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":138},{"source":22,"target":139},{"source":138,"target":12},{"source":138,"target":140},{"source":138,"target":22},{"source":140,"target":12},{"source":139,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":141},{"source":23,"target":142},{"source":23,"target":143},{"source":23,"target":144},{"source":23,"target":145},{"source":141,"target":57},{"source":141,"target":146},{"source":141,"target":23},{"source":146,"target":57},{"source":142,"target":22},{"source":142,"target":147},{"source":142,"target":23},{"source":147,"target":22},{"source":143,"target":13},{"source":143,"target":148},{"source":143,"target":23},{"source":148,"target":13},{"source":144,"target":14},{"source":144,"target":149},{"source":144,"target":23},{"source":149,"target":14},{"source":145,"target":21},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":150},{"source":24,"target":151},{"source":24,"target":152},{"source":24,"target":153},{"source":24,"target":154},{"source":150,"target":57},{"source":150,"target":155},{"source":150,"target":24},{"source":155,"target":57},{"source":151,"target":57},{"source":151,"target":156},{"source":151,"target":24},{"source":156,"target":57},{"source":152,"target":18},{"source":152,"target":157},{"source":152,"target":24},{"source":157,"target":18},{"source":153,"target":19},{"source":153,"target":158},{"source":153,"target":24},{"source":158,"target":19},{"source":154,"target":21},{"source":25,"target":0},{"source":25,"target":21},{"source":25,"target":159},{"source":25,"target":160},{"source":25,"target":161},{"source":25,"target":162},{"source":25,"target":163},{"source":25,"target":164},{"source":159,"target":57},{"source":159,"target":165},{"source":159,"target":25},{"source":165,"target":57},{"source":160,"target":57},{"source":160,"target":166},{"source":160,"target":25},{"source":166,"target":57},{"source":161,"target":25},{"source":161,"target":167},{"source":161,"target":25},{"source":167,"target":25},{"source":162,"target":20},{"source":162,"target":168},{"source":162,"target":25},{"source":168,"target":20},{"source":163,"target":23},{"source":163,"target":169},{"source":163,"target":25},{"source":169,"target":23},{"source":164,"target":21},{"source":26,"target":0},{"source":26,"target":21},{"source":26,"target":170},{"source":26,"target":171},{"source":26,"target":172},{"source":26,"target":173},{"source":170,"target":57},{"source":170,"target":174},{"source":170,"target":26},{"source":174,"target":57},{"source":171,"target":20},{"source":171,"target":175},{"source":171,"target":26},{"source":175,"target":20},{"source":172,"target":23},{"source":172,"target":176},{"source":172,"target":26},{"source":176,"target":23},{"source":173,"target":21},{"source":27,"target":0},{"source":27,"target":93},{"source":93,"target":8},{"source":93,"target":177},{"source":93,"target":27},{"source":93,"target":86},{"source":177,"target":8},{"source":28,"target":0},{"source":28,"target":178},{"source":28,"target":179},{"source":178,"target":57},{"source":178,"target":180},{"source":178,"target":28},{"source":180,"target":57},{"source":179,"target":57},{"source":179,"target":181},{"source":179,"target":28},{"source":181,"target":57},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":182},{"source":29,"target":183},{"source":29,"target":184},{"source":182,"target":28},{"source":182,"target":185},{"source":182,"target":29},{"source":185,"target":28},{"source":183,"target":30},{"source":183,"target":186},{"source":183,"target":29},{"source":186,"target":30},{"source":184,"target":27},{"source":30,"target":0},{"source":30,"target":187},{"source":30,"target":188},{"source":187,"target":57},{"source":187,"target":189},{"source":187,"target":30},{"source":189,"target":57},{"source":188,"target":57},{"source":188,"target":190},{"source":188,"target":30},{"source":190,"target":57},{"source":31,"target":0},{"source":31,"target":27},{"source":31,"target":191},{"source":31,"target":192},{"source":31,"target":193},{"source":31,"target":194},{"source":191,"target":57},{"source":191,"target":195},{"source":191,"target":31},{"source":195,"target":57},{"source":192,"target":57},{"source":192,"target":196},{"source":192,"target":31},{"source":196,"target":57},{"source":193,"target":57},{"source":193,"target":197},{"source":193,"target":31},{"source":197,"target":57},{"source":194,"target":27},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":198},{"source":198,"target":31},{"source":33,"target":0},{"source":33,"target":199},{"source":33,"target":200},{"source":199,"target":57},{"source":199,"target":201},{"source":199,"target":33},{"source":201,"target":57},{"source":200,"target":57},{"source":200,"target":202},{"source":200,"target":33},{"source":202,"target":57},{"source":34,"target":0},{"source":34,"target":203},{"source":34,"target":204},{"source":34,"target":205},{"source":34,"target":206},{"source":203,"target":57},{"source":203,"target":207},{"source":203,"target":34},{"source":207,"target":57},{"source":204,"target":57},{"source":204,"target":208},{"source":204,"target":34},{"source":208,"target":57},{"source":205,"target":57},{"source":205,"target":209},{"source":205,"target":34},{"source":209,"target":57},{"source":206,"target":26},{"source":206,"target":210},{"source":206,"target":34},{"source":210,"target":26},{"source":35,"target":0},{"source":35,"target":31},{"source":35,"target":211},{"source":211,"target":31},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":212},{"source":36,"target":213},{"source":36,"target":214},{"source":36,"target":215},{"source":212,"target":57},{"source":212,"target":216},{"source":212,"target":36},{"source":216,"target":57},{"source":213,"target":57},{"source":213,"target":217},{"source":213,"target":36},{"source":217,"target":57},{"source":214,"target":57},{"source":214,"target":218},{"source":214,"target":36},{"source":218,"target":57},{"source":215,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":219},{"source":37,"target":220},{"source":219,"target":38},{"source":219,"target":221},{"source":219,"target":37},{"source":221,"target":38},{"source":220,"target":35},{"source":38,"target":0},{"source":38,"target":222},{"source":38,"target":223},{"source":38,"target":224},{"source":38,"target":225},{"source":38,"target":226},{"source":222,"target":57},{"source":222,"target":227},{"source":222,"target":38},{"source":227,"target":57},{"source":223,"target":57},{"source":223,"target":228},{"source":223,"target":38},{"source":228,"target":57},{"source":224,"target":57},{"source":224,"target":229},{"source":224,"target":38},{"source":229,"target":57},{"source":225,"target":57},{"source":225,"target":230},{"source":225,"target":38},{"source":230,"target":57},{"source":226,"target":57},{"source":226,"target":231},{"source":226,"target":38},{"source":231,"target":57},{"source":39,"target":0},{"source":39,"target":31},{"source":39,"target":232},{"source":232,"target":31},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":233},{"source":40,"target":234},{"source":40,"target":235},{"source":40,"target":236},{"source":40,"target":237},{"source":40,"target":238},{"source":40,"target":239},{"source":40,"target":240},{"source":40,"target":241},{"source":233,"target":57},{"source":233,"target":242},{"source":233,"target":40},{"source":242,"target":57},{"source":234,"target":57},{"source":234,"target":243},{"source":234,"target":40},{"source":243,"target":57},{"source":235,"target":57},{"source":235,"target":244},{"source":235,"target":40},{"source":244,"target":57},{"source":236,"target":57},{"source":236,"target":245},{"source":236,"target":40},{"source":245,"target":57},{"source":237,"target":57},{"source":237,"target":246},{"source":237,"target":40},{"source":246,"target":57},{"source":238,"target":57},{"source":238,"target":247},{"source":238,"target":40},{"source":247,"target":57},{"source":239,"target":12},{"source":239,"target":248},{"source":239,"target":40},{"source":248,"target":12},{"source":240,"target":26},{"source":240,"target":249},{"source":240,"target":40},{"source":249,"target":26},{"source":241,"target":39},{"source":41,"target":0},{"source":41,"target":31},{"source":41,"target":250},{"source":250,"target":31},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":251},{"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":42,"target":259},{"source":251,"target":57},{"source":251,"target":260},{"source":251,"target":42},{"source":260,"target":57},{"source":252,"target":57},{"source":252,"target":261},{"source":252,"target":42},{"source":261,"target":57},{"source":253,"target":57},{"source":253,"target":262},{"source":253,"target":42},{"source":262,"target":57},{"source":254,"target":57},{"source":254,"target":263},{"source":254,"target":42},{"source":263,"target":57},{"source":255,"target":57},{"source":255,"target":264},{"source":255,"target":42},{"source":264,"target":57},{"source":256,"target":57},{"source":256,"target":265},{"source":256,"target":42},{"source":265,"target":57},{"source":257,"target":57},{"source":257,"target":266},{"source":257,"target":42},{"source":266,"target":57},{"source":258,"target":57},{"source":258,"target":267},{"source":258,"target":42},{"source":267,"target":57},{"source":259,"target":41},{"source":43,"target":0},{"source":43,"target":31},{"source":43,"target":268},{"source":268,"target":31},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":269},{"source":44,"target":270},{"source":44,"target":271},{"source":44,"target":272},{"source":44,"target":273},{"source":44,"target":274},{"source":269,"target":57},{"source":269,"target":275},{"source":269,"target":44},{"source":275,"target":57},{"source":270,"target":57},{"source":270,"target":276},{"source":270,"target":44},{"source":276,"target":57},{"source":271,"target":57},{"source":271,"target":277},{"source":271,"target":44},{"source":277,"target":57},{"source":272,"target":57},{"source":272,"target":278},{"source":272,"target":44},{"source":278,"target":57},{"source":273,"target":57},{"source":273,"target":279},{"source":273,"target":44},{"source":279,"target":57},{"source":274,"target":43},{"source":45,"target":0},{"source":45,"target":31},{"source":45,"target":280},{"source":280,"target":31},{"source":46,"target":0},{"source":46,"target":45},{"source":46,"target":281},{"source":46,"target":282},{"source":281,"target":57},{"source":281,"target":283},{"source":281,"target":46},{"source":283,"target":57},{"source":282,"target":45},{"source":47,"target":0},{"source":47,"target":45},{"source":47,"target":284},{"source":47,"target":285},{"source":47,"target":286},{"source":47,"target":287},{"source":47,"target":288},{"source":47,"target":289},{"source":47,"target":290},{"source":47,"target":291},{"source":47,"target":292},{"source":47,"target":293},{"source":47,"target":294},{"source":47,"target":295},{"source":284,"target":57},{"source":284,"target":296},{"source":284,"target":47},{"source":296,"target":57},{"source":285,"target":57},{"source":285,"target":297},{"source":285,"target":47},{"source":297,"target":57},{"source":286,"target":57},{"source":286,"target":298},{"source":286,"target":47},{"source":298,"target":57},{"source":287,"target":57},{"source":287,"target":299},{"source":287,"target":47},{"source":299,"target":57},{"source":288,"target":57},{"source":288,"target":300},{"source":288,"target":47},{"source":300,"target":57},{"source":289,"target":57},{"source":289,"target":301},{"source":289,"target":47},{"source":301,"target":57},{"source":290,"target":57},{"source":290,"target":302},{"source":290,"target":47},{"source":302,"target":57},{"source":291,"target":57},{"source":291,"target":303},{"source":291,"target":47},{"source":303,"target":57},{"source":292,"target":23},{"source":292,"target":304},{"source":292,"target":47},{"source":304,"target":23},{"source":293,"target":24},{"source":293,"target":305},{"source":293,"target":47},{"source":305,"target":24},{"source":294,"target":11},{"source":294,"target":306},{"source":294,"target":47},{"source":306,"target":11},{"source":295,"target":45},{"source":48,"target":0},{"source":48,"target":45},{"source":48,"target":307},{"source":48,"target":308},{"source":48,"target":309},{"source":48,"target":310},{"source":48,"target":311},{"source":48,"target":312},{"source":48,"target":313},{"source":48,"target":314},{"source":48,"target":315},{"source":48,"target":316},{"source":48,"target":317},{"source":48,"target":318},{"source":307,"target":57},{"source":307,"target":319},{"source":307,"target":48},{"source":319,"target":57},{"source":308,"target":57},{"source":308,"target":320},{"source":308,"target":48},{"source":320,"target":57},{"source":309,"target":57},{"source":309,"target":321},{"source":309,"target":48},{"source":321,"target":57},{"source":310,"target":57},{"source":310,"target":322},{"source":310,"target":48},{"source":322,"target":57},{"source":311,"target":57},{"source":311,"target":323},{"source":311,"target":48},{"source":323,"target":57},{"source":312,"target":57},{"source":312,"target":324},{"source":312,"target":48},{"source":324,"target":57},{"source":313,"target":57},{"source":313,"target":325},{"source":313,"target":48},{"source":325,"target":57},{"source":314,"target":57},{"source":314,"target":326},{"source":314,"target":48},{"source":326,"target":57},{"source":315,"target":57},{"source":315,"target":327},{"source":315,"target":48},{"source":327,"target":57},{"source":316,"target":57},{"source":316,"target":328},{"source":316,"target":48},{"source":328,"target":57},{"source":317,"target":57},{"source":317,"target":329},{"source":317,"target":48},{"source":329,"target":57},{"source":318,"target":45},{"source":330,"target":57},{"source":57,"target":330}],"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="MyModel" nsURI="http://org.eclipse.bpmn2.modeler.examples.customtask"
nsPrefix="mm">
<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:EReference" name="taskConfig" upperBound="-2"
eType="#//TaskConfig" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="taskConfig"/>
<details key="kind" value="element"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="temporalDependency" upperBound="-2"
eType="#//TemporalDependency" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="temporalDependency"/>
<details key="kind" value="element"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskConfig">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="parameter"/>
<details key="kind" value="element"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MyEventDefinition" eSuperTypes="../../org.eclipse.bpmn2/model/BPMN20.ecore#//EventDefinition">
<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="TemporalDependency" eSuperTypes="../../org.eclipse.bpmn2/model/BPMN20.ecore#//FlowElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceRef" eType="ecore:EClass ../../org.eclipse.bpmn2/model/BPMN20.ecore#//BoundaryEvent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetRef" eType="ecore:EClass ../../org.eclipse.bpmn2/model/BPMN20.ecore#//BoundaryEvent"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lagTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/fanta-mnix/bpmn2-modeler/examples/org.eclipse.bpmn2.modeler.examples.customtask/model/MyModel.ecore | ecore | MyModel
DocumentRoot
taskConfig
temporalDependency
Parameter
name
value
TaskConfig
parameters
MyEventDefinition
value
TemporalDependency
sourceRef
targetRef
lagTime | null | {"directed":true,"nodes":[{"nsPrefix":"mm","nsURI":"http://org.eclipse.bpmn2.modeler.examples.customtask","name":"MyModel","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":"Parameter","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskConfig","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MyEventDefinition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalDependency","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"taskConfig","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"temporalDependency","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"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":11,"derived":false},{"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceRef","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":"targetRef","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":"lagTime","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"}],"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":3},{"source":6,"target":8},{"source":6,"target":1},{"source":8,"target":3},{"source":7,"target":5},{"source":7,"target":9},{"source":7,"target":1},{"source":9,"target":5},{"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":14,"target":2},{"source":14,"target":15},{"source":14,"target":3},{"source":15,"target":2},{"source":4,"target":0},{"source":4,"target":16},{"source":4,"target":17},{"source":16,"target":18},{"source":16,"target":4},{"source":5,"target":0},{"source":5,"target":19},{"source":5,"target":20},{"source":5,"target":21},{"source":5,"target":22},{"source":19,"target":23},{"source":19,"target":5},{"source":20,"target":24},{"source":20,"target":5},{"source":21,"target":25},{"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="parser"
nsURI="http://www.eclipse.org/hyades/schema/Parser.xsd" nsPrefix="parser">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 Copyright (c) 2005, 2007 IBM Corporation 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
			
		This document describes the format for representation of parser rules
		which can be consumed by the generic parser component.
		*********************************************************************
		Change History:
		31 Oct 2003 - Richard K Duggan initial implementation 
		10 Nov 2003 - Richard K Duggan general fixes for id's
		*********************************************************************
		

 Copyright (c) 2005 IBM Corporation 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
 "/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="ParserConfigType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
			This is the root element description. All the parser
			rules are hierarchically arranged under this element.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ParserConfigType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ruleElement" upperBound="-1"
eType="#//RuleElementType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="RuleElement"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="description"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="designationToken" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				This attribute is used during global processing of the log record to split the properties parsed
				with the separatorToken into names and values if the designation token specified here is included 
				in the property.
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="designationToken"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="disabled" unique="false"
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="disabled"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="separatorToken" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				This attribute is used during global processing of the log record to parse the record into
				a series of properties that are separated by the separator token specified here. 
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="separatorToken"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueID" 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="uniqueID"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleAttributeType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
			RuleAttributeTypes describe the attributes of a structured type.
			Attributes have a name and a value as well as a set of rules that
			are used to create a value for the attribute.
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RuleAttributeType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="substitutionRule" upperBound="-1"
eType="#//SubstitutionRuleType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="SubstitutionRule"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
					An optional specification of a default value to be returned if 
					there is no substitution rule or no successful substitution rules.
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="defaultValue"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				An ID number for this rule attribute.
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				An unique index for this rule attribute.
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="index"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRequiredByParent" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
					A boolean indicator of whether this RuleAttribute must produce a valid
					value in order for the parent RuleElement to be considered valid.
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="isRequiredByParent"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				The name of the attribute of the structured type this rule attribute represents. For example: creationTIme.
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="usePreviousMatchSubstitutionAsDefault"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
					A boolean indicator of whether a previously parsed value be returned if
					no substitution rules are successful.
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="usePreviousMatchSubstitutionAsDefault"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleElementType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
			RuleElementTypes are meta descriptors for any structured types.
			The structured type must have a name and it contains an optional
			set of attributes. Structured types may be nested under other
			structured types. 
			"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RuleElementType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ruleElement" upperBound="-1"
eType="#//RuleElementType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="RuleElement"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ruleAttribute" upperBound="-1"
eType="#//RuleAttributeType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="RuleAttribute"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				An ID number for this rule element.
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				An unique index for this rule element.
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="index"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isChildChoice" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				This attribute indicates whether only one of this structured type's children can be included in the
				parsing result.
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="isChildChoice"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRequiredByParent" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false" unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				This attribute indicates whether a value for this structured type is required by its parent structured type.
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="isRequiredByParent"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
				The name of the structured type this rule element represents. For example: CommonBaseEvent.
				"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubstitutionRuleType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="SubstitutionRule_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="match" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								A match pattern specified as a regular expression.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="match"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="positions" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								An optional specification of fields, either named or by position, 
								within a record.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="positions"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="substitute" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								A specification of substitution values.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="substitute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="substitutionExtensionClass"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								An optional specification of a user class to perform substitution 
								logic.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="substitutionExtensionClass"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeFormat" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								For time values, an optional specification of a Java time format that 
								will be used to parse the substitution value to produce a time in 
								milliseconds.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="timeFormat"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="useBuiltInFunction" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
								A boolean indicator of whether a parser built in function be used 
								to generate the value.
							"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="useBuiltInFunction"/>
</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="ruleAttribute" upperBound="-2"
eType="#//RuleAttributeType" 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="RuleAttribute"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ruleElement" upperBound="-2"
eType="#//RuleElementType" 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="RuleElement"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/parser.ecore | ecore | parser
ParserConfigType
ruleElement
description
designationToken
disabled
separatorToken
uniqueID
RuleAttributeType
substitutionRule
defaultValue
id
index
isRequiredByParent
false
name
usePreviousMatchSubstitutionAsDefault
RuleElementType
ruleElement
ruleAttribute
id
index
isChildChoice
false
isRequiredByParent
false
name
SubstitutionRuleType
match
positions
substitute
substitutionExtensionClass
timeFormat
useBuiltInFunction
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
ruleAttribute
ruleElement | null | {"directed":true,"nodes":[{"nsPrefix":"parser","nsURI":"http://www.eclipse.org/hyades/schema/Parser.xsd","name":"parser","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParserConfigType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleAttributeType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleElementType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubstitutionRuleType","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ruleElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"designationToken","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"disabled","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":false,"name":"separatorToken","changeable":true,"lowerBound":0,"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":false,"name":"uniqueID","changeable":true,"lowerBound":1,"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"substitutionRule","changeable":true,"resolveProxies":false,"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":false,"name":"defaultValue","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":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"index","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":"false","unsettable":true,"transient":false,"unique":false,"name":"isRequiredByParent","changeable":true,"lowerBound":0,"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":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"usePreviousMatchSubstitutionAsDefault","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"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":"ruleElement","changeable":true,"resolveProxies":false,"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":"ruleAttribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"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":false,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":false,"name":"isChildChoice","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":true,"transient":false,"unique":false,"name":"isRequiredByParent","changeable":true,"lowerBound":0,"iD":false,"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":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"},{"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":false,"name":"match","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":false,"name":"positions","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"substitute","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":false,"name":"substitutionExtensionClass","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":false,"name":"timeFormat","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"useBuiltInFunction","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"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":"ruleAttribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"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":"ruleElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"derived":true},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"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":3},{"source":6,"target":12},{"source":6,"target":1},{"source":12,"target":3},{"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":16},{"source":10,"target":1},{"source":11,"target":17},{"source":11,"target":1},{"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":4},{"source":18,"target":25},{"source":18,"target":2},{"source":25,"target":4},{"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":23,"target":30},{"source":23,"target":2},{"source":24,"target":31},{"source":24,"target":2},{"source":3,"target":0},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":32,"target":3},{"source":32,"target":39},{"source":32,"target":3},{"source":39,"target":3},{"source":33,"target":2},{"source":33,"target":40},{"source":33,"target":3},{"source":40,"target":2},{"source":34,"target":41},{"source":34,"target":3},{"source":35,"target":42},{"source":35,"target":3},{"source":36,"target":43},{"source":36,"target":3},{"source":37,"target":44},{"source":37,"target":3},{"source":38,"target":45},{"source":38,"target":3},{"source":4,"target":0},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":46,"target":52},{"source":46,"target":4},{"source":47,"target":53},{"source":47,"target":4},{"source":48,"target":54},{"source":48,"target":4},{"source":49,"target":55},{"source":49,"target":4},{"source":50,"target":56},{"source":50,"target":4},{"source":51,"target":57},{"source":51,"target":4},{"source":5,"target":0},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":58,"target":63},{"source":58,"target":5},{"source":59,"target":64},{"source":59,"target":5},{"source":60,"target":65},{"source":60,"target":5},{"source":61,"target":2},{"source":61,"target":66},{"source":61,"target":5},{"source":66,"target":2},{"source":62,"target":3},{"source":62,"target":67},{"source":62,"target":5},{"source":67,"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="webIDL"
nsURI="http://www.waml.org/w3c/webidl/WebIDL" nsPrefix="webIDL">
<eClassifiers xsi:type="ecore:EClass" name="IDLDefinitions">
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Import"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" upperBound="-1"
eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//AbstractDefinitions"
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="TypeDef" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Types platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Definitions">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//TypeRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeRef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isArray" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserTypeRef" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//TypeRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Types"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Types"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeRef" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//TypeRef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unsigned" 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="nullable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//TypeRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//TypeRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nullable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Callable">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Operation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constructor" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//NamedConstructor platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//InterfaceExtendedAttribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Argument"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedConstructor" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//InterfaceExtendedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="Callback" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//InterfaceExtendedAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="functionOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NoInterfaceObject" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//InterfaceExtendedAttribute platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//ExceptionExtendedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="PrototypeRoot" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//InterfaceExtendedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="PutForwards" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//AttributeExtendedAttribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TreatNullAs" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//OperationExtendedAttribute platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//AttributeExtendedAttribute platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//ArgumentExtendedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="TreatUndefinedAs" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//OperationExtendedAttribute platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//AttributeExtendedAttribute platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//ArgumentExtendedAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="asEmptyString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="asNull" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AllowAny" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//ArgumentExtendedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="Replaceable" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//AttributeExtendedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="Supplemental" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//InterfaceExtendedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplaceableNamedProperties" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//InterfaceExtendedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractDefinitions"/>
<eClassifiers xsi:type="ecore:EClass" name="Definitions" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//AbstractDefinitions"/>
<eClassifiers xsi:type="ecore:EClass" name="ImplementStatement" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Definitions">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Interface"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Interface"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//AbstractDefinitions">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedAttributes" upperBound="-1"
eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//ModuleExtendedAttribute"
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="definitions" upperBound="-1"
eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//AbstractDefinitions"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleExtendedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="Prefix" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//ModuleExtendedAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamespaceObject" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//ModuleExtendedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Types platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Definitions">
<eOperations name="getOperations" upperBound="-1" eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Operation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="
	EList<Operation> lResult = new org.eclipse.emf.common.util.BasicEList<Operation>();
	for(java.util.Iterator<InterfaceMember> ite=this.getMembers().iterator();ite.hasNext();)
	{
		InterfaceMember lIm = ite.next();
		if (lIm instanceof Operation)
		{
			lResult.add((Operation)lIm);
		}
	}
	return lResult;"/>
</eAnnotations>
</eOperations>
<eOperations name="getAttributes" upperBound="-1" eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Attribute">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="
	EList<Attribute> lResult = new org.eclipse.emf.common.util.BasicEList<Attribute>();
	for(java.util.Iterator<InterfaceMember> ite=this.getMembers().iterator();ite.hasNext();)
	{
		InterfaceMember lIm = ite.next();
		if (lIm instanceof Attribute)
		{
			lResult.add((Attribute)lIm);
		}
	}
	return lResult;"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedAttributes" upperBound="-1"
eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//InterfaceExtendedAttribute"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedAttribute" upperBound="-1"
eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//InterfaceExtendedAttribute"
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="superType" unique="false"
upperBound="-1" eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Interface"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1"
eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//InterfaceMember"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceExtendedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceMember"/>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceFeature" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Types platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//InterfaceMember">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//InterfaceFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedAttributes" upperBound="-1"
eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//OperationExtendedAttribute"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="omittable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specials" upperBound="-1"
eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//OperationSpecial"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="return" eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//TypeRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Argument"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="raises" unique="false"
upperBound="-1" eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Exception"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationExtendedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="OperationSpecial"/>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//InterfaceFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedAttributes" upperBound="-1"
eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//AttributeExtendedAttribute"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//TypeRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="getRaises" unique="false"
upperBound="-1" eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Exception"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="setRaises" unique="false"
upperBound="-1" eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Exception"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeExtendedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="Exception" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//Definitions">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedAttributes" upperBound="-1"
eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//ExceptionExtendedAttribute"
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="members" upperBound="-1"
eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//ExceptionMember"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExceptionMember">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//TypeRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExceptionField" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//ExceptionMember">
<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="ExceptionExtendedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="Argument">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedAttributes" upperBound="-1"
eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//ArgumentExtendedAttribute"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="in" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//TypeRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ellipsis" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArgumentExtendedAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="Const" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//InterfaceMember platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//ExceptionMember">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="ecore:EClass platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//ConstExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstExpr"/>
<eClassifiers xsi:type="ecore:EClass" name="OperationSpecialGetter" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//OperationSpecial"/>
<eClassifiers xsi:type="ecore:EClass" name="OperationSpecialSetter" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//OperationSpecial"/>
<eClassifiers xsi:type="ecore:EClass" name="OperationSpecialCreator" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//OperationSpecial"/>
<eClassifiers xsi:type="ecore:EClass" name="OperationSpecialDeleter" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//OperationSpecial"/>
<eClassifiers xsi:type="ecore:EClass" name="OperationSpecialCaller" eSuperTypes="platform:/resource/org.waml.w3c.webidl/src-gen/org/waml/w3c/webidl/WebIDL.ecore#//OperationSpecial"/>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/WebIDL.ecore | ecore | webIDL
IDLDefinitions
imports
definitions
Import
importURI
TypeDef
type
name
TypeRef
isArray
UserTypeRef
type
Types
PrimitiveTypeRef
unsigned
name
nullable
SequenceType
type
nullable
Callable
target
Constructor
arguments
name
NamedConstructor
Callback
functionOnly
propertyOnly
NoInterfaceObject
PrototypeRoot
PutForwards
target
TreatNullAs
TreatUndefinedAs
asEmptyString
asNull
AllowAny
Replaceable
Supplemental
ReplaceableNamedProperties
AbstractDefinitions
Definitions
ImplementStatement
source
target
Module
extendedAttributes
name
definitions
ModuleExtendedAttribute
Prefix
value
NamespaceObject
Interface
getOperations
getAttributes
extendedAttributes
extendedAttribute
name
superType
members
InterfaceExtendedAttribute
InterfaceMember
InterfaceFeature
stringifier
name
Operation
extendedAttributes
omittable
specials
return
arguments
raises
OperationExtendedAttribute
OperationSpecial
Attribute
extendedAttributes
type
getRaises
setRaises
AttributeExtendedAttribute
Exception
extendedAttributes
name
members
ExceptionMember
type
ExceptionField
name
ExceptionExtendedAttribute
Argument
extendedAttributes
in
optional
type
ellipsis
name
ArgumentExtendedAttribute
Const
name
expr
ConstExpr
OperationSpecialGetter
OperationSpecialSetter
OperationSpecialCreator
OperationSpecialDeleter
OperationSpecialCaller | null | {"directed":true,"nodes":[{"nsPrefix":"webIDL","nsURI":"http://www.waml.org/w3c/webidl/WebIDL","name":"webIDL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IDLDefinitions","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":"TypeDef","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRef","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserTypeRef","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Types","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeRef","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Callable","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedConstructor","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Callback","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoInterfaceObject","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrototypeRoot","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PutForwards","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TreatNullAs","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TreatUndefinedAs","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllowAny","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Replaceable","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Supplemental","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplaceableNamedProperties","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDefinitions","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definitions","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementStatement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleExtendedAttribute","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prefix","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceObject","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceExtendedAttribute","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceMember","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceFeature","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationExtendedAttribute","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationSpecial","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeExtendedAttribute","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exception","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionMember","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionField","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionExtendedAttribute","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argument","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentExtendedAttribute","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Const","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstExpr","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationSpecialGetter","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationSpecialSetter","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationSpecialCreator","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationSpecialDeleter","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationSpecialCaller","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"definitions","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":"importURI","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":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":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},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isArray","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unsigned","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nullable","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"nullable","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functionOnly","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyOnly","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":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":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"asEmptyString","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"asNull","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"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":"extendedAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getOperations","lowerBound":0,"id":131,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAttributes","lowerBound":0,"id":132,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedAttributes","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":"extendedAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"container":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":"superType","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":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringifier","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"omittable","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specials","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":"return","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"raises","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedAttributes","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"getRaises","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"setRaises","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"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":"extendedAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"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":188,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optional","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ellipsis","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"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":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":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":1,"target":0},{"source":1,"target":51},{"source":1,"target":52},{"source":51,"target":53},{"source":51,"target":1},{"source":52,"target":54},{"source":52,"target":1},{"source":2,"target":0},{"source":2,"target":55},{"source":55,"target":56},{"source":55,"target":2},{"source":3,"target":0},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":57,"target":61},{"source":57,"target":3},{"source":58,"target":62},{"source":58,"target":3},{"source":4,"target":0},{"source":4,"target":63},{"source":63,"target":64},{"source":63,"target":4},{"source":5,"target":0},{"source":5,"target":65},{"source":5,"target":66},{"source":65,"target":67},{"source":65,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":7,"target":71},{"source":68,"target":72},{"source":68,"target":7},{"source":69,"target":73},{"source":69,"target":7},{"source":70,"target":74},{"source":70,"target":7},{"source":8,"target":0},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":75,"target":78},{"source":75,"target":8},{"source":76,"target":79},{"source":76,"target":8},{"source":9,"target":0},{"source":9,"target":80},{"source":80,"target":81},{"source":80,"target":9},{"source":10,"target":0},{"source":10,"target":82},{"source":10,"target":83},{"source":10,"target":84},{"source":10,"target":85},{"source":82,"target":86},{"source":82,"target":10},{"source":83,"target":87},{"source":83,"target":10},{"source":11,"target":0},{"source":11,"target":88},{"source":12,"target":0},{"source":12,"target":89},{"source":12,"target":90},{"source":12,"target":91},{"source":89,"target":92},{"source":89,"target":12},{"source":90,"target":93},{"source":90,"target":12},{"source":13,"target":0},{"source":13,"target":94},{"source":13,"target":95},{"source":14,"target":0},{"source":14,"target":96},{"source":15,"target":0},{"source":15,"target":97},{"source":15,"target":98},{"source":97,"target":99},{"source":97,"target":15},{"source":16,"target":0},{"source":16,"target":100},{"source":16,"target":101},{"source":16,"target":102},{"source":17,"target":0},{"source":17,"target":103},{"source":17,"target":104},{"source":17,"target":105},{"source":17,"target":106},{"source":17,"target":107},{"source":103,"target":108},{"source":103,"target":17},{"source":104,"target":109},{"source":104,"target":17},{"source":18,"target":0},{"source":18,"target":110},{"source":19,"target":0},{"source":19,"target":111},{"source":20,"target":0},{"source":20,"target":112},{"source":21,"target":0},{"source":21,"target":113},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":114},{"source":24,"target":0},{"source":24,"target":115},{"source":24,"target":116},{"source":24,"target":117},{"source":115,"target":118},{"source":115,"target":24},{"source":116,"target":119},{"source":116,"target":24},{"source":25,"target":0},{"source":25,"target":120},{"source":25,"target":121},{"source":25,"target":122},{"source":25,"target":123},{"source":120,"target":124},{"source":120,"target":25},{"source":121,"target":125},{"source":121,"target":25},{"source":122,"target":126},{"source":122,"target":25},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":127},{"source":27,"target":128},{"source":127,"target":129},{"source":127,"target":27},{"source":28,"target":0},{"source":28,"target":130},{"source":29,"target":0},{"source":29,"target":131},{"source":29,"target":132},{"source":29,"target":133},{"source":29,"target":134},{"source":29,"target":135},{"source":29,"target":136},{"source":29,"target":137},{"source":29,"target":138},{"source":29,"target":139},{"source":131,"target":140},{"source":131,"target":29},{"source":132,"target":141},{"source":132,"target":29},{"source":133,"target":142},{"source":133,"target":29},{"source":134,"target":143},{"source":134,"target":29},{"source":135,"target":144},{"source":135,"target":29},{"source":136,"target":145},{"source":136,"target":29},{"source":137,"target":146},{"source":137,"target":29},{"source":30,"target":0},{"source":31,"target":0},{"source":32,"target":0},{"source":32,"target":147},{"source":32,"target":148},{"source":32,"target":149},{"source":32,"target":150},{"source":147,"target":151},{"source":147,"target":32},{"source":148,"target":152},{"source":148,"target":32},{"source":33,"target":0},{"source":33,"target":153},{"source":33,"target":154},{"source":33,"target":155},{"source":33,"target":156},{"source":33,"target":157},{"source":33,"target":158},{"source":33,"target":159},{"source":153,"target":160},{"source":153,"target":33},{"source":154,"target":161},{"source":154,"target":33},{"source":155,"target":162},{"source":155,"target":33},{"source":156,"target":163},{"source":156,"target":33},{"source":157,"target":164},{"source":157,"target":33},{"source":158,"target":165},{"source":158,"target":33},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":36,"target":166},{"source":36,"target":167},{"source":36,"target":168},{"source":36,"target":169},{"source":36,"target":170},{"source":166,"target":171},{"source":166,"target":36},{"source":167,"target":172},{"source":167,"target":36},{"source":168,"target":173},{"source":168,"target":36},{"source":169,"target":174},{"source":169,"target":36},{"source":37,"target":0},{"source":38,"target":0},{"source":38,"target":175},{"source":38,"target":176},{"source":38,"target":177},{"source":38,"target":178},{"source":175,"target":179},{"source":175,"target":38},{"source":176,"target":180},{"source":176,"target":38},{"source":177,"target":181},{"source":177,"target":38},{"source":39,"target":0},{"source":39,"target":182},{"source":182,"target":183},{"source":182,"target":39},{"source":40,"target":0},{"source":40,"target":184},{"source":40,"target":185},{"source":184,"target":186},{"source":184,"target":40},{"source":41,"target":0},{"source":42,"target":0},{"source":42,"target":187},{"source":42,"target":188},{"source":42,"target":189},{"source":42,"target":190},{"source":42,"target":191},{"source":42,"target":192},{"source":187,"target":193},{"source":187,"target":42},{"source":188,"target":194},{"source":188,"target":42},{"source":189,"target":195},{"source":189,"target":42},{"source":190,"target":196},{"source":190,"target":42},{"source":191,"target":197},{"source":191,"target":42},{"source":192,"target":198},{"source":192,"target":42},{"source":43,"target":0},{"source":44,"target":0},{"source":44,"target":199},{"source":44,"target":200},{"source":44,"target":201},{"source":44,"target":202},{"source":199,"target":203},{"source":199,"target":44},{"source":200,"target":204},{"source":200,"target":44},{"source":45,"target":0},{"source":46,"target":0},{"source":46,"target":205},{"source":47,"target":0},{"source":47,"target":206},{"source":48,"target":0},{"source":48,"target":207},{"source":49,"target":0},{"source":49,"target":208},{"source":50,"target":0},{"source":50,"target":209}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="jms" nsURI="urn:switchyard-component-camel-jms:config:2.0" nsPrefix="jms">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 <div xmlns="http://www.w3.org/1999/xhtml">
 <h1>About the XML namespace</h1>

 <div class="bodytext">
 <p>
 This schema document describes the XML namespace, in a form
 suitable for import by other schema documents.
 </p>
 <p>
 See <a href="http://www.w3.org/XML/1998/namespace.html">
 http://www.w3.org/XML/1998/namespace.html</a> and
 <a href="http://www.w3.org/TR/REC-xml">
 http://www.w3.org/TR/REC-xml</a> for information 
 about this namespace.
 </p>
 <p>
 Note that local names in this namespace are intended to be
 defined only by the World Wide Web Consortium or its subgroups.
 The names currently defined in this namespace are listed below.
 They should not be used with conflicting semantics by any Working
 Group, specification, or document instance.
 </p>
 <p> 
 See further below in this document for more information about <a href="#usage">how to refer to this schema document from your own
 XSD schema documents</a> and about <a href="#nsversioning">the
 namespace-versioning policy governing this schema document</a>.
 </p>
 </div>
 </div>
 

 <div xmlns="http://www.w3.org/1999/xhtml">
 
 <h3>Father (in any context at all)</h3> 

 <div class="bodytext">
 <p>
 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:
 </p>
 <blockquote>
 <p>
	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".
 </p>
 </blockquote>
 </div>
 </div>
 

 <div id="usage" xml:id="usage" xmlns="http://www.w3.org/1999/xhtml">
 <h2>
 <a name="usage">About this schema document</a>
 </h2>

 <div class="bodytext">
 <p>
 This schema defines attributes and an attribute group suitable
 for use by schemas wishing to allow <code>xml:base</code>,
 <code>xml:lang</code>, <code>xml:space</code> or
 <code>xml:id</code> attributes on elements they define.
 </p>
 <p>
 To enable this, such a schema must import this schema for
 the XML namespace, e.g. as follows:
 </p>
 <pre>
 &lt;schema . . .&gt;
 . . .
 &lt;import namespace="http://www.w3.org/XML/1998/namespace"
 schemaLocation="http://www.w3.org/2001/xml.xsd"/&gt;
 </pre>
 <p>
 or
 </p>
 <pre>
 &lt;import namespace="http://www.w3.org/XML/1998/namespace"
 schemaLocation="http://www.w3.org/2009/01/xml.xsd"/&gt;
 </pre>
 <p>
 Subsequently, qualified reference to any of the attributes or the
 group defined below will have the desired effect, e.g.
 </p>
 <pre>
 &lt;type . . .&gt;
 . . .
 &lt;attributeGroup ref="xml:specialAttrs"/&gt;
 </pre>
 <p>
 will define a type which will schema-validate an instance element
 with any of those attributes.
 </p>
 </div>
 </div>
 

 <div id="nsversioning" xml:id="nsversioning" xmlns="http://www.w3.org/1999/xhtml">
 <h2>
 <a name="nsversioning">Versioning policy for this schema document</a>
 </h2>
 <div class="bodytext">
 <p>
 In keeping with the XML Schema WG's standard versioning
 policy, this schema document will persist at
 <a href="http://www.w3.org/2009/01/xml.xsd">
 http://www.w3.org/2009/01/xml.xsd</a>.
 </p>
 <p>
 At the date of issue it can also be found at
 <a href="http://www.w3.org/2001/xml.xsd">
 http://www.w3.org/2001/xml.xsd</a>.
 </p>
 <p>
 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, or with the XML namespace itself. In other words,
 if the XML Schema or XML namespaces change, the version of this
 document at <a href="http://www.w3.org/2001/xml.xsd">
 http://www.w3.org/2001/xml.xsd 
 </a> 
 will change accordingly; the version at 
 <a href="http://www.w3.org/2009/01/xml.xsd">
 http://www.w3.org/2009/01/xml.xsd 
 </a> 
 will not change.
 </p>
 <p>
 Previous dated (and unchanging) versions of this schema 
 document are at:
 </p>
 <ul>
 <li>
 <a href="http://www.w3.org/2009/01/xml.xsd">
	http://www.w3.org/2009/01/xml.xsd</a>
 </li>
 <li>
 <a href="http://www.w3.org/2007/08/xml.xsd">
	http://www.w3.org/2007/08/xml.xsd</a>
 </li>
 <li>
 <a href="http://www.w3.org/2004/10/xml.xsd">
	http://www.w3.org/2004/10/xml.xsd</a>
 </li>
 <li>
 <a href="http://www.w3.org/2001/03/xml.xsd">
	http://www.w3.org/2001/03/xml.xsd</a>
 </li>
 </ul>
 </div>
 </div>
 "/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="AdditionalUriParametersType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="additionalUriParameters_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1"
eType="#//ParameterType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="parameter"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BaseCamelBinding" eSuperTypes="config.switchyard.ecore#//SwitchYardBindingType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="BaseCamelBinding"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextMapper" eType="ecore:EClass config.switchyard.ecore#//ContextMapperType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="contextMapper"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="messageComposer" eType="ecore:EClass config.switchyard.ecore#//MessageComposerType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="messageComposer"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="additionalUriParameters"
eType="#//AdditionalUriParametersType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="additionalUriParameters"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CamelJmsBindingType" eSuperTypes="#//BaseCamelBinding">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CamelJmsBindingType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="queue" 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="queue"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="topic" 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="topic"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionFactory" 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="connectionFactory"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="username"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="password"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clientId" 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="clientId"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="durableSubscriptionName"
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="durableSubscriptionName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="concurrentConsumers" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"
defaultValueLiteral="1" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="concurrentConsumers"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxConcurrentConsumers"
eType="ecore:EDataType config.switchyard.ecore#//PropInteger" defaultValueLiteral="1"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="maxConcurrentConsumers"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="disableReplyTo" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="disableReplyTo"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preserveMessageQos" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="preserveMessageQos"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deliveryPersistent" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="true" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="deliveryPersistent"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"
defaultValueLiteral="4" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="priority"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="explicitQosEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="explicitQosEnabled"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="replyTo" 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="replyTo"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="replyToType" 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="replyToType"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="requestTimeout" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"
defaultValueLiteral="20000" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="requestTimeout"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selector" 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="selector"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeToLive" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="timeToLive"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="transacted" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="transacted"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="transactionManager" 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="transactionManager"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="acknowledgementModeName"
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="acknowledgementModeName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="acknowledgementMode" eType="ecore:EDataType config.switchyard.ecore#//PropInteger">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="acknowledgementMode"/>
<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="bindingJms" upperBound="-2"
eType="#//CamelJmsBindingType" 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.jms"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="urn:switchyard-config:switchyard:2.0#binding.switchyard"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="parameter_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/jboss-switchyard/tools/eclipse/plugins/org.switchyard.tools.models.switchyard1_0/model/component.camel.jms.ecore | ecore | jms
AdditionalUriParametersType
parameter
BaseCamelBinding
contextMapper
messageComposer
additionalUriParameters
CamelJmsBindingType
queue
topic
connectionFactory
username
password
clientId
durableSubscriptionName
concurrentConsumers
1
maxConcurrentConsumers
1
disableReplyTo
false
preserveMessageQos
false
deliveryPersistent
true
priority
4
explicitQosEnabled
false
replyTo
replyToType
requestTimeout
20000
selector
timeToLive
transacted
false
transactionManager
acknowledgementModeName
acknowledgementMode
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
bindingJms
ParameterType
name
value | null | {"directed":true,"nodes":[{"nsPrefix":"jms","nsURI":"urn:switchyard-component-camel-jms:config:2.0","name":"jms","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalUriParametersType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseCamelBinding","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CamelJmsBindingType","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":"ParameterType","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":"parameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextMapper","changeable":true,"resolveProxies":false,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageComposer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalUriParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"queue","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":"topic","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":"connectionFactory","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":"username","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":"password","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":"clientId","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":"durableSubscriptionName","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"concurrentConsumers","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"maxConcurrentConsumers","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"disableReplyTo","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"preserveMessageQos","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"deliveryPersistent","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":4,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"4","unsettable":true,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"explicitQosEnabled","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":"replyTo","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":"replyToType","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":20000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"20000","unsettable":true,"transient":false,"unique":true,"name":"requestTimeout","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":"selector","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":true,"transient":false,"unique":true,"name":"timeToLive","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"transacted","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":"transactionManager","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":"acknowledgementModeName","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"acknowledgementMode","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"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":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":true,"unique":true,"name":"xMLNSPrefixMap","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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":64,"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":"bindingJms","changeable":true,"resolveProxies":false,"lowerBound":0,"id":65,"derived":true},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":6,"target":5},{"source":6,"target":7},{"source":6,"target":1},{"source":7,"target":5},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":8,"target":12},{"source":8,"target":2},{"source":9,"target":13},{"source":9,"target":2},{"source":10,"target":1},{"source":10,"target":14},{"source":10,"target":2},{"source":14,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"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":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":15,"target":39},{"source":15,"target":3},{"source":16,"target":40},{"source":16,"target":3},{"source":17,"target":41},{"source":17,"target":3},{"source":18,"target":42},{"source":18,"target":3},{"source":19,"target":43},{"source":19,"target":3},{"source":20,"target":44},{"source":20,"target":3},{"source":21,"target":45},{"source":21,"target":3},{"source":22,"target":46},{"source":22,"target":3},{"source":23,"target":47},{"source":23,"target":3},{"source":24,"target":48},{"source":24,"target":3},{"source":25,"target":49},{"source":25,"target":3},{"source":26,"target":50},{"source":26,"target":3},{"source":27,"target":51},{"source":27,"target":3},{"source":28,"target":52},{"source":28,"target":3},{"source":29,"target":53},{"source":29,"target":3},{"source":30,"target":54},{"source":30,"target":3},{"source":31,"target":55},{"source":31,"target":3},{"source":32,"target":56},{"source":32,"target":3},{"source":33,"target":57},{"source":33,"target":3},{"source":34,"target":58},{"source":34,"target":3},{"source":35,"target":59},{"source":35,"target":3},{"source":36,"target":60},{"source":36,"target":3},{"source":37,"target":61},{"source":37,"target":3},{"source":38,"target":2},{"source":4,"target":0},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":62,"target":66},{"source":62,"target":4},{"source":63,"target":67},{"source":63,"target":4},{"source":64,"target":68},{"source":64,"target":4},{"source":65,"target":3},{"source":65,"target":69},{"source":65,"target":4},{"source":69,"target":3},{"source":5,"target":0},{"source":5,"target":70},{"source":5,"target":71},{"source":70,"target":72},{"source":70,"target":5},{"source":71,"target":73},{"source":71,"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="graal"
nsURI="http://org.obeonetwork.graal/1.0" nsPrefix="graal">
<eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//Activity #//AbstractTask #//UserStoryElement">
<eOperations name="getReferencedBy" upperBound="-1" eType="#//TaskReference"/>
<eOperations name="getUsedBy" upperBound="-1" eType="#//Task"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="uses" upperBound="-1" eType="#//Task"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preconditions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="postconditions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1"
eType="#//Actor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="System" eSuperTypes="#//NamedElement #//DomainModelRegistry #//TasksContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="subSystems" upperBound="-1"
eType="#//System" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1"
eType="#//Actor" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="useCases" upperBound="-1"
eType="#//UseCase" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="userStories" upperBound="-1"
eType="#//UserStory" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Activity" abstract="true" eSuperTypes="#//GraalObject">
<eOperations name="hasChildAttachedToUserStory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="userStory" eType="#//UserStory"/>
</eOperations>
<eOperations name="getContainingTask" eType="#//Task"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//Node" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subActivities" upperBound="-1"
eType="#//Activity" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operator" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//OperatorKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//GraalObject #//UserStoryElement">
<eOperations name="getContainingTask" eType="#//Task"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1"
eType="#//Transition" eOpposite="#//Transition/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransitions" upperBound="-1"
eType="#//Transition" eOpposite="#//Transition/target"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//GraalObject #//UserStoryElement">
<eOperations name="getContainingTask" eType="#//Task"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="guard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Node" eOpposite="#//Node/outgoingTransitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Node" eOpposite="#//Node/incomingTransitions"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//TransitionKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskReference" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="task" lowerBound="1" eType="#//Task"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserView" eSuperTypes="#//NamedNode"/>
<eClassifiers xsi:type="ecore:EClass" name="UserAction" eSuperTypes="#//NamedNode"/>
<eClassifiers xsi:type="ecore:EClass" name="AppliEvent" eSuperTypes="#//NamedNode"/>
<eClassifiers xsi:type="ecore:EClass" name="AppliAction" eSuperTypes="#//NamedNode"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="AbortNode" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EEnum" name="TransitionKind">
<eLiterals name="normal"/>
<eLiterals name="interrupt" value="1"/>
<eLiterals name="abort" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//Activity">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OperatorKind">
<eLiterals name="and"/>
<eLiterals name="or" value="1"/>
<eLiterals name="xor" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="subActors" upperBound="-1"
eType="#//Actor" eOpposite="#//Actor/superActor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superActor" eType="#//Actor"
eOpposite="#//Actor/subActors"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractTask" abstract="true" eSuperTypes="#//NamedElement">
<eOperations name="getUseCase" eType="#//UseCase"/>
<eOperations name="getContainingSystem" eType="#//System"/>
<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="TasksGroup" eSuperTypes="#//AbstractTask #//TasksContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//NamedElement #//DomainModelRegistry">
<eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1"
eType="#//Actor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tasks" upperBound="-1"
eType="#//AbstractTask"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="includes" upperBound="-1"
eType="#//UseCase"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1"
eType="#//UseCase"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//GraalObject">
<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="NamedNode" abstract="true" eSuperTypes="#//Node #//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DomainModelRegistry" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="dtoCategories" upperBound="-1"
eType="ecore:EClass ../../org.obeonetwork.dsl.soa/model/soa.ecore#//Category"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dtos" upperBound="-1" eType="ecore:EClass ../../org.obeonetwork.dsl.soa/model/soa.ecore#//ServiceDTO"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entityBlocks" upperBound="-1"
eType="ecore:EClass ../../org.obeonetwork.dsl.entity/model/entity.ecore#//Block"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1"
eType="ecore:EClass ../../org.obeonetwork.dsl.entity/model/entity.ecore#//Entity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TasksContainer" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="tasks" upperBound="-1"
eType="#//AbstractTask" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedTasks" upperBound="-1"
eType="#//Task" changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedGroups" upperBound="-1"
eType="#//TasksGroup" changeable="false" volatile="true" transient="true"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserStory" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//UserStoryElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserStoryElement" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="GraalObject" abstract="true" eSuperTypes="../../org.obeonetwork.dsl.environment/model/environment.ecore#//ObeoDSMObject">
<eOperations name="attachToUserStory">
<eParameters name="userStory" eType="#//UserStory"/>
</eOperations>
<eOperations name="detachFromUserStory">
<eParameters name="userStory" eType="#//UserStory"/>
</eOperations>
<eOperations name="isConcernedByUserStory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="userStory" eType="#//UserStory"/>
</eOperations>
<eOperations name="canBeAttachedToUserStory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="userStory" eType="#//UserStory"/>
</eOperations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/graal.ecore | ecore | graal
Task
getReferencedBy
getUsedBy
uses
preconditions
postconditions
actors
System
subSystems
actors
useCases
userStories
Activity
hasChildAttachedToUserStory
userStory
getContainingTask
nodes
transitions
subActivities
Operator
kind
Node
getContainingTask
outgoingTransitions
incomingTransitions
Transition
getContainingTask
guard
source
target
kind
TaskReference
task
UserView
UserAction
AppliEvent
AppliAction
InitialNode
FinalNode
AbortNode
TransitionKind
normal
normal
interrupt
interrupt
abort
abort
Loop
lowerBound
upperBound
OperatorKind
and
and
or
or
xor
xor
Actor
subActors
superActor
AbstractTask
getUseCase
getContainingSystem
id
TasksGroup
UseCase
actors
tasks
includes
extends
NamedElement
name
NamedNode
DomainModelRegistry
dtoCategories
dtos
entityBlocks
entities
TasksContainer
tasks
ownedTasks
ownedGroups
UserStory
elements
UserStoryElement
GraalObject
attachToUserStory
userStory
detachFromUserStory
userStory
isConcernedByUserStory
userStory
canBeAttachedToUserStory
userStory | null | {"directed":true,"nodes":[{"nsPrefix":"graal","nsURI":"http://org.obeonetwork.graal/1.0","name":"graal","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"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":"TaskReference","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserView","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AppliEvent","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AppliAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbortNode","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TransitionKind","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperatorKind","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTask","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TasksGroup","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedNode","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainModelRegistry","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TasksContainer","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserStory","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserStoryElement","instanceClass":null,"abstract":true,"id":27,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraalObject","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getReferencedBy","lowerBound":0,"id":29,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getUsedBy","lowerBound":0,"id":30,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"uses","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":"preconditions","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":"postconditions","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":false,"unsettable":false,"transient":false,"unique":true,"name":"actors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subSystems","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":"actors","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":"useCases","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":"userStories","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasChildAttachedToUserStory","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingTask","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subActivities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"userStory","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingTask","lowerBound":0,"id":71,"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":"outgoingTransitions","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":"incomingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingTask","lowerBound":0,"id":81,"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":"guard","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"name":"normal","id":101,"value":0,"literal":"normal","eClass":"EEnumLiteral"},{"name":"interrupt","id":102,"value":1,"literal":"interrupt","eClass":"EEnumLiteral"},{"name":"abort","id":103,"value":2,"literal":"abort","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","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":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"name":"and","id":109,"value":0,"literal":"and","eClass":"EEnumLiteral"},{"name":"or","id":110,"value":1,"literal":"or","eClass":"EEnumLiteral"},{"name":"xor","id":111,"value":2,"literal":"xor","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subActors","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":"superActor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUseCase","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainingSystem","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dtoCategories","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":false,"unsettable":false,"transient":false,"unique":true,"name":"dtos","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":false,"unsettable":false,"transient":false,"unique":true,"name":"entityBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"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":"ownedTasks","changeable":false,"resolveProxies":true,"lowerBound":0,"id":150,"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":"ownedGroups","changeable":false,"resolveProxies":true,"lowerBound":0,"id":151,"derived":true},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"attachToUserStory","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"detachFromUserStory","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isConcernedByUserStory","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canBeAttachedToUserStory","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EOperation"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"userStory","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EParameter"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"userStory","lowerBound":0,"id":165,"many":false,"required":false,"eClass":"EParameter"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"userStory","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EParameter"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"userStory","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"id":172,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":3},{"source":1,"target":19},{"source":1,"target":27},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":29,"target":7},{"source":29,"target":38},{"source":29,"target":1},{"source":38,"target":7},{"source":30,"target":1},{"source":30,"target":39},{"source":30,"target":1},{"source":39,"target":1},{"source":31,"target":1},{"source":31,"target":40},{"source":31,"target":1},{"source":40,"target":1},{"source":32,"target":41},{"source":32,"target":1},{"source":33,"target":42},{"source":33,"target":1},{"source":34,"target":18},{"source":34,"target":43},{"source":34,"target":1},{"source":43,"target":18},{"source":35,"target":3},{"source":36,"target":19},{"source":37,"target":27},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":24},{"source":2,"target":25},{"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":44,"target":2},{"source":44,"target":51},{"source":44,"target":2},{"source":51,"target":2},{"source":45,"target":18},{"source":45,"target":52},{"source":45,"target":2},{"source":52,"target":18},{"source":46,"target":21},{"source":46,"target":53},{"source":46,"target":2},{"source":53,"target":21},{"source":47,"target":26},{"source":47,"target":54},{"source":47,"target":2},{"source":54,"target":26},{"source":48,"target":22},{"source":49,"target":24},{"source":50,"target":25},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":55,"target":61},{"source":55,"target":3},{"source":55,"target":62},{"source":62,"target":26},{"source":62,"target":63},{"source":62,"target":55},{"source":63,"target":26},{"source":56,"target":1},{"source":56,"target":64},{"source":56,"target":3},{"source":64,"target":1},{"source":57,"target":5},{"source":57,"target":65},{"source":57,"target":3},{"source":65,"target":5},{"source":58,"target":6},{"source":58,"target":66},{"source":58,"target":3},{"source":66,"target":6},{"source":59,"target":3},{"source":59,"target":67},{"source":59,"target":3},{"source":67,"target":3},{"source":60,"target":28},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":68},{"source":4,"target":69},{"source":68,"target":17},{"source":68,"target":70},{"source":68,"target":4},{"source":70,"target":17},{"source":69,"target":5},{"source":5,"target":0},{"source":5,"target":28},{"source":5,"target":27},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":71,"target":1},{"source":71,"target":76},{"source":71,"target":5},{"source":76,"target":1},{"source":72,"target":6},{"source":72,"target":77},{"source":72,"target":5},{"source":72,"target":78},{"source":77,"target":6},{"source":73,"target":6},{"source":73,"target":79},{"source":73,"target":5},{"source":73,"target":80},{"source":79,"target":6},{"source":74,"target":28},{"source":75,"target":27},{"source":6,"target":0},{"source":6,"target":28},{"source":6,"target":27},{"source":6,"target":81},{"source":6,"target":82},{"source":6,"target":78},{"source":6,"target":80},{"source":6,"target":83},{"source":6,"target":84},{"source":6,"target":85},{"source":81,"target":1},{"source":81,"target":86},{"source":81,"target":6},{"source":86,"target":1},{"source":82,"target":87},{"source":82,"target":6},{"source":78,"target":5},{"source":78,"target":88},{"source":78,"target":6},{"source":78,"target":72},{"source":88,"target":5},{"source":80,"target":5},{"source":80,"target":89},{"source":80,"target":6},{"source":80,"target":73},{"source":89,"target":5},{"source":83,"target":15},{"source":83,"target":90},{"source":83,"target":6},{"source":90,"target":15},{"source":84,"target":28},{"source":85,"target":27},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":91},{"source":7,"target":92},{"source":91,"target":1},{"source":91,"target":93},{"source":91,"target":7},{"source":93,"target":1},{"source":92,"target":5},{"source":8,"target":0},{"source":8,"target":23},{"source":8,"target":94},{"source":94,"target":23},{"source":9,"target":0},{"source":9,"target":23},{"source":9,"target":95},{"source":95,"target":23},{"source":10,"target":0},{"source":10,"target":23},{"source":10,"target":96},{"source":96,"target":23},{"source":11,"target":0},{"source":11,"target":23},{"source":11,"target":97},{"source":97,"target":23},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":98},{"source":98,"target":5},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":99},{"source":99,"target":5},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":100},{"source":100,"target":5},{"source":15,"target":0},{"source":15,"target":101},{"source":15,"target":102},{"source":15,"target":103},{"source":101,"target":15},{"source":102,"target":15},{"source":103,"target":15},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":104},{"source":16,"target":105},{"source":16,"target":106},{"source":104,"target":107},{"source":104,"target":16},{"source":105,"target":108},{"source":105,"target":16},{"source":106,"target":3},{"source":17,"target":0},{"source":17,"target":109},{"source":17,"target":110},{"source":17,"target":111},{"source":109,"target":17},{"source":110,"target":17},{"source":111,"target":17},{"source":18,"target":0},{"source":18,"target":22},{"source":18,"target":112},{"source":18,"target":113},{"source":18,"target":114},{"source":112,"target":18},{"source":112,"target":115},{"source":112,"target":18},{"source":112,"target":113},{"source":115,"target":18},{"source":113,"target":18},{"source":113,"target":116},{"source":113,"target":18},{"source":113,"target":112},{"source":116,"target":18},{"source":114,"target":22},{"source":19,"target":0},{"source":19,"target":22},{"source":19,"target":117},{"source":19,"target":118},{"source":19,"target":119},{"source":19,"target":120},{"source":117,"target":21},{"source":117,"target":121},{"source":117,"target":19},{"source":121,"target":21},{"source":118,"target":2},{"source":118,"target":122},{"source":118,"target":19},{"source":122,"target":2},{"source":119,"target":123},{"source":119,"target":19},{"source":120,"target":22},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":25},{"source":20,"target":124},{"source":20,"target":125},{"source":124,"target":19},{"source":125,"target":25},{"source":21,"target":0},{"source":21,"target":22},{"source":21,"target":24},{"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":126,"target":18},{"source":126,"target":132},{"source":126,"target":21},{"source":132,"target":18},{"source":127,"target":19},{"source":127,"target":133},{"source":127,"target":21},{"source":133,"target":19},{"source":128,"target":21},{"source":128,"target":134},{"source":128,"target":21},{"source":134,"target":21},{"source":129,"target":21},{"source":129,"target":135},{"source":129,"target":21},{"source":135,"target":21},{"source":130,"target":22},{"source":131,"target":24},{"source":22,"target":0},{"source":22,"target":28},{"source":22,"target":136},{"source":22,"target":137},{"source":136,"target":138},{"source":136,"target":22},{"source":137,"target":28},{"source":23,"target":0},{"source":23,"target":5},{"source":23,"target":22},{"source":23,"target":139},{"source":23,"target":140},{"source":139,"target":5},{"source":140,"target":22},{"source":24,"target":0},{"source":24,"target":141},{"source":24,"target":142},{"source":24,"target":143},{"source":24,"target":144},{"source":141,"target":145},{"source":141,"target":24},{"source":142,"target":146},{"source":142,"target":24},{"source":143,"target":147},{"source":143,"target":24},{"source":144,"target":148},{"source":144,"target":24},{"source":25,"target":0},{"source":25,"target":149},{"source":25,"target":150},{"source":25,"target":151},{"source":149,"target":19},{"source":149,"target":152},{"source":149,"target":25},{"source":152,"target":19},{"source":150,"target":1},{"source":150,"target":153},{"source":150,"target":25},{"source":153,"target":1},{"source":151,"target":20},{"source":151,"target":154},{"source":151,"target":25},{"source":154,"target":20},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":155},{"source":26,"target":156},{"source":155,"target":27},{"source":155,"target":157},{"source":155,"target":26},{"source":157,"target":27},{"source":156,"target":22},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":158},{"source":28,"target":159},{"source":28,"target":160},{"source":28,"target":161},{"source":28,"target":162},{"source":158,"target":28},{"source":158,"target":163},{"source":163,"target":26},{"source":163,"target":164},{"source":163,"target":158},{"source":164,"target":26},{"source":159,"target":28},{"source":159,"target":165},{"source":165,"target":26},{"source":165,"target":166},{"source":165,"target":159},{"source":166,"target":26},{"source":160,"target":167},{"source":160,"target":28},{"source":160,"target":168},{"source":168,"target":26},{"source":168,"target":169},{"source":168,"target":160},{"source":169,"target":26},{"source":161,"target":170},{"source":161,"target":28},{"source":161,"target":171},{"source":171,"target":26},{"source":171,"target":172},{"source":171,"target":161},{"source":172,"target":26}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="statemachine_mk2"
nsURI="http://statemachine_mk2/1.0" nsPrefix="statemachine_mk2">
<eClassifiers xsi:type="ecore:EClass" name="StateMachine">
<eStructuralFeatures xsi:type="ecore:EReference" name="simple_states" upperBound="-1"
eType="#//SimpleState" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initial_state" lowerBound="1"
eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1"
eType="#//Event" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="final_states" eType="#//Final_state"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="composite_states" eType="#//Composite_state"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1"
eType="#//Transition" eOpposite="#//Transition/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1"
eType="#//Transition" eOpposite="#//Transition/target"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//State" eOpposite="#//State/outgoing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//State" eOpposite="#//State/incoming"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="triggers" upperBound="-1"
eType="#//Event"/>
<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="Final_state" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="possible_states" upperBound="-1"
eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="causes" upperBound="-1"
eType="#//Transition"/>
<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="Composite_state" eSuperTypes="#//State">
<eStructuralFeatures xsi:type="ecore:EReference" name="substates" upperBound="-1"
eType="#//State"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleState" eSuperTypes="#//State"/>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodelsdataset-ECMFA2020/StateMachine_mk2.ecore | ecore | statemachine_mk2
StateMachine
simple_states
initial_state
transitions
events
final_states
composite_states
State
outgoing
incoming
name
Transition
source
target
triggers
name
Final_state
Event
possible_states
causes
description
Composite_state
substates
SimpleState | null | {"directed":true,"nodes":[{"nsPrefix":"statemachine_mk2","nsURI":"http://statemachine_mk2/1.0","name":"statemachine_mk2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":true,"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":"Final_state","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composite_state","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleState","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":"simple_states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":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_state","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"transitions","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":"events","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":"final_states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composite_states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","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":"incoming","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"target","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"triggers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"possible_states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"causes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"substates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":8,"target":7},{"source":8,"target":14},{"source":8,"target":1},{"source":14,"target":7},{"source":9,"target":2},{"source":9,"target":15},{"source":9,"target":1},{"source":15,"target":2},{"source":10,"target":3},{"source":10,"target":16},{"source":10,"target":1},{"source":16,"target":3},{"source":11,"target":5},{"source":11,"target":17},{"source":11,"target":1},{"source":17,"target":5},{"source":12,"target":4},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":4},{"source":13,"target":6},{"source":13,"target":19},{"source":13,"target":1},{"source":19,"target":6},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":20,"target":3},{"source":20,"target":23},{"source":20,"target":2},{"source":20,"target":24},{"source":23,"target":3},{"source":21,"target":3},{"source":21,"target":25},{"source":21,"target":2},{"source":21,"target":26},{"source":25,"target":3},{"source":22,"target":27},{"source":22,"target":2},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":26},{"source":3,"target":28},{"source":3,"target":29},{"source":24,"target":2},{"source":24,"target":30},{"source":24,"target":3},{"source":24,"target":20},{"source":30,"target":2},{"source":26,"target":2},{"source":26,"target":31},{"source":26,"target":3},{"source":26,"target":21},{"source":31,"target":2},{"source":28,"target":5},{"source":28,"target":32},{"source":28,"target":3},{"source":32,"target":5},{"source":29,"target":33},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":34},{"source":34,"target":2},{"source":5,"target":0},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":35,"target":2},{"source":35,"target":38},{"source":35,"target":5},{"source":38,"target":2},{"source":36,"target":3},{"source":36,"target":39},{"source":36,"target":5},{"source":39,"target":3},{"source":37,"target":40},{"source":37,"target":5},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":41},{"source":6,"target":42},{"source":41,"target":2},{"source":41,"target":43},{"source":41,"target":6},{"source":43,"target":2},{"source":42,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":44},{"source":44,"target":2}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model"
nsURI="http:///it/eng/spagobi/meta/model.ecore" nsPrefix="it.eng.spagobi.meta.model">
<eClassifiers xsi:type="ecore:EClass" name="ModelPropertyCategory">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentCategory" eType="#//ModelPropertyCategory"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subCategories" upperBound="-1"
eType="#//ModelPropertyCategory"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyTypes" upperBound="-1"
eType="#//ModelPropertyType" eOpposite="#//ModelPropertyType/category"/>
<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="ModelPropertyType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="category" lowerBound="1"
eType="#//ModelPropertyCategory" eOpposite="#//ModelPropertyCategory/propertyTypes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="admissibleValues" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyType" lowerBound="1"
eType="#//ModelPropertyType"/>
<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="ModelPropertyMapEntry" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ModelProperty"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelObject" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueName" 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" upperBound="-1"
eType="#//ModelPropertyMapEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="physicalModels" upperBound="-1"
eType="#//physical/PhysicalModel" containment="true" eOpposite="#//physical/PhysicalModel/parentModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="businessModels" upperBound="-1"
eType="#//business/BusinessModel" containment="true" eOpposite="#//business/BusinessModel/parentModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="olapModels" upperBound="-1"
eType="#//olap/OlapModel" containment="true" eOpposite="#//olap/OlapModel/parentModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyTypes" upperBound="-1"
eType="#//ModelPropertyType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyCategories" upperBound="-1"
eType="#//ModelPropertyCategory" containment="true"/>
</eClassifiers>
<eSubpackages name="physical" nsURI="http:///it/eng/spagobi/meta/model/physical.ecore"
nsPrefix="it.eng.spagobi.meta.model.physical">
<eClassifiers xsi:type="ecore:EClass" name="PhysicalModel" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="databaseName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="databaseVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="catalog" 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"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentModel" lowerBound="1"
eType="#//Model" eOpposite="#//Model/physicalModels"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1"
eType="#//physical/PhysicalTable" containment="true" eOpposite="#//physical/PhysicalTable/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryKeys" upperBound="-1"
eType="#//physical/PhysicalPrimaryKey" containment="true" eOpposite="#//physical/PhysicalPrimaryKey/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="foreignKeys" upperBound="-1"
eType="#//physical/PhysicalForeignKey" containment="true" eOpposite="#//physical/PhysicalForeignKey/model"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PhysicalTable" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" 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:EReference" name="model" lowerBound="1"
eType="#//physical/PhysicalModel" eOpposite="#//physical/PhysicalModel/tables"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
eType="#//physical/PhysicalColumn" containment="true" eOpposite="#//physical/PhysicalColumn/table"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PhysicalColumn" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="octectLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalDigits" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="radix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nullable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="position" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1"
eType="#//physical/PhysicalTable" eOpposite="#//physical/PhysicalTable/columns"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PhysicalPrimaryKey" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1"
eType="#//physical/PhysicalModel" eOpposite="#//physical/PhysicalModel/primaryKeys"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1"
eType="#//physical/PhysicalTable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" lowerBound="1"
upperBound="-1" eType="#//physical/PhysicalColumn"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PhysicalForeignKey" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceTable" lowerBound="1"
eType="#//physical/PhysicalTable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceColumns" lowerBound="1"
upperBound="-1" eType="#//physical/PhysicalColumn"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="destinationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="destinationTable" lowerBound="1"
eType="#//physical/PhysicalTable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="destinationColumns" lowerBound="1"
upperBound="-1" eType="#//physical/PhysicalColumn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="#//physical/PhysicalModel"
eOpposite="#//physical/PhysicalModel/foreignKeys"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="business" nsURI="http:///it/eng/spagobi/meta/model/businessl.ecore"
nsPrefix="it.eng.spagobi.meta.model.business">
<eClassifiers xsi:type="ecore:EClass" name="BusinessModel" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentModel" lowerBound="1"
eType="#//Model" eOpposite="#//Model/businessModels"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="physicalModel" lowerBound="1"
eType="#//physical/PhysicalModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1"
eType="#//business/BusinessColumnSet" containment="true" eOpposite="#//business/BusinessColumnSet/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1"
eType="#//business/BusinessRelationship" containment="true" eOpposite="#//business/BusinessRelationship/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="identifiers" upperBound="-1"
eType="#//business/BusinessIdentifier" containment="true" eOpposite="#//business/BusinessIdentifier/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="domains" upperBound="-1"
eType="#//business/BusinessDomain" containment="true" eOpposite="#//business/BusinessDomain/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="joinRelationships" upperBound="-1"
eType="#//business/BusinessViewInnerJoinRelationship" containment="true"
eOpposite="#//business/BusinessViewInnerJoinRelationship/model"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusinessColumn" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1"
eType="#//business/BusinessColumnSet" eOpposite="#//business/BusinessColumnSet/columns"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusinessColumnSet" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1"
eType="#//business/BusinessModel" eOpposite="#//business/BusinessModel/tables"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
eType="#//business/BusinessColumn" containment="true" eOpposite="#//business/BusinessColumn/table"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusinessTable" eSuperTypes="#//business/BusinessColumnSet">
<eStructuralFeatures xsi:type="ecore:EReference" name="physicalTable" lowerBound="1"
eType="#//physical/PhysicalTable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusinessView" eSuperTypes="#//business/BusinessColumnSet">
<eStructuralFeatures xsi:type="ecore:EReference" name="joinRelationships" upperBound="-1"
eType="#//business/BusinessViewInnerJoinRelationship"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusinessRelationship" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1"
eType="#//business/BusinessModel" eOpposite="#//business/BusinessModel/relationships"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceTable" lowerBound="1"
eType="#//business/BusinessColumnSet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="destinationTable" lowerBound="1"
eType="#//business/BusinessColumnSet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceColumns" upperBound="-1"
eType="#//business/BusinessColumn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="destinationColumns" upperBound="-1"
eType="#//business/BusinessColumn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="physicalForeignKey" eType="#//physical/PhysicalForeignKey"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusinessDomain" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1"
eType="#//business/BusinessModel" eOpposite="#//business/BusinessModel/domains"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1"
eType="#//business/BusinessColumnSet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1"
eType="#//business/BusinessRelationship"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusinessIdentifier" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="#//business/BusinessModel"
eOpposite="#//business/BusinessModel/identifiers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1"
eType="#//business/BusinessColumnSet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" lowerBound="1"
upperBound="-1" eType="#//business/BusinessColumn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="physicalPrimaryKey" eType="#//physical/PhysicalPrimaryKey"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusinessViewInnerJoinRelationship"
eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1"
eType="#//business/BusinessModel" eOpposite="#//business/BusinessModel/joinRelationships"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceTable" lowerBound="1"
eType="#//physical/PhysicalTable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="destinationTable" lowerBound="1"
eType="#//physical/PhysicalTable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceColumns" upperBound="-1"
eType="#//physical/PhysicalColumn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="destinationColumns" upperBound="-1"
eType="#//physical/PhysicalColumn"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleBusinessColumn" eSuperTypes="#//business/BusinessColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="physicalColumn" lowerBound="1"
eType="#//physical/PhysicalColumn"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalculatedBusinessColumn" eSuperTypes="#//business/BusinessColumn"/>
</eSubpackages>
<eSubpackages name="olap" nsURI="http:///it/eng/spagobi/meta/model/olapl.ecore"
nsPrefix="it.eng.spagobi.meta.model.olap">
<eClassifiers xsi:type="ecore:EClass" name="OlapModel" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentModel" lowerBound="1"
eType="#//Model" eOpposite="#//Model/olapModels"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cubes" upperBound="-1"
eType="#//olap/Cube" containment="true" eOpposite="#//olap/Cube/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="virtualCubes" upperBound="-1"
eType="#//olap/VirtualCube" containment="true" eOpposite="#//olap/VirtualCube/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1"
eType="#//olap/Dimension" containment="true" eOpposite="#//olap/Dimension/model"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cube" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="#//olap/OlapModel"
eOpposite="#//olap/OlapModel/cubes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1"
eType="#//business/BusinessColumnSet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" lowerBound="1"
upperBound="-1" eType="#//olap/Dimension"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="measures" lowerBound="1"
upperBound="-1" eType="#//olap/Measure" containment="true" eOpposite="#//olap/Measure/cube"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="calculatedMembers" eType="#//olap/CalculatedMember"
eOpposite="#//olap/CalculatedMember/cube"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="namedSets" upperBound="-1"
eType="#//olap/NamedSet" containment="true" eOpposite="#//olap/NamedSet/cube"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dimension" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1"
eType="#//business/BusinessColumnSet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hierarchies" lowerBound="1"
upperBound="-1" eType="#//olap/Hierarchy" containment="true" eOpposite="#//olap/Hierarchy/dimension"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="#//olap/OlapModel"
eOpposite="#//olap/OlapModel/dimensions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Hierarchy" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//business/BusinessColumnSet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dimension" eType="#//olap/Dimension"
eOpposite="#//olap/Dimension/hierarchies"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="levels" lowerBound="1"
upperBound="-1" eType="#//olap/Level" containment="true" eOpposite="#//olap/Level/hierarchy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Level" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="hierarchy" eType="#//olap/Hierarchy"
eOpposite="#//olap/Hierarchy/levels"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//business/BusinessColumn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ordinalColumn" eType="#//business/BusinessColumn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nameColumn" eType="#//business/BusinessColumn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="captionColumn" eType="#//business/BusinessColumn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyColumns" upperBound="-1"
eType="#//business/BusinessColumn"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Measure" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="cube" eType="#//olap/Cube"
eOpposite="#//olap/Cube/measures"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//business/BusinessColumn"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalculatedMember" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="cube" eType="#//olap/Cube"
eOpposite="#//olap/Cube/calculatedMembers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hierarchy" eType="#//olap/Hierarchy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedSet" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="cube" eType="#//olap/Cube"
eOpposite="#//olap/Cube/namedSets"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualCube" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="cubes" upperBound="-1"
eType="#//olap/Cube"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" eType="#//olap/VirtualCubeDimension"
eOpposite="#//olap/VirtualCubeDimension/virtualCube"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="measures" upperBound="-1"
eType="#//olap/VirtualCubeMeasure" eOpposite="#//olap/VirtualCubeMeasure/virtualCube"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="calculatedMembers" upperBound="-1"
eType="#//olap/CalculatedMember"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="#//olap/OlapModel"
eOpposite="#//olap/OlapModel/virtualCubes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualCubeDimension" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="virtualCube" eType="#//olap/VirtualCube"
eOpposite="#//olap/VirtualCube/dimensions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cube" eType="#//olap/Cube"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dimension" eType="#//olap/Dimension"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VirtualCubeMeasure" eSuperTypes="#//ModelObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="virtualCube" eType="#//olap/VirtualCube"
eOpposite="#//olap/VirtualCube/measures"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cube" eType="#//olap/Cube"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="measure" eType="#//olap/Measure"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="behavioural" nsURI="http:///it/eng/spagobi/meta/model/behavioural.ecore"
nsPrefix="it.eng.spagobi.meta.model.behavioural">
<eClassifiers xsi:type="ecore:EClass" name="BehaviouralModel"/>
</eSubpackages>
<eSubpackages name="analytical" nsURI="http:///it/eng/spagobi/meta/model/analytical.ecore"
nsPrefix="it.eng.spagobi.meta.model.analytical">
<eClassifiers xsi:type="ecore:EClass" name="AnalyticalModel"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/KnowageLabs/Knowage-Server/knowagemeta/modeldefinition/SpagoBIMetaModel.ecore | ecore | model
ModelPropertyCategory
name
parentCategory
subCategories
propertyTypes
description
ModelPropertyType
id
name
description
category
admissibleValues
defaultValue
ModelProperty
propertyType
value
ModelPropertyMapEntry
java.util.Map$Entry
java.util.Map$Entry
key
value
ModelObject
id
name
uniqueName
description
properties
Model
physicalModels
businessModels
olapModels
propertyTypes
propertyCategories
physical
PhysicalModel
databaseName
databaseVersion
catalog
schema
parentModel
tables
primaryKeys
foreignKeys
PhysicalTable
comment
type
model
columns
PhysicalColumn
comment
dataType
typeName
size
octectLength
decimalDigits
radix
defaultValue
nullable
position
table
PhysicalPrimaryKey
model
table
columns
PhysicalForeignKey
sourceTable
sourceColumns
sourceName
destinationName
destinationTable
destinationColumns
model
business
BusinessModel
parentModel
physicalModel
tables
relationships
identifiers
domains
joinRelationships
BusinessColumn
table
BusinessColumnSet
model
columns
BusinessTable
physicalTable
BusinessView
joinRelationships
BusinessRelationship
model
sourceTable
destinationTable
sourceColumns
destinationColumns
physicalForeignKey
BusinessDomain
model
tables
relationships
BusinessIdentifier
model
table
columns
physicalPrimaryKey
BusinessViewInnerJoinRelationship
model
sourceTable
destinationTable
sourceColumns
destinationColumns
SimpleBusinessColumn
physicalColumn
CalculatedBusinessColumn
olap
OlapModel
parentModel
cubes
virtualCubes
dimensions
Cube
model
table
dimensions
measures
calculatedMembers
namedSets
Dimension
table
hierarchies
model
Hierarchy
table
dimension
levels
Level
hierarchy
column
ordinalColumn
nameColumn
captionColumn
propertyColumns
Measure
cube
column
CalculatedMember
cube
hierarchy
NamedSet
cube
VirtualCube
cubes
dimensions
measures
calculatedMembers
model
VirtualCubeDimension
virtualCube
cube
dimension
VirtualCubeMeasure
virtualCube
cube
measure
behavioural
BehaviouralModel
analytical
AnalyticalModel | null | {"directed":true,"nodes":[{"nsPrefix":"it.eng.spagobi.meta.model","nsURI":"http:///it/eng/spagobi/meta/model.ecore","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelPropertyCategory","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelPropertyType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelProperty","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ModelPropertyMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelObject","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"nsPrefix":"it.eng.spagobi.meta.model.physical","nsURI":"http:///it/eng/spagobi/meta/model/physical.ecore","name":"physical","id":7,"eClass":"EPackage"},{"nsPrefix":"it.eng.spagobi.meta.model.business","nsURI":"http:///it/eng/spagobi/meta/model/businessl.ecore","name":"business","id":8,"eClass":"EPackage"},{"nsPrefix":"it.eng.spagobi.meta.model.olap","nsURI":"http:///it/eng/spagobi/meta/model/olapl.ecore","name":"olap","id":9,"eClass":"EPackage"},{"nsPrefix":"it.eng.spagobi.meta.model.behavioural","nsURI":"http:///it/eng/spagobi/meta/model/behavioural.ecore","name":"behavioural","id":10,"eClass":"EPackage"},{"nsPrefix":"it.eng.spagobi.meta.model.analytical","nsURI":"http:///it/eng/spagobi/meta/model/analytical.ecore","name":"analytical","id":11,"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":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentCategory","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":false,"unsettable":false,"transient":false,"unique":true,"name":"subCategories","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":"propertyTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"admissibleValues","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":"defaultValue","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"propertyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"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":"key","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":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uniqueName","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","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":"physicalModels","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":"businessModels","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":"olapModels","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":"propertyTypes","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":"propertyCategories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalModel","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"id":59,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessModel","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"id":62,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OlapModel","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"id":65,"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":"parentModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalTable","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalColumn","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalPrimaryKey","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalForeignKey","instanceClass":null,"abstract":false,"id":72,"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":"databaseName","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":"databaseVersion","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":"catalog","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":"schema","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tables","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":"primaryKeys","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":"foreignKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"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":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"comment","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":"dataType","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":0,"iD":false,"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":"size","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":"octectLength","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decimalDigits","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"radix","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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nullable","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"columns","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceTable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"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":"sourceColumns","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"sourceName","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":"destinationName","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destinationTable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destinationColumns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessColumn","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessColumnSet","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessTable","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessView","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessRelationship","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessDomain","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessIdentifier","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessViewInnerJoinRelationship","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleBusinessColumn","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalculatedBusinessColumn","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"physicalModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"joinRelationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"id":166,"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":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":171,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"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":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"physicalTable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"joinRelationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceTable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destinationTable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceColumns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destinationColumns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"physicalForeignKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"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":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"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":"columns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"physicalPrimaryKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceTable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destinationTable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceColumns","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":"destinationColumns","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"physicalColumn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cube","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hierarchy","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Level","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Measure","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalculatedMember","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedSet","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualCube","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualCubeDimension","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualCubeMeasure","instanceClass":null,"abstract":false,"id":234,"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":"cubes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualCubes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"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":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"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":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"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":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":247,"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":"measures","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"calculatedMembers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namedSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"container":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":"cube","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cube","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"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":"cube","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":261,"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":"hierarchies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"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":"dimension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"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":"levels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"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":"hierarchy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ordinalColumn","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":false,"unsettable":false,"transient":false,"unique":true,"name":"nameColumn","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":false,"unsettable":false,"transient":false,"unique":true,"name":"captionColumn","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":false,"unsettable":false,"transient":false,"unique":true,"name":"propertyColumns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hierarchy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cubes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"measures","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":false,"unsettable":false,"transient":false,"unique":true,"name":"calculatedMembers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"virtualCube","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"virtualCube","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cube","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dimension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cube","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"measure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviouralModel","instanceClass":null,"abstract":false,"id":321,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalyticalModel","instanceClass":null,"abstract":false,"id":322,"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":1,"target":0},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":12,"target":17},{"source":12,"target":1},{"source":13,"target":1},{"source":13,"target":18},{"source":13,"target":1},{"source":18,"target":1},{"source":14,"target":1},{"source":14,"target":19},{"source":14,"target":1},{"source":19,"target":1},{"source":15,"target":2},{"source":15,"target":20},{"source":15,"target":1},{"source":15,"target":21},{"source":20,"target":2},{"source":16,"target":22},{"source":16,"target":1},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":21},{"source":2,"target":26},{"source":2,"target":27},{"source":23,"target":28},{"source":23,"target":2},{"source":24,"target":29},{"source":24,"target":2},{"source":25,"target":30},{"source":25,"target":2},{"source":21,"target":1},{"source":21,"target":31},{"source":21,"target":2},{"source":21,"target":15},{"source":31,"target":1},{"source":26,"target":32},{"source":26,"target":2},{"source":27,"target":33},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":34},{"source":3,"target":35},{"source":34,"target":2},{"source":34,"target":36},{"source":34,"target":3},{"source":36,"target":2},{"source":35,"target":37},{"source":35,"target":3},{"source":4,"target":0},{"source":4,"target":38},{"source":4,"target":39},{"source":38,"target":40},{"source":38,"target":4},{"source":39,"target":3},{"source":39,"target":41},{"source":39,"target":4},{"source":41,"target":3},{"source":5,"target":0},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":42,"target":47},{"source":42,"target":5},{"source":43,"target":48},{"source":43,"target":5},{"source":44,"target":49},{"source":44,"target":5},{"source":45,"target":50},{"source":45,"target":5},{"source":46,"target":4},{"source":46,"target":51},{"source":46,"target":5},{"source":51,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":52,"target":58},{"source":52,"target":59},{"source":52,"target":6},{"source":52,"target":60},{"source":59,"target":58},{"source":53,"target":61},{"source":53,"target":62},{"source":53,"target":6},{"source":53,"target":63},{"source":62,"target":61},{"source":54,"target":64},{"source":54,"target":65},{"source":54,"target":6},{"source":54,"target":66},{"source":65,"target":64},{"source":55,"target":2},{"source":55,"target":67},{"source":55,"target":6},{"source":67,"target":2},{"source":56,"target":1},{"source":56,"target":68},{"source":56,"target":6},{"source":68,"target":1},{"source":57,"target":5},{"source":7,"target":58},{"source":7,"target":69},{"source":7,"target":70},{"source":7,"target":71},{"source":7,"target":72},{"source":7,"target":0},{"source":58,"target":7},{"source":58,"target":5},{"source":58,"target":73},{"source":58,"target":74},{"source":58,"target":75},{"source":58,"target":76},{"source":58,"target":60},{"source":58,"target":77},{"source":58,"target":78},{"source":58,"target":79},{"source":58,"target":80},{"source":73,"target":81},{"source":73,"target":58},{"source":74,"target":82},{"source":74,"target":58},{"source":75,"target":83},{"source":75,"target":58},{"source":76,"target":84},{"source":76,"target":58},{"source":60,"target":6},{"source":60,"target":85},{"source":60,"target":58},{"source":60,"target":52},{"source":85,"target":6},{"source":77,"target":69},{"source":77,"target":86},{"source":77,"target":58},{"source":77,"target":87},{"source":86,"target":69},{"source":78,"target":71},{"source":78,"target":88},{"source":78,"target":58},{"source":78,"target":89},{"source":88,"target":71},{"source":79,"target":72},{"source":79,"target":90},{"source":79,"target":58},{"source":79,"target":91},{"source":90,"target":72},{"source":80,"target":5},{"source":69,"target":7},{"source":69,"target":5},{"source":69,"target":92},{"source":69,"target":93},{"source":69,"target":87},{"source":69,"target":94},{"source":69,"target":95},{"source":92,"target":96},{"source":92,"target":69},{"source":93,"target":97},{"source":93,"target":69},{"source":87,"target":58},{"source":87,"target":98},{"source":87,"target":69},{"source":87,"target":77},{"source":98,"target":58},{"source":94,"target":70},{"source":94,"target":99},{"source":94,"target":69},{"source":94,"target":100},{"source":99,"target":70},{"source":95,"target":5},{"source":70,"target":7},{"source":70,"target":5},{"source":70,"target":101},{"source":70,"target":102},{"source":70,"target":103},{"source":70,"target":104},{"source":70,"target":105},{"source":70,"target":106},{"source":70,"target":107},{"source":70,"target":108},{"source":70,"target":109},{"source":70,"target":110},{"source":70,"target":100},{"source":70,"target":111},{"source":101,"target":112},{"source":101,"target":70},{"source":102,"target":113},{"source":102,"target":70},{"source":103,"target":114},{"source":103,"target":70},{"source":104,"target":115},{"source":104,"target":70},{"source":105,"target":116},{"source":105,"target":70},{"source":106,"target":117},{"source":106,"target":70},{"source":107,"target":118},{"source":107,"target":70},{"source":108,"target":119},{"source":108,"target":70},{"source":109,"target":120},{"source":109,"target":70},{"source":110,"target":121},{"source":110,"target":70},{"source":100,"target":69},{"source":100,"target":122},{"source":100,"target":70},{"source":100,"target":94},{"source":122,"target":69},{"source":111,"target":5},{"source":71,"target":7},{"source":71,"target":5},{"source":71,"target":89},{"source":71,"target":123},{"source":71,"target":124},{"source":71,"target":125},{"source":89,"target":58},{"source":89,"target":126},{"source":89,"target":71},{"source":89,"target":78},{"source":126,"target":58},{"source":123,"target":69},{"source":123,"target":127},{"source":123,"target":71},{"source":127,"target":69},{"source":124,"target":70},{"source":124,"target":128},{"source":124,"target":71},{"source":128,"target":70},{"source":125,"target":5},{"source":72,"target":7},{"source":72,"target":5},{"source":72,"target":129},{"source":72,"target":130},{"source":72,"target":131},{"source":72,"target":132},{"source":72,"target":133},{"source":72,"target":134},{"source":72,"target":91},{"source":72,"target":135},{"source":129,"target":69},{"source":129,"target":136},{"source":129,"target":72},{"source":136,"target":69},{"source":130,"target":70},{"source":130,"target":137},{"source":130,"target":72},{"source":137,"target":70},{"source":131,"target":138},{"source":131,"target":72},{"source":132,"target":139},{"source":132,"target":72},{"source":133,"target":69},{"source":133,"target":140},{"source":133,"target":72},{"source":140,"target":69},{"source":134,"target":70},{"source":134,"target":141},{"source":134,"target":72},{"source":141,"target":70},{"source":91,"target":58},{"source":91,"target":142},{"source":91,"target":72},{"source":91,"target":79},{"source":142,"target":58},{"source":135,"target":5},{"source":8,"target":61},{"source":8,"target":143},{"source":8,"target":144},{"source":8,"target":145},{"source":8,"target":146},{"source":8,"target":147},{"source":8,"target":148},{"source":8,"target":149},{"source":8,"target":150},{"source":8,"target":151},{"source":8,"target":152},{"source":8,"target":0},{"source":61,"target":8},{"source":61,"target":5},{"source":61,"target":63},{"source":61,"target":153},{"source":61,"target":154},{"source":61,"target":155},{"source":61,"target":156},{"source":61,"target":157},{"source":61,"target":158},{"source":61,"target":159},{"source":63,"target":6},{"source":63,"target":160},{"source":63,"target":61},{"source":63,"target":53},{"source":160,"target":6},{"source":153,"target":58},{"source":153,"target":161},{"source":153,"target":61},{"source":161,"target":58},{"source":154,"target":144},{"source":154,"target":162},{"source":154,"target":61},{"source":154,"target":163},{"source":162,"target":144},{"source":155,"target":147},{"source":155,"target":164},{"source":155,"target":61},{"source":155,"target":165},{"source":164,"target":147},{"source":156,"target":149},{"source":156,"target":166},{"source":156,"target":61},{"source":156,"target":167},{"source":166,"target":149},{"source":157,"target":148},{"source":157,"target":168},{"source":157,"target":61},{"source":157,"target":169},{"source":168,"target":148},{"source":158,"target":150},{"source":158,"target":170},{"source":158,"target":61},{"source":158,"target":171},{"source":170,"target":150},{"source":159,"target":5},{"source":143,"target":8},{"source":143,"target":5},{"source":143,"target":172},{"source":143,"target":173},{"source":172,"target":144},{"source":172,"target":174},{"source":172,"target":143},{"source":172,"target":175},{"source":174,"target":144},{"source":173,"target":5},{"source":144,"target":8},{"source":144,"target":5},{"source":144,"target":163},{"source":144,"target":175},{"source":144,"target":176},{"source":163,"target":61},{"source":163,"target":177},{"source":163,"target":144},{"source":163,"target":154},{"source":177,"target":61},{"source":175,"target":143},{"source":175,"target":178},{"source":175,"target":144},{"source":175,"target":172},{"source":178,"target":143},{"source":176,"target":5},{"source":145,"target":8},{"source":145,"target":144},{"source":145,"target":179},{"source":145,"target":180},{"source":179,"target":69},{"source":179,"target":181},{"source":179,"target":145},{"source":181,"target":69},{"source":180,"target":144},{"source":146,"target":8},{"source":146,"target":144},{"source":146,"target":182},{"source":146,"target":183},{"source":182,"target":150},{"source":182,"target":184},{"source":182,"target":146},{"source":184,"target":150},{"source":183,"target":144},{"source":147,"target":8},{"source":147,"target":5},{"source":147,"target":165},{"source":147,"target":185},{"source":147,"target":186},{"source":147,"target":187},{"source":147,"target":188},{"source":147,"target":189},{"source":147,"target":190},{"source":165,"target":61},{"source":165,"target":191},{"source":165,"target":147},{"source":165,"target":155},{"source":191,"target":61},{"source":185,"target":144},{"source":185,"target":192},{"source":185,"target":147},{"source":192,"target":144},{"source":186,"target":144},{"source":186,"target":193},{"source":186,"target":147},{"source":193,"target":144},{"source":187,"target":143},{"source":187,"target":194},{"source":187,"target":147},{"source":194,"target":143},{"source":188,"target":143},{"source":188,"target":195},{"source":188,"target":147},{"source":195,"target":143},{"source":189,"target":72},{"source":189,"target":196},{"source":189,"target":147},{"source":196,"target":72},{"source":190,"target":5},{"source":148,"target":8},{"source":148,"target":5},{"source":148,"target":169},{"source":148,"target":197},{"source":148,"target":198},{"source":148,"target":199},{"source":169,"target":61},{"source":169,"target":200},{"source":169,"target":148},{"source":169,"target":157},{"source":200,"target":61},{"source":197,"target":144},{"source":197,"target":201},{"source":197,"target":148},{"source":201,"target":144},{"source":198,"target":147},{"source":198,"target":202},{"source":198,"target":148},{"source":202,"target":147},{"source":199,"target":5},{"source":149,"target":8},{"source":149,"target":5},{"source":149,"target":167},{"source":149,"target":203},{"source":149,"target":204},{"source":149,"target":205},{"source":149,"target":206},{"source":167,"target":61},{"source":167,"target":207},{"source":167,"target":149},{"source":167,"target":156},{"source":207,"target":61},{"source":203,"target":144},{"source":203,"target":208},{"source":203,"target":149},{"source":208,"target":144},{"source":204,"target":143},{"source":204,"target":209},{"source":204,"target":149},{"source":209,"target":143},{"source":205,"target":71},{"source":205,"target":210},{"source":205,"target":149},{"source":210,"target":71},{"source":206,"target":5},{"source":150,"target":8},{"source":150,"target":5},{"source":150,"target":171},{"source":150,"target":211},{"source":150,"target":212},{"source":150,"target":213},{"source":150,"target":214},{"source":150,"target":215},{"source":171,"target":61},{"source":171,"target":216},{"source":171,"target":150},{"source":171,"target":158},{"source":216,"target":61},{"source":211,"target":69},{"source":211,"target":217},{"source":211,"target":150},{"source":217,"target":69},{"source":212,"target":69},{"source":212,"target":218},{"source":212,"target":150},{"source":218,"target":69},{"source":213,"target":70},{"source":213,"target":219},{"source":213,"target":150},{"source":219,"target":70},{"source":214,"target":70},{"source":214,"target":220},{"source":214,"target":150},{"source":220,"target":70},{"source":215,"target":5},{"source":151,"target":8},{"source":151,"target":143},{"source":151,"target":221},{"source":151,"target":222},{"source":221,"target":70},{"source":221,"target":223},{"source":221,"target":151},{"source":223,"target":70},{"source":222,"target":143},{"source":152,"target":8},{"source":152,"target":143},{"source":152,"target":224},{"source":224,"target":143},{"source":9,"target":64},{"source":9,"target":225},{"source":9,"target":226},{"source":9,"target":227},{"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":64,"target":9},{"source":64,"target":5},{"source":64,"target":66},{"source":64,"target":235},{"source":64,"target":236},{"source":64,"target":237},{"source":64,"target":238},{"source":66,"target":6},{"source":66,"target":239},{"source":66,"target":64},{"source":66,"target":54},{"source":239,"target":6},{"source":235,"target":225},{"source":235,"target":240},{"source":235,"target":64},{"source":235,"target":241},{"source":240,"target":225},{"source":236,"target":232},{"source":236,"target":242},{"source":236,"target":64},{"source":236,"target":243},{"source":242,"target":232},{"source":237,"target":226},{"source":237,"target":244},{"source":237,"target":64},{"source":237,"target":245},{"source":244,"target":226},{"source":238,"target":5},{"source":225,"target":9},{"source":225,"target":5},{"source":225,"target":241},{"source":225,"target":246},{"source":225,"target":247},{"source":225,"target":248},{"source":225,"target":249},{"source":225,"target":250},{"source":225,"target":251},{"source":241,"target":64},{"source":241,"target":252},{"source":241,"target":225},{"source":241,"target":235},{"source":252,"target":64},{"source":246,"target":144},{"source":246,"target":253},{"source":246,"target":225},{"source":253,"target":144},{"source":247,"target":226},{"source":247,"target":254},{"source":247,"target":225},{"source":254,"target":226},{"source":248,"target":229},{"source":248,"target":255},{"source":248,"target":225},{"source":248,"target":256},{"source":255,"target":229},{"source":249,"target":230},{"source":249,"target":257},{"source":249,"target":225},{"source":249,"target":258},{"source":257,"target":230},{"source":250,"target":231},{"source":250,"target":259},{"source":250,"target":225},{"source":250,"target":260},{"source":259,"target":231},{"source":251,"target":5},{"source":226,"target":9},{"source":226,"target":5},{"source":226,"target":261},{"source":226,"target":262},{"source":226,"target":245},{"source":226,"target":263},{"source":261,"target":144},{"source":261,"target":264},{"source":261,"target":226},{"source":264,"target":144},{"source":262,"target":227},{"source":262,"target":265},{"source":262,"target":226},{"source":262,"target":266},{"source":265,"target":227},{"source":245,"target":64},{"source":245,"target":267},{"source":245,"target":226},{"source":245,"target":237},{"source":267,"target":64},{"source":263,"target":5},{"source":227,"target":9},{"source":227,"target":5},{"source":227,"target":268},{"source":227,"target":266},{"source":227,"target":269},{"source":227,"target":270},{"source":268,"target":144},{"source":268,"target":271},{"source":268,"target":227},{"source":271,"target":144},{"source":266,"target":226},{"source":266,"target":272},{"source":266,"target":227},{"source":266,"target":262},{"source":272,"target":226},{"source":269,"target":228},{"source":269,"target":273},{"source":269,"target":227},{"source":269,"target":274},{"source":273,"target":228},{"source":270,"target":5},{"source":228,"target":9},{"source":228,"target":5},{"source":228,"target":274},{"source":228,"target":275},{"source":228,"target":276},{"source":228,"target":277},{"source":228,"target":278},{"source":228,"target":279},{"source":228,"target":280},{"source":274,"target":227},{"source":274,"target":281},{"source":274,"target":228},{"source":274,"target":269},{"source":281,"target":227},{"source":275,"target":143},{"source":275,"target":282},{"source":275,"target":228},{"source":282,"target":143},{"source":276,"target":143},{"source":276,"target":283},{"source":276,"target":228},{"source":283,"target":143},{"source":277,"target":143},{"source":277,"target":284},{"source":277,"target":228},{"source":284,"target":143},{"source":278,"target":143},{"source":278,"target":285},{"source":278,"target":228},{"source":285,"target":143},{"source":279,"target":143},{"source":279,"target":286},{"source":279,"target":228},{"source":286,"target":143},{"source":280,"target":5},{"source":229,"target":9},{"source":229,"target":5},{"source":229,"target":256},{"source":229,"target":287},{"source":229,"target":288},{"source":256,"target":225},{"source":256,"target":289},{"source":256,"target":229},{"source":256,"target":248},{"source":289,"target":225},{"source":287,"target":143},{"source":287,"target":290},{"source":287,"target":229},{"source":290,"target":143},{"source":288,"target":5},{"source":230,"target":9},{"source":230,"target":5},{"source":230,"target":258},{"source":230,"target":291},{"source":230,"target":292},{"source":258,"target":225},{"source":258,"target":293},{"source":258,"target":230},{"source":258,"target":249},{"source":293,"target":225},{"source":291,"target":227},{"source":291,"target":294},{"source":291,"target":230},{"source":294,"target":227},{"source":292,"target":5},{"source":231,"target":9},{"source":231,"target":5},{"source":231,"target":260},{"source":231,"target":295},{"source":260,"target":225},{"source":260,"target":296},{"source":260,"target":231},{"source":260,"target":250},{"source":296,"target":225},{"source":295,"target":5},{"source":232,"target":9},{"source":232,"target":5},{"source":232,"target":297},{"source":232,"target":298},{"source":232,"target":299},{"source":232,"target":300},{"source":232,"target":243},{"source":232,"target":301},{"source":297,"target":225},{"source":297,"target":302},{"source":297,"target":232},{"source":302,"target":225},{"source":298,"target":233},{"source":298,"target":303},{"source":298,"target":232},{"source":298,"target":304},{"source":303,"target":233},{"source":299,"target":234},{"source":299,"target":305},{"source":299,"target":232},{"source":299,"target":306},{"source":305,"target":234},{"source":300,"target":230},{"source":300,"target":307},{"source":300,"target":232},{"source":307,"target":230},{"source":243,"target":64},{"source":243,"target":308},{"source":243,"target":232},{"source":243,"target":236},{"source":308,"target":64},{"source":301,"target":5},{"source":233,"target":9},{"source":233,"target":5},{"source":233,"target":304},{"source":233,"target":309},{"source":233,"target":310},{"source":233,"target":311},{"source":304,"target":232},{"source":304,"target":312},{"source":304,"target":233},{"source":304,"target":298},{"source":312,"target":232},{"source":309,"target":225},{"source":309,"target":313},{"source":309,"target":233},{"source":313,"target":225},{"source":310,"target":226},{"source":310,"target":314},{"source":310,"target":233},{"source":314,"target":226},{"source":311,"target":5},{"source":234,"target":9},{"source":234,"target":5},{"source":234,"target":306},{"source":234,"target":315},{"source":234,"target":316},{"source":234,"target":317},{"source":306,"target":232},{"source":306,"target":318},{"source":306,"target":234},{"source":306,"target":299},{"source":318,"target":232},{"source":315,"target":225},{"source":315,"target":319},{"source":315,"target":234},{"source":319,"target":225},{"source":316,"target":229},{"source":316,"target":320},{"source":316,"target":234},{"source":320,"target":229},{"source":317,"target":5},{"source":10,"target":321},{"source":10,"target":0},{"source":321,"target":10},{"source":11,"target":322},{"source":11,"target":0},{"source":322,"target":11}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Synthesis"
nsURI="http://Synthesis.ecore" nsPrefix="syn">
<eClassifiers xsi:type="ecore:EClass" name="SchemaDef" eSuperTypes="#//ModuleDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1"
eType="#//ModuleDef" eOpposite="#//ModuleDef/schema"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleDef" eSuperTypes="#//FrameDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="moduleLayer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containedClasses" upperBound="-1"
eType="#//ClassDef" eOpposite="#//ClassDef/classInModule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containedFunctions" upperBound="-1"
eType="#//FunctionDef" eOpposite="#//FunctionDef/functionInModule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containedTypes" upperBound="-1"
eType="#//TypeDef" eOpposite="#//TypeDef/typeInModule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//FrameDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schema" lowerBound="1"
eType="#//SchemaDef" eOpposite="#//SchemaDef/modules"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementDef" eSuperTypes="#//ValueDef">
<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="FrameDef" eSuperTypes="#//ElementDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" lowerBound="1"
upperBound="-1" eType="#//ClassDef" eOpposite="#//ClassDef/instances"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//ParameterDef" eOpposite="#//ParameterDef/parameterOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="slots" upperBound="-1"
eType="#//SlotDef" eOpposite="#//SlotDef/slotOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metavalueOf" eType="#//ValueDef"
eOpposite="#//ValueDef/metavalue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metaslotOf" eType="#//SlotDef"
eOpposite="#//SlotDef/metaslot"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metaframe" eType="#//FrameDef"
eOpposite="#//FrameDef/metaframeOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metaframeOf" lowerBound="1"
eType="#//FrameDef" eOpposite="#//FrameDef/metaframe"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDef" eSuperTypes="#//FrameDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nonobject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeInModule" lowerBound="1"
eType="#//ModuleDef" eOpposite="#//ModuleDef/containedTypes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//ValueDef" eOpposite="#//ValueDef/typeOfValue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ADTDef" eSuperTypes="#//TypeDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//AttributeDef" eOpposite="#//AttributeDef/attributeOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="invariants" upperBound="-1"
eType="#//InvariantDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subtypes" lowerBound="1"
upperBound="-1" eType="#//ADTDef" eOpposite="#//ADTDef/supertypes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supertypes" upperBound="-1"
eType="#//ADTDef" eOpposite="#//ADTDef/subtypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterDef" eSuperTypes="#//ElementDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterKind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterOf" lowerBound="1"
eType="#//FrameDef" eOpposite="#//FrameDef/parameters"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//TypeDef"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="position" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SlotDef" eSuperTypes="#//ElementDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//ValueDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="slotOf" lowerBound="1"
eType="#//FrameDef" eOpposite="#//FrameDef/slots"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metaslot" lowerBound="1"
eType="#//FrameDef" eOpposite="#//FrameDef/metaslotOf"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeDef" eSuperTypes="#//SlotDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//ValueDef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeKind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inverseAttribute" eType="#//AttributeDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//ClassDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeOf" lowerBound="1"
eType="#//ADTDef" eOpposite="#//ADTDef/attributes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//TypeDef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassDef" eSuperTypes="#//FrameDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="instanceType" eType="#//TypeDef"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1"
eType="#//FrameDef" eOpposite="#//FrameDef/classes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classInModule" lowerBound="1"
eType="#//ModuleDef" eOpposite="#//ModuleDef/containedClasses"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryKey" upperBound="-1"
eType="#//AttributeDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subclasses" lowerBound="1"
upperBound="-1" eType="#//ClassDef" eOpposite="#//ClassDef/superclasses"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superclasses" upperBound="-1"
eType="#//ClassDef" eOpposite="#//ClassDef/subclasses"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetaclassDef" eSuperTypes="#//ClassDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="instInstType" eType="#//ADTDef"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScalarDef" eSuperTypes="#//TypeDef"/>
<eClassifiers xsi:type="ecore:EClass" name="StringDef" eSuperTypes="#//ScalarDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerDef" eSuperTypes="#//ScalarDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="base" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unsigned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumDef" eSuperTypes="#//ScalarDef"/>
<eClassifiers xsi:type="ecore:EClass" name="RealDef" eSuperTypes="#//ScalarDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionDef" eSuperTypes="#//TypeDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="ofType" lowerBound="1"
eType="#//TypeDef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetDef" eSuperTypes="#//CollectionDef"/>
<eClassifiers xsi:type="ecore:EClass" name="InvariantDef" eSuperTypes="#//TypeDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="predicativeSpec" eType="#//Formulae/Formula"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionDef" eSuperTypes="#//TypeDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionInModule" lowerBound="1"
eType="#//ModuleDef" eOpposite="#//ModuleDef/containedFunctions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1"
eType="#//TypeDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selector" eType="#//SelectorDef"
eOpposite="#//SelectorDef/selectorOf"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="predicativeSpec" eType="#//Formulae/Formula"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementation" eType="#//Programs/Program"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectorDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectorOf" lowerBound="1"
eType="#//FunctionDef" eOpposite="#//FunctionDef/selector"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssociationDef" eSuperTypes="#//ElementDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="domain" upperBound="-1"
eType="#//ClassDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="range" upperBound="-1"
eType="#//ClassDef"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxCard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxInverseCard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minCard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minInverseCard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inverse" eType="#//AssociationDef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssociationMetaclassDef" eSuperTypes="#//MetaclassDef #//AssociationDef"/>
<eClassifiers xsi:type="ecore:EClass" name="MetatypeDef" eSuperTypes="#//MetaclassDef"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueDef">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeOfValue" lowerBound="1"
eType="#//TypeDef" eOpposite="#//TypeDef/values"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metavalue" lowerBound="1"
eType="#//FrameDef" eOpposite="#//FrameDef/metavalueOf"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringValueDef" eSuperTypes="#//ValueDef">
<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="RealValueDef" eSuperTypes="#//ValueDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerValueDef" eSuperTypes="#//ValueDef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eSubpackages name="Programs" nsURI="http://Synthesis.ecore/Programs" nsPrefix="syn-prog">
<eClassifiers xsi:type="ecore:EClass" name="Program"/>
<eClassifiers xsi:type="ecore:EClass" name="RuleList" eSuperTypes="#//Programs/Program">
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" lowerBound="1"
upperBound="-1" eType="#//Programs/Rule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Programs/Program">
<eStructuralFeatures xsi:type="ecore:EReference" name="program" lowerBound="1"
eType="#//Programs/Program" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProgramSequence" eSuperTypes="#//Programs/Program">
<eStructuralFeatures xsi:type="ecore:EReference" name="programs" upperBound="-1"
eType="#//Programs/Program" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="head" lowerBound="1"
eType="#//Formulae/Atom"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1"
eType="#//Formulae/Formula"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//Formulae/Formula" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1"
eType="#//Programs/Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterativeRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//Formulae/Formula" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1"
eType="#//Programs/Block" containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="Formulae" nsURI="http://Synthesis.ecore/Formulae" nsPrefix="syn-form">
<eClassifiers xsi:type="ecore:EClass" name="QuantifiedFormula" eSuperTypes="#//Formulae/Formula">
<eStructuralFeatures xsi:type="ecore:EReference" name="formula" lowerBound="1"
eType="#//Formulae/Formula" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" lowerBound="1"
eType="#//Formulae/Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conjunction" eSuperTypes="#//Formulae/Formula">
<eStructuralFeatures xsi:type="ecore:EReference" name="formula" lowerBound="2"
upperBound="-1" eType="#//Formulae/Formula"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Negation" eSuperTypes="#//Formulae/Formula">
<eStructuralFeatures xsi:type="ecore:EReference" name="formula" lowerBound="1"
eType="#//Formulae/Formula" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Implication" eSuperTypes="#//Formulae/Formula">
<eStructuralFeatures xsi:type="ecore:EReference" name="consequent" lowerBound="1"
eType="#//Formulae/Formula" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="antecedent" lowerBound="1"
eType="#//Formulae/Formula" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Disjunction" eSuperTypes="#//Formulae/Formula">
<eStructuralFeatures xsi:type="ecore:EReference" name="formula" lowerBound="2"
upperBound="-1" eType="#//Formulae/Formula" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExsistentiallyQuantifiedFormula" eSuperTypes="#//Formulae/QuantifiedFormula"/>
<eClassifiers xsi:type="ecore:EClass" name="UniversallyQuantifiedFormula" eSuperTypes="#//Formulae/QuantifiedFormula"/>
<eClassifiers xsi:type="ecore:EClass" name="Formula">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringRepr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Term"/>
<eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//Formulae/Term">
<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="IntegerConstant" eSuperTypes="#//Formulae/Constant"/>
<eClassifiers xsi:type="ecore:EClass" name="NonConstant" eSuperTypes="#//Formulae/Term">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Formulae/NonConstant">
<eStructuralFeatures xsi:type="ecore:EReference" name="variableOfType" lowerBound="1"
eType="#//TypeDef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionComprehension" eSuperTypes="#//Formulae/Constant">
<eStructuralFeatures xsi:type="ecore:EReference" name="vars" lowerBound="1"
upperBound="-1" eType="#//Formulae/Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="formula" lowerBound="1"
eType="#//Formulae/Formula"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Atom" eSuperTypes="#//Formulae/Formula">
<eStructuralFeatures xsi:type="ecore:EReference" name="terms" upperBound="-1"
eType="#//Formulae/Term"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BuiltInPredicate" eSuperTypes="#//Formulae/Atom"/>
<eClassifiers xsi:type="ecore:EClass" name="ArithmeticPredicate" eSuperTypes="#//Formulae/Atom"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanConstant" eSuperTypes="#//Formulae/Constant"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassName" eSuperTypes="#//Formulae/Constant">
<eStructuralFeatures xsi:type="ecore:EReference" name="classNameOf" lowerBound="1"
eType="#//ClassDef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionCall" eSuperTypes="#//Formulae/NonConstant">
<eStructuralFeatures xsi:type="ecore:EReference" name="terms" upperBound="-1"
eType="#//Formulae/Term"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AccessFunction" eSuperTypes="#//Formulae/FunctionCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeNameOf" lowerBound="1"
eType="#//AttributeDef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetFunction" eSuperTypes="#//Formulae/AccessFunction"/>
<eClassifiers xsi:type="ecore:EClass" name="BuiltInFunction" eSuperTypes="#//Formulae/FunctionCall"/>
<eClassifiers xsi:type="ecore:EClass" name="SetPredicate" eSuperTypes="#//Formulae/Atom"/>
<eClassifiers xsi:type="ecore:EClass" name="StringConstant" eSuperTypes="#//Formulae/Constant"/>
<eClassifiers xsi:type="ecore:EClass" name="GetFunction" eSuperTypes="#//Formulae/AccessFunction"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/Synthesis-old.ecore | ecore | Synthesis
SchemaDef
modules
ModuleDef
moduleLayer
containedClasses
containedFunctions
containedTypes
imports
schema
ElementDef
name
FrameDef
classes
parameters
slots
metavalueOf
metaslotOf
metaframe
metaframeOf
TypeDef
nonobject
typeInModule
values
ADTDef
attributes
invariants
subtypes
supertypes
ParameterDef
parameterKind
parameterOf
type
position
SlotDef
values
slotOf
metaslot
AttributeDef
cardinality
initialValue
attributeKind
inverseAttribute
classes
attributeOf
type
ClassDef
instanceType
instances
classInModule
primaryKey
subclasses
superclasses
MetaclassDef
instInstType
ScalarDef
StringDef
length
IntegerDef
base
precision
scale
unsigned
EnumDef
RealDef
precision
CollectionDef
ofType
SetDef
InvariantDef
specification
predicativeSpec
FunctionDef
specification
functionInModule
exceptions
selector
predicativeSpec
implementation
SelectorDef
kind
name
priority
selectorOf
AssociationDef
domain
range
maxCard
maxInverseCard
minCard
minInverseCard
inverse
AssociationMetaclassDef
MetatypeDef
ValueDef
typeOfValue
metavalue
StringValueDef
value
RealValueDef
value
IntegerValueDef
value
Programs
Program
RuleList
rules
Block
program
ProgramSequence
programs
Rule
head
body
ConditionalRule
condition
block
IterativeRule
condition
block
Formulae
QuantifiedFormula
formula
variables
Conjunction
formula
Negation
formula
Implication
consequent
antecedent
Disjunction
formula
ExsistentiallyQuantifiedFormula
UniversallyQuantifiedFormula
Formula
stringRepr
Term
Constant
value
IntegerConstant
NonConstant
name
Variable
variableOfType
CollectionComprehension
vars
formula
Atom
terms
symbol
BuiltInPredicate
ArithmeticPredicate
BooleanConstant
ClassName
classNameOf
FunctionCall
terms
AccessFunction
attributeNameOf
SetFunction
BuiltInFunction
SetPredicate
StringConstant
GetFunction | null | {"directed":true,"nodes":[{"nsPrefix":"syn","nsURI":"http://Synthesis.ecore","name":"Synthesis","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SchemaDef","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleDef","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementDef","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FrameDef","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDef","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ADTDef","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterDef","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotDef","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeDef","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDef","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaclassDef","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarDef","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringDef","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerDef","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumDef","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealDef","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionDef","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetDef","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvariantDef","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDef","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectorDef","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationDef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationMetaclassDef","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetatypeDef","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueDef","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValueDef","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealValueDef","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValueDef","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"nsPrefix":"syn-prog","nsURI":"http://Synthesis.ecore/Programs","name":"Programs","id":29,"eClass":"EPackage"},{"nsPrefix":"syn-form","nsURI":"http://Synthesis.ecore/Formulae","name":"Formulae","id":30,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"schema","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"moduleLayer","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containedClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containedFunctions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containedTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classInModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"functionInModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeInModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"slots","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":"metavalueOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaslotOf","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":"metaframe","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaframeOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameterOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"slotOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metavalue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaslot","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"nonobject","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"values","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeOfValue","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":false,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"invariants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subtypes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supertypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterKind","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"position","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"cardinality","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":"initialValue","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":"attributeKind","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":"inverseAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"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"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"instanceType","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"primaryKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subclasses","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superclasses","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instInstType","changeable":true,"resolveProxies":false,"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"base","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":"precision","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scale","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":"unsigned","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ofType","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"specification","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predicativeSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"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":"specification","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predicativeSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectorOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":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":"name","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":"priority","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"maxCard","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":"maxInverseCard","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minCard","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minInverseCard","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inverse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"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":"value","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleList","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramSequence","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalRule","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterativeRule","instanceClass":null,"abstract":false,"id":213,"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":"rules","changeable":true,"resolveProxies":true,"lowerBound":1,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"program","changeable":true,"resolveProxies":true,"lowerBound":1,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"programs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"head","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":224,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atom","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifiedFormula","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conjunction","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negation","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implication","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Disjunction","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExsistentiallyQuantifiedFormula","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniversallyQuantifiedFormula","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerConstant","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonConstant","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionComprehension","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInPredicate","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArithmeticPredicate","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanConstant","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassName","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessFunction","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetFunction","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInFunction","instanceClass":null,"abstract":false,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetPredicate","instanceClass":null,"abstract":false,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringConstant","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetFunction","instanceClass":null,"abstract":false,"id":259,"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":"formula","changeable":true,"resolveProxies":true,"lowerBound":1,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":2,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":1,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"consequent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":271,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"antecedent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"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":"formula","changeable":true,"resolveProxies":true,"lowerBound":2,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringRepr","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"id":282,"eClass":"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":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"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":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableOfType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"vars","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":1,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"terms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classNameOf","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":false,"unsettable":false,"transient":false,"unique":true,"name":"terms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeNameOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":31},{"source":1,"target":32},{"source":31,"target":2},{"source":31,"target":33},{"source":31,"target":1},{"source":31,"target":34},{"source":33,"target":2},{"source":32,"target":2},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":34},{"source":2,"target":40},{"source":35,"target":41},{"source":35,"target":2},{"source":36,"target":10},{"source":36,"target":42},{"source":36,"target":2},{"source":36,"target":43},{"source":42,"target":10},{"source":37,"target":20},{"source":37,"target":44},{"source":37,"target":2},{"source":37,"target":45},{"source":44,"target":20},{"source":38,"target":5},{"source":38,"target":46},{"source":38,"target":2},{"source":38,"target":47},{"source":46,"target":5},{"source":39,"target":4},{"source":39,"target":48},{"source":39,"target":2},{"source":48,"target":4},{"source":34,"target":1},{"source":34,"target":49},{"source":34,"target":2},{"source":34,"target":31},{"source":49,"target":1},{"source":40,"target":4},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":50},{"source":3,"target":51},{"source":50,"target":52},{"source":50,"target":3},{"source":51,"target":25},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":53,"target":10},{"source":53,"target":61},{"source":53,"target":4},{"source":53,"target":62},{"source":61,"target":10},{"source":54,"target":7},{"source":54,"target":63},{"source":54,"target":4},{"source":54,"target":64},{"source":63,"target":7},{"source":55,"target":8},{"source":55,"target":65},{"source":55,"target":4},{"source":55,"target":66},{"source":65,"target":8},{"source":56,"target":25},{"source":56,"target":67},{"source":56,"target":4},{"source":56,"target":68},{"source":67,"target":25},{"source":57,"target":8},{"source":57,"target":69},{"source":57,"target":4},{"source":57,"target":70},{"source":69,"target":8},{"source":58,"target":4},{"source":58,"target":71},{"source":58,"target":4},{"source":58,"target":59},{"source":71,"target":4},{"source":59,"target":4},{"source":59,"target":72},{"source":59,"target":4},{"source":59,"target":58},{"source":72,"target":4},{"source":60,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":73},{"source":5,"target":47},{"source":5,"target":74},{"source":5,"target":75},{"source":73,"target":76},{"source":73,"target":5},{"source":47,"target":2},{"source":47,"target":77},{"source":47,"target":5},{"source":47,"target":38},{"source":77,"target":2},{"source":74,"target":25},{"source":74,"target":78},{"source":74,"target":5},{"source":74,"target":79},{"source":78,"target":25},{"source":75,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":80},{"source":6,"target":81},{"source":6,"target":82},{"source":6,"target":83},{"source":6,"target":84},{"source":80,"target":9},{"source":80,"target":85},{"source":80,"target":6},{"source":80,"target":86},{"source":85,"target":9},{"source":81,"target":19},{"source":81,"target":87},{"source":81,"target":6},{"source":87,"target":19},{"source":82,"target":6},{"source":82,"target":88},{"source":82,"target":6},{"source":82,"target":83},{"source":88,"target":6},{"source":83,"target":6},{"source":83,"target":89},{"source":83,"target":6},{"source":83,"target":82},{"source":89,"target":6},{"source":84,"target":5},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":90},{"source":7,"target":64},{"source":7,"target":91},{"source":7,"target":92},{"source":7,"target":93},{"source":90,"target":94},{"source":90,"target":7},{"source":64,"target":4},{"source":64,"target":95},{"source":64,"target":7},{"source":64,"target":54},{"source":95,"target":4},{"source":91,"target":5},{"source":91,"target":96},{"source":91,"target":7},{"source":96,"target":5},{"source":92,"target":97},{"source":92,"target":7},{"source":93,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":98},{"source":8,"target":66},{"source":8,"target":70},{"source":8,"target":99},{"source":98,"target":25},{"source":98,"target":100},{"source":98,"target":8},{"source":100,"target":25},{"source":66,"target":4},{"source":66,"target":101},{"source":66,"target":8},{"source":66,"target":55},{"source":101,"target":4},{"source":70,"target":4},{"source":70,"target":102},{"source":70,"target":8},{"source":70,"target":57},{"source":102,"target":4},{"source":99,"target":3},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":103},{"source":9,"target":104},{"source":9,"target":105},{"source":9,"target":106},{"source":9,"target":107},{"source":9,"target":86},{"source":9,"target":108},{"source":9,"target":109},{"source":103,"target":110},{"source":103,"target":9},{"source":104,"target":25},{"source":104,"target":111},{"source":104,"target":9},{"source":111,"target":25},{"source":105,"target":112},{"source":105,"target":9},{"source":106,"target":9},{"source":106,"target":113},{"source":106,"target":9},{"source":113,"target":9},{"source":107,"target":10},{"source":107,"target":114},{"source":107,"target":9},{"source":114,"target":10},{"source":86,"target":6},{"source":86,"target":115},{"source":86,"target":9},{"source":86,"target":80},{"source":115,"target":6},{"source":108,"target":5},{"source":108,"target":116},{"source":108,"target":9},{"source":116,"target":5},{"source":109,"target":8},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":117},{"source":10,"target":62},{"source":10,"target":43},{"source":10,"target":118},{"source":10,"target":119},{"source":10,"target":120},{"source":10,"target":121},{"source":117,"target":5},{"source":117,"target":122},{"source":117,"target":10},{"source":122,"target":5},{"source":62,"target":4},{"source":62,"target":123},{"source":62,"target":10},{"source":62,"target":53},{"source":123,"target":4},{"source":43,"target":2},{"source":43,"target":124},{"source":43,"target":10},{"source":43,"target":36},{"source":124,"target":2},{"source":118,"target":9},{"source":118,"target":125},{"source":118,"target":10},{"source":125,"target":9},{"source":119,"target":10},{"source":119,"target":126},{"source":119,"target":10},{"source":119,"target":120},{"source":126,"target":10},{"source":120,"target":10},{"source":120,"target":127},{"source":120,"target":10},{"source":120,"target":119},{"source":127,"target":10},{"source":121,"target":4},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":128},{"source":11,"target":129},{"source":128,"target":6},{"source":128,"target":130},{"source":128,"target":11},{"source":130,"target":6},{"source":129,"target":10},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":131},{"source":131,"target":5},{"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},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":135},{"source":14,"target":136},{"source":14,"target":137},{"source":14,"target":138},{"source":14,"target":139},{"source":135,"target":140},{"source":135,"target":14},{"source":136,"target":141},{"source":136,"target":14},{"source":137,"target":142},{"source":137,"target":14},{"source":138,"target":143},{"source":138,"target":14},{"source":139,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":144},{"source":144,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":145},{"source":16,"target":146},{"source":145,"target":147},{"source":145,"target":16},{"source":146,"target":12},{"source":17,"target":0},{"source":17,"target":5},{"source":17,"target":148},{"source":17,"target":149},{"source":148,"target":5},{"source":148,"target":150},{"source":148,"target":17},{"source":150,"target":5},{"source":149,"target":5},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":151},{"source":151,"target":17},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":152},{"source":19,"target":153},{"source":19,"target":154},{"source":152,"target":155},{"source":152,"target":19},{"source":153,"target":156},{"source":153,"target":157},{"source":153,"target":19},{"source":157,"target":156},{"source":154,"target":5},{"source":20,"target":0},{"source":20,"target":5},{"source":20,"target":158},{"source":20,"target":45},{"source":20,"target":159},{"source":20,"target":160},{"source":20,"target":161},{"source":20,"target":162},{"source":20,"target":163},{"source":158,"target":164},{"source":158,"target":20},{"source":45,"target":2},{"source":45,"target":165},{"source":45,"target":20},{"source":45,"target":37},{"source":165,"target":2},{"source":159,"target":5},{"source":159,"target":166},{"source":159,"target":20},{"source":166,"target":5},{"source":160,"target":21},{"source":160,"target":167},{"source":160,"target":20},{"source":160,"target":168},{"source":167,"target":21},{"source":161,"target":156},{"source":161,"target":169},{"source":161,"target":20},{"source":169,"target":156},{"source":162,"target":170},{"source":162,"target":171},{"source":162,"target":20},{"source":171,"target":170},{"source":163,"target":5},{"source":21,"target":0},{"source":21,"target":172},{"source":21,"target":173},{"source":21,"target":174},{"source":21,"target":168},{"source":172,"target":175},{"source":172,"target":21},{"source":173,"target":176},{"source":173,"target":21},{"source":174,"target":177},{"source":174,"target":21},{"source":168,"target":20},{"source":168,"target":178},{"source":168,"target":21},{"source":168,"target":160},{"source":178,"target":20},{"source":22,"target":0},{"source":22,"target":3},{"source":22,"target":179},{"source":22,"target":180},{"source":22,"target":181},{"source":22,"target":182},{"source":22,"target":183},{"source":22,"target":184},{"source":22,"target":185},{"source":22,"target":186},{"source":179,"target":10},{"source":179,"target":187},{"source":179,"target":22},{"source":187,"target":10},{"source":180,"target":10},{"source":180,"target":188},{"source":180,"target":22},{"source":188,"target":10},{"source":181,"target":189},{"source":181,"target":22},{"source":182,"target":190},{"source":182,"target":22},{"source":183,"target":191},{"source":183,"target":22},{"source":184,"target":192},{"source":184,"target":22},{"source":185,"target":22},{"source":185,"target":193},{"source":185,"target":22},{"source":193,"target":22},{"source":186,"target":3},{"source":23,"target":0},{"source":23,"target":11},{"source":23,"target":22},{"source":23,"target":194},{"source":23,"target":195},{"source":194,"target":11},{"source":195,"target":22},{"source":24,"target":0},{"source":24,"target":11},{"source":24,"target":196},{"source":196,"target":11},{"source":25,"target":0},{"source":25,"target":79},{"source":25,"target":68},{"source":79,"target":5},{"source":79,"target":197},{"source":79,"target":25},{"source":79,"target":74},{"source":197,"target":5},{"source":68,"target":4},{"source":68,"target":198},{"source":68,"target":25},{"source":68,"target":56},{"source":198,"target":4},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":199},{"source":26,"target":200},{"source":199,"target":201},{"source":199,"target":26},{"source":200,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":202},{"source":27,"target":203},{"source":202,"target":204},{"source":202,"target":27},{"source":203,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":205},{"source":28,"target":206},{"source":205,"target":207},{"source":205,"target":28},{"source":206,"target":25},{"source":29,"target":170},{"source":29,"target":208},{"source":29,"target":209},{"source":29,"target":210},{"source":29,"target":211},{"source":29,"target":212},{"source":29,"target":213},{"source":29,"target":0},{"source":170,"target":29},{"source":208,"target":29},{"source":208,"target":170},{"source":208,"target":214},{"source":208,"target":215},{"source":214,"target":211},{"source":214,"target":216},{"source":214,"target":208},{"source":216,"target":211},{"source":215,"target":170},{"source":209,"target":29},{"source":209,"target":170},{"source":209,"target":217},{"source":209,"target":218},{"source":217,"target":170},{"source":217,"target":219},{"source":217,"target":209},{"source":219,"target":170},{"source":218,"target":170},{"source":210,"target":29},{"source":210,"target":170},{"source":210,"target":220},{"source":210,"target":221},{"source":220,"target":170},{"source":220,"target":222},{"source":220,"target":210},{"source":222,"target":170},{"source":221,"target":170},{"source":211,"target":29},{"source":211,"target":223},{"source":211,"target":224},{"source":223,"target":225},{"source":223,"target":226},{"source":223,"target":211},{"source":226,"target":225},{"source":224,"target":156},{"source":224,"target":227},{"source":224,"target":211},{"source":227,"target":156},{"source":212,"target":29},{"source":212,"target":228},{"source":212,"target":229},{"source":228,"target":156},{"source":228,"target":230},{"source":228,"target":212},{"source":230,"target":156},{"source":229,"target":209},{"source":229,"target":231},{"source":229,"target":212},{"source":231,"target":209},{"source":213,"target":29},{"source":213,"target":232},{"source":213,"target":233},{"source":232,"target":156},{"source":232,"target":234},{"source":232,"target":213},{"source":234,"target":156},{"source":233,"target":209},{"source":233,"target":235},{"source":233,"target":213},{"source":235,"target":209},{"source":30,"target":236},{"source":30,"target":237},{"source":30,"target":238},{"source":30,"target":239},{"source":30,"target":240},{"source":30,"target":241},{"source":30,"target":242},{"source":30,"target":156},{"source":30,"target":243},{"source":30,"target":244},{"source":30,"target":245},{"source":30,"target":246},{"source":30,"target":247},{"source":30,"target":248},{"source":30,"target":225},{"source":30,"target":249},{"source":30,"target":250},{"source":30,"target":251},{"source":30,"target":252},{"source":30,"target":253},{"source":30,"target":254},{"source":30,"target":255},{"source":30,"target":256},{"source":30,"target":257},{"source":30,"target":258},{"source":30,"target":259},{"source":30,"target":0},{"source":236,"target":30},{"source":236,"target":156},{"source":236,"target":260},{"source":236,"target":261},{"source":236,"target":262},{"source":260,"target":156},{"source":260,"target":263},{"source":260,"target":236},{"source":263,"target":156},{"source":261,"target":247},{"source":261,"target":264},{"source":261,"target":236},{"source":264,"target":247},{"source":262,"target":156},{"source":237,"target":30},{"source":237,"target":156},{"source":237,"target":265},{"source":237,"target":266},{"source":265,"target":156},{"source":265,"target":267},{"source":265,"target":237},{"source":267,"target":156},{"source":266,"target":156},{"source":238,"target":30},{"source":238,"target":156},{"source":238,"target":268},{"source":238,"target":269},{"source":268,"target":156},{"source":268,"target":270},{"source":268,"target":238},{"source":270,"target":156},{"source":269,"target":156},{"source":239,"target":30},{"source":239,"target":156},{"source":239,"target":271},{"source":239,"target":272},{"source":239,"target":273},{"source":271,"target":156},{"source":271,"target":274},{"source":271,"target":239},{"source":274,"target":156},{"source":272,"target":156},{"source":272,"target":275},{"source":272,"target":239},{"source":275,"target":156},{"source":273,"target":156},{"source":240,"target":30},{"source":240,"target":156},{"source":240,"target":276},{"source":240,"target":277},{"source":276,"target":156},{"source":276,"target":278},{"source":276,"target":240},{"source":278,"target":156},{"source":277,"target":156},{"source":241,"target":30},{"source":241,"target":236},{"source":241,"target":279},{"source":279,"target":236},{"source":242,"target":30},{"source":242,"target":236},{"source":242,"target":280},{"source":280,"target":236},{"source":156,"target":30},{"source":156,"target":281},{"source":281,"target":282},{"source":281,"target":156},{"source":243,"target":30},{"source":244,"target":30},{"source":244,"target":243},{"source":244,"target":283},{"source":244,"target":284},{"source":283,"target":285},{"source":283,"target":244},{"source":284,"target":243},{"source":245,"target":30},{"source":245,"target":244},{"source":245,"target":286},{"source":286,"target":244},{"source":246,"target":30},{"source":246,"target":243},{"source":246,"target":287},{"source":246,"target":288},{"source":287,"target":289},{"source":287,"target":246},{"source":288,"target":243},{"source":247,"target":30},{"source":247,"target":246},{"source":247,"target":290},{"source":247,"target":291},{"source":290,"target":5},{"source":290,"target":292},{"source":290,"target":247},{"source":292,"target":5},{"source":291,"target":246},{"source":248,"target":30},{"source":248,"target":244},{"source":248,"target":293},{"source":248,"target":294},{"source":248,"target":295},{"source":293,"target":247},{"source":293,"target":296},{"source":293,"target":248},{"source":296,"target":247},{"source":294,"target":156},{"source":294,"target":297},{"source":294,"target":248},{"source":297,"target":156},{"source":295,"target":244},{"source":225,"target":30},{"source":225,"target":156},{"source":225,"target":298},{"source":225,"target":299},{"source":225,"target":300},{"source":298,"target":243},{"source":298,"target":301},{"source":298,"target":225},{"source":301,"target":243},{"source":299,"target":302},{"source":299,"target":225},{"source":300,"target":156},{"source":249,"target":30},{"source":249,"target":225},{"source":249,"target":303},{"source":303,"target":225},{"source":250,"target":30},{"source":250,"target":225},{"source":250,"target":304},{"source":304,"target":225},{"source":251,"target":30},{"source":251,"target":244},{"source":251,"target":305},{"source":305,"target":244},{"source":252,"target":30},{"source":252,"target":244},{"source":252,"target":306},{"source":252,"target":307},{"source":306,"target":10},{"source":306,"target":308},{"source":306,"target":252},{"source":308,"target":10},{"source":307,"target":244},{"source":253,"target":30},{"source":253,"target":246},{"source":253,"target":309},{"source":253,"target":310},{"source":309,"target":243},{"source":309,"target":311},{"source":309,"target":253},{"source":311,"target":243},{"source":310,"target":246},{"source":254,"target":30},{"source":254,"target":253},{"source":254,"target":312},{"source":254,"target":313},{"source":312,"target":9},{"source":312,"target":314},{"source":312,"target":254},{"source":314,"target":9},{"source":313,"target":253},{"source":255,"target":30},{"source":255,"target":254},{"source":255,"target":315},{"source":315,"target":254},{"source":256,"target":30},{"source":256,"target":253},{"source":256,"target":316},{"source":316,"target":253},{"source":257,"target":30},{"source":257,"target":225},{"source":257,"target":317},{"source":317,"target":225},{"source":258,"target":30},{"source":258,"target":244},{"source":258,"target":318},{"source":318,"target":244},{"source":259,"target":30},{"source":259,"target":254},{"source":259,"target":319},{"source":319,"target":254}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="metavoc"
nsURI="http://www.fii.ro/wade/voces/Metavoc" nsPrefix="metavoc">
<eClassifiers xsi:type="ecore:EClass" name="XMLModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//XMLValidElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLValidElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="startelement" eType="#//XMLStartElement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//XMLValidElement" 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="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="endelement" eType="#//XMLEndElement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLStartElement"/>
<eClassifiers xsi:type="ecore:EClass" name="XMLEndElement"/>
<eClassifiers xsi:type="ecore:EClass" name="XMLElementText" eSuperTypes="#//XMLStartElement #//XMLEndElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="namespace" eType="#//VocNS"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nselements" eType="#//NSElement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" eType="#//XMLElementAttributes"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLElementAttributes">
<eStructuralFeatures xsi:type="ecore:EReference" name="namespace" eType="#//AttrNS"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nselements" eType="#//NSElement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementValue" 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="AttrNS">
<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="VocNS">
<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="NSElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/alexandruc/voces/ro.fii.wade.voces.metavoc/src-gen/ro/fii/wade/voces/Metavoc.ecore | ecore | metavoc
XMLModel
contents
XMLValidElement
startelement
children
name
content
endelement
XMLStartElement
XMLEndElement
XMLElementText
namespace
nselements
attributes
XMLElementAttributes
namespace
nselements
elementValue
name
AttrNS
name
VocNS
name
NSElement
name | null | {"directed":true,"nodes":[{"nsPrefix":"metavoc","nsURI":"http://www.fii.ro/wade/voces/Metavoc","name":"metavoc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLValidElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLStartElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLEndElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLElementText","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLElementAttributes","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttrNS","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VocNS","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NSElement","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":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"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":"startelement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"content","changeable":true,"lowerBound":0,"iD":false,"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":"endelement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"nselements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nselements","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":"elementValue","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":10,"target":2},{"source":10,"target":11},{"source":10,"target":1},{"source":11,"target":2},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":12,"target":3},{"source":12,"target":17},{"source":12,"target":2},{"source":17,"target":3},{"source":13,"target":2},{"source":13,"target":18},{"source":13,"target":2},{"source":18,"target":2},{"source":14,"target":19},{"source":14,"target":2},{"source":15,"target":20},{"source":15,"target":2},{"source":16,"target":4},{"source":16,"target":21},{"source":16,"target":2},{"source":21,"target":4},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":4},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":22,"target":8},{"source":22,"target":27},{"source":22,"target":5},{"source":27,"target":8},{"source":23,"target":9},{"source":23,"target":28},{"source":23,"target":5},{"source":28,"target":9},{"source":24,"target":6},{"source":24,"target":29},{"source":24,"target":5},{"source":29,"target":6},{"source":25,"target":3},{"source":26,"target":4},{"source":6,"target":0},{"source":6,"target":30},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":30,"target":7},{"source":30,"target":34},{"source":30,"target":6},{"source":34,"target":7},{"source":31,"target":9},{"source":31,"target":35},{"source":31,"target":6},{"source":35,"target":9},{"source":32,"target":36},{"source":32,"target":6},{"source":33,"target":37},{"source":33,"target":6},{"source":7,"target":0},{"source":7,"target":38},{"source":38,"target":39},{"source":38,"target":7},{"source":8,"target":0},{"source":8,"target":40},{"source":40,"target":41},{"source":40,"target":8},{"source":9,"target":0},{"source":9,"target":42},{"source":42,"target":43},{"source":42,"target":9}],"multigraph":true} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.