labels
stringlengths
3
22
ids
stringlengths
44
278
txt
stringlengths
13
29k
xmi
stringlengths
359
1.44M
is_duplicated
bool
2 classes
graph
stringlengths
364
727k
model_type
stringclasses
2 values
education
repo-ecore-all/data/Smahle/ex3/org.study/model/study.ecore
study Department programme course Course name code points Programme name studyPlan programmeCode StudyPlan spesialization semester Specialization name semester Semester semesterNumber courseSlot fallOrSpring CourseSlot mandatoryCourse electiveCourses elective programmeCode Datateknologi5 MTDT Informatikk MSIT Datateknologi2 MIDT CourseCode java.lang.String java.lang.String FallOrSpring Fall Fall Spring Spring
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="study" nsURI="http://study.org" nsPrefix="tdt4250.study"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="validationDelegates" value="http://www.eclipse.org/acceleo/query/1.0"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Department"> <eStructuralFeatures xsi:type="ecore:EReference" name="programme" upperBound="-1" eType="#//Programme" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="course" upperBound="-1" eType="#//Course" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Course"> <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="#//CourseCode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="points" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Programme"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="studyPlan" upperBound="-1" eType="#//StudyPlan" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="programmeCode" eType="#//programmeCode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StudyPlan"> <eStructuralFeatures xsi:type="ecore:EReference" name="spesialization" upperBound="-1" eType="#//Specialization" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="semester" upperBound="-1" eType="#//Semester" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Specialization"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="semester" upperBound="-1" eType="#//Semester" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Semester"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="totalPointsMustBeMoreThan30"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="semesterNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="courseSlot" upperBound="-1" eType="#//CourseSlot" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fallOrSpring" eType="#//FallOrSpring"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CourseSlot"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mandatoryOrNotConstraint"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/acceleo/query/1.0"> <details key="mandatoryOrNotConstraint" value="if self.elective = true then not self.mandatoryCourse -> notEmpty() else true endif and if self.elective = false then not self.electiveCourses ->notEmpty() else true endif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="mandatoryCourse" eType="#//Course"/> <eStructuralFeatures xsi:type="ecore:EReference" name="electiveCourses" upperBound="-1" eType="#//Course"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elective" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="programmeCode"> <eLiterals name="Datateknologi5" literal="MTDT"/> <eLiterals name="Informatikk" value="1" literal="MSIT"/> <eLiterals name="Datateknologi2" value="2" literal="MIDT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="CourseCode" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="maxLength" value="8"/> <details key="minLength" value="6"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FallOrSpring"> <eLiterals name="Fall"/> <eLiterals name="Spring" value="1"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"tdt4250.study","nsURI":"http://study.org","name":"study","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Department","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Course","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Programme","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StudyPlan","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specialization","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Semester","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CourseSlot","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"programmeCode","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"CourseCode","instanceClass":"java.lang.String","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"FallOrSpring","instanceClass":null,"id":10,"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":"programme","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"course","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"code","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"points","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"studyPlan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"programmeCode","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spesialization","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":"semester","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":"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":"semester","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"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":"semesterNumber","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"courseSlot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fallOrSpring","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mandatoryCourse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"electiveCourses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"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":"elective","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"name":"Datateknologi5","id":47,"value":0,"literal":"MTDT","eClass":"EEnumLiteral"},{"name":"Informatikk","id":48,"value":1,"literal":"MSIT","eClass":"EEnumLiteral"},{"name":"Datateknologi2","id":49,"value":2,"literal":"MIDT","eClass":"EEnumLiteral"},{"name":"Fall","id":50,"value":0,"literal":"Fall","eClass":"EEnumLiteral"},{"name":"Spring","id":51,"value":1,"literal":"Spring","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":11,"target":3},{"source":11,"target":13},{"source":11,"target":1},{"source":13,"target":3},{"source":12,"target":2},{"source":12,"target":14},{"source":12,"target":1},{"source":14,"target":2},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":15,"target":18},{"source":15,"target":2},{"source":16,"target":9},{"source":16,"target":19},{"source":16,"target":2},{"source":19,"target":9},{"source":17,"target":20},{"source":17,"target":2},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":21,"target":24},{"source":21,"target":3},{"source":22,"target":4},{"source":22,"target":25},{"source":22,"target":3},{"source":25,"target":4},{"source":23,"target":8},{"source":23,"target":26},{"source":23,"target":3},{"source":26,"target":8},{"source":4,"target":0},{"source":4,"target":27},{"source":4,"target":28},{"source":27,"target":5},{"source":27,"target":29},{"source":27,"target":4},{"source":29,"target":5},{"source":28,"target":6},{"source":28,"target":30},{"source":28,"target":4},{"source":30,"target":6},{"source":5,"target":0},{"source":5,"target":31},{"source":5,"target":32},{"source":31,"target":33},{"source":31,"target":5},{"source":32,"target":6},{"source":32,"target":34},{"source":32,"target":5},{"source":34,"target":6},{"source":6,"target":0},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":35,"target":38},{"source":35,"target":6},{"source":36,"target":7},{"source":36,"target":39},{"source":36,"target":6},{"source":39,"target":7},{"source":37,"target":10},{"source":37,"target":40},{"source":37,"target":6},{"source":40,"target":10},{"source":7,"target":0},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":41,"target":2},{"source":41,"target":44},{"source":41,"target":7},{"source":44,"target":2},{"source":42,"target":2},{"source":42,"target":45},{"source":42,"target":7},{"source":45,"target":2},{"source":43,"target":46},{"source":43,"target":7},{"source":8,"target":0},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":47,"target":8},{"source":48,"target":8},{"source":49,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":50},{"source":10,"target":51},{"source":50,"target":10},{"source":51,"target":10}],"multigraph":true}
ecore
automata
repo-ecore-all/data/EZ-ALDIN/Automation-LPDQL/org.lpdql.automation/model/automation.ecore
automation State Input Output Transition event actions origin disnation Automation transitions states inputs outputs NamedElement name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="automation" nsURI="http://www.lpdql.org/automation/1.0" nsPrefix="automation"> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Input" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Output" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//Input"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//Output"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="disnation" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Automation" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="#//Input" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1" eType="#//Output" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"automation","nsURI":"http://www.lpdql.org/automation/1.0","name":"automation","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":"Input","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Automation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"event","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":false,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"disnation","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"},{"container":false,"ordered":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":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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputs","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":"outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"}],"links":[{"source":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":6},{"source":1,"target":7},{"source":7,"target":6},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":8},{"source":8,"target":6},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":9},{"source":9,"target":6},{"source":4,"target":0},{"source":4,"target":6},{"source":4,"target":10},{"source":4,"target":11},{"source":4,"target":12},{"source":4,"target":13},{"source":4,"target":14},{"source":10,"target":2},{"source":10,"target":15},{"source":10,"target":4},{"source":15,"target":2},{"source":11,"target":3},{"source":11,"target":16},{"source":11,"target":4},{"source":16,"target":3},{"source":12,"target":1},{"source":12,"target":17},{"source":12,"target":4},{"source":17,"target":1},{"source":13,"target":1},{"source":13,"target":18},{"source":13,"target":4},{"source":18,"target":1},{"source":14,"target":6},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":19},{"source":5,"target":20},{"source":5,"target":21},{"source":5,"target":22},{"source":5,"target":23},{"source":19,"target":4},{"source":19,"target":24},{"source":19,"target":5},{"source":24,"target":4},{"source":20,"target":1},{"source":20,"target":25},{"source":20,"target":5},{"source":25,"target":1},{"source":21,"target":2},{"source":21,"target":26},{"source":21,"target":5},{"source":26,"target":2},{"source":22,"target":3},{"source":22,"target":27},{"source":22,"target":5},{"source":27,"target":3},{"source":23,"target":6},{"source":6,"target":0},{"source":6,"target":28},{"source":28,"target":29},{"source":28,"target":6}],"multigraph":true}
ecore
tournament
repo-ecore-all/data/Excilyano/Domain-specific-language/workspace/org.eclipse.example.bowlingmodel/bowling.ecore
bowling Player name dateOfBirth height isProfessional League name players
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bowling" nsURI="http://org/eclipse/example/bowling" nsPrefix="org.eclipse.example.bowling"> <eClassifiers xsi:type="ecore:EClass" name="Player"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateOfBirth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isProfessional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="League"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="players" upperBound="-1" eType="#//Player" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.example.bowling","nsURI":"http://org/eclipse/example/bowling","name":"bowling","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Player","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"League","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":"name","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":"dateOfBirth","changeable":true,"lowerBound":0,"iD":false,"id":4,"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":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":"isProfessional","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"players","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"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":10},{"source":6,"target":1},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":11,"target":13},{"source":11,"target":2},{"source":12,"target":1},{"source":12,"target":14},{"source":12,"target":2},{"source":14,"target":1}],"multigraph":true}
ecore
drones
repo-ecore-all/data/Fsomogyi/apricot-dronesimulator/hu.bme.mit.mdsd.dns2016.drones.behaviour/model/behaviour.ecore
behaviour NamedElement name DroneBehaviour instructions drones canBeInterrupted false Instruction MoveTo fieldObject Pause duration 1.0 PerformAction action target Choice condition trueBranch falseBranch Condition operation fieldObject key value WaitForMessage type timeout whenArrived whenLost While instructions condition Instruct instructions Lift target ConditionKind EQUALS == NOT_EQUALS != GREATER_THAN > LESSER_THAN < PlaceObject SendMessage messageType
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="behaviour" nsURI="hu.bme.mit.mdsd.dns2016.drones.behaviour" nsPrefix="behaviour"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DroneBehaviour" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" lowerBound="1" upperBound="-1" eType="#//Instruction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="drones" lowerBound="1" upperBound="-1" eType="ecore:EClass ../../hu.bme.mit.mdsd.dns2016.drones/model/drones.ecore#//Drone"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="canBeInterrupted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="MoveTo" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="fieldObject" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.mdsd.dns2016.drones/model/drones.ecore#//FieldObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pause" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="1.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PerformAction" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.mdsd.dns2016.drones/model/drones.ecore#//Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.mdsd.dns2016.drones/model/drones.ecore#//FieldObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Choice" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trueBranch" lowerBound="1" upperBound="-1" eType="#//Instruction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="falseBranch" upperBound="-1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="#//ConditionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fieldObject" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.mdsd.dns2016.drones/model/drones.ecore#//FieldObject"/> <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="WaitForMessage" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whenArrived" lowerBound="1" upperBound="-1" eType="#//Instruction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whenLost" lowerBound="1" upperBound="-1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" lowerBound="1" upperBound="-1" eType="#//Instruction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruct" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" lowerBound="1" upperBound="-1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lift" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="ecore:EClass ../../hu.bme.mit.mdsd.dns2016.drones/model/drones.ecore#//MovableObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConditionKind"> <eLiterals name="EQUALS" literal="=="/> <eLiterals name="NOT_EQUALS" value="1" literal="!="/> <eLiterals name="GREATER_THAN" value="2" literal=">"/> <eLiterals name="LESSER_THAN" value="3" literal="&lt;"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlaceObject" eSuperTypes="#//Instruction"/> <eClassifiers xsi:type="ecore:EClass" name="SendMessage" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messageType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"behaviour","nsURI":"hu.bme.mit.mdsd.dns2016.drones.behaviour","name":"behaviour","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":"DroneBehaviour","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MoveTo","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pause","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerformAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choice","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaitForMessage","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruct","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lift","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConditionKind","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceObject","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendMessage","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"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":"drones","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"canBeInterrupted","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fieldObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"action","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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"trueBranch","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"falseBranch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":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":"fieldObject","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"key","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeout","changeable":true,"lowerBound":0,"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":"whenArrived","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whenLost","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":"instructions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"name":"EQUALS","id":71,"value":0,"literal":"==","eClass":"EEnumLiteral"},{"name":"NOT_EQUALS","id":72,"value":1,"literal":"!=","eClass":"EEnumLiteral"},{"name":"GREATER_THAN","id":73,"value":2,"literal":">","eClass":"EEnumLiteral"},{"name":"LESSER_THAN","id":74,"value":3,"literal":"<","eClass":"EEnumLiteral"},{"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":"messageType","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":16,"target":17},{"source":16,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":18,"target":3},{"source":18,"target":22},{"source":18,"target":2},{"source":22,"target":3},{"source":19,"target":23},{"source":19,"target":2},{"source":20,"target":24},{"source":20,"target":2},{"source":21,"target":1},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":25},{"source":4,"target":26},{"source":25,"target":27},{"source":25,"target":4},{"source":26,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":28},{"source":5,"target":29},{"source":28,"target":30},{"source":28,"target":5},{"source":29,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":31,"target":34},{"source":31,"target":6},{"source":32,"target":35},{"source":32,"target":6},{"source":33,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":36},{"source":7,"target":37},{"source":7,"target":38},{"source":7,"target":39},{"source":36,"target":8},{"source":36,"target":40},{"source":36,"target":7},{"source":40,"target":8},{"source":37,"target":3},{"source":37,"target":41},{"source":37,"target":7},{"source":41,"target":3},{"source":38,"target":3},{"source":38,"target":42},{"source":38,"target":7},{"source":42,"target":3},{"source":39,"target":3},{"source":8,"target":0},{"source":8,"target":43},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":43,"target":13},{"source":43,"target":47},{"source":43,"target":8},{"source":47,"target":13},{"source":44,"target":48},{"source":44,"target":8},{"source":45,"target":49},{"source":45,"target":8},{"source":46,"target":50},{"source":46,"target":8},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":51},{"source":9,"target":52},{"source":9,"target":53},{"source":9,"target":54},{"source":9,"target":55},{"source":51,"target":56},{"source":51,"target":9},{"source":52,"target":57},{"source":52,"target":9},{"source":53,"target":3},{"source":53,"target":58},{"source":53,"target":9},{"source":58,"target":3},{"source":54,"target":3},{"source":54,"target":59},{"source":54,"target":9},{"source":59,"target":3},{"source":55,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":60},{"source":10,"target":61},{"source":10,"target":62},{"source":60,"target":3},{"source":60,"target":63},{"source":60,"target":10},{"source":63,"target":3},{"source":61,"target":8},{"source":61,"target":64},{"source":61,"target":10},{"source":64,"target":8},{"source":62,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":65},{"source":11,"target":66},{"source":65,"target":3},{"source":65,"target":67},{"source":65,"target":11},{"source":67,"target":3},{"source":66,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":68},{"source":12,"target":69},{"source":68,"target":70},{"source":68,"target":12},{"source":69,"target":3},{"source":13,"target":0},{"source":13,"target":71},{"source":13,"target":72},{"source":13,"target":73},{"source":13,"target":74},{"source":71,"target":13},{"source":72,"target":13},{"source":73,"target":13},{"source":74,"target":13},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":75},{"source":75,"target":3},{"source":15,"target":0},{"source":15,"target":3},{"source":15,"target":76},{"source":15,"target":77},{"source":76,"target":78},{"source":76,"target":15},{"source":77,"target":3}],"multigraph":true}
ecore
transformation
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/frontend.core.ecore
core LocatedElement row column file NamedElement name DefinitionParameter ModuleParameter ModuleDefinition AnnotableElement annotatedWith ImplicitlyAnnotableElement annotations Annotation annotatedElement OptimizationsAnnotation enabled false MetamodelModelAnnotation metamodel SingleAnnotation PotencyAnnotation value GenericAnnotation name parameters AnnotationParameter RepresentModel TransformationDefinition inModels outModels importedModels inlineModels annotations uses requires EclecticTransformationDefinition transformations TransformationDefinitionParameter ImportedModel UseDeclaration module as RequireDeclaration name default parameters RequireParameter formalParameterName RequireModelParameter model Variable name Statement Expression DefineVariable expression PropertyWrite property receptor expression ModelReference VariableReference variable MethodCall receptor methodName parameters withParameters false KeywordMethodCall receptor parameters KeywordParameter keyword value BinaryExpr left right binaryOp ClosureDeclaration statements formalParameters ClosureParameter ResolveLink expr isExternal false module linkName featureName BinaryOp EQUAL EQUAL ADD ADD SUB SUB MUL MUL DIV DIV IfExpr then elsifs else IfBranch condition statements NumLiteral value DoubleLiteral value StringLiteral value BooleanLiteral value TypeExpression ClassUse model className strictType false TraceUse trace TypedWithClass type_ TraceInterface definitions TracedModelParameter TraceDefinition elements TraceElement type InlineModel classes InlineClass features InlineFeature type multivalued false InlineAttribute InlineReference MatchTrace trace traceExpr cardinality 0 TraceCompareExpression multivaluedTag false traceVar expr ResolveTraceCardinality ONE_ONE ONE_ONE ZERO_OR_ONE ZERO_OR_ONE MANY MANY PutTrace trace parameters PutTraceParameter value traceVar
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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://eclectic.org/frontend/core" nsPrefix="eclectic_frontend_core"> <eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="row" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="file" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefinitionParameter" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ModuleParameter" eSuperTypes="#//DefinitionParameter"/> <eClassifiers xsi:type="ecore:EClass" name="ModuleDefinition" abstract="true" eSuperTypes="#//LocatedElement #//NamedElement #//AnnotableElement"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotableElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedWith" upperBound="-1" eType="#//Annotation" eOpposite="#//Annotation/annotatedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplicitlyAnnotableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//SingleAnnotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" eType="#//AnnotableElement" eOpposite="#//AnnotableElement/annotatedWith"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OptimizationsAnnotation" eSuperTypes="#//Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetamodelModelAnnotation" eSuperTypes="#//Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleAnnotation" abstract="true" eSuperTypes="#//Annotation"/> <eClassifiers xsi:type="ecore:EClass" name="PotencyAnnotation" eSuperTypes="#//SingleAnnotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericAnnotation"> <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="parameters" lowerBound="1" upperBound="-1" eType="#//AnnotationParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationParameter" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="RepresentModel" abstract="true" eSuperTypes="#//AnnotableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TransformationDefinition" abstract="true" eSuperTypes="#//ModuleDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="inModels" upperBound="-1" eType="#//TransformationDefinitionParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outModels" upperBound="-1" eType="#//TransformationDefinitionParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedModels" upperBound="-1" eType="#//ImportedModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inlineModels" upperBound="-1" eType="#//InlineModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uses" upperBound="-1" eType="#//UseDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requires" upperBound="-1" eType="#//RequireDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EclecticTransformationDefinition" eSuperTypes="#//TransformationDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="transformations" upperBound="-1" eType="#//TransformationDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationDefinitionParameter" eSuperTypes="#//DefinitionParameter #//RepresentModel"/> <eClassifiers xsi:type="ecore:EClass" name="ImportedModel" eSuperTypes="#//RepresentModel #//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="UseDeclaration" eSuperTypes="#//RepresentModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="module" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="as" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequireDeclaration" eSuperTypes="#//RepresentModel"> <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="default" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//RequireParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequireParameter" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="formalParameterName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequireModelParameter" eSuperTypes="#//RequireParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//RepresentModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" 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="Statement" abstract="true" eSuperTypes="#//LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="DefineVariable" eSuperTypes="#//Statement #//Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyWrite" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="property" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="receptor" lowerBound="1" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelReference" eSuperTypes="#//ClassUse #//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="VariableReference" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCall" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="receptor" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="methodName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="withParameters" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KeywordMethodCall" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="receptor" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//KeywordParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KeywordParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keyword" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpr" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="binaryOp" lowerBound="1" eType="#//BinaryOp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClosureDeclaration" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="#//ClosureParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClosureParameter" eSuperTypes="#//Variable"/> <eClassifiers xsi:type="ecore:EClass" name="ResolveLink" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isExternal" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//UseDeclaration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryOp"> <eLiterals name="EQUAL"/> <eLiterals name="ADD" value="1"/> <eLiterals name="SUB" value="2"/> <eLiterals name="MUL" value="3"/> <eLiterals name="DIV" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExpr" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//IfBranch" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elsifs" upperBound="-1" eType="#//IfBranch" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//IfBranch" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfBranch"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumLiteral" eSuperTypes="#//Expression"> <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="DoubleLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Expression"> <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="BooleanLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeExpression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ClassUse" eSuperTypes="#//TypeExpression #//ImplicitlyAnnotableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//RepresentModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="className" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strictType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceUse" eSuperTypes="#//TypeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="trace" lowerBound="1" eType="#//TraceDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedWithClass" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="type_" lowerBound="1" eType="#//ClassUse" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceInterface" eSuperTypes="#//ModuleDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="definitions" upperBound="-1" eType="#//TraceDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedModelParameter" eSuperTypes="#//DefinitionParameter #//RepresentModel"/> <eClassifiers xsi:type="ecore:EClass" name="TraceDefinition" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="#//TraceElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceElement" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//TypeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InlineModel" eSuperTypes="#//ModuleDefinition #//RepresentModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//InlineClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InlineClass" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//InlineFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InlineFeature" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//TypeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multivalued" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InlineAttribute" eSuperTypes="#//InlineFeature"/> <eClassifiers xsi:type="ecore:EClass" name="InlineReference" eSuperTypes="#//InlineFeature"/> <eClassifiers xsi:type="ecore:EClass" name="MatchTrace" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="trace" lowerBound="1" eType="#//TraceDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traceExpr" lowerBound="1" eType="#//TraceCompareExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" lowerBound="1" eType="#//ResolveTraceCardinality" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceCompareExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multivaluedTag" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traceVar" lowerBound="1" eType="#//TraceElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ResolveTraceCardinality"> <eLiterals name="ONE_ONE"/> <eLiterals name="ZERO_OR_ONE" value="1"/> <eLiterals name="MANY" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PutTrace" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="trace" lowerBound="1" eType="#//TraceDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//PutTraceParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PutTraceParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traceVar" lowerBound="1" eType="#//TraceElement"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"eclectic_frontend_core","nsURI":"http://eclectic.org/frontend/core","name":"core","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefinitionParameter","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleParameter","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleDefinition","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotableElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplicitlyAnnotableElement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptimizationsAnnotation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelModelAnnotation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleAnnotation","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PotencyAnnotation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericAnnotation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationParameter","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentModel","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationDefinition","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EclecticTransformationDefinition","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationDefinitionParameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportedModel","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseDeclaration","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequireDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequireParameter","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequireModelParameter","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefineVariable","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyWrite","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelReference","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableReference","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeywordMethodCall","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeywordParameter","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpr","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClosureDeclaration","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClosureParameter","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveLink","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryOp","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExpr","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfBranch","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumLiteral","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleLiteral","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExpression","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassUse","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceUse","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedWithClass","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceInterface","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedModelParameter","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceDefinition","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceElement","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineModel","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineClass","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineFeature","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineAttribute","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineReference","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchTrace","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceCompareExpression","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResolveTraceCardinality","instanceClass":null,"id":60,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PutTrace","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PutTraceParameter","instanceClass":null,"abstract":false,"id":62,"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":"row","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"column","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":"file","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","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":"annotations","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":"false","unsettable":false,"transient":false,"unique":true,"name":"enabled","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":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"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":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inModels","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":"outModels","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":"importedModels","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":"inlineModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requires","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transformations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"lowerBound":1,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"as","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":1,"iD":false,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formalParameterName","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"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":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"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"},{"container":false,"ordered":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":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":1,"iD":false,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"receptor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"container":false,"ordered":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":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"},{"container":false,"ordered":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":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"receptor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"methodName","changeable":true,"lowerBound":1,"iD":false,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"withParameters","changeable":true,"lowerBound":1,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"receptor","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keyword","changeable":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":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":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":175,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"binaryOp","changeable":true,"lowerBound":1,"iD":false,"id":176,"derived":false},{"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":"statements","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":"formalParameters","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"},{"container":false,"ordered":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":187,"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":"isExternal","changeable":true,"lowerBound":1,"iD":false,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkName","changeable":true,"lowerBound":1,"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":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"name":"EQUAL","id":198,"value":0,"literal":"EQUAL","eClass":"EEnumLiteral"},{"name":"ADD","id":199,"value":1,"literal":"ADD","eClass":"EEnumLiteral"},{"name":"SUB","id":200,"value":2,"literal":"SUB","eClass":"EEnumLiteral"},{"name":"MUL","id":201,"value":3,"literal":"MUL","eClass":"EEnumLiteral"},{"name":"DIV","id":202,"value":3,"literal":"DIV","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":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elsifs","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":"else","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":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"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":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"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":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":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":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":1,"iD":false,"id":227,"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":"strictType","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"trace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":257,"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":"multivalued","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"trace","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":true,"unsettable":false,"transient":false,"unique":true,"name":"traceExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":265,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"cardinality","changeable":true,"lowerBound":1,"iD":false,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"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":"multivaluedTag","changeable":true,"lowerBound":1,"iD":false,"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":"traceVar","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"name":"ONE_ONE","id":277,"value":0,"literal":"ONE_ONE","eClass":"EEnumLiteral"},{"name":"ZERO_OR_ONE","id":278,"value":1,"literal":"ZERO_OR_ONE","eClass":"EEnumLiteral"},{"name":"MANY","id":279,"value":2,"literal":"MANY","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":"trace","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":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"traceVar","changeable":true,"resolveProxies":true,"lowerBound":1,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":1,"target":0},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":63,"target":66},{"source":63,"target":1},{"source":64,"target":67},{"source":64,"target":1},{"source":65,"target":68},{"source":65,"target":1},{"source":2,"target":0},{"source":2,"target":69},{"source":69,"target":70},{"source":69,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":71},{"source":71,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":72},{"source":72,"target":3},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":2},{"source":5,"target":6},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":73,"target":1},{"source":74,"target":2},{"source":75,"target":6},{"source":6,"target":0},{"source":6,"target":76},{"source":76,"target":8},{"source":76,"target":77},{"source":76,"target":6},{"source":76,"target":78},{"source":77,"target":8},{"source":7,"target":0},{"source":7,"target":79},{"source":79,"target":11},{"source":79,"target":80},{"source":79,"target":7},{"source":80,"target":11},{"source":8,"target":0},{"source":8,"target":78},{"source":78,"target":6},{"source":78,"target":81},{"source":78,"target":8},{"source":78,"target":76},{"source":81,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":82},{"source":9,"target":83},{"source":82,"target":84},{"source":82,"target":9},{"source":83,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":85},{"source":10,"target":86},{"source":85,"target":87},{"source":85,"target":10},{"source":86,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":88},{"source":88,"target":8},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":89},{"source":12,"target":90},{"source":89,"target":91},{"source":89,"target":12},{"source":90,"target":11},{"source":13,"target":0},{"source":13,"target":92},{"source":13,"target":93},{"source":92,"target":94},{"source":92,"target":13},{"source":93,"target":14},{"source":93,"target":95},{"source":93,"target":13},{"source":95,"target":14},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":6},{"source":15,"target":96},{"source":96,"target":6},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":97},{"source":16,"target":98},{"source":16,"target":99},{"source":16,"target":100},{"source":16,"target":101},{"source":16,"target":102},{"source":16,"target":103},{"source":16,"target":104},{"source":97,"target":18},{"source":97,"target":105},{"source":97,"target":16},{"source":105,"target":18},{"source":98,"target":18},{"source":98,"target":106},{"source":98,"target":16},{"source":106,"target":18},{"source":99,"target":19},{"source":99,"target":107},{"source":99,"target":16},{"source":107,"target":19},{"source":100,"target":53},{"source":100,"target":108},{"source":100,"target":16},{"source":108,"target":53},{"source":101,"target":8},{"source":101,"target":109},{"source":101,"target":16},{"source":109,"target":8},{"source":102,"target":20},{"source":102,"target":110},{"source":102,"target":16},{"source":110,"target":20},{"source":103,"target":21},{"source":103,"target":111},{"source":103,"target":16},{"source":111,"target":21},{"source":104,"target":5},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":112},{"source":17,"target":113},{"source":112,"target":16},{"source":112,"target":114},{"source":112,"target":17},{"source":114,"target":16},{"source":113,"target":16},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":15},{"source":18,"target":115},{"source":18,"target":116},{"source":115,"target":3},{"source":116,"target":15},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":2},{"source":19,"target":117},{"source":19,"target":118},{"source":117,"target":15},{"source":118,"target":2},{"source":20,"target":0},{"source":20,"target":15},{"source":20,"target":119},{"source":20,"target":120},{"source":20,"target":121},{"source":119,"target":122},{"source":119,"target":20},{"source":120,"target":123},{"source":120,"target":20},{"source":121,"target":15},{"source":21,"target":0},{"source":21,"target":15},{"source":21,"target":124},{"source":21,"target":125},{"source":21,"target":126},{"source":21,"target":127},{"source":124,"target":128},{"source":124,"target":21},{"source":125,"target":129},{"source":125,"target":21},{"source":126,"target":22},{"source":126,"target":130},{"source":126,"target":21},{"source":130,"target":22},{"source":127,"target":15},{"source":22,"target":0},{"source":22,"target":131},{"source":131,"target":132},{"source":131,"target":22},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":133},{"source":23,"target":134},{"source":133,"target":15},{"source":133,"target":135},{"source":133,"target":23},{"source":135,"target":15},{"source":134,"target":22},{"source":24,"target":0},{"source":24,"target":136},{"source":136,"target":137},{"source":136,"target":24},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":138},{"source":138,"target":1},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":139},{"source":139,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":24},{"source":27,"target":140},{"source":27,"target":141},{"source":27,"target":142},{"source":140,"target":26},{"source":140,"target":143},{"source":140,"target":27},{"source":143,"target":26},{"source":141,"target":25},{"source":142,"target":24},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":144},{"source":28,"target":145},{"source":28,"target":146},{"source":28,"target":147},{"source":144,"target":148},{"source":144,"target":28},{"source":145,"target":24},{"source":145,"target":149},{"source":145,"target":28},{"source":149,"target":24},{"source":146,"target":26},{"source":146,"target":150},{"source":146,"target":28},{"source":150,"target":26},{"source":147,"target":26},{"source":29,"target":0},{"source":29,"target":46},{"source":29,"target":26},{"source":29,"target":151},{"source":29,"target":152},{"source":151,"target":46},{"source":152,"target":26},{"source":30,"target":0},{"source":30,"target":26},{"source":30,"target":153},{"source":30,"target":154},{"source":153,"target":24},{"source":153,"target":155},{"source":153,"target":30},{"source":155,"target":24},{"source":154,"target":26},{"source":31,"target":0},{"source":31,"target":26},{"source":31,"target":156},{"source":31,"target":157},{"source":31,"target":158},{"source":31,"target":159},{"source":31,"target":160},{"source":156,"target":26},{"source":156,"target":161},{"source":156,"target":31},{"source":161,"target":26},{"source":157,"target":162},{"source":157,"target":31},{"source":158,"target":26},{"source":158,"target":163},{"source":158,"target":31},{"source":163,"target":26},{"source":159,"target":164},{"source":159,"target":31},{"source":160,"target":26},{"source":32,"target":0},{"source":32,"target":26},{"source":32,"target":165},{"source":32,"target":166},{"source":32,"target":167},{"source":165,"target":26},{"source":165,"target":168},{"source":165,"target":32},{"source":168,"target":26},{"source":166,"target":33},{"source":166,"target":169},{"source":166,"target":32},{"source":169,"target":33},{"source":167,"target":26},{"source":33,"target":0},{"source":33,"target":170},{"source":33,"target":171},{"source":170,"target":172},{"source":170,"target":33},{"source":171,"target":26},{"source":171,"target":173},{"source":171,"target":33},{"source":173,"target":26},{"source":34,"target":0},{"source":34,"target":26},{"source":34,"target":174},{"source":34,"target":175},{"source":34,"target":176},{"source":34,"target":177},{"source":174,"target":26},{"source":174,"target":178},{"source":174,"target":34},{"source":178,"target":26},{"source":175,"target":26},{"source":175,"target":179},{"source":175,"target":34},{"source":179,"target":26},{"source":176,"target":38},{"source":176,"target":180},{"source":176,"target":34},{"source":180,"target":38},{"source":177,"target":26},{"source":35,"target":0},{"source":35,"target":26},{"source":35,"target":181},{"source":35,"target":182},{"source":35,"target":183},{"source":181,"target":25},{"source":181,"target":184},{"source":181,"target":35},{"source":184,"target":25},{"source":182,"target":36},{"source":182,"target":185},{"source":182,"target":35},{"source":185,"target":36},{"source":183,"target":26},{"source":36,"target":0},{"source":36,"target":24},{"source":36,"target":186},{"source":186,"target":24},{"source":37,"target":0},{"source":37,"target":26},{"source":37,"target":187},{"source":37,"target":188},{"source":37,"target":189},{"source":37,"target":190},{"source":37,"target":191},{"source":37,"target":192},{"source":187,"target":26},{"source":187,"target":193},{"source":187,"target":37},{"source":193,"target":26},{"source":188,"target":194},{"source":188,"target":37},{"source":189,"target":20},{"source":189,"target":195},{"source":189,"target":37},{"source":195,"target":20},{"source":190,"target":196},{"source":190,"target":37},{"source":191,"target":197},{"source":191,"target":37},{"source":192,"target":26},{"source":38,"target":0},{"source":38,"target":198},{"source":38,"target":199},{"source":38,"target":200},{"source":38,"target":201},{"source":38,"target":202},{"source":198,"target":38},{"source":199,"target":38},{"source":200,"target":38},{"source":201,"target":38},{"source":202,"target":38},{"source":39,"target":0},{"source":39,"target":26},{"source":39,"target":203},{"source":39,"target":204},{"source":39,"target":205},{"source":39,"target":206},{"source":203,"target":40},{"source":203,"target":207},{"source":203,"target":39},{"source":207,"target":40},{"source":204,"target":40},{"source":204,"target":208},{"source":204,"target":39},{"source":208,"target":40},{"source":205,"target":40},{"source":205,"target":209},{"source":205,"target":39},{"source":209,"target":40},{"source":206,"target":26},{"source":40,"target":0},{"source":40,"target":210},{"source":40,"target":211},{"source":210,"target":26},{"source":210,"target":212},{"source":210,"target":40},{"source":212,"target":26},{"source":211,"target":25},{"source":211,"target":213},{"source":211,"target":40},{"source":213,"target":25},{"source":41,"target":0},{"source":41,"target":26},{"source":41,"target":214},{"source":41,"target":215},{"source":214,"target":216},{"source":214,"target":41},{"source":215,"target":26},{"source":42,"target":0},{"source":42,"target":26},{"source":42,"target":217},{"source":42,"target":218},{"source":217,"target":219},{"source":217,"target":42},{"source":218,"target":26},{"source":43,"target":0},{"source":43,"target":26},{"source":43,"target":220},{"source":43,"target":221},{"source":220,"target":222},{"source":220,"target":43},{"source":221,"target":26},{"source":44,"target":0},{"source":44,"target":26},{"source":44,"target":223},{"source":44,"target":224},{"source":223,"target":225},{"source":223,"target":44},{"source":224,"target":26},{"source":45,"target":0},{"source":46,"target":0},{"source":46,"target":45},{"source":46,"target":7},{"source":46,"target":226},{"source":46,"target":227},{"source":46,"target":228},{"source":46,"target":229},{"source":46,"target":230},{"source":226,"target":15},{"source":226,"target":231},{"source":226,"target":46},{"source":231,"target":15},{"source":227,"target":232},{"source":227,"target":46},{"source":228,"target":233},{"source":228,"target":46},{"source":229,"target":45},{"source":230,"target":7},{"source":47,"target":0},{"source":47,"target":45},{"source":47,"target":234},{"source":47,"target":235},{"source":234,"target":51},{"source":234,"target":236},{"source":234,"target":47},{"source":236,"target":51},{"source":235,"target":45},{"source":48,"target":0},{"source":48,"target":237},{"source":237,"target":46},{"source":237,"target":238},{"source":237,"target":48},{"source":238,"target":46},{"source":49,"target":0},{"source":49,"target":5},{"source":49,"target":239},{"source":49,"target":240},{"source":239,"target":51},{"source":239,"target":241},{"source":239,"target":49},{"source":241,"target":51},{"source":240,"target":5},{"source":50,"target":0},{"source":50,"target":3},{"source":50,"target":15},{"source":50,"target":242},{"source":50,"target":243},{"source":242,"target":3},{"source":243,"target":15},{"source":51,"target":0},{"source":51,"target":2},{"source":51,"target":244},{"source":51,"target":245},{"source":244,"target":52},{"source":244,"target":246},{"source":244,"target":51},{"source":246,"target":52},{"source":245,"target":2},{"source":52,"target":0},{"source":52,"target":2},{"source":52,"target":247},{"source":52,"target":248},{"source":247,"target":45},{"source":247,"target":249},{"source":247,"target":52},{"source":249,"target":45},{"source":248,"target":2},{"source":53,"target":0},{"source":53,"target":5},{"source":53,"target":15},{"source":53,"target":250},{"source":53,"target":251},{"source":53,"target":252},{"source":250,"target":54},{"source":250,"target":253},{"source":250,"target":53},{"source":253,"target":54},{"source":251,"target":5},{"source":252,"target":15},{"source":54,"target":0},{"source":54,"target":2},{"source":54,"target":254},{"source":54,"target":255},{"source":254,"target":55},{"source":254,"target":256},{"source":254,"target":54},{"source":256,"target":55},{"source":255,"target":2},{"source":55,"target":0},{"source":55,"target":2},{"source":55,"target":257},{"source":55,"target":258},{"source":55,"target":259},{"source":257,"target":45},{"source":257,"target":260},{"source":257,"target":55},{"source":260,"target":45},{"source":258,"target":261},{"source":258,"target":55},{"source":259,"target":2},{"source":56,"target":0},{"source":56,"target":55},{"source":56,"target":262},{"source":262,"target":55},{"source":57,"target":0},{"source":57,"target":55},{"source":57,"target":263},{"source":263,"target":55},{"source":58,"target":0},{"source":58,"target":26},{"source":58,"target":264},{"source":58,"target":265},{"source":58,"target":266},{"source":58,"target":267},{"source":264,"target":51},{"source":264,"target":268},{"source":264,"target":58},{"source":268,"target":51},{"source":265,"target":59},{"source":265,"target":269},{"source":265,"target":58},{"source":269,"target":59},{"source":266,"target":60},{"source":266,"target":270},{"source":266,"target":58},{"source":270,"target":60},{"source":267,"target":26},{"source":59,"target":0},{"source":59,"target":271},{"source":59,"target":272},{"source":59,"target":273},{"source":271,"target":274},{"source":271,"target":59},{"source":272,"target":52},{"source":272,"target":275},{"source":272,"target":59},{"source":275,"target":52},{"source":273,"target":26},{"source":273,"target":276},{"source":273,"target":59},{"source":276,"target":26},{"source":60,"target":0},{"source":60,"target":277},{"source":60,"target":278},{"source":60,"target":279},{"source":277,"target":60},{"source":278,"target":60},{"source":279,"target":60},{"source":61,"target":0},{"source":61,"target":26},{"source":61,"target":280},{"source":61,"target":281},{"source":61,"target":282},{"source":280,"target":51},{"source":280,"target":283},{"source":280,"target":61},{"source":283,"target":51},{"source":281,"target":62},{"source":281,"target":284},{"source":281,"target":61},{"source":284,"target":62},{"source":282,"target":26},{"source":62,"target":0},{"source":62,"target":285},{"source":62,"target":286},{"source":285,"target":26},{"source":285,"target":287},{"source":285,"target":62},{"source":287,"target":26},{"source":286,"target":52},{"source":286,"target":288},{"source":286,"target":62},{"source":288,"target":52}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/Alexandra93/DT/dt.class.design.model/model/design.ecore
design Class Attribute name type Operation name returnType Design elements relations language Association Generalization Dependency Composition Relation source target Aggregation Realization Languages Java Java CS CS Python Python CPP CPP Types int int long long double double float float string String boolean boolean void void AccessModifiers public public protected protected private private Interface Classifier attributes operations accessModifier name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="design" nsURI="http://www.example.org/design" nsPrefix="design"> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Types"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" eType="#//Types"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Design"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Classifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1" eType="#//Relation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="#//Languages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Relation"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//Relation"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//Relation"/> <eClassifiers xsi:type="ecore:EClass" name="Composition" eSuperTypes="#//Relation"/> <eClassifiers xsi:type="ecore:EClass" name="Relation" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Aggregation" eSuperTypes="#//Relation"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Relation"/> <eClassifiers xsi:type="ecore:EEnum" name="Languages"> <eLiterals name="Java" literal="Java"/> <eLiterals name="CS" value="1" literal="CS"/> <eLiterals name="Python" value="2" literal="Python"/> <eLiterals name="CPP" value="3" literal="CPP"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Types"> <eLiterals name="int"/> <eLiterals name="long" value="1" literal="long"/> <eLiterals name="double" value="2"/> <eLiterals name="float" value="3"/> <eLiterals name="string" value="4" literal="String"/> <eLiterals name="boolean" value="5"/> <eLiterals name="void" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AccessModifiers"> <eLiterals name="public" value="1"/> <eLiterals name="protected" value="2"/> <eLiterals name="private" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessModifier" eType="#//AccessModifiers"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"design","nsURI":"http://www.example.org/design","name":"design","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Design","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aggregation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Languages","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Types","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessModifiers","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"name":"Java","id":42,"value":0,"literal":"Java","eClass":"EEnumLiteral"},{"name":"CS","id":43,"value":1,"literal":"CS","eClass":"EEnumLiteral"},{"name":"Python","id":44,"value":2,"literal":"Python","eClass":"EEnumLiteral"},{"name":"CPP","id":45,"value":3,"literal":"CPP","eClass":"EEnumLiteral"},{"name":"int","id":46,"value":0,"literal":"int","eClass":"EEnumLiteral"},{"name":"long","id":47,"value":1,"literal":"long","eClass":"EEnumLiteral"},{"name":"double","id":48,"value":2,"literal":"double","eClass":"EEnumLiteral"},{"name":"float","id":49,"value":3,"literal":"float","eClass":"EEnumLiteral"},{"name":"string","id":50,"value":4,"literal":"String","eClass":"EEnumLiteral"},{"name":"boolean","id":51,"value":5,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"void","id":52,"value":6,"literal":"void","eClass":"EEnumLiteral"},{"name":"public","id":53,"value":1,"literal":"public","eClass":"EEnumLiteral"},{"name":"protected","id":54,"value":2,"literal":"protected","eClass":"EEnumLiteral"},{"name":"private","id":55,"value":3,"literal":"private","eClass":"EEnumLiteral"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessModifier","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":17,"target":16},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":18,"target":20},{"source":18,"target":2},{"source":19,"target":13},{"source":19,"target":21},{"source":19,"target":2},{"source":21,"target":13},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":22,"target":24},{"source":22,"target":3},{"source":23,"target":13},{"source":23,"target":25},{"source":23,"target":3},{"source":25,"target":13},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":26,"target":16},{"source":26,"target":29},{"source":26,"target":4},{"source":29,"target":16},{"source":27,"target":9},{"source":27,"target":30},{"source":27,"target":4},{"source":30,"target":9},{"source":28,"target":12},{"source":28,"target":31},{"source":28,"target":4},{"source":31,"target":12},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":32},{"source":32,"target":9},{"source":6,"target":0},{"source":6,"target":9},{"source":6,"target":33},{"source":33,"target":9},{"source":7,"target":0},{"source":7,"target":9},{"source":7,"target":34},{"source":34,"target":9},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":35},{"source":35,"target":9},{"source":9,"target":0},{"source":9,"target":36},{"source":9,"target":37},{"source":36,"target":16},{"source":36,"target":38},{"source":36,"target":9},{"source":38,"target":16},{"source":37,"target":16},{"source":37,"target":39},{"source":37,"target":9},{"source":39,"target":16},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":40},{"source":40,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":41},{"source":41,"target":9},{"source":12,"target":0},{"source":12,"target":42},{"source":12,"target":43},{"source":12,"target":44},{"source":12,"target":45},{"source":42,"target":12},{"source":43,"target":12},{"source":44,"target":12},{"source":45,"target":12},{"source":13,"target":0},{"source":13,"target":46},{"source":13,"target":47},{"source":13,"target":48},{"source":13,"target":49},{"source":13,"target":50},{"source":13,"target":51},{"source":13,"target":52},{"source":46,"target":13},{"source":47,"target":13},{"source":48,"target":13},{"source":49,"target":13},{"source":50,"target":13},{"source":51,"target":13},{"source":52,"target":13},{"source":14,"target":0},{"source":14,"target":53},{"source":14,"target":54},{"source":14,"target":55},{"source":53,"target":14},{"source":54,"target":14},{"source":55,"target":14},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":56},{"source":56,"target":16},{"source":16,"target":0},{"source":16,"target":57},{"source":16,"target":58},{"source":16,"target":59},{"source":16,"target":60},{"source":57,"target":2},{"source":57,"target":61},{"source":57,"target":16},{"source":61,"target":2},{"source":58,"target":3},{"source":58,"target":62},{"source":58,"target":16},{"source":62,"target":3},{"source":59,"target":14},{"source":59,"target":63},{"source":59,"target":16},{"source":63,"target":14},{"source":60,"target":64},{"source":60,"target":16}],"multigraph":true}
ecore
trace
repo-ecore-all/data/SEALABQualityGroup/padre/it.univaq.disim.sealab.padre.performanceanalysis/resources/metamodels/Tracing/Trace.ecore
Trace Trace links description TraceLink sourceName sourceType targetName targetType description
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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="Trace" nsPrefix="Trace"> <eClassifiers xsi:type="ecore:EClass" name="Trace"> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//TraceLink" containment="true"/> <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="TraceLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetType" 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> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"Trace","nsURI":"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":"TraceLink","instanceClass":null,"abstract":false,"id":2,"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":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"EGenericType"},{"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":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":"sourceType","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetName","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetType","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"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":3,"target":2},{"source":3,"target":5},{"source":3,"target":1},{"source":5,"target":2},{"source":4,"target":6},{"source":4,"target":1},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":7,"target":12},{"source":7,"target":2},{"source":8,"target":13},{"source":8,"target":2},{"source":9,"target":14},{"source":9,"target":2},{"source":10,"target":15},{"source":10,"target":2},{"source":11,"target":16},{"source":11,"target":2}],"multigraph":true}
ecore
greetings
repo-ecore-all/data/fuinorg/xsample/org.fuin.xsample.dsl/model/generated/XSampleDsl.ecore
xSampleDsl Model greetings Greeting name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="xSampleDsl" nsURI="http://www.fuin.org/xsample/XSampleDsl" nsPrefix="xSampleDsl"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="greetings" upperBound="-1" eType="#//Greeting" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Greeting"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"xSampleDsl","nsURI":"http://www.fuin.org/xsample/XSampleDsl","name":"xSampleDsl","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":"Greeting","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"greetings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0},{"source":2,"target":5},{"source":5,"target":6},{"source":5,"target":2}],"multigraph":true}
ecore
timed-automata
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/EcdarText.ecore
ecdarText ETFile imports declarations specifications ETImport importedNamespace ETArrayDeclaration size ETDeclarations declarations ETDeclaration ETType modifiers identifier ETTypeModifiers urgent meta const ETVariableDeclaration type variables ETVariableID name ioType dimensions initialiser ETInitialiser ETSingleInitialiser expression ETMultiInitialiser initialisers ETTypeDeclaration baseType types ETTypeID name dimensions ETTypeIdentifier ETIntegerType min max ETClockType ETActionType ETInputType ETOutputType ETBooleanType ETScalarType size ETStructType declarations ETFieldDeclaration type fields ETFieldID name ioType dimensions ETSpecificationExpression ETSpecification name ETSpecificationBinding expression ETSpecificationDefinition body ETSpecificationTemplate parameters ETSpecificationBody declarations initialLocation locations ETParameter type name ioType dimensions ETLocation urgent universal name invariants edges ETEdge controllable selects io guard target updates ETIO expression type ETIOType INPUT ? OUTPUT ! ETSelect name type ETExpression ETTypeReference target ETSpecificationDisjunctionExpression left right ETSpecificationConjunctionExpression left right ETSpecificationCompositionExpression left right ETSpecificationReference specification ETSpecificationInstantiation template arguments ETForallExpression name type expression ETExistsExpression name type expression ETImplyExpression left right ETLogicOrExpression left right ETLogicAndExpression left right ETAssignmentExpression left right ETAdditionAssignmentExpression left right ETSubtractionAssignmentExpression left right ETMultiplicationAssignmentExpression left right ETDivisionAssignmentExpression left right ETModuloAssignmentExpression left right ETBitOrAssignmentExpression left right ETBitAndAssignmentExpression left right ETBitXORAssignmentExpression left right ETBitLeftAssignmentExpression left right ETBitRightAssignmentExpression left right ETConditionalExpression condition then else ETBitOrExpression left right ETBitXORExpression left right ETBitAndExpression left right ETEqualExpression left right ETUnequalExpression left right ETLessExpression left right ETLessEqualExpression left right ETGreaterEqualExpression left right ETGreaterExpression left right ETMinExpression left right ETMaxExpression left right ETBitLeftExpression left right ETBitRightExpression left right ETAddExpression left right ETSubtractExpression left right ETMultiplyExpression left right ETDivideExpression left right ETModuloExpression left right ETPreIncrementExpression expression ETPreDecrementExpression expression ETLogicNotExpression expression ETMinusExpression expression ETPostIncrementExpression expression ETPostDecrementExpression expression ETStructExpression left right ETArrayExpression left right ETReference target ETBooleanLiteral value ETNumberLiteral value
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecdarText" nsURI="http://www.itu.dk/ecdar/text/EcdarText" nsPrefix="ecdarText"> <eClassifiers xsi:type="ecore:EClass" name="ETFile"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//ETImport" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" eType="#//ETDeclarations" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifications" upperBound="-1" eType="#//ETSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETImport"> <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="ETArrayDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETDeclarations"> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="#//ETDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="ETType"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" eType="#//ETTypeModifiers" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//ETTypeIdentifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETTypeModifiers"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="urgent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="meta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="const" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETVariableDeclaration" eSuperTypes="#//ETDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ETType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//ETVariableID" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETVariableID"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ioType" eType="#//ETIOType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1" eType="#//ETArrayDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialiser" eType="#//ETInitialiser" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETInitialiser"/> <eClassifiers xsi:type="ecore:EClass" name="ETSingleInitialiser" eSuperTypes="#//ETInitialiser"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETMultiInitialiser" eSuperTypes="#//ETInitialiser"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialisers" upperBound="-1" eType="#//ETInitialiser" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETTypeDeclaration" eSuperTypes="#//ETDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseType" eType="#//ETType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//ETTypeID" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETTypeID"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1" eType="#//ETArrayDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETTypeIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="ETIntegerType" eSuperTypes="#//ETTypeIdentifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="min" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="max" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETClockType" eSuperTypes="#//ETTypeIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="ETActionType" eSuperTypes="#//ETTypeIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="ETInputType" eSuperTypes="#//ETActionType"/> <eClassifiers xsi:type="ecore:EClass" name="ETOutputType" eSuperTypes="#//ETActionType"/> <eClassifiers xsi:type="ecore:EClass" name="ETBooleanType" eSuperTypes="#//ETTypeIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="ETScalarType" eSuperTypes="#//ETTypeIdentifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETStructType" eSuperTypes="#//ETTypeIdentifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="#//ETFieldDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETFieldDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ETType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//ETFieldID" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETFieldID"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ioType" eType="#//ETIOType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1" eType="#//ETArrayDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETSpecificationExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ETSpecification"> <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="ETSpecificationBinding" eSuperTypes="#//ETSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//ETSpecificationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETSpecificationDefinition" eSuperTypes="#//ETSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//ETSpecificationBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETSpecificationTemplate" eSuperTypes="#//ETSpecificationDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ETParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETSpecificationBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" eType="#//ETDeclarations" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialLocation" eType="#//ETLocation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="locations" upperBound="-1" eType="#//ETLocation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ETType" 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="ioType" eType="#//ETIOType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1" eType="#//ETArrayDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETLocation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="urgent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="universal" 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="invariants" upperBound="-1" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//ETEdge" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETEdge"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="controllable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selects" upperBound="-1" eType="#//ETSelect" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="io" eType="#//ETIO" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//ETLocation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updates" upperBound="-1" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETIO"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ETIOType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ETIOType"> <eLiterals name="INPUT" literal="?"/> <eLiterals name="OUTPUT" value="1" literal="!"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETSelect"> <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="#//ETType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ETTypeReference" eSuperTypes="#//ETTypeIdentifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//ETTypeID"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETSpecificationDisjunctionExpression" eSuperTypes="#//ETSpecificationExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETSpecificationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETSpecificationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETSpecificationConjunctionExpression" eSuperTypes="#//ETSpecificationExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETSpecificationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETSpecificationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETSpecificationCompositionExpression" eSuperTypes="#//ETSpecificationExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETSpecificationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETSpecificationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETSpecificationReference" eSuperTypes="#//ETSpecificationExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" eType="#//ETSpecification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETSpecificationInstantiation" eSuperTypes="#//ETSpecificationExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="template" eType="#//ETSpecificationTemplate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETForallExpression" eSuperTypes="#//ETExpression"> <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="#//ETType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETExistsExpression" eSuperTypes="#//ETExpression"> <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="#//ETType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETImplyExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETLogicOrExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETLogicAndExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETAssignmentExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETAdditionAssignmentExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETSubtractionAssignmentExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETMultiplicationAssignmentExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETDivisionAssignmentExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETModuloAssignmentExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETBitOrAssignmentExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETBitAndAssignmentExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETBitXORAssignmentExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETBitLeftAssignmentExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETBitRightAssignmentExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETConditionalExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETBitOrExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETBitXORExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETBitAndExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETEqualExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETUnequalExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETLessExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETLessEqualExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETGreaterEqualExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETGreaterExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETMinExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETMaxExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETBitLeftExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETBitRightExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETAddExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETSubtractExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETMultiplyExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETDivideExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETModuloExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETPreIncrementExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETPreDecrementExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETLogicNotExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETMinusExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETPostIncrementExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETPostDecrementExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETStructExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="right" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETArrayExpression" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ETExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ETExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETReference" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETBooleanLiteral" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETNumberLiteral" eSuperTypes="#//ETExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ecdarText","nsURI":"http://www.itu.dk/ecdar/text/EcdarText","name":"ecdarText","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETFile","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETImport","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETArrayDeclaration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETDeclarations","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETDeclaration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETTypeModifiers","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETVariableDeclaration","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETVariableID","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETInitialiser","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETSingleInitialiser","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETMultiInitialiser","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETTypeDeclaration","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETTypeID","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETTypeIdentifier","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETIntegerType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETClockType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETActionType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETInputType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETOutputType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETBooleanType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETScalarType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETStructType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETFieldDeclaration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETFieldID","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETSpecificationExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETSpecification","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETSpecificationBinding","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETSpecificationDefinition","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETSpecificationTemplate","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETSpecificationBody","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETParameter","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETLocation","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETEdge","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETIO","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ETIOType","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETSelect","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETExpression","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETTypeReference","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETSpecificationDisjunctionExpression","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETSpecificationConjunctionExpression","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETSpecificationCompositionExpression","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETSpecificationReference","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETSpecificationInstantiation","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETForallExpression","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETExistsExpression","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETImplyExpression","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETLogicOrExpression","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETLogicAndExpression","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETAssignmentExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETAdditionAssignmentExpression","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETSubtractionAssignmentExpression","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETMultiplicationAssignmentExpression","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETDivisionAssignmentExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETModuloAssignmentExpression","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETBitOrAssignmentExpression","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETBitAndAssignmentExpression","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETBitXORAssignmentExpression","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETBitLeftAssignmentExpression","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETBitRightAssignmentExpression","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETConditionalExpression","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETBitOrExpression","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETBitXORExpression","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETBitAndExpression","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETEqualExpression","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETUnequalExpression","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETLessExpression","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETLessEqualExpression","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETGreaterEqualExpression","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETGreaterExpression","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETMinExpression","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETMaxExpression","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETBitLeftExpression","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETBitRightExpression","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETAddExpression","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETSubtractExpression","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETMultiplyExpression","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETDivideExpression","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETModuloExpression","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETPreIncrementExpression","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETPreDecrementExpression","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETLogicNotExpression","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETMinusExpression","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETPostIncrementExpression","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETPostDecrementExpression","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETStructExpression","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETArrayExpression","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETReference","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETBooleanLiteral","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETNumberLiteral","instanceClass":null,"abstract":false,"id":90,"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":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":"declarations","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":"specifications","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":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"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":"urgent","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":"meta","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":"const","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"variables","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ioType","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":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialiser","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"},{"container":false,"ordered":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":126,"derived":false},{"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":"initialisers","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":true,"unsettable":false,"transient":false,"unique":true,"name":"baseType","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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"container":false,"ordered":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":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"min","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":"max","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","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":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ioType","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":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":"declarations","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":"initialLocation","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":"locations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ioType","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"urgent","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"universal","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invariants","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":"edges","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"controllable","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":"selects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"io","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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","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":"updates","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"},{"container":false,"ordered":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":214,"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":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"name":"INPUT","id":218,"value":0,"literal":"?","eClass":"EEnumLiteral"},{"name":"OUTPUT","id":219,"value":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":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},{"container":false,"ordered":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":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":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":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":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":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"container":false,"ordered":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":366,"derived":false},{"container":false,"ordered":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":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"container":false,"ordered":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":376,"derived":false},{"container":false,"ordered":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":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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"container":false,"ordered":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":386,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"container":false,"ordered":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":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"container":false,"ordered":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":401,"derived":false},{"container":false,"ordered":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":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"container":false,"ordered":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":406,"derived":false},{"container":false,"ordered":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":407,"derived":false},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"container":false,"ordered":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":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"container":false,"ordered":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":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"container":false,"ordered":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":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"container":false,"ordered":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":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"container":false,"ordered":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":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"container":false,"ordered":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":449,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"lowerBound":0,"iD":false,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"container":false,"ordered":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":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"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":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":1,"target":0},{"source":1,"target":91},{"source":1,"target":92},{"source":1,"target":93},{"source":91,"target":2},{"source":91,"target":94},{"source":91,"target":1},{"source":94,"target":2},{"source":92,"target":4},{"source":92,"target":95},{"source":92,"target":1},{"source":95,"target":4},{"source":93,"target":27},{"source":93,"target":96},{"source":93,"target":1},{"source":96,"target":27},{"source":2,"target":0},{"source":2,"target":97},{"source":97,"target":98},{"source":97,"target":2},{"source":3,"target":0},{"source":3,"target":99},{"source":99,"target":38},{"source":99,"target":100},{"source":99,"target":3},{"source":100,"target":38},{"source":4,"target":0},{"source":4,"target":101},{"source":101,"target":5},{"source":101,"target":102},{"source":101,"target":4},{"source":102,"target":5},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":103},{"source":6,"target":104},{"source":103,"target":7},{"source":103,"target":105},{"source":103,"target":6},{"source":105,"target":7},{"source":104,"target":15},{"source":104,"target":106},{"source":104,"target":6},{"source":106,"target":15},{"source":7,"target":0},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":107,"target":110},{"source":107,"target":7},{"source":108,"target":111},{"source":108,"target":7},{"source":109,"target":112},{"source":109,"target":7},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":113},{"source":8,"target":114},{"source":8,"target":115},{"source":113,"target":6},{"source":113,"target":116},{"source":113,"target":8},{"source":116,"target":6},{"source":114,"target":9},{"source":114,"target":117},{"source":114,"target":8},{"source":117,"target":9},{"source":115,"target":5},{"source":9,"target":0},{"source":9,"target":118},{"source":9,"target":119},{"source":9,"target":120},{"source":9,"target":121},{"source":118,"target":122},{"source":118,"target":9},{"source":119,"target":36},{"source":119,"target":123},{"source":119,"target":9},{"source":123,"target":36},{"source":120,"target":3},{"source":120,"target":124},{"source":120,"target":9},{"source":124,"target":3},{"source":121,"target":10},{"source":121,"target":125},{"source":121,"target":9},{"source":125,"target":10},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":126},{"source":11,"target":127},{"source":126,"target":38},{"source":126,"target":128},{"source":126,"target":11},{"source":128,"target":38},{"source":127,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":129},{"source":12,"target":130},{"source":129,"target":10},{"source":129,"target":131},{"source":129,"target":12},{"source":131,"target":10},{"source":130,"target":10},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":132},{"source":13,"target":133},{"source":13,"target":134},{"source":132,"target":6},{"source":132,"target":135},{"source":132,"target":13},{"source":135,"target":6},{"source":133,"target":14},{"source":133,"target":136},{"source":133,"target":13},{"source":136,"target":14},{"source":134,"target":5},{"source":14,"target":0},{"source":14,"target":137},{"source":14,"target":138},{"source":137,"target":139},{"source":137,"target":14},{"source":138,"target":3},{"source":138,"target":140},{"source":138,"target":14},{"source":140,"target":3},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":141},{"source":16,"target":142},{"source":16,"target":143},{"source":141,"target":38},{"source":141,"target":144},{"source":141,"target":16},{"source":144,"target":38},{"source":142,"target":38},{"source":142,"target":145},{"source":142,"target":16},{"source":145,"target":38},{"source":143,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":146},{"source":146,"target":15},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":147},{"source":147,"target":15},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":148},{"source":148,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":149},{"source":149,"target":18},{"source":21,"target":0},{"source":21,"target":15},{"source":21,"target":150},{"source":150,"target":15},{"source":22,"target":0},{"source":22,"target":15},{"source":22,"target":151},{"source":22,"target":152},{"source":151,"target":38},{"source":151,"target":153},{"source":151,"target":22},{"source":153,"target":38},{"source":152,"target":15},{"source":23,"target":0},{"source":23,"target":15},{"source":23,"target":154},{"source":23,"target":155},{"source":154,"target":24},{"source":154,"target":156},{"source":154,"target":23},{"source":156,"target":24},{"source":155,"target":15},{"source":24,"target":0},{"source":24,"target":157},{"source":24,"target":158},{"source":157,"target":6},{"source":157,"target":159},{"source":157,"target":24},{"source":159,"target":6},{"source":158,"target":25},{"source":158,"target":160},{"source":158,"target":24},{"source":160,"target":25},{"source":25,"target":0},{"source":25,"target":161},{"source":25,"target":162},{"source":25,"target":163},{"source":161,"target":164},{"source":161,"target":25},{"source":162,"target":36},{"source":162,"target":165},{"source":162,"target":25},{"source":165,"target":36},{"source":163,"target":3},{"source":163,"target":166},{"source":163,"target":25},{"source":166,"target":3},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":167},{"source":167,"target":168},{"source":167,"target":27},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":169},{"source":28,"target":170},{"source":169,"target":26},{"source":169,"target":171},{"source":169,"target":28},{"source":171,"target":26},{"source":170,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":172},{"source":29,"target":173},{"source":172,"target":31},{"source":172,"target":174},{"source":172,"target":29},{"source":174,"target":31},{"source":173,"target":27},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":175},{"source":30,"target":176},{"source":175,"target":32},{"source":175,"target":177},{"source":175,"target":30},{"source":177,"target":32},{"source":176,"target":29},{"source":31,"target":0},{"source":31,"target":178},{"source":31,"target":179},{"source":31,"target":180},{"source":178,"target":4},{"source":178,"target":181},{"source":178,"target":31},{"source":181,"target":4},{"source":179,"target":33},{"source":179,"target":182},{"source":179,"target":31},{"source":182,"target":33},{"source":180,"target":33},{"source":180,"target":183},{"source":180,"target":31},{"source":183,"target":33},{"source":32,"target":0},{"source":32,"target":184},{"source":32,"target":185},{"source":32,"target":186},{"source":32,"target":187},{"source":184,"target":6},{"source":184,"target":188},{"source":184,"target":32},{"source":188,"target":6},{"source":185,"target":189},{"source":185,"target":32},{"source":186,"target":36},{"source":186,"target":190},{"source":186,"target":32},{"source":190,"target":36},{"source":187,"target":3},{"source":187,"target":191},{"source":187,"target":32},{"source":191,"target":3},{"source":33,"target":0},{"source":33,"target":192},{"source":33,"target":193},{"source":33,"target":194},{"source":33,"target":195},{"source":33,"target":196},{"source":192,"target":197},{"source":192,"target":33},{"source":193,"target":198},{"source":193,"target":33},{"source":194,"target":199},{"source":194,"target":33},{"source":195,"target":38},{"source":195,"target":200},{"source":195,"target":33},{"source":200,"target":38},{"source":196,"target":34},{"source":196,"target":201},{"source":196,"target":33},{"source":201,"target":34},{"source":34,"target":0},{"source":34,"target":202},{"source":34,"target":203},{"source":34,"target":204},{"source":34,"target":205},{"source":34,"target":206},{"source":34,"target":207},{"source":202,"target":208},{"source":202,"target":34},{"source":203,"target":37},{"source":203,"target":209},{"source":203,"target":34},{"source":209,"target":37},{"source":204,"target":35},{"source":204,"target":210},{"source":204,"target":34},{"source":210,"target":35},{"source":205,"target":38},{"source":205,"target":211},{"source":205,"target":34},{"source":211,"target":38},{"source":206,"target":33},{"source":206,"target":212},{"source":206,"target":34},{"source":212,"target":33},{"source":207,"target":38},{"source":207,"target":213},{"source":207,"target":34},{"source":213,"target":38},{"source":35,"target":0},{"source":35,"target":214},{"source":35,"target":215},{"source":214,"target":38},{"source":214,"target":216},{"source":214,"target":35},{"source":216,"target":38},{"source":215,"target":36},{"source":215,"target":217},{"source":215,"target":35},{"source":217,"target":36},{"source":36,"target":0},{"source":36,"target":218},{"source":36,"target":219},{"source":218,"target":36},{"source":219,"target":36},{"source":37,"target":0},{"source":37,"target":220},{"source":37,"target":221},{"source":220,"target":222},{"source":220,"target":37},{"source":221,"target":6},{"source":221,"target":223},{"source":221,"target":37},{"source":223,"target":6},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":15},{"source":39,"target":224},{"source":39,"target":225},{"source":224,"target":14},{"source":224,"target":226},{"source":224,"target":39},{"source":226,"target":14},{"source":225,"target":15},{"source":40,"target":0},{"source":40,"target":26},{"source":40,"target":227},{"source":40,"target":228},{"source":40,"target":229},{"source":227,"target":26},{"source":227,"target":230},{"source":227,"target":40},{"source":230,"target":26},{"source":228,"target":26},{"source":228,"target":231},{"source":228,"target":40},{"source":231,"target":26},{"source":229,"target":26},{"source":41,"target":0},{"source":41,"target":26},{"source":41,"target":232},{"source":41,"target":233},{"source":41,"target":234},{"source":232,"target":26},{"source":232,"target":235},{"source":232,"target":41},{"source":235,"target":26},{"source":233,"target":26},{"source":233,"target":236},{"source":233,"target":41},{"source":236,"target":26},{"source":234,"target":26},{"source":42,"target":0},{"source":42,"target":26},{"source":42,"target":237},{"source":42,"target":238},{"source":42,"target":239},{"source":237,"target":26},{"source":237,"target":240},{"source":237,"target":42},{"source":240,"target":26},{"source":238,"target":26},{"source":238,"target":241},{"source":238,"target":42},{"source":241,"target":26},{"source":239,"target":26},{"source":43,"target":0},{"source":43,"target":26},{"source":43,"target":242},{"source":43,"target":243},{"source":242,"target":27},{"source":242,"target":244},{"source":242,"target":43},{"source":244,"target":27},{"source":243,"target":26},{"source":44,"target":0},{"source":44,"target":26},{"source":44,"target":245},{"source":44,"target":246},{"source":44,"target":247},{"source":245,"target":30},{"source":245,"target":248},{"source":245,"target":44},{"source":248,"target":30},{"source":246,"target":38},{"source":246,"target":249},{"source":246,"target":44},{"source":249,"target":38},{"source":247,"target":26},{"source":45,"target":0},{"source":45,"target":38},{"source":45,"target":250},{"source":45,"target":251},{"source":45,"target":252},{"source":45,"target":253},{"source":250,"target":254},{"source":250,"target":45},{"source":251,"target":6},{"source":251,"target":255},{"source":251,"target":45},{"source":255,"target":6},{"source":252,"target":38},{"source":252,"target":256},{"source":252,"target":45},{"source":256,"target":38},{"source":253,"target":38},{"source":46,"target":0},{"source":46,"target":38},{"source":46,"target":257},{"source":46,"target":258},{"source":46,"target":259},{"source":46,"target":260},{"source":257,"target":261},{"source":257,"target":46},{"source":258,"target":6},{"source":258,"target":262},{"source":258,"target":46},{"source":262,"target":6},{"source":259,"target":38},{"source":259,"target":263},{"source":259,"target":46},{"source":263,"target":38},{"source":260,"target":38},{"source":47,"target":0},{"source":47,"target":38},{"source":47,"target":264},{"source":47,"target":265},{"source":47,"target":266},{"source":264,"target":38},{"source":264,"target":267},{"source":264,"target":47},{"source":267,"target":38},{"source":265,"target":38},{"source":265,"target":268},{"source":265,"target":47},{"source":268,"target":38},{"source":266,"target":38},{"source":48,"target":0},{"source":48,"target":38},{"source":48,"target":269},{"source":48,"target":270},{"source":48,"target":271},{"source":269,"target":38},{"source":269,"target":272},{"source":269,"target":48},{"source":272,"target":38},{"source":270,"target":38},{"source":270,"target":273},{"source":270,"target":48},{"source":273,"target":38},{"source":271,"target":38},{"source":49,"target":0},{"source":49,"target":38},{"source":49,"target":274},{"source":49,"target":275},{"source":49,"target":276},{"source":274,"target":38},{"source":274,"target":277},{"source":274,"target":49},{"source":277,"target":38},{"source":275,"target":38},{"source":275,"target":278},{"source":275,"target":49},{"source":278,"target":38},{"source":276,"target":38},{"source":50,"target":0},{"source":50,"target":38},{"source":50,"target":279},{"source":50,"target":280},{"source":50,"target":281},{"source":279,"target":38},{"source":279,"target":282},{"source":279,"target":50},{"source":282,"target":38},{"source":280,"target":38},{"source":280,"target":283},{"source":280,"target":50},{"source":283,"target":38},{"source":281,"target":38},{"source":51,"target":0},{"source":51,"target":38},{"source":51,"target":284},{"source":51,"target":285},{"source":51,"target":286},{"source":284,"target":38},{"source":284,"target":287},{"source":284,"target":51},{"source":287,"target":38},{"source":285,"target":38},{"source":285,"target":288},{"source":285,"target":51},{"source":288,"target":38},{"source":286,"target":38},{"source":52,"target":0},{"source":52,"target":38},{"source":52,"target":289},{"source":52,"target":290},{"source":52,"target":291},{"source":289,"target":38},{"source":289,"target":292},{"source":289,"target":52},{"source":292,"target":38},{"source":290,"target":38},{"source":290,"target":293},{"source":290,"target":52},{"source":293,"target":38},{"source":291,"target":38},{"source":53,"target":0},{"source":53,"target":38},{"source":53,"target":294},{"source":53,"target":295},{"source":53,"target":296},{"source":294,"target":38},{"source":294,"target":297},{"source":294,"target":53},{"source":297,"target":38},{"source":295,"target":38},{"source":295,"target":298},{"source":295,"target":53},{"source":298,"target":38},{"source":296,"target":38},{"source":54,"target":0},{"source":54,"target":38},{"source":54,"target":299},{"source":54,"target":300},{"source":54,"target":301},{"source":299,"target":38},{"source":299,"target":302},{"source":299,"target":54},{"source":302,"target":38},{"source":300,"target":38},{"source":300,"target":303},{"source":300,"target":54},{"source":303,"target":38},{"source":301,"target":38},{"source":55,"target":0},{"source":55,"target":38},{"source":55,"target":304},{"source":55,"target":305},{"source":55,"target":306},{"source":304,"target":38},{"source":304,"target":307},{"source":304,"target":55},{"source":307,"target":38},{"source":305,"target":38},{"source":305,"target":308},{"source":305,"target":55},{"source":308,"target":38},{"source":306,"target":38},{"source":56,"target":0},{"source":56,"target":38},{"source":56,"target":309},{"source":56,"target":310},{"source":56,"target":311},{"source":309,"target":38},{"source":309,"target":312},{"source":309,"target":56},{"source":312,"target":38},{"source":310,"target":38},{"source":310,"target":313},{"source":310,"target":56},{"source":313,"target":38},{"source":311,"target":38},{"source":57,"target":0},{"source":57,"target":38},{"source":57,"target":314},{"source":57,"target":315},{"source":57,"target":316},{"source":314,"target":38},{"source":314,"target":317},{"source":314,"target":57},{"source":317,"target":38},{"source":315,"target":38},{"source":315,"target":318},{"source":315,"target":57},{"source":318,"target":38},{"source":316,"target":38},{"source":58,"target":0},{"source":58,"target":38},{"source":58,"target":319},{"source":58,"target":320},{"source":58,"target":321},{"source":319,"target":38},{"source":319,"target":322},{"source":319,"target":58},{"source":322,"target":38},{"source":320,"target":38},{"source":320,"target":323},{"source":320,"target":58},{"source":323,"target":38},{"source":321,"target":38},{"source":59,"target":0},{"source":59,"target":38},{"source":59,"target":324},{"source":59,"target":325},{"source":59,"target":326},{"source":324,"target":38},{"source":324,"target":327},{"source":324,"target":59},{"source":327,"target":38},{"source":325,"target":38},{"source":325,"target":328},{"source":325,"target":59},{"source":328,"target":38},{"source":326,"target":38},{"source":60,"target":0},{"source":60,"target":38},{"source":60,"target":329},{"source":60,"target":330},{"source":60,"target":331},{"source":329,"target":38},{"source":329,"target":332},{"source":329,"target":60},{"source":332,"target":38},{"source":330,"target":38},{"source":330,"target":333},{"source":330,"target":60},{"source":333,"target":38},{"source":331,"target":38},{"source":61,"target":0},{"source":61,"target":38},{"source":61,"target":334},{"source":61,"target":335},{"source":61,"target":336},{"source":61,"target":337},{"source":334,"target":38},{"source":334,"target":338},{"source":334,"target":61},{"source":338,"target":38},{"source":335,"target":38},{"source":335,"target":339},{"source":335,"target":61},{"source":339,"target":38},{"source":336,"target":38},{"source":336,"target":340},{"source":336,"target":61},{"source":340,"target":38},{"source":337,"target":38},{"source":62,"target":0},{"source":62,"target":38},{"source":62,"target":341},{"source":62,"target":342},{"source":62,"target":343},{"source":341,"target":38},{"source":341,"target":344},{"source":341,"target":62},{"source":344,"target":38},{"source":342,"target":38},{"source":342,"target":345},{"source":342,"target":62},{"source":345,"target":38},{"source":343,"target":38},{"source":63,"target":0},{"source":63,"target":38},{"source":63,"target":346},{"source":63,"target":347},{"source":63,"target":348},{"source":346,"target":38},{"source":346,"target":349},{"source":346,"target":63},{"source":349,"target":38},{"source":347,"target":38},{"source":347,"target":350},{"source":347,"target":63},{"source":350,"target":38},{"source":348,"target":38},{"source":64,"target":0},{"source":64,"target":38},{"source":64,"target":351},{"source":64,"target":352},{"source":64,"target":353},{"source":351,"target":38},{"source":351,"target":354},{"source":351,"target":64},{"source":354,"target":38},{"source":352,"target":38},{"source":352,"target":355},{"source":352,"target":64},{"source":355,"target":38},{"source":353,"target":38},{"source":65,"target":0},{"source":65,"target":38},{"source":65,"target":356},{"source":65,"target":357},{"source":65,"target":358},{"source":356,"target":38},{"source":356,"target":359},{"source":356,"target":65},{"source":359,"target":38},{"source":357,"target":38},{"source":357,"target":360},{"source":357,"target":65},{"source":360,"target":38},{"source":358,"target":38},{"source":66,"target":0},{"source":66,"target":38},{"source":66,"target":361},{"source":66,"target":362},{"source":66,"target":363},{"source":361,"target":38},{"source":361,"target":364},{"source":361,"target":66},{"source":364,"target":38},{"source":362,"target":38},{"source":362,"target":365},{"source":362,"target":66},{"source":365,"target":38},{"source":363,"target":38},{"source":67,"target":0},{"source":67,"target":38},{"source":67,"target":366},{"source":67,"target":367},{"source":67,"target":368},{"source":366,"target":38},{"source":366,"target":369},{"source":366,"target":67},{"source":369,"target":38},{"source":367,"target":38},{"source":367,"target":370},{"source":367,"target":67},{"source":370,"target":38},{"source":368,"target":38},{"source":68,"target":0},{"source":68,"target":38},{"source":68,"target":371},{"source":68,"target":372},{"source":68,"target":373},{"source":371,"target":38},{"source":371,"target":374},{"source":371,"target":68},{"source":374,"target":38},{"source":372,"target":38},{"source":372,"target":375},{"source":372,"target":68},{"source":375,"target":38},{"source":373,"target":38},{"source":69,"target":0},{"source":69,"target":38},{"source":69,"target":376},{"source":69,"target":377},{"source":69,"target":378},{"source":376,"target":38},{"source":376,"target":379},{"source":376,"target":69},{"source":379,"target":38},{"source":377,"target":38},{"source":377,"target":380},{"source":377,"target":69},{"source":380,"target":38},{"source":378,"target":38},{"source":70,"target":0},{"source":70,"target":38},{"source":70,"target":381},{"source":70,"target":382},{"source":70,"target":383},{"source":381,"target":38},{"source":381,"target":384},{"source":381,"target":70},{"source":384,"target":38},{"source":382,"target":38},{"source":382,"target":385},{"source":382,"target":70},{"source":385,"target":38},{"source":383,"target":38},{"source":71,"target":0},{"source":71,"target":38},{"source":71,"target":386},{"source":71,"target":387},{"source":71,"target":388},{"source":386,"target":38},{"source":386,"target":389},{"source":386,"target":71},{"source":389,"target":38},{"source":387,"target":38},{"source":387,"target":390},{"source":387,"target":71},{"source":390,"target":38},{"source":388,"target":38},{"source":72,"target":0},{"source":72,"target":38},{"source":72,"target":391},{"source":72,"target":392},{"source":72,"target":393},{"source":391,"target":38},{"source":391,"target":394},{"source":391,"target":72},{"source":394,"target":38},{"source":392,"target":38},{"source":392,"target":395},{"source":392,"target":72},{"source":395,"target":38},{"source":393,"target":38},{"source":73,"target":0},{"source":73,"target":38},{"source":73,"target":396},{"source":73,"target":397},{"source":73,"target":398},{"source":396,"target":38},{"source":396,"target":399},{"source":396,"target":73},{"source":399,"target":38},{"source":397,"target":38},{"source":397,"target":400},{"source":397,"target":73},{"source":400,"target":38},{"source":398,"target":38},{"source":74,"target":0},{"source":74,"target":38},{"source":74,"target":401},{"source":74,"target":402},{"source":74,"target":403},{"source":401,"target":38},{"source":401,"target":404},{"source":401,"target":74},{"source":404,"target":38},{"source":402,"target":38},{"source":402,"target":405},{"source":402,"target":74},{"source":405,"target":38},{"source":403,"target":38},{"source":75,"target":0},{"source":75,"target":38},{"source":75,"target":406},{"source":75,"target":407},{"source":75,"target":408},{"source":406,"target":38},{"source":406,"target":409},{"source":406,"target":75},{"source":409,"target":38},{"source":407,"target":38},{"source":407,"target":410},{"source":407,"target":75},{"source":410,"target":38},{"source":408,"target":38},{"source":76,"target":0},{"source":76,"target":38},{"source":76,"target":411},{"source":76,"target":412},{"source":76,"target":413},{"source":411,"target":38},{"source":411,"target":414},{"source":411,"target":76},{"source":414,"target":38},{"source":412,"target":38},{"source":412,"target":415},{"source":412,"target":76},{"source":415,"target":38},{"source":413,"target":38},{"source":77,"target":0},{"source":77,"target":38},{"source":77,"target":416},{"source":77,"target":417},{"source":77,"target":418},{"source":416,"target":38},{"source":416,"target":419},{"source":416,"target":77},{"source":419,"target":38},{"source":417,"target":38},{"source":417,"target":420},{"source":417,"target":77},{"source":420,"target":38},{"source":418,"target":38},{"source":78,"target":0},{"source":78,"target":38},{"source":78,"target":421},{"source":78,"target":422},{"source":78,"target":423},{"source":421,"target":38},{"source":421,"target":424},{"source":421,"target":78},{"source":424,"target":38},{"source":422,"target":38},{"source":422,"target":425},{"source":422,"target":78},{"source":425,"target":38},{"source":423,"target":38},{"source":79,"target":0},{"source":79,"target":38},{"source":79,"target":426},{"source":79,"target":427},{"source":79,"target":428},{"source":426,"target":38},{"source":426,"target":429},{"source":426,"target":79},{"source":429,"target":38},{"source":427,"target":38},{"source":427,"target":430},{"source":427,"target":79},{"source":430,"target":38},{"source":428,"target":38},{"source":80,"target":0},{"source":80,"target":38},{"source":80,"target":431},{"source":80,"target":432},{"source":431,"target":38},{"source":431,"target":433},{"source":431,"target":80},{"source":433,"target":38},{"source":432,"target":38},{"source":81,"target":0},{"source":81,"target":38},{"source":81,"target":434},{"source":81,"target":435},{"source":434,"target":38},{"source":434,"target":436},{"source":434,"target":81},{"source":436,"target":38},{"source":435,"target":38},{"source":82,"target":0},{"source":82,"target":38},{"source":82,"target":437},{"source":82,"target":438},{"source":437,"target":38},{"source":437,"target":439},{"source":437,"target":82},{"source":439,"target":38},{"source":438,"target":38},{"source":83,"target":0},{"source":83,"target":38},{"source":83,"target":440},{"source":83,"target":441},{"source":440,"target":38},{"source":440,"target":442},{"source":440,"target":83},{"source":442,"target":38},{"source":441,"target":38},{"source":84,"target":0},{"source":84,"target":38},{"source":84,"target":443},{"source":84,"target":444},{"source":443,"target":38},{"source":443,"target":445},{"source":443,"target":84},{"source":445,"target":38},{"source":444,"target":38},{"source":85,"target":0},{"source":85,"target":38},{"source":85,"target":446},{"source":85,"target":447},{"source":446,"target":38},{"source":446,"target":448},{"source":446,"target":85},{"source":448,"target":38},{"source":447,"target":38},{"source":86,"target":0},{"source":86,"target":38},{"source":86,"target":449},{"source":86,"target":450},{"source":86,"target":451},{"source":449,"target":38},{"source":449,"target":452},{"source":449,"target":86},{"source":452,"target":38},{"source":450,"target":453},{"source":450,"target":86},{"source":451,"target":38},{"source":87,"target":0},{"source":87,"target":38},{"source":87,"target":454},{"source":87,"target":455},{"source":87,"target":456},{"source":454,"target":38},{"source":454,"target":457},{"source":454,"target":87},{"source":457,"target":38},{"source":455,"target":38},{"source":455,"target":458},{"source":455,"target":87},{"source":458,"target":38},{"source":456,"target":38},{"source":88,"target":0},{"source":88,"target":38},{"source":88,"target":459},{"source":88,"target":460},{"source":459,"target":461},{"source":459,"target":88},{"source":460,"target":38},{"source":89,"target":0},{"source":89,"target":38},{"source":89,"target":462},{"source":89,"target":463},{"source":462,"target":464},{"source":462,"target":89},{"source":463,"target":38},{"source":90,"target":0},{"source":90,"target":38},{"source":90,"target":465},{"source":90,"target":466},{"source":465,"target":467},{"source":465,"target":90},{"source":466,"target":38}],"multigraph":true}
ecore
transformation
repo-ecore-all/data/KristopherBorn/multiCDA/org.eclipse.emf.henshin.multicda.cda.eval/rules/ocl/GraphConstraint.ecore
GraphConstraint Graph edges nodes GraphElement name NestedGraphConstraint import name condition emptyDomain Node attributes type Edge src tgt type Attribute op value type Mapping from to mappings ElementMapping origin image Quantifier EXISTS EXISTS FORALL FORALL Operator NOT NOT AND AND OR OR IMPLIES IMPLIES QuantifiedGraphCondition quantifier codomain restriction restrictionMapping codomainMapping nested True Formula op args Variable type name NestedGraphCondition formula qgc gc domain vars
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="GraphConstraint" nsURI="http://www.example.org/GraphConstraint" nsPrefix="gc"> <eClassifiers xsi:type="ecore:EClass" name="Graph"> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GraphElement" 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="NestedGraphConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="import" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//NestedGraphCondition" containment="true" eOpposite="#//NestedGraphCondition/gc"/> <eStructuralFeatures xsi:type="ecore:EReference" name="emptyDomain" lowerBound="1" eType="#//Graph" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//GraphElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//GraphElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tgt" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//GraphElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" 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="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//Graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//Graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//ElementMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" lowerBound="1" eType="#//GraphElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="image" lowerBound="1" eType="#//GraphElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Quantifier"> <eLiterals name="EXISTS"/> <eLiterals name="FORALL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Operator"> <eLiterals name="NOT"/> <eLiterals name="AND"/> <eLiterals name="OR"/> <eLiterals name="IMPLIES"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuantifiedGraphCondition" eSuperTypes="#//NestedGraphCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantifier" lowerBound="1" eType="#//Quantifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="codomain" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restriction" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictionMapping" eType="#//Mapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="codomainMapping" eType="#//Mapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nested" lowerBound="1" eType="#//NestedGraphCondition" containment="true" eOpposite="#//NestedGraphCondition/qgc"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="True" eSuperTypes="#//NestedGraphCondition"/> <eClassifiers xsi:type="ecore:EClass" name="Formula" eSuperTypes="#//NestedGraphCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" lowerBound="1" eType="#//Operator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" lowerBound="1" upperBound="-1" eType="#//NestedGraphCondition" containment="true" eOpposite="#//NestedGraphCondition/formula"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType"/> <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="NestedGraphCondition" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" eType="#//Formula" eOpposite="#//Formula/args"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qgc" eType="#//QuantifiedGraphCondition" eOpposite="#//QuantifiedGraphCondition/nested"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gc" eType="#//NestedGraphConstraint" eOpposite="#//NestedGraphConstraint/condition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" lowerBound="1" eType="#//Graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vars" upperBound="-1" eType="#//Variable" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"gc","nsURI":"http://www.example.org/GraphConstraint","name":"GraphConstraint","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedGraphConstraint","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementMapping","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Quantifier","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifiedGraphCondition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"True","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedGraphCondition","instanceClass":null,"abstract":true,"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":"edges","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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"import","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":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":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":"emptyDomain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":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":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tgt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"name":"EXISTS","id":60,"value":0,"literal":"EXISTS","eClass":"EEnumLiteral"},{"name":"FORALL","id":61,"value":0,"literal":"FORALL","eClass":"EEnumLiteral"},{"name":"NOT","id":62,"value":0,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"AND","id":63,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":64,"value":0,"literal":"OR","eClass":"EEnumLiteral"},{"name":"IMPLIES","id":65,"value":0,"literal":"IMPLIES","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantifier","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"codomain","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":"restriction","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":"restrictionMapping","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":"codomainMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nested","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qgc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"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":"formula","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":16,"target":5},{"source":16,"target":18},{"source":16,"target":1},{"source":18,"target":5},{"source":17,"target":4},{"source":17,"target":19},{"source":17,"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":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":22,"target":26},{"source":22,"target":3},{"source":23,"target":27},{"source":23,"target":3},{"source":24,"target":15},{"source":24,"target":28},{"source":24,"target":3},{"source":24,"target":29},{"source":28,"target":15},{"source":25,"target":1},{"source":25,"target":30},{"source":25,"target":3},{"source":30,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":31,"target":6},{"source":31,"target":34},{"source":31,"target":4},{"source":34,"target":6},{"source":32,"target":35},{"source":32,"target":4},{"source":33,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":36,"target":4},{"source":36,"target":40},{"source":36,"target":5},{"source":40,"target":4},{"source":37,"target":4},{"source":37,"target":41},{"source":37,"target":5},{"source":41,"target":4},{"source":38,"target":42},{"source":38,"target":5},{"source":39,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":43,"target":47},{"source":43,"target":6},{"source":44,"target":48},{"source":44,"target":6},{"source":45,"target":49},{"source":45,"target":6},{"source":46,"target":2},{"source":7,"target":0},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":50,"target":1},{"source":50,"target":53},{"source":50,"target":7},{"source":53,"target":1},{"source":51,"target":1},{"source":51,"target":54},{"source":51,"target":7},{"source":54,"target":1},{"source":52,"target":8},{"source":52,"target":55},{"source":52,"target":7},{"source":55,"target":8},{"source":8,"target":0},{"source":8,"target":56},{"source":8,"target":57},{"source":56,"target":2},{"source":56,"target":58},{"source":56,"target":8},{"source":58,"target":2},{"source":57,"target":2},{"source":57,"target":59},{"source":57,"target":8},{"source":59,"target":2},{"source":9,"target":0},{"source":9,"target":60},{"source":9,"target":61},{"source":60,"target":9},{"source":61,"target":9},{"source":10,"target":0},{"source":10,"target":62},{"source":10,"target":63},{"source":10,"target":64},{"source":10,"target":65},{"source":62,"target":10},{"source":63,"target":10},{"source":64,"target":10},{"source":65,"target":10},{"source":11,"target":0},{"source":11,"target":15},{"source":11,"target":66},{"source":11,"target":67},{"source":11,"target":68},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":11,"target":72},{"source":66,"target":9},{"source":66,"target":73},{"source":66,"target":11},{"source":73,"target":9},{"source":67,"target":1},{"source":67,"target":74},{"source":67,"target":11},{"source":74,"target":1},{"source":68,"target":1},{"source":68,"target":75},{"source":68,"target":11},{"source":75,"target":1},{"source":69,"target":7},{"source":69,"target":76},{"source":69,"target":11},{"source":76,"target":7},{"source":70,"target":7},{"source":70,"target":77},{"source":70,"target":11},{"source":77,"target":7},{"source":71,"target":15},{"source":71,"target":78},{"source":71,"target":11},{"source":71,"target":79},{"source":78,"target":15},{"source":72,"target":15},{"source":12,"target":0},{"source":12,"target":15},{"source":12,"target":80},{"source":80,"target":15},{"source":13,"target":0},{"source":13,"target":15},{"source":13,"target":81},{"source":13,"target":82},{"source":13,"target":83},{"source":81,"target":10},{"source":81,"target":84},{"source":81,"target":13},{"source":84,"target":10},{"source":82,"target":15},{"source":82,"target":85},{"source":82,"target":13},{"source":82,"target":86},{"source":85,"target":15},{"source":83,"target":15},{"source":14,"target":0},{"source":14,"target":87},{"source":14,"target":88},{"source":87,"target":89},{"source":87,"target":14},{"source":88,"target":90},{"source":88,"target":14},{"source":15,"target":0},{"source":15,"target":86},{"source":15,"target":79},{"source":15,"target":29},{"source":15,"target":91},{"source":15,"target":92},{"source":86,"target":13},{"source":86,"target":93},{"source":86,"target":15},{"source":86,"target":82},{"source":93,"target":13},{"source":79,"target":11},{"source":79,"target":94},{"source":79,"target":15},{"source":79,"target":71},{"source":94,"target":11},{"source":29,"target":3},{"source":29,"target":95},{"source":29,"target":15},{"source":29,"target":24},{"source":95,"target":3},{"source":91,"target":1},{"source":91,"target":96},{"source":91,"target":15},{"source":96,"target":1},{"source":92,"target":14},{"source":92,"target":97},{"source":92,"target":15},{"source":97,"target":14}],"multigraph":true}
ecore
app
repo-ecore-all/data/adbetin/ClassLayout2Frontend/co.classLayout2Frontend/model/classLayout2Frontend.ecore
classLayout2Frontend Project name entitiesmodel siteViews pageViews containerViews Composition Association many target PropertyType Property type defaultValue StructuralFeature required EntitiesModel name modelElements EntityModelElement name description displayName Entity superclass isAbstract structuralFeatures PrimitiveType Literal value Enumeration literals Reference AtomicView property Autocomplete multiple Dropdownlist Image width height List multiple Output IterationFilter input InputText multiline PageView name elementViews layoutType SiteView name templateName templateColor displayName pageViews StaticContainer LayoutType SINGLE_COLUMN SINGLE_COLUMN TWO_COLUMNS TWO_COLUMNS LEFT_BAR LEFT_BAR RIGHT_BAR RIGHT_BAR THREE_COLUMNS THREE_COLUMNS TextArea value isTitle Selection Input label IterationContainer iterationFilters InputForm CheckList ElementView name displayName description RadioButtonGroup ContainerView elements entity FileUpload
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="classLayout2Frontend" nsURI="http://www.classlayout2frontend.com/classLayout2Frontend" nsPrefix="classLayout2Frontend"> <eClassifiers xsi:type="ecore:EClass" name="Project"> <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="entitiesmodel" eType="#//EntitiesModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="siteViews" upperBound="-1" eType="#//SiteView" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pageViews" upperBound="-1" eType="#//PageView" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerViews" upperBound="-1" eType="#//ContainerView" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Composition" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Association" abstract="true" eSuperTypes="#//StructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyType" abstract="true" eSuperTypes="#//EntityModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//PropertyType"/> <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="StructuralFeature" abstract="true" eSuperTypes="#//EntityModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntitiesModel"> <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="modelElements" upperBound="-1" eType="#//EntityModelElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityModelElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//EntityModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="superclass" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structuralFeatures" upperBound="-1" eType="#//StructuralFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//PropertyType"/> <eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//EntityModelElement"> <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="Enumeration" eSuperTypes="#//PropertyType"> <eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1" eType="#//Literal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="AtomicView" abstract="true" eSuperTypes="#//ElementView"> <eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="#//StructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Autocomplete" eSuperTypes="#//Selection"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiple" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dropdownlist" eSuperTypes="#//Selection"/> <eClassifiers xsi:type="ecore:EClass" name="Image" eSuperTypes="#//Output"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="List" eSuperTypes="#//Selection"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiple" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Output" abstract="true" eSuperTypes="#//AtomicView"/> <eClassifiers xsi:type="ecore:EClass" name="IterationFilter"> <eStructuralFeatures xsi:type="ecore:EReference" name="input" eType="#//Input"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputText" eSuperTypes="#//Input"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PageView"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementViews" upperBound="-1" eType="#//ElementView"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="layoutType" eType="#//LayoutType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SiteView"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="templateName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="templateColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pageViews" upperBound="-1" eType="#//PageView"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticContainer" eSuperTypes="#//ContainerView"/> <eClassifiers xsi:type="ecore:EEnum" name="LayoutType"> <eLiterals name="SINGLE_COLUMN"/> <eLiterals name="TWO_COLUMNS" value="1"/> <eLiterals name="LEFT_BAR" value="2"/> <eLiterals name="RIGHT_BAR" value="3"/> <eLiterals name="THREE_COLUMNS" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextArea" eSuperTypes="#//Output"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Selection" abstract="true" eSuperTypes="#//Input"/> <eClassifiers xsi:type="ecore:EClass" name="Input" abstract="true" eSuperTypes="#//AtomicView"> <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="IterationContainer" eSuperTypes="#//ContainerView"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterationFilters" upperBound="-1" eType="#//IterationFilter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputForm" eSuperTypes="#//ContainerView"/> <eClassifiers xsi:type="ecore:EClass" name="CheckList" eSuperTypes="#//Selection"/> <eClassifiers xsi:type="ecore:EClass" name="ElementView" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayName" 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="RadioButtonGroup" eSuperTypes="#//Selection"/> <eClassifiers xsi:type="ecore:EClass" name="ContainerView" abstract="true" eSuperTypes="#//ElementView"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//ElementView" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileUpload" eSuperTypes="#//Input"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"classLayout2Frontend","nsURI":"http://www.classlayout2frontend.com/classLayout2Frontend","name":"classLayout2Frontend","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":"Composition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyType","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntitiesModel","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityModelElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicView","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Autocomplete","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dropdownlist","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"List","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterationFilter","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputText","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageView","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SiteView","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticContainer","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LayoutType","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextArea","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selection","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterationContainer","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputForm","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckList","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementView","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RadioButtonGroup","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerView","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileUpload","instanceClass":null,"abstract":false,"id":35,"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":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":"entitiesmodel","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":"siteViews","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":"pageViews","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":"containerViews","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":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":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayName","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"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":"structuralFeatures","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"},{"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":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"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":"multiple","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiple","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"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":"multiline","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"elementViews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"layoutType","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":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"templateName","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"templateColor","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":"displayName","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":"pageViews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"name":"SINGLE_COLUMN","id":124,"value":0,"literal":"SINGLE_COLUMN","eClass":"EEnumLiteral"},{"name":"TWO_COLUMNS","id":125,"value":1,"literal":"TWO_COLUMNS","eClass":"EEnumLiteral"},{"name":"LEFT_BAR","id":126,"value":2,"literal":"LEFT_BAR","eClass":"EEnumLiteral"},{"name":"RIGHT_BAR","id":127,"value":3,"literal":"RIGHT_BAR","eClass":"EEnumLiteral"},{"name":"THREE_COLUMNS","id":128,"value":4,"literal":"THREE_COLUMNS","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isTitle","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"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":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":true,"unsettable":false,"transient":false,"unique":true,"name":"iterationFilters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayName","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":1,"target":0},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":36,"target":41},{"source":36,"target":1},{"source":37,"target":7},{"source":37,"target":42},{"source":37,"target":1},{"source":42,"target":7},{"source":38,"target":23},{"source":38,"target":43},{"source":38,"target":1},{"source":43,"target":23},{"source":39,"target":22},{"source":39,"target":44},{"source":39,"target":1},{"source":44,"target":22},{"source":40,"target":34},{"source":40,"target":45},{"source":40,"target":1},{"source":45,"target":34},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":46},{"source":46,"target":3},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":47,"target":50},{"source":47,"target":3},{"source":48,"target":9},{"source":48,"target":51},{"source":48,"target":3},{"source":51,"target":9},{"source":49,"target":6},{"source":4,"target":0},{"source":4,"target":8},{"source":4,"target":52},{"source":52,"target":8},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":53,"target":4},{"source":53,"target":56},{"source":53,"target":5},{"source":56,"target":4},{"source":54,"target":57},{"source":54,"target":5},{"source":55,"target":6},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":58},{"source":6,"target":59},{"source":58,"target":60},{"source":58,"target":6},{"source":59,"target":8},{"source":7,"target":0},{"source":7,"target":61},{"source":7,"target":62},{"source":61,"target":63},{"source":61,"target":7},{"source":62,"target":8},{"source":62,"target":64},{"source":62,"target":7},{"source":64,"target":8},{"source":8,"target":0},{"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":70},{"source":67,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":71,"target":9},{"source":71,"target":75},{"source":71,"target":9},{"source":75,"target":9},{"source":72,"target":76},{"source":72,"target":9},{"source":73,"target":6},{"source":73,"target":77},{"source":73,"target":9},{"source":77,"target":6},{"source":74,"target":8},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":78},{"source":78,"target":4},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":79},{"source":11,"target":80},{"source":79,"target":81},{"source":79,"target":11},{"source":80,"target":8},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":82},{"source":12,"target":83},{"source":82,"target":11},{"source":82,"target":84},{"source":82,"target":12},{"source":84,"target":11},{"source":83,"target":4},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":85},{"source":85,"target":3},{"source":14,"target":0},{"source":14,"target":32},{"source":14,"target":86},{"source":14,"target":87},{"source":86,"target":6},{"source":86,"target":88},{"source":86,"target":14},{"source":88,"target":6},{"source":87,"target":32},{"source":15,"target":0},{"source":15,"target":27},{"source":15,"target":89},{"source":15,"target":90},{"source":89,"target":91},{"source":89,"target":15},{"source":90,"target":27},{"source":16,"target":0},{"source":16,"target":27},{"source":16,"target":92},{"source":92,"target":27},{"source":17,"target":0},{"source":17,"target":19},{"source":17,"target":93},{"source":17,"target":94},{"source":17,"target":95},{"source":93,"target":96},{"source":93,"target":17},{"source":94,"target":97},{"source":94,"target":17},{"source":95,"target":19},{"source":18,"target":0},{"source":18,"target":27},{"source":18,"target":98},{"source":18,"target":99},{"source":98,"target":100},{"source":98,"target":18},{"source":99,"target":27},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":101},{"source":101,"target":14},{"source":20,"target":0},{"source":20,"target":102},{"source":102,"target":28},{"source":102,"target":103},{"source":102,"target":20},{"source":103,"target":28},{"source":21,"target":0},{"source":21,"target":28},{"source":21,"target":104},{"source":21,"target":105},{"source":104,"target":106},{"source":104,"target":21},{"source":105,"target":28},{"source":22,"target":0},{"source":22,"target":107},{"source":22,"target":108},{"source":22,"target":109},{"source":107,"target":110},{"source":107,"target":22},{"source":108,"target":32},{"source":108,"target":111},{"source":108,"target":22},{"source":111,"target":32},{"source":109,"target":25},{"source":109,"target":112},{"source":109,"target":22},{"source":112,"target":25},{"source":23,"target":0},{"source":23,"target":113},{"source":23,"target":114},{"source":23,"target":115},{"source":23,"target":116},{"source":23,"target":117},{"source":113,"target":118},{"source":113,"target":23},{"source":114,"target":119},{"source":114,"target":23},{"source":115,"target":120},{"source":115,"target":23},{"source":116,"target":121},{"source":116,"target":23},{"source":117,"target":22},{"source":117,"target":122},{"source":117,"target":23},{"source":122,"target":22},{"source":24,"target":0},{"source":24,"target":34},{"source":24,"target":123},{"source":123,"target":34},{"source":25,"target":0},{"source":25,"target":124},{"source":25,"target":125},{"source":25,"target":126},{"source":25,"target":127},{"source":25,"target":128},{"source":124,"target":25},{"source":125,"target":25},{"source":126,"target":25},{"source":127,"target":25},{"source":128,"target":25},{"source":26,"target":0},{"source":26,"target":19},{"source":26,"target":129},{"source":26,"target":130},{"source":26,"target":131},{"source":129,"target":132},{"source":129,"target":26},{"source":130,"target":133},{"source":130,"target":26},{"source":131,"target":19},{"source":27,"target":0},{"source":27,"target":28},{"source":27,"target":134},{"source":134,"target":28},{"source":28,"target":0},{"source":28,"target":14},{"source":28,"target":135},{"source":28,"target":136},{"source":135,"target":137},{"source":135,"target":28},{"source":136,"target":14},{"source":29,"target":0},{"source":29,"target":34},{"source":29,"target":138},{"source":29,"target":139},{"source":138,"target":20},{"source":138,"target":140},{"source":138,"target":29},{"source":140,"target":20},{"source":139,"target":34},{"source":30,"target":0},{"source":30,"target":34},{"source":30,"target":141},{"source":141,"target":34},{"source":31,"target":0},{"source":31,"target":27},{"source":31,"target":142},{"source":142,"target":27},{"source":32,"target":0},{"source":32,"target":143},{"source":32,"target":144},{"source":32,"target":145},{"source":143,"target":146},{"source":143,"target":32},{"source":144,"target":147},{"source":144,"target":32},{"source":145,"target":148},{"source":145,"target":32},{"source":33,"target":0},{"source":33,"target":27},{"source":33,"target":149},{"source":149,"target":27},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":150},{"source":34,"target":151},{"source":34,"target":152},{"source":150,"target":32},{"source":150,"target":153},{"source":150,"target":34},{"source":153,"target":32},{"source":151,"target":9},{"source":151,"target":154},{"source":151,"target":34},{"source":154,"target":9},{"source":152,"target":32},{"source":35,"target":0},{"source":35,"target":28},{"source":35,"target":155},{"source":155,"target":28}],"multigraph":true}
ecore
architecture
repo-ecore-all/data/antoniogarmendia/Hawk-EMFSplitter_Integration/org.miso.mondo.wt.cs/WT_DesignPatterns.ecore
WT WTComponents subsystems name Subsystem subsystems name ensembles beh Architecture name elements ControlSubsystem name states StateMachine name states transitions Vertex outgoing incoming Edge source target InitialState SimpleState Component ports states label Port label InPort OutPort DocumentElt name description
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="WT" nsURI="http://mondo.org/WT" nsPrefix="wt"> <eClassifiers xsi:type="ecore:EClass" name="WTComponents"> <eStructuralFeatures xsi:type="ecore:EReference" name="subsystems" upperBound="-1" eType="#//Subsystem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subsystem"> <eStructuralFeatures xsi:type="ecore:EReference" name="subsystems" upperBound="-1" eType="#//Subsystem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ensembles" upperBound="-1" eType="#//Architecture" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="beh" upperBound="-1" eType="#//ControlSubsystem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Architecture"> <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="elements" upperBound="-1" eType="#//Component" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlSubsystem"> <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="states" upperBound="-1" eType="#//StateMachine" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <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="states" upperBound="-1" eType="#//Vertex" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Edge" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vertex" abstract="true" eSuperTypes="#//DocumentElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//DocumentElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Vertex" eOpposite="#//Vertex/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Vertex" eOpposite="#//Vertex/incoming"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="SimpleState" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Component"> <eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1" eType="#//Port" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//StateMachine"/> <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="Port" abstract="true"> <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="InPort" eSuperTypes="#//Port"/> <eClassifiers xsi:type="ecore:EClass" name="OutPort" eSuperTypes="#//Port"/> <eClassifiers xsi:type="ecore:EClass" name="DocumentElt" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"wt","nsURI":"http://mondo.org/WT","name":"WT","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WTComponents","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subsystem","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Architecture","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlSubsystem","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleState","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPort","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPort","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentElt","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subsystems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"name","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":"ensembles","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":"beh","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"container":false,"ordered":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":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","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":"name","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":2},{"source":15,"target":17},{"source":15,"target":1},{"source":17,"target":2},{"source":16,"target":18},{"source":16,"target":1},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":19,"target":2},{"source":19,"target":23},{"source":19,"target":2},{"source":23,"target":2},{"source":20,"target":24},{"source":20,"target":2},{"source":21,"target":3},{"source":21,"target":25},{"source":21,"target":2},{"source":25,"target":3},{"source":22,"target":4},{"source":22,"target":26},{"source":22,"target":2},{"source":26,"target":4},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":27,"target":29},{"source":27,"target":3},{"source":28,"target":10},{"source":28,"target":30},{"source":28,"target":3},{"source":30,"target":10},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":32},{"source":31,"target":33},{"source":31,"target":4},{"source":32,"target":5},{"source":32,"target":34},{"source":32,"target":4},{"source":34,"target":5},{"source":5,"target":0},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":35,"target":38},{"source":35,"target":5},{"source":36,"target":6},{"source":36,"target":39},{"source":36,"target":5},{"source":39,"target":6},{"source":37,"target":7},{"source":37,"target":40},{"source":37,"target":5},{"source":40,"target":7},{"source":6,"target":0},{"source":6,"target":14},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":41,"target":7},{"source":41,"target":44},{"source":41,"target":6},{"source":41,"target":45},{"source":44,"target":7},{"source":42,"target":7},{"source":42,"target":46},{"source":42,"target":6},{"source":42,"target":47},{"source":46,"target":7},{"source":43,"target":14},{"source":7,"target":0},{"source":7,"target":14},{"source":7,"target":45},{"source":7,"target":47},{"source":7,"target":48},{"source":45,"target":6},{"source":45,"target":49},{"source":45,"target":7},{"source":45,"target":41},{"source":49,"target":6},{"source":47,"target":6},{"source":47,"target":50},{"source":47,"target":7},{"source":47,"target":42},{"source":50,"target":6},{"source":48,"target":14},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":51},{"source":51,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":52},{"source":52,"target":6},{"source":10,"target":0},{"source":10,"target":53},{"source":10,"target":54},{"source":10,"target":55},{"source":53,"target":11},{"source":53,"target":56},{"source":53,"target":10},{"source":56,"target":11},{"source":54,"target":5},{"source":54,"target":57},{"source":54,"target":10},{"source":57,"target":5},{"source":55,"target":58},{"source":55,"target":10},{"source":11,"target":0},{"source":11,"target":59},{"source":59,"target":60},{"source":59,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":61},{"source":61,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":62},{"source":62,"target":11},{"source":14,"target":0},{"source":14,"target":63},{"source":14,"target":64},{"source":63,"target":65},{"source":63,"target":14},{"source":64,"target":66},{"source":64,"target":14}],"multigraph":true}
ecore
constraints
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/OCLCST.ecore
ocl cst CSTNode startOffset endOffset startToken endToken ast IToken lpg.runtime.IToken lpg.runtime.IToken PackageDeclarationCS pathNameCS contextDecls packageDeclarationCS PathNameCS simpleNames TypeCS OCLExpressionCS SimpleNameCS value type SimpleTypeEnum identifier identifier self self Integer Integer String String Real Real Boolean Boolean OclAny OclAny OclVoid OclVoid OclInvalid OclInvalid OclMessage OclMessage keyword keyword UnlimitedNatural UnlimitedNatural ContextDeclCS PropertyContextCS pathNameCS simpleNameCS typeCS constraints InitOrDerValueCS expressionCS ClassifierContextDeclCS pathNameCS constraints simpleNameCS InvOrDefCS simpleNameCS OperationContextDeclCS operationCS prePostOrBodyDecls OperationCS pathNameCS simpleNameCS parameters typeCS VariableCS name typeCS initExpression PrePostOrBodyDeclCS kind simpleNameCS expressionCS PrePostOrBodyEnum pre pre post post body body DerValueCS InitValueCS InvCS expressionCS DefCS defExpressionCS static false DefExpressionCS operationCS variableCS expressionCS VariableExpCS arguments simpleNameCS isMarkedPreCS IsMarkedPreCS PrimitiveTypeCS TupleTypeCS variables CollectionTypeCS collectionTypeIdentifier typeCS CollectionTypeIdentifierEnum Set Set Bag Bag Sequence Sequence Collection Collection OrderedSet OrderedSet LetExpCS variables inExpression IfExpCS thenExpression elseExpression condition MessageExpCS target kind simpleNameCS arguments MessageExpKind hasSent hasSent sent sent OCLMessageArgCS typeCS expression LiteralExpCS CollectionLiteralExpCS collectionType collectionLiteralParts CollectionLiteralPartCS expressionCS TupleLiteralExpCS variables PrimitiveLiteralExpCS symbol IntegerLiteralExpCS integerSymbol extendedIntegerSymbol 0 longSymbol UnlimitedNaturalLiteralExpCS integerSymbol extendedIntegerSymbol 0 longSymbol RealLiteralExpCS realSymbol StringLiteralExpCS stringSymbol unescapedStringSymbol BooleanLiteralExpCS booleanSymbol NullLiteralExpCS InvalidLiteralExpCS CollectionRangeCS lastExpressionCS CallExpCS source accessor simpleNameCS DotOrArrowEnum none none dot dot arrow arrow LoopExpCS variable1 variable2 body IteratorExpCS IterateExpCS FeatureCallExpCS pathNameCS arguments isMarkedPreCS OperationCallExpCS isAtomic false OCLDocumentCS packageDeclarations
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ocl" nsURI="http://www.eclipse.org/ocl/1.1.0/OCLCST" nsPrefix="ocl"> <eSubpackages name="cst" nsURI="http://www.eclipse.org/ocl/1.1.0/OCL/CST" nsPrefix="ocl.cst"> <eClassifiers xsi:type="ecore:EClass" name="CSTNode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startToken" ordered="false" eType="#//cst/IToken" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endToken" ordered="false" eType="#//cst/IToken" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ast" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IToken" instanceClassName="lpg.runtime.IToken"/> <eClassifiers xsi:type="ecore:EClass" name="PackageDeclarationCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextDecls" upperBound="-1" eType="#//cst/ContextDeclCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packageDeclarationCS" eType="#//cst/PackageDeclarationCS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathNameCS" eSuperTypes="#//cst/TypeCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNames" upperBound="-1" eType="#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeCS" abstract="true" eSuperTypes="#//cst/OCLExpressionCS"/> <eClassifiers xsi:type="ecore:EClass" name="OCLExpressionCS" abstract="true" eSuperTypes="#//cst/CSTNode"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="OclExpressionCS"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleNameCS" eSuperTypes="#//cst/OCLExpressionCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//cst/SimpleTypeEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SimpleTypeEnum"> <eLiterals name="identifier" value="1"/> <eLiterals name="self" value="2"/> <eLiterals name="Integer" value="3"/> <eLiterals name="String" value="4"/> <eLiterals name="Real" value="5"/> <eLiterals name="Boolean" value="6"/> <eLiterals name="OclAny" value="7"/> <eLiterals name="OclVoid" value="8"/> <eLiterals name="OclInvalid" value="9"/> <eLiterals name="OclMessage" value="10"/> <eLiterals name="keyword" value="11"/> <eLiterals name="UnlimitedNatural" value="12"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextDeclCS" abstract="true" eSuperTypes="#//cst/CSTNode"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyContextCS" eSuperTypes="#//cst/ContextDeclCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//cst/InitOrDerValueCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitOrDerValueCS" abstract="true" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionCS" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="oclExpressionCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierContextDeclCS" eSuperTypes="#//cst/ContextDeclCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" ordered="false" upperBound="-1" eType="#//cst/InvOrDefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvOrDefCS" abstract="true" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationContextDeclCS" eSuperTypes="#//cst/ContextDeclCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="operationCS" eType="#//cst/OperationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prePostOrBodyDecls" lowerBound="1" upperBound="-1" eType="#//cst/PrePostOrBodyDeclCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="#//cst/TypeCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" eType="#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrePostOrBodyDeclCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//cst/PrePostOrBodyEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionCS" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="oclExpressionCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrePostOrBodyEnum"> <eLiterals name="pre" value="1"/> <eLiterals name="post" value="2"/> <eLiterals name="body" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DerValueCS" eSuperTypes="#//cst/InitOrDerValueCS"/> <eClassifiers xsi:type="ecore:EClass" name="InitValueCS" eSuperTypes="#//cst/InitOrDerValueCS"/> <eClassifiers xsi:type="ecore:EClass" name="InvCS" eSuperTypes="#//cst/InvOrDefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionCS" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="oclExpressionCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefCS" eSuperTypes="#//cst/InvOrDefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="defExpressionCS" eType="#//cst/DefExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefExpressionCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="operationCS" eType="#//cst/OperationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableCS" eType="#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionCS" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="oclExpressionCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExpCS" eSuperTypes="#//cst/OCLExpressionCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isMarkedPreCS" eType="#//cst/IsMarkedPreCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsMarkedPreCS" eSuperTypes="#//cst/CSTNode"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeCS" eSuperTypes="#//cst/SimpleNameCS #//cst/TypeCS"/> <eClassifiers xsi:type="ecore:EClass" name="TupleTypeCS" eSuperTypes="#//cst/TypeCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" lowerBound="1" upperBound="-1" eType="#//cst/VariableCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionTypeCS" eSuperTypes="#//cst/SimpleNameCS #//cst/TypeCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collectionTypeIdentifier" eType="#//cst/CollectionTypeIdentifierEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="#//cst/TypeCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CollectionTypeIdentifierEnum"> <eLiterals name="Set" value="1"/> <eLiterals name="Bag" value="2"/> <eLiterals name="Sequence" value="3"/> <eLiterals name="Collection" value="4"/> <eLiterals name="OrderedSet" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExpCS" eSuperTypes="#//cst/OCLExpressionCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" lowerBound="1" upperBound="-1" eType="#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inExpression" eType="#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExpCS" eSuperTypes="#//cst/OCLExpressionCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" lowerBound="1" eType="#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" lowerBound="1" eType="#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageExpCS" eSuperTypes="#//cst/OCLExpressionCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//cst/MessageExpKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//cst/OCLMessageArgCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MessageExpKind"> <eLiterals name="hasSent" value="1"/> <eLiterals name="sent" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OCLMessageArgCS" eSuperTypes="#//cst/CSTNode"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="OclMessageArgCS"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="oclExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExpCS" abstract="true" eSuperTypes="#//cst/OCLExpressionCS"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralExpCS" eSuperTypes="#//cst/LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collectionType" eType="#//cst/CollectionTypeIdentifierEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collectionLiteralParts" upperBound="-1" eType="#//cst/CollectionLiteralPartCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralPartCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionCS" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="oclExpressionCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralExpCS" eSuperTypes="#//cst/LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//cst/VariableCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveLiteralExpCS" eSuperTypes="#//cst/LiteralExpCS"> <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="IntegerLiteralExpCS" eSuperTypes="#//cst/PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extendedIntegerSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject" changeable="false" defaultValueLiteral="0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="longSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnlimitedNaturalLiteralExpCS" eSuperTypes="#//cst/PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extendedIntegerSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject" changeable="false" defaultValueLiteral="0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="longSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealLiteralExpCS" eSuperTypes="#//cst/PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteralExpCS" eSuperTypes="#//cst/PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unescapedStringSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteralExpCS" eSuperTypes="#//cst/SimpleNameCS #//cst/PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteralExpCS" eSuperTypes="#//cst/SimpleNameCS #//cst/LiteralExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="InvalidLiteralExpCS" eSuperTypes="#//cst/SimpleNameCS #//cst/LiteralExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionRangeCS" eSuperTypes="#//cst/CollectionLiteralPartCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="lastExpressionCS" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="lastOclExpressionCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallExpCS" eSuperTypes="#//cst/OCLExpressionCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessor" eType="#//cst/DotOrArrowEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DotOrArrowEnum"> <eLiterals name="none" value="1"/> <eLiterals name="dot" value="2"/> <eLiterals name="arrow" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopExpCS" eSuperTypes="#//cst/CallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable1" eType="#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable2" eType="#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExpCS" eSuperTypes="#//cst/LoopExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="IterateExpCS" eSuperTypes="#//cst/LoopExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureCallExpCS" eSuperTypes="#//cst/CallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isMarkedPreCS" eType="#//cst/IsMarkedPreCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExpCS" eSuperTypes="#//cst/FeatureCallExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAtomic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OCLDocumentCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="packageDeclarations" ordered="false" upperBound="-1" eType="#//cst/PackageDeclarationCS" containment="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/ocl/1.1.0/OCLCST","name":"ocl","id":0,"eClass":"EPackage"},{"nsPrefix":"ocl.cst","nsURI":"http://www.eclipse.org/ocl/1.1.0/OCL/CST","name":"cst","id":1,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSTNode","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"lpg.runtime.IToken","defaultValue":null,"instanceClassName":"lpg.runtime.IToken","name":"IToken","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclarationCS","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathNameCS","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeCS","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OCLExpressionCS","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleNameCS","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SimpleTypeEnum","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextDeclCS","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyContextCS","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitOrDerValueCS","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierContextDeclCS","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvOrDefCS","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationContextDeclCS","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCS","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableCS","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrePostOrBodyDeclCS","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrePostOrBodyEnum","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerValueCS","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitValueCS","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvCS","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefCS","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefExpressionCS","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExpCS","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsMarkedPreCS","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeCS","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeCS","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionTypeCS","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionTypeIdentifierEnum","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExpCS","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExpCS","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageExpCS","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessageExpKind","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OCLMessageArgCS","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExpCS","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExpCS","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPartCS","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExpCS","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExpCS","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExpCS","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalLiteralExpCS","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralExpCS","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExpCS","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExpCS","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExpCS","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExpCS","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRangeCS","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExpCS","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DotOrArrowEnum","instanceClass":null,"id":50,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExpCS","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExpCS","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExpCS","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCallExpCS","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExpCS","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OCLDocumentCS","instanceClass":null,"abstract":false,"id":56,"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":"startOffset","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":"endOffset","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"startToken","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"endToken","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"ast","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"contextDecls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"packageDeclarationCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNames","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"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":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"name":"identifier","id":84,"value":1,"literal":"identifier","eClass":"EEnumLiteral"},{"name":"self","id":85,"value":2,"literal":"self","eClass":"EEnumLiteral"},{"name":"Integer","id":86,"value":3,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"String","id":87,"value":4,"literal":"String","eClass":"EEnumLiteral"},{"name":"Real","id":88,"value":5,"literal":"Real","eClass":"EEnumLiteral"},{"name":"Boolean","id":89,"value":6,"literal":"Boolean","eClass":"EEnumLiteral"},{"name":"OclAny","id":90,"value":7,"literal":"OclAny","eClass":"EEnumLiteral"},{"name":"OclVoid","id":91,"value":8,"literal":"OclVoid","eClass":"EEnumLiteral"},{"name":"OclInvalid","id":92,"value":9,"literal":"OclInvalid","eClass":"EEnumLiteral"},{"name":"OclMessage","id":93,"value":10,"literal":"OclMessage","eClass":"EEnumLiteral"},{"name":"keyword","id":94,"value":11,"literal":"keyword","eClass":"EEnumLiteral"},{"name":"UnlimitedNatural","id":95,"value":12,"literal":"UnlimitedNatural","eClass":"EEnumLiteral"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","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":"simpleNameCS","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":"typeCS","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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"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":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":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"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":"prePostOrBodyDecls","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","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":"simpleNameCS","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":"parameters","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":"typeCS","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":"simpleNameCS","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":"expressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"name":"pre","id":147,"value":1,"literal":"pre","eClass":"EEnumLiteral"},{"name":"post","id":148,"value":2,"literal":"post","eClass":"EEnumLiteral"},{"name":"body","id":149,"value":3,"literal":"body","eClass":"EEnumLiteral"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationCS","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":"variableCS","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":"expressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":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":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"isMarkedPreCS","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"},{"id":175,"eClass":"EGenericType"},{"id":176,"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":"variables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypeIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"name":"Set","id":186,"value":1,"literal":"Set","eClass":"EEnumLiteral"},{"name":"Bag","id":187,"value":2,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Sequence","id":188,"value":3,"literal":"Sequence","eClass":"EEnumLiteral"},{"name":"Collection","id":189,"value":4,"literal":"Collection","eClass":"EEnumLiteral"},{"name":"OrderedSet","id":190,"value":5,"literal":"OrderedSet","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":"variables","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"inExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":197,"derived":false},{"container":false,"ordered":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":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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"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":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":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","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"},{"name":"hasSent","id":212,"value":1,"literal":"hasSent","eClass":"EEnumLiteral"},{"name":"sent","id":213,"value":2,"literal":"sent","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":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collectionType","changeable":true,"lowerBound":0,"iD":false,"id":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":"collectionLiteralParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":234,"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":"extendedIntegerSymbol","changeable":false,"lowerBound":0,"iD":false,"id":235,"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":"longSymbol","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":true},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"extendedIntegerSymbol","changeable":false,"lowerBound":0,"iD":false,"id":242,"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":"longSymbol","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":true},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"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":"realSymbol","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"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":"stringSymbol","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":"unescapedStringSymbol","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booleanSymbol","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lastExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"name":"none","id":274,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"dot","id":275,"value":2,"literal":"dot","eClass":"EEnumLiteral"},{"name":"arrow","id":276,"value":3,"literal":"arrow","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":"variable1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable2","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":"body","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"isMarkedPreCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAtomic","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"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":"packageDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":0},{"source":2,"target":1},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":57,"target":62},{"source":57,"target":2},{"source":58,"target":63},{"source":58,"target":2},{"source":59,"target":3},{"source":59,"target":64},{"source":59,"target":2},{"source":64,"target":3},{"source":60,"target":3},{"source":60,"target":65},{"source":60,"target":2},{"source":65,"target":3},{"source":61,"target":66},{"source":61,"target":2},{"source":3,"target":1},{"source":4,"target":1},{"source":4,"target":2},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":70},{"source":67,"target":5},{"source":67,"target":71},{"source":67,"target":4},{"source":71,"target":5},{"source":68,"target":10},{"source":68,"target":72},{"source":68,"target":4},{"source":72,"target":10},{"source":69,"target":4},{"source":69,"target":73},{"source":69,"target":4},{"source":73,"target":4},{"source":70,"target":2},{"source":5,"target":1},{"source":5,"target":6},{"source":5,"target":74},{"source":5,"target":75},{"source":74,"target":8},{"source":74,"target":76},{"source":74,"target":5},{"source":76,"target":8},{"source":75,"target":6},{"source":6,"target":1},{"source":6,"target":7},{"source":6,"target":77},{"source":77,"target":7},{"source":7,"target":1},{"source":7,"target":2},{"source":7,"target":78},{"source":78,"target":2},{"source":8,"target":1},{"source":8,"target":7},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":79,"target":82},{"source":79,"target":8},{"source":80,"target":9},{"source":80,"target":83},{"source":80,"target":8},{"source":83,"target":9},{"source":81,"target":7},{"source":9,"target":1},{"source":9,"target":84},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":9,"target":92},{"source":9,"target":93},{"source":9,"target":94},{"source":9,"target":95},{"source":84,"target":9},{"source":85,"target":9},{"source":86,"target":9},{"source":87,"target":9},{"source":88,"target":9},{"source":89,"target":9},{"source":90,"target":9},{"source":91,"target":9},{"source":92,"target":9},{"source":93,"target":9},{"source":94,"target":9},{"source":95,"target":9},{"source":10,"target":1},{"source":10,"target":2},{"source":10,"target":96},{"source":96,"target":2},{"source":11,"target":1},{"source":11,"target":10},{"source":11,"target":97},{"source":11,"target":98},{"source":11,"target":99},{"source":11,"target":100},{"source":11,"target":101},{"source":97,"target":5},{"source":97,"target":102},{"source":97,"target":11},{"source":102,"target":5},{"source":98,"target":8},{"source":98,"target":103},{"source":98,"target":11},{"source":103,"target":8},{"source":99,"target":6},{"source":99,"target":104},{"source":99,"target":11},{"source":104,"target":6},{"source":100,"target":12},{"source":100,"target":105},{"source":100,"target":11},{"source":105,"target":12},{"source":101,"target":10},{"source":12,"target":1},{"source":12,"target":2},{"source":12,"target":106},{"source":12,"target":107},{"source":106,"target":7},{"source":106,"target":108},{"source":106,"target":12},{"source":108,"target":7},{"source":107,"target":2},{"source":13,"target":1},{"source":13,"target":10},{"source":13,"target":109},{"source":13,"target":110},{"source":13,"target":111},{"source":13,"target":112},{"source":109,"target":5},{"source":109,"target":113},{"source":109,"target":13},{"source":113,"target":5},{"source":110,"target":14},{"source":110,"target":114},{"source":110,"target":13},{"source":114,"target":14},{"source":111,"target":8},{"source":111,"target":115},{"source":111,"target":13},{"source":115,"target":8},{"source":112,"target":10},{"source":14,"target":1},{"source":14,"target":2},{"source":14,"target":116},{"source":14,"target":117},{"source":116,"target":8},{"source":116,"target":118},{"source":116,"target":14},{"source":118,"target":8},{"source":117,"target":2},{"source":15,"target":1},{"source":15,"target":10},{"source":15,"target":119},{"source":15,"target":120},{"source":15,"target":121},{"source":119,"target":16},{"source":119,"target":122},{"source":119,"target":15},{"source":122,"target":16},{"source":120,"target":18},{"source":120,"target":123},{"source":120,"target":15},{"source":123,"target":18},{"source":121,"target":10},{"source":16,"target":1},{"source":16,"target":2},{"source":16,"target":124},{"source":16,"target":125},{"source":16,"target":126},{"source":16,"target":127},{"source":16,"target":128},{"source":124,"target":5},{"source":124,"target":129},{"source":124,"target":16},{"source":129,"target":5},{"source":125,"target":8},{"source":125,"target":130},{"source":125,"target":16},{"source":130,"target":8},{"source":126,"target":17},{"source":126,"target":131},{"source":126,"target":16},{"source":131,"target":17},{"source":127,"target":6},{"source":127,"target":132},{"source":127,"target":16},{"source":132,"target":6},{"source":128,"target":2},{"source":17,"target":1},{"source":17,"target":2},{"source":17,"target":133},{"source":17,"target":134},{"source":17,"target":135},{"source":17,"target":136},{"source":133,"target":137},{"source":133,"target":17},{"source":134,"target":6},{"source":134,"target":138},{"source":134,"target":17},{"source":138,"target":6},{"source":135,"target":7},{"source":135,"target":139},{"source":135,"target":17},{"source":139,"target":7},{"source":136,"target":2},{"source":18,"target":1},{"source":18,"target":2},{"source":18,"target":140},{"source":18,"target":141},{"source":18,"target":142},{"source":18,"target":143},{"source":140,"target":19},{"source":140,"target":144},{"source":140,"target":18},{"source":144,"target":19},{"source":141,"target":8},{"source":141,"target":145},{"source":141,"target":18},{"source":145,"target":8},{"source":142,"target":7},{"source":142,"target":146},{"source":142,"target":18},{"source":146,"target":7},{"source":143,"target":2},{"source":19,"target":1},{"source":19,"target":147},{"source":19,"target":148},{"source":19,"target":149},{"source":147,"target":19},{"source":148,"target":19},{"source":149,"target":19},{"source":20,"target":1},{"source":20,"target":12},{"source":20,"target":150},{"source":150,"target":12},{"source":21,"target":1},{"source":21,"target":12},{"source":21,"target":151},{"source":151,"target":12},{"source":22,"target":1},{"source":22,"target":14},{"source":22,"target":152},{"source":22,"target":153},{"source":152,"target":7},{"source":152,"target":154},{"source":152,"target":22},{"source":154,"target":7},{"source":153,"target":14},{"source":23,"target":1},{"source":23,"target":14},{"source":23,"target":155},{"source":23,"target":156},{"source":23,"target":157},{"source":155,"target":24},{"source":155,"target":158},{"source":155,"target":23},{"source":158,"target":24},{"source":156,"target":159},{"source":156,"target":23},{"source":157,"target":14},{"source":24,"target":1},{"source":24,"target":2},{"source":24,"target":160},{"source":24,"target":161},{"source":24,"target":162},{"source":24,"target":163},{"source":160,"target":16},{"source":160,"target":164},{"source":160,"target":24},{"source":164,"target":16},{"source":161,"target":17},{"source":161,"target":165},{"source":161,"target":24},{"source":165,"target":17},{"source":162,"target":7},{"source":162,"target":166},{"source":162,"target":24},{"source":166,"target":7},{"source":163,"target":2},{"source":25,"target":1},{"source":25,"target":7},{"source":25,"target":167},{"source":25,"target":168},{"source":25,"target":169},{"source":25,"target":170},{"source":167,"target":7},{"source":167,"target":171},{"source":167,"target":25},{"source":171,"target":7},{"source":168,"target":8},{"source":168,"target":172},{"source":168,"target":25},{"source":172,"target":8},{"source":169,"target":26},{"source":169,"target":173},{"source":169,"target":25},{"source":173,"target":26},{"source":170,"target":7},{"source":26,"target":1},{"source":26,"target":2},{"source":26,"target":174},{"source":174,"target":2},{"source":27,"target":1},{"source":27,"target":8},{"source":27,"target":6},{"source":27,"target":175},{"source":27,"target":176},{"source":175,"target":8},{"source":176,"target":6},{"source":28,"target":1},{"source":28,"target":6},{"source":28,"target":177},{"source":28,"target":178},{"source":177,"target":17},{"source":177,"target":179},{"source":177,"target":28},{"source":179,"target":17},{"source":178,"target":6},{"source":29,"target":1},{"source":29,"target":8},{"source":29,"target":6},{"source":29,"target":180},{"source":29,"target":181},{"source":29,"target":182},{"source":29,"target":183},{"source":180,"target":30},{"source":180,"target":184},{"source":180,"target":29},{"source":184,"target":30},{"source":181,"target":6},{"source":181,"target":185},{"source":181,"target":29},{"source":185,"target":6},{"source":182,"target":8},{"source":183,"target":6},{"source":30,"target":1},{"source":30,"target":186},{"source":30,"target":187},{"source":30,"target":188},{"source":30,"target":189},{"source":30,"target":190},{"source":186,"target":30},{"source":187,"target":30},{"source":188,"target":30},{"source":189,"target":30},{"source":190,"target":30},{"source":31,"target":1},{"source":31,"target":7},{"source":31,"target":191},{"source":31,"target":192},{"source":31,"target":193},{"source":191,"target":17},{"source":191,"target":194},{"source":191,"target":31},{"source":194,"target":17},{"source":192,"target":7},{"source":192,"target":195},{"source":192,"target":31},{"source":195,"target":7},{"source":193,"target":7},{"source":32,"target":1},{"source":32,"target":7},{"source":32,"target":196},{"source":32,"target":197},{"source":32,"target":198},{"source":32,"target":199},{"source":196,"target":7},{"source":196,"target":200},{"source":196,"target":32},{"source":200,"target":7},{"source":197,"target":7},{"source":197,"target":201},{"source":197,"target":32},{"source":201,"target":7},{"source":198,"target":7},{"source":198,"target":202},{"source":198,"target":32},{"source":202,"target":7},{"source":199,"target":7},{"source":33,"target":1},{"source":33,"target":7},{"source":33,"target":203},{"source":33,"target":204},{"source":33,"target":205},{"source":33,"target":206},{"source":33,"target":207},{"source":203,"target":7},{"source":203,"target":208},{"source":203,"target":33},{"source":208,"target":7},{"source":204,"target":34},{"source":204,"target":209},{"source":204,"target":33},{"source":209,"target":34},{"source":205,"target":8},{"source":205,"target":210},{"source":205,"target":33},{"source":210,"target":8},{"source":206,"target":35},{"source":206,"target":211},{"source":206,"target":33},{"source":211,"target":35},{"source":207,"target":7},{"source":34,"target":1},{"source":34,"target":212},{"source":34,"target":213},{"source":212,"target":34},{"source":213,"target":34},{"source":35,"target":1},{"source":35,"target":2},{"source":35,"target":214},{"source":35,"target":215},{"source":35,"target":216},{"source":214,"target":6},{"source":214,"target":217},{"source":214,"target":35},{"source":217,"target":6},{"source":215,"target":7},{"source":215,"target":218},{"source":215,"target":35},{"source":218,"target":7},{"source":216,"target":2},{"source":36,"target":1},{"source":36,"target":7},{"source":36,"target":219},{"source":219,"target":7},{"source":37,"target":1},{"source":37,"target":36},{"source":37,"target":220},{"source":37,"target":221},{"source":37,"target":222},{"source":220,"target":30},{"source":220,"target":223},{"source":220,"target":37},{"source":223,"target":30},{"source":221,"target":38},{"source":221,"target":224},{"source":221,"target":37},{"source":224,"target":38},{"source":222,"target":36},{"source":38,"target":1},{"source":38,"target":2},{"source":38,"target":225},{"source":38,"target":226},{"source":225,"target":7},{"source":225,"target":227},{"source":225,"target":38},{"source":227,"target":7},{"source":226,"target":2},{"source":39,"target":1},{"source":39,"target":36},{"source":39,"target":228},{"source":39,"target":229},{"source":228,"target":17},{"source":228,"target":230},{"source":228,"target":39},{"source":230,"target":17},{"source":229,"target":36},{"source":40,"target":1},{"source":40,"target":36},{"source":40,"target":231},{"source":40,"target":232},{"source":231,"target":233},{"source":231,"target":40},{"source":232,"target":36},{"source":41,"target":1},{"source":41,"target":40},{"source":41,"target":234},{"source":41,"target":235},{"source":41,"target":236},{"source":41,"target":237},{"source":234,"target":238},{"source":234,"target":41},{"source":235,"target":239},{"source":235,"target":41},{"source":236,"target":240},{"source":236,"target":41},{"source":237,"target":40},{"source":42,"target":1},{"source":42,"target":40},{"source":42,"target":241},{"source":42,"target":242},{"source":42,"target":243},{"source":42,"target":244},{"source":241,"target":245},{"source":241,"target":42},{"source":242,"target":246},{"source":242,"target":42},{"source":243,"target":247},{"source":243,"target":42},{"source":244,"target":40},{"source":43,"target":1},{"source":43,"target":40},{"source":43,"target":248},{"source":43,"target":249},{"source":248,"target":250},{"source":248,"target":43},{"source":249,"target":40},{"source":44,"target":1},{"source":44,"target":40},{"source":44,"target":251},{"source":44,"target":252},{"source":44,"target":253},{"source":251,"target":254},{"source":251,"target":44},{"source":252,"target":255},{"source":252,"target":44},{"source":253,"target":40},{"source":45,"target":1},{"source":45,"target":8},{"source":45,"target":40},{"source":45,"target":256},{"source":45,"target":257},{"source":45,"target":258},{"source":256,"target":259},{"source":256,"target":45},{"source":257,"target":8},{"source":258,"target":40},{"source":46,"target":1},{"source":46,"target":8},{"source":46,"target":36},{"source":46,"target":260},{"source":46,"target":261},{"source":260,"target":8},{"source":261,"target":36},{"source":47,"target":1},{"source":47,"target":8},{"source":47,"target":36},{"source":47,"target":262},{"source":47,"target":263},{"source":262,"target":8},{"source":263,"target":36},{"source":48,"target":1},{"source":48,"target":38},{"source":48,"target":264},{"source":48,"target":265},{"source":264,"target":7},{"source":264,"target":266},{"source":264,"target":48},{"source":266,"target":7},{"source":265,"target":38},{"source":49,"target":1},{"source":49,"target":7},{"source":49,"target":267},{"source":49,"target":268},{"source":49,"target":269},{"source":49,"target":270},{"source":267,"target":7},{"source":267,"target":271},{"source":267,"target":49},{"source":271,"target":7},{"source":268,"target":50},{"source":268,"target":272},{"source":268,"target":49},{"source":272,"target":50},{"source":269,"target":8},{"source":269,"target":273},{"source":269,"target":49},{"source":273,"target":8},{"source":270,"target":7},{"source":50,"target":1},{"source":50,"target":274},{"source":50,"target":275},{"source":50,"target":276},{"source":274,"target":50},{"source":275,"target":50},{"source":276,"target":50},{"source":51,"target":1},{"source":51,"target":49},{"source":51,"target":277},{"source":51,"target":278},{"source":51,"target":279},{"source":51,"target":280},{"source":277,"target":17},{"source":277,"target":281},{"source":277,"target":51},{"source":281,"target":17},{"source":278,"target":17},{"source":278,"target":282},{"source":278,"target":51},{"source":282,"target":17},{"source":279,"target":7},{"source":279,"target":283},{"source":279,"target":51},{"source":283,"target":7},{"source":280,"target":49},{"source":52,"target":1},{"source":52,"target":51},{"source":52,"target":284},{"source":284,"target":51},{"source":53,"target":1},{"source":53,"target":51},{"source":53,"target":285},{"source":285,"target":51},{"source":54,"target":1},{"source":54,"target":49},{"source":54,"target":286},{"source":54,"target":287},{"source":54,"target":288},{"source":54,"target":289},{"source":286,"target":5},{"source":286,"target":290},{"source":286,"target":54},{"source":290,"target":5},{"source":287,"target":7},{"source":287,"target":291},{"source":287,"target":54},{"source":291,"target":7},{"source":288,"target":26},{"source":288,"target":292},{"source":288,"target":54},{"source":292,"target":26},{"source":289,"target":49},{"source":55,"target":1},{"source":55,"target":54},{"source":55,"target":293},{"source":55,"target":294},{"source":293,"target":295},{"source":293,"target":55},{"source":294,"target":54},{"source":56,"target":1},{"source":56,"target":2},{"source":56,"target":296},{"source":56,"target":297},{"source":296,"target":4},{"source":296,"target":298},{"source":296,"target":56},{"source":298,"target":4},{"source":297,"target":2}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/atlanmod/energy-estimation-language/Language_Workbench/org.naomod.tblf.petrinet/model/petrinet.ecore
petrinet Net places transitions first Place tokens to Transition input output NamedElement name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="petrinet" nsURI="http://www.example.org/petrinet" nsPrefix="petrinet"> <eClassifiers xsi:type="ecore:EClass" name="Net" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="places" upperBound="-1" eType="#//Place" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//Place"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokens" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1" eType="#//Place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output" upperBound="-1" eType="#//Place"/> </eClassifiers> <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> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"petrinet","nsURI":"http://www.example.org/petrinet","name":"petrinet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Net","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"places","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"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":"tokens","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":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"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":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":5,"target":2},{"source":5,"target":9},{"source":5,"target":1},{"source":9,"target":2},{"source":6,"target":3},{"source":6,"target":10},{"source":6,"target":1},{"source":10,"target":3},{"source":7,"target":2},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":2},{"source":8,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":12,"target":15},{"source":12,"target":2},{"source":13,"target":3},{"source":13,"target":16},{"source":13,"target":2},{"source":16,"target":3},{"source":14,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":17,"target":2},{"source":17,"target":20},{"source":17,"target":3},{"source":20,"target":2},{"source":18,"target":2},{"source":18,"target":21},{"source":18,"target":3},{"source":21,"target":2},{"source":19,"target":4},{"source":4,"target":0},{"source":4,"target":22},{"source":22,"target":23},{"source":22,"target":4}],"multigraph":true}
ecore
constraints
repo-ecore-all/data/latacita/hydra-temp-/Hydracan/es.unican.hydracan.constraintHydra/metamodels/hydraConstraints.ecore
hydraconstraints Model featureModelExists diagnostics context featureList constraints Constraint operators Operand evaluate modelDirection featureContext BoolOperand BoolPriorityOperand1 boolPriorityOp1 BoolPriorityOperand2 boolPriorityOp2 LogicalOperator UnaryOp unaryOp Neg BinaryOp binaryOp1 binaryOp2 And Or Implies Xor Comparison compOp1 compOp2 More MoreOrEqual NotEqual Less Equal LessOrEqual NumOperand NumPriorityOperand2 numPriorityOp2 NumPriorityOperand1 numPriorityOp1 NumOperator numOp1 numOp2 Plus Mul Minus Div NumOperandChoices MultipleFeature isMultipleFeature diagnostics context featureName SimpleFeature isSimpleFeature diagnostics context featureName BoolOperandChoices Context contextOp2 contextOp1 Selection selectionOp Any All Number numValue
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="hydraconstraints" nsURI="http://www.unican.es/personales/sanchezbp/spl/hydra/constraints" nsPrefix="es.hydracan.constraintHydra"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eOperations name="featureModelExists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureList" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="operators" lowerBound="1" eType="#//BoolOperand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operand" abstract="true"> <eOperations name="evaluate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="modelDirection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="featureContext" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolOperand" abstract="true" eSuperTypes="#//Operand"/> <eClassifiers xsi:type="ecore:EClass" name="BoolPriorityOperand1"> <eStructuralFeatures xsi:type="ecore:EReference" name="boolPriorityOp1" lowerBound="1" eType="#//BoolOperand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolPriorityOperand2"> <eStructuralFeatures xsi:type="ecore:EReference" name="boolPriorityOp2" lowerBound="1" eType="#//BoolOperand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalOperator" abstract="true" eSuperTypes="#//BoolOperand"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryOp" abstract="true" eSuperTypes="#//LogicalOperator"> <eStructuralFeatures xsi:type="ecore:EReference" name="unaryOp" lowerBound="1" eType="#//BoolPriorityOperand2" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Neg" eSuperTypes="#//UnaryOp"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryOp" abstract="true" eSuperTypes="#//LogicalOperator"> <eStructuralFeatures xsi:type="ecore:EReference" name="binaryOp1" lowerBound="1" eType="#//BoolPriorityOperand1" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="binaryOp2" lowerBound="1" eType="#//BoolPriorityOperand2" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BinaryOp"/> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//BinaryOp"/> <eClassifiers xsi:type="ecore:EClass" name="Implies" eSuperTypes="#//BinaryOp"/> <eClassifiers xsi:type="ecore:EClass" name="Xor" eSuperTypes="#//BinaryOp"/> <eClassifiers xsi:type="ecore:EClass" name="Comparison" abstract="true" eSuperTypes="#//LogicalOperator"> <eStructuralFeatures xsi:type="ecore:EReference" name="compOp1" lowerBound="1" eType="#//NumPriorityOperand2" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compOp2" lowerBound="1" eType="#//NumPriorityOperand2" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="More" eSuperTypes="#//Comparison"/> <eClassifiers xsi:type="ecore:EClass" name="MoreOrEqual" eSuperTypes="#//Comparison"/> <eClassifiers xsi:type="ecore:EClass" name="NotEqual" eSuperTypes="#//Comparison"/> <eClassifiers xsi:type="ecore:EClass" name="Less" eSuperTypes="#//Comparison"/> <eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#//Comparison"/> <eClassifiers xsi:type="ecore:EClass" name="LessOrEqual" eSuperTypes="#//Comparison"/> <eClassifiers xsi:type="ecore:EClass" name="NumOperand" abstract="true" eSuperTypes="#//Operand"/> <eClassifiers xsi:type="ecore:EClass" name="NumPriorityOperand2"> <eStructuralFeatures xsi:type="ecore:EReference" name="numPriorityOp2" lowerBound="1" eType="#//NumOperand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumPriorityOperand1"> <eStructuralFeatures xsi:type="ecore:EReference" name="numPriorityOp1" lowerBound="1" eType="#//NumOperand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumOperator" abstract="true" eSuperTypes="#//NumOperand"> <eStructuralFeatures xsi:type="ecore:EReference" name="numOp1" lowerBound="1" eType="#//NumPriorityOperand1" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="numOp2" lowerBound="1" eType="#//NumPriorityOperand2" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//NumOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Mul" eSuperTypes="#//NumOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//NumOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//NumOperator"/> <eClassifiers xsi:type="ecore:EClass" name="NumOperandChoices" abstract="true" eSuperTypes="#//NumOperand"/> <eClassifiers xsi:type="ecore:EClass" name="MultipleFeature" eSuperTypes="#//NumOperandChoices"> <eOperations name="isMultipleFeature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleFeature" eSuperTypes="#//BoolOperandChoices"> <eOperations name="isSimpleFeature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolOperandChoices" abstract="true" eSuperTypes="#//BoolOperand"/> <eClassifiers xsi:type="ecore:EClass" name="Context" eSuperTypes="#//BoolOperandChoices #//NumOperandChoices"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextOp2" lowerBound="1" eType="#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextOp1" lowerBound="1" eType="#//MultipleFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Selection" abstract="true" eSuperTypes="#//BoolOperandChoices"> <eStructuralFeatures xsi:type="ecore:EReference" name="selectionOp" lowerBound="1" eType="#//Context" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Any" eSuperTypes="#//Selection"/> <eClassifiers xsi:type="ecore:EClass" name="All" eSuperTypes="#//Selection"/> <eClassifiers xsi:type="ecore:EClass" name="Number" eSuperTypes="#//NumOperandChoices"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"es.hydracan.constraintHydra","nsURI":"http://www.unican.es/personales/sanchezbp/spl/hydra/constraints","name":"hydraconstraints","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":"Constraint","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operand","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolOperand","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolPriorityOperand1","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolPriorityOperand2","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalOperator","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOp","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Neg","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOp","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implies","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Xor","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"More","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MoreOrEqual","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Less","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessOrEqual","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumOperand","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumPriorityOperand2","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumPriorityOperand1","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumOperator","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mul","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumOperandChoices","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleFeature","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleFeature","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolOperandChoices","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selection","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Any","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"All","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Number","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureModelExists","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureList","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EParameter"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelDirection","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureContext","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EParameter"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boolPriorityOp1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"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":"boolPriorityOp2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unaryOp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"binaryOp1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"binaryOp2","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"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compOp1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compOp2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"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":"numPriorityOp2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"numPriorityOp1","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"numOp1","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":true,"unsettable":false,"transient":false,"unique":true,"name":"numOp2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMultipleFeature","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EParameter"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSimpleFeature","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EParameter"},{"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":"contextOp2","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":true,"unsettable":false,"transient":false,"unique":true,"name":"contextOp1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selectionOp","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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numValue","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":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":39,"target":42},{"source":39,"target":1},{"source":39,"target":43},{"source":39,"target":44},{"source":43,"target":45},{"source":43,"target":39},{"source":44,"target":46},{"source":44,"target":39},{"source":40,"target":47},{"source":40,"target":1},{"source":41,"target":2},{"source":41,"target":48},{"source":41,"target":1},{"source":48,"target":2},{"source":2,"target":0},{"source":2,"target":49},{"source":49,"target":4},{"source":49,"target":50},{"source":49,"target":2},{"source":50,"target":4},{"source":3,"target":0},{"source":3,"target":51},{"source":51,"target":52},{"source":51,"target":3},{"source":51,"target":53},{"source":51,"target":54},{"source":53,"target":55},{"source":53,"target":51},{"source":54,"target":56},{"source":54,"target":51},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":57},{"source":57,"target":3},{"source":5,"target":0},{"source":5,"target":58},{"source":58,"target":4},{"source":58,"target":59},{"source":58,"target":5},{"source":59,"target":4},{"source":6,"target":0},{"source":6,"target":60},{"source":60,"target":4},{"source":60,"target":61},{"source":60,"target":6},{"source":61,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":62},{"source":62,"target":4},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":63},{"source":8,"target":64},{"source":63,"target":6},{"source":63,"target":65},{"source":63,"target":8},{"source":65,"target":6},{"source":64,"target":7},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":66},{"source":66,"target":8},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":67},{"source":10,"target":68},{"source":10,"target":69},{"source":67,"target":5},{"source":67,"target":70},{"source":67,"target":10},{"source":70,"target":5},{"source":68,"target":6},{"source":68,"target":71},{"source":68,"target":10},{"source":71,"target":6},{"source":69,"target":7},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":72},{"source":72,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":73},{"source":73,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":74},{"source":74,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":75},{"source":75,"target":10},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":76},{"source":15,"target":77},{"source":15,"target":78},{"source":76,"target":23},{"source":76,"target":79},{"source":76,"target":15},{"source":79,"target":23},{"source":77,"target":23},{"source":77,"target":80},{"source":77,"target":15},{"source":80,"target":23},{"source":78,"target":7},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":81},{"source":81,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":82},{"source":82,"target":15},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":83},{"source":83,"target":15},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":84},{"source":84,"target":15},{"source":20,"target":0},{"source":20,"target":15},{"source":20,"target":85},{"source":85,"target":15},{"source":21,"target":0},{"source":21,"target":15},{"source":21,"target":86},{"source":86,"target":15},{"source":22,"target":0},{"source":22,"target":3},{"source":22,"target":87},{"source":87,"target":3},{"source":23,"target":0},{"source":23,"target":88},{"source":88,"target":22},{"source":88,"target":89},{"source":88,"target":23},{"source":89,"target":22},{"source":24,"target":0},{"source":24,"target":90},{"source":90,"target":22},{"source":90,"target":91},{"source":90,"target":24},{"source":91,"target":22},{"source":25,"target":0},{"source":25,"target":22},{"source":25,"target":92},{"source":25,"target":93},{"source":25,"target":94},{"source":92,"target":24},{"source":92,"target":95},{"source":92,"target":25},{"source":95,"target":24},{"source":93,"target":23},{"source":93,"target":96},{"source":93,"target":25},{"source":96,"target":23},{"source":94,"target":22},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":97},{"source":97,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":98},{"source":98,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":99},{"source":99,"target":25},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":100},{"source":100,"target":25},{"source":30,"target":0},{"source":30,"target":22},{"source":30,"target":101},{"source":101,"target":22},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":102},{"source":31,"target":103},{"source":31,"target":104},{"source":102,"target":105},{"source":102,"target":31},{"source":102,"target":106},{"source":102,"target":107},{"source":106,"target":108},{"source":106,"target":102},{"source":107,"target":109},{"source":107,"target":102},{"source":103,"target":110},{"source":103,"target":31},{"source":104,"target":30},{"source":32,"target":0},{"source":32,"target":33},{"source":32,"target":111},{"source":32,"target":112},{"source":32,"target":113},{"source":111,"target":114},{"source":111,"target":32},{"source":111,"target":115},{"source":111,"target":116},{"source":115,"target":117},{"source":115,"target":111},{"source":116,"target":118},{"source":116,"target":111},{"source":112,"target":119},{"source":112,"target":32},{"source":113,"target":33},{"source":33,"target":0},{"source":33,"target":4},{"source":33,"target":120},{"source":120,"target":4},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":30},{"source":34,"target":121},{"source":34,"target":122},{"source":34,"target":123},{"source":34,"target":124},{"source":121,"target":2},{"source":121,"target":125},{"source":121,"target":34},{"source":125,"target":2},{"source":122,"target":31},{"source":122,"target":126},{"source":122,"target":34},{"source":126,"target":31},{"source":123,"target":33},{"source":124,"target":30},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":127},{"source":35,"target":128},{"source":127,"target":34},{"source":127,"target":129},{"source":127,"target":35},{"source":129,"target":34},{"source":128,"target":33},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":130},{"source":130,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":131},{"source":131,"target":35},{"source":38,"target":0},{"source":38,"target":30},{"source":38,"target":132},{"source":38,"target":133},{"source":132,"target":134},{"source":132,"target":38},{"source":133,"target":30}],"multigraph":true}
ecore
entities
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/jreimone/refactory/Coral/dk.itu.sdg.language.bombXML/metamodel/bombXML.ecore
bombXML NamedElement name Type DataType Entity abstract features EntityModel types Feature kind type FeatureKind attribute attribute reference reference containment containment
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bombXML" nsURI="http://www.itu.dk/language/bombXML" nsPrefix="bombXML"> <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="Type" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//FeatureKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FeatureKind"> <eLiterals name="attribute" literal="attribute"/> <eLiterals name="reference" value="1" literal="reference"/> <eLiterals name="containment" value="2" literal="containment"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"bombXML","nsURI":"http://www.itu.dk/language/bombXML","name":"bombXML","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":"Type","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityModel","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FeatureKind","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"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":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"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":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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"name":"attribute","id":24,"value":0,"literal":"attribute","eClass":"EEnumLiteral"},{"name":"reference","id":25,"value":1,"literal":"reference","eClass":"EEnumLiteral"},{"name":"containment","id":26,"value":2,"literal":"containment","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":8,"target":9},{"source":8,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":10},{"source":10,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":11},{"source":11,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":12},{"source":4,"target":13},{"source":4,"target":14},{"source":12,"target":15},{"source":12,"target":4},{"source":13,"target":6},{"source":13,"target":16},{"source":13,"target":4},{"source":16,"target":6},{"source":14,"target":2},{"source":5,"target":0},{"source":5,"target":17},{"source":17,"target":2},{"source":17,"target":18},{"source":17,"target":5},{"source":18,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":19},{"source":6,"target":20},{"source":6,"target":21},{"source":19,"target":7},{"source":19,"target":22},{"source":19,"target":6},{"source":22,"target":7},{"source":20,"target":2},{"source":20,"target":23},{"source":20,"target":6},{"source":23,"target":2},{"source":21,"target":1},{"source":7,"target":0},{"source":7,"target":24},{"source":7,"target":25},{"source":7,"target":26},{"source":24,"target":7},{"source":25,"target":7},{"source":26,"target":7}],"multigraph":true}
ecore
iot
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/thingml.ecore
thingml ThingMLModel types imports configs Function parameters body Message parameters Thing properties fragment ports behaviour includes assign messages functions Parameter Variable ThingMLElement name Type TypedElement type cardinality Property init changeable true PropertyAssign init property index PlatformAnnotation value Enumeration literals PrimitiveType EnumerationLiteral enum AnnotatedElement annotations StateMachine Handler event guard action Transition target source after before InternalTransition State outgoing incoming entry exit properties internal CompositeState region Region substate initial history ParallelRegion Action ActionBlock actions ExternStatement statement segments Expression ExternExpression expression segments SendAction parameters message port VariableAssignment property expression index Event ReceiveMessage message port Dictionary indexType Port owner receives sends RequiredPort optional ProvidedPort EventReference msgRef paramRef Literal EnumLiteralRef enum literal IntegerLiteral intValue BooleanLiteral boolValue StringLiteral stringValue DoubleLiteral doubleValue UnaryExpression term NotExpression UnaryMinus BinaryExpression lhs rhs PlusExpression MinusExpression TimesExpression DivExpression ModExpression EqualsExpression GreaterExpression LowerExpression AndExpression OrExpression ControlStructure action condition LoopAction ConditionalAction PropertyReference property ArrayIndex array index DictionaryReference index ExpressionGroup exp ReturnAction exp PrintAction msg ErrorAction msg Configuration instances connectors fragment configs propassigns Instance type assign Connector srv cli required provided ConfigPropertyAssign init property instance index ConfigInclude config InstanceRef config instance FunctionCall parameters function FunctionCallStatement FunctionCallExpression LocalVariable init changeable 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="thingml" nsURI="http://thingml" nsPrefix="thingml"> <eClassifiers xsi:type="ecore:EClass" name="ThingMLModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//ThingMLModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configs" upperBound="-1" eType="#//Configuration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//AnnotatedElement #//TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//AnnotatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Thing" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fragment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1" eType="#//Port" containment="true" eOpposite="#//Port/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="behaviour" upperBound="-1" eType="#//StateMachine" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includes" upperBound="-1" eType="#//Thing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assign" upperBound="-1" eType="#//PropertyAssign" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messages" upperBound="-1" eType="#//Message" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1" eType="#//Function" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//Variable"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true" eSuperTypes="#//TypedElement #//AnnotatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ThingMLElement" 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="Type" abstract="true" eSuperTypes="#//AnnotatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cardinality" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyAssign" eSuperTypes="#//AnnotatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlatformAnnotation" eSuperTypes="#//ThingMLElement"> <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="Enumeration" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1" eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//AnnotatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="enum" lowerBound="1" eType="#//Enumeration" eOpposite="#//Enumeration/literals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotatedElement" abstract="true" eSuperTypes="#//ThingMLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//PlatformAnnotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//CompositeState"/> <eClassifiers xsi:type="ecore:EClass" name="Handler" abstract="true" eSuperTypes="#//AnnotatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//Event" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Handler"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State" eOpposite="#//State/incoming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State" eOpposite="#//State/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="after" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="before" eType="#//Action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalTransition" eSuperTypes="#//Handler"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//AnnotatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entry" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exit" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="internal" upperBound="-1" eType="#//InternalTransition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeState" eSuperTypes="#//State #//Region"> <eStructuralFeatures xsi:type="ecore:EReference" name="region" upperBound="-1" eType="#//ParallelRegion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Region" abstract="true" eSuperTypes="#//AnnotatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="substate" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initial" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="history" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParallelRegion" eSuperTypes="#//Region"/> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//Action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternStatement" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statement" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="segments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ExternExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="segments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SendAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="message" lowerBound="1" eType="#//Message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="port" lowerBound="1" eType="#//Port"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableAssignment" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true" eSuperTypes="#//ThingMLElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReceiveMessage" eSuperTypes="#//Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="message" lowerBound="1" eType="#//Message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="port" lowerBound="1" eType="#//Port"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dictionary" eSuperTypes="#//Property"> <eStructuralFeatures xsi:type="ecore:EReference" name="indexType" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true" eSuperTypes="#//AnnotatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Thing" eOpposite="#//Thing/ports"/> <eStructuralFeatures xsi:type="ecore:EReference" name="receives" upperBound="-1" eType="#//Message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sends" upperBound="-1" eType="#//Message"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredPort" eSuperTypes="#//Port"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidedPort" eSuperTypes="#//Port"/> <eClassifiers xsi:type="ecore:EClass" name="EventReference" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="msgRef" lowerBound="1" eType="#//ReceiveMessage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paramRef" lowerBound="1" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralRef" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EReference" name="enum" lowerBound="1" eType="#//Enumeration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" lowerBound="1" eType="#//EnumerationLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="boolValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doubleValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotExpression" eSuperTypes="#//UnaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryMinus" eSuperTypes="#//UnaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlusExpression" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="MinusExpression" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="TimesExpression" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="DivExpression" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ModExpression" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="EqualsExpression" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterExpression" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="LowerExpression" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="AndExpression" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="OrExpression" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ControlStructure" abstract="true" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopAction" eSuperTypes="#//ControlStructure"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalAction" eSuperTypes="#//ControlStructure"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyReference" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayIndex" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictionaryReference" eSuperTypes="#//PropertyReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="index" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionGroup" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrintAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="msg" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ErrorAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="msg" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Configuration" eSuperTypes="#//AnnotatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1" eType="#//Instance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectors" upperBound="-1" eType="#//Connector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fragment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configs" upperBound="-1" eType="#//ConfigInclude" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propassigns" upperBound="-1" eType="#//ConfigPropertyAssign" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instance" eSuperTypes="#//AnnotatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Thing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assign" upperBound="-1" eType="#//PropertyAssign" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//AnnotatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="srv" lowerBound="1" eType="#//InstanceRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cli" lowerBound="1" eType="#//InstanceRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="required" lowerBound="1" eType="#//RequiredPort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="provided" lowerBound="1" eType="#//ProvidedPort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigPropertyAssign" eSuperTypes="#//AnnotatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" lowerBound="1" eType="#//InstanceRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigInclude" eSuperTypes="#//AnnotatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="config" lowerBound="1" eType="#//Configuration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="config" upperBound="-1" eType="#//ConfigInclude"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" lowerBound="1" eType="#//Instance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCall" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="function" lowerBound="1" eType="#//Function"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCallStatement" eSuperTypes="#//Action #//FunctionCall"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionCallExpression" eSuperTypes="#//FunctionCall #//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="LocalVariable" eSuperTypes="#//Variable #//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"thingml","nsURI":"http://thingml","name":"thingml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThingMLModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thing","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThingMLElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyAssign","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlatformAnnotation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotatedElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Handler","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalTransition","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeState","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParallelRegion","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternStatement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternExpression","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendAction","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAssignment","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReceiveMessage","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dictionary","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredPort","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedPort","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventReference","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralRef","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleLiteral","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotExpression","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryMinus","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusExpression","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimesExpression","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DivExpression","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModExpression","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualsExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterExpression","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LowerExpression","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpression","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpression","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlStructure","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopAction","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAction","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyReference","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayIndex","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictionaryReference","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionGroup","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintAction","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorAction","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instance","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigPropertyAssign","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigInclude","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceRef","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":true,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCallStatement","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCallExpression","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariable","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","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":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"configs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"fragment","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behaviour","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":"includes","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":"assign","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":"messages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":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":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cardinality","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":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"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":"changeable","changeable":true,"lowerBound":0,"iD":false,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"index","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","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":"action","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"},{"container":false,"ordered":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":155,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"after","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"before","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"internal","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"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"region","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"substate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initial","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"history","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":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":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"lowerBound":1,"iD":false,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"segments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":1,"iD":false,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"segments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":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":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":210,"derived":false},{"container":false,"ordered":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":211,"derived":false},{"container":false,"ordered":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":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":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":218,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"indexType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"receives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"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":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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"msgRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paramRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"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":"intValue","changeable":true,"lowerBound":1,"iD":false,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"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":"boolValue","changeable":true,"lowerBound":1,"iD":false,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringValue","changeable":true,"lowerBound":1,"iD":false,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"doubleValue","changeable":true,"lowerBound":1,"iD":false,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"container":false,"ordered":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":264,"derived":false},{"container":false,"ordered":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":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":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":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"msg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":303,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"msg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fragment","changeable":true,"lowerBound":0,"iD":false,"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":"configs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propassigns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"assign","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"srv","changeable":true,"resolveProxies":true,"lowerBound":1,"id":325,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cli","changeable":true,"resolveProxies":true,"lowerBound":1,"id":326,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"resolveProxies":true,"lowerBound":1,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"provided","changeable":true,"resolveProxies":true,"lowerBound":1,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":1,"id":334,"derived":false},{"container":false,"ordered":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":335,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"config","changeable":true,"resolveProxies":true,"lowerBound":1,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"config","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":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":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":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":350,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":1,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"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":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":1,"target":0},{"source":1,"target":79},{"source":1,"target":80},{"source":1,"target":81},{"source":79,"target":8},{"source":79,"target":82},{"source":79,"target":1},{"source":82,"target":8},{"source":80,"target":1},{"source":80,"target":83},{"source":80,"target":1},{"source":83,"target":1},{"source":81,"target":69},{"source":81,"target":84},{"source":81,"target":1},{"source":84,"target":69},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":9},{"source":2,"target":85},{"source":2,"target":86},{"source":2,"target":87},{"source":2,"target":88},{"source":85,"target":5},{"source":85,"target":89},{"source":85,"target":2},{"source":89,"target":5},{"source":86,"target":25},{"source":86,"target":90},{"source":86,"target":2},{"source":90,"target":25},{"source":87,"target":16},{"source":88,"target":9},{"source":3,"target":0},{"source":3,"target":16},{"source":3,"target":91},{"source":3,"target":92},{"source":91,"target":5},{"source":91,"target":93},{"source":91,"target":3},{"source":93,"target":5},{"source":92,"target":16},{"source":4,"target":0},{"source":4,"target":8},{"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":94,"target":10},{"source":94,"target":103},{"source":94,"target":4},{"source":103,"target":10},{"source":95,"target":104},{"source":95,"target":4},{"source":96,"target":35},{"source":96,"target":105},{"source":96,"target":4},{"source":96,"target":106},{"source":105,"target":35},{"source":97,"target":17},{"source":97,"target":107},{"source":97,"target":4},{"source":107,"target":17},{"source":98,"target":4},{"source":98,"target":108},{"source":98,"target":4},{"source":108,"target":4},{"source":99,"target":11},{"source":99,"target":109},{"source":99,"target":4},{"source":109,"target":11},{"source":100,"target":3},{"source":100,"target":110},{"source":100,"target":4},{"source":110,"target":3},{"source":101,"target":2},{"source":101,"target":111},{"source":101,"target":4},{"source":111,"target":2},{"source":102,"target":8},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":112},{"source":112,"target":6},{"source":6,"target":0},{"source":6,"target":9},{"source":6,"target":16},{"source":6,"target":113},{"source":6,"target":114},{"source":113,"target":9},{"source":114,"target":16},{"source":7,"target":0},{"source":7,"target":115},{"source":115,"target":116},{"source":115,"target":7},{"source":8,"target":0},{"source":8,"target":16},{"source":8,"target":117},{"source":117,"target":16},{"source":9,"target":0},{"source":9,"target":118},{"source":9,"target":119},{"source":118,"target":8},{"source":118,"target":120},{"source":118,"target":9},{"source":120,"target":8},{"source":119,"target":28},{"source":119,"target":121},{"source":119,"target":9},{"source":121,"target":28},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":122},{"source":10,"target":123},{"source":10,"target":124},{"source":122,"target":28},{"source":122,"target":125},{"source":122,"target":10},{"source":125,"target":28},{"source":123,"target":126},{"source":123,"target":10},{"source":124,"target":6},{"source":11,"target":0},{"source":11,"target":16},{"source":11,"target":127},{"source":11,"target":128},{"source":11,"target":129},{"source":11,"target":130},{"source":127,"target":28},{"source":127,"target":131},{"source":127,"target":11},{"source":131,"target":28},{"source":128,"target":10},{"source":128,"target":132},{"source":128,"target":11},{"source":132,"target":10},{"source":129,"target":28},{"source":129,"target":133},{"source":129,"target":11},{"source":133,"target":28},{"source":130,"target":16},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":134},{"source":12,"target":135},{"source":134,"target":136},{"source":134,"target":12},{"source":135,"target":7},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":137},{"source":13,"target":138},{"source":137,"target":15},{"source":137,"target":139},{"source":137,"target":13},{"source":137,"target":140},{"source":139,"target":15},{"source":138,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":141},{"source":141,"target":8},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":140},{"source":15,"target":142},{"source":140,"target":13},{"source":140,"target":143},{"source":140,"target":15},{"source":140,"target":137},{"source":143,"target":13},{"source":142,"target":16},{"source":16,"target":0},{"source":16,"target":7},{"source":16,"target":144},{"source":16,"target":145},{"source":144,"target":12},{"source":144,"target":146},{"source":144,"target":16},{"source":146,"target":12},{"source":145,"target":7},{"source":17,"target":0},{"source":17,"target":22},{"source":17,"target":147},{"source":147,"target":22},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":148},{"source":18,"target":149},{"source":18,"target":150},{"source":18,"target":151},{"source":148,"target":32},{"source":148,"target":152},{"source":148,"target":18},{"source":152,"target":32},{"source":149,"target":28},{"source":149,"target":153},{"source":149,"target":18},{"source":153,"target":28},{"source":150,"target":25},{"source":150,"target":154},{"source":150,"target":18},{"source":154,"target":25},{"source":151,"target":16},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":155},{"source":19,"target":156},{"source":19,"target":157},{"source":19,"target":158},{"source":19,"target":159},{"source":155,"target":21},{"source":155,"target":160},{"source":155,"target":19},{"source":155,"target":161},{"source":160,"target":21},{"source":156,"target":21},{"source":156,"target":162},{"source":156,"target":19},{"source":156,"target":163},{"source":162,"target":21},{"source":157,"target":25},{"source":157,"target":164},{"source":157,"target":19},{"source":164,"target":25},{"source":158,"target":25},{"source":158,"target":165},{"source":158,"target":19},{"source":165,"target":25},{"source":159,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":166},{"source":166,"target":18},{"source":21,"target":0},{"source":21,"target":16},{"source":21,"target":163},{"source":21,"target":161},{"source":21,"target":167},{"source":21,"target":168},{"source":21,"target":169},{"source":21,"target":170},{"source":21,"target":171},{"source":163,"target":19},{"source":163,"target":172},{"source":163,"target":21},{"source":163,"target":156},{"source":172,"target":19},{"source":161,"target":19},{"source":161,"target":173},{"source":161,"target":21},{"source":161,"target":155},{"source":173,"target":19},{"source":167,"target":25},{"source":167,"target":174},{"source":167,"target":21},{"source":174,"target":25},{"source":168,"target":25},{"source":168,"target":175},{"source":168,"target":21},{"source":175,"target":25},{"source":169,"target":10},{"source":169,"target":176},{"source":169,"target":21},{"source":176,"target":10},{"source":170,"target":20},{"source":170,"target":177},{"source":170,"target":21},{"source":177,"target":20},{"source":171,"target":16},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":23},{"source":22,"target":178},{"source":22,"target":179},{"source":22,"target":180},{"source":178,"target":24},{"source":178,"target":181},{"source":178,"target":22},{"source":181,"target":24},{"source":179,"target":21},{"source":180,"target":23},{"source":23,"target":0},{"source":23,"target":16},{"source":23,"target":182},{"source":23,"target":183},{"source":23,"target":184},{"source":23,"target":185},{"source":182,"target":21},{"source":182,"target":186},{"source":182,"target":23},{"source":186,"target":21},{"source":183,"target":21},{"source":183,"target":187},{"source":183,"target":23},{"source":187,"target":21},{"source":184,"target":188},{"source":184,"target":23},{"source":185,"target":16},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":189},{"source":189,"target":23},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":190},{"source":26,"target":191},{"source":190,"target":25},{"source":190,"target":192},{"source":190,"target":26},{"source":192,"target":25},{"source":191,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":193},{"source":27,"target":194},{"source":27,"target":195},{"source":193,"target":196},{"source":193,"target":27},{"source":194,"target":28},{"source":194,"target":197},{"source":194,"target":27},{"source":197,"target":28},{"source":195,"target":25},{"source":28,"target":0},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":198},{"source":29,"target":199},{"source":29,"target":200},{"source":198,"target":201},{"source":198,"target":29},{"source":199,"target":28},{"source":199,"target":202},{"source":199,"target":29},{"source":202,"target":28},{"source":200,"target":28},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":203},{"source":30,"target":204},{"source":30,"target":205},{"source":30,"target":206},{"source":203,"target":28},{"source":203,"target":207},{"source":203,"target":30},{"source":207,"target":28},{"source":204,"target":3},{"source":204,"target":208},{"source":204,"target":30},{"source":208,"target":3},{"source":205,"target":35},{"source":205,"target":209},{"source":205,"target":30},{"source":209,"target":35},{"source":206,"target":25},{"source":31,"target":0},{"source":31,"target":25},{"source":31,"target":210},{"source":31,"target":211},{"source":31,"target":212},{"source":31,"target":213},{"source":210,"target":6},{"source":210,"target":214},{"source":210,"target":31},{"source":214,"target":6},{"source":211,"target":28},{"source":211,"target":215},{"source":211,"target":31},{"source":215,"target":28},{"source":212,"target":28},{"source":212,"target":216},{"source":212,"target":31},{"source":216,"target":28},{"source":213,"target":25},{"source":32,"target":0},{"source":32,"target":7},{"source":32,"target":217},{"source":217,"target":7},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":218},{"source":33,"target":219},{"source":33,"target":220},{"source":218,"target":3},{"source":218,"target":221},{"source":218,"target":33},{"source":221,"target":3},{"source":219,"target":35},{"source":219,"target":222},{"source":219,"target":33},{"source":222,"target":35},{"source":220,"target":32},{"source":34,"target":0},{"source":34,"target":10},{"source":34,"target":223},{"source":34,"target":224},{"source":223,"target":8},{"source":223,"target":225},{"source":223,"target":34},{"source":225,"target":8},{"source":224,"target":10},{"source":35,"target":0},{"source":35,"target":16},{"source":35,"target":106},{"source":35,"target":226},{"source":35,"target":227},{"source":35,"target":228},{"source":106,"target":4},{"source":106,"target":229},{"source":106,"target":35},{"source":106,"target":96},{"source":229,"target":4},{"source":226,"target":3},{"source":226,"target":230},{"source":226,"target":35},{"source":230,"target":3},{"source":227,"target":3},{"source":227,"target":231},{"source":227,"target":35},{"source":231,"target":3},{"source":228,"target":16},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":232},{"source":36,"target":233},{"source":232,"target":234},{"source":232,"target":36},{"source":233,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":235},{"source":235,"target":35},{"source":38,"target":0},{"source":38,"target":28},{"source":38,"target":236},{"source":38,"target":237},{"source":38,"target":238},{"source":236,"target":33},{"source":236,"target":239},{"source":236,"target":38},{"source":239,"target":33},{"source":237,"target":5},{"source":237,"target":240},{"source":237,"target":38},{"source":240,"target":5},{"source":238,"target":28},{"source":39,"target":0},{"source":39,"target":28},{"source":39,"target":241},{"source":241,"target":28},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":242},{"source":40,"target":243},{"source":40,"target":244},{"source":242,"target":13},{"source":242,"target":245},{"source":242,"target":40},{"source":245,"target":13},{"source":243,"target":15},{"source":243,"target":246},{"source":243,"target":40},{"source":246,"target":15},{"source":244,"target":39},{"source":41,"target":0},{"source":41,"target":39},{"source":41,"target":247},{"source":41,"target":248},{"source":247,"target":249},{"source":247,"target":41},{"source":248,"target":39},{"source":42,"target":0},{"source":42,"target":39},{"source":42,"target":250},{"source":42,"target":251},{"source":250,"target":252},{"source":250,"target":42},{"source":251,"target":39},{"source":43,"target":0},{"source":43,"target":39},{"source":43,"target":253},{"source":43,"target":254},{"source":253,"target":255},{"source":253,"target":43},{"source":254,"target":39},{"source":44,"target":0},{"source":44,"target":39},{"source":44,"target":256},{"source":44,"target":257},{"source":256,"target":258},{"source":256,"target":44},{"source":257,"target":39},{"source":45,"target":0},{"source":45,"target":28},{"source":45,"target":259},{"source":45,"target":260},{"source":259,"target":28},{"source":259,"target":261},{"source":259,"target":45},{"source":261,"target":28},{"source":260,"target":28},{"source":46,"target":0},{"source":46,"target":45},{"source":46,"target":262},{"source":262,"target":45},{"source":47,"target":0},{"source":47,"target":45},{"source":47,"target":263},{"source":263,"target":45},{"source":48,"target":0},{"source":48,"target":28},{"source":48,"target":264},{"source":48,"target":265},{"source":48,"target":266},{"source":264,"target":28},{"source":264,"target":267},{"source":264,"target":48},{"source":267,"target":28},{"source":265,"target":28},{"source":265,"target":268},{"source":265,"target":48},{"source":268,"target":28},{"source":266,"target":28},{"source":49,"target":0},{"source":49,"target":48},{"source":49,"target":269},{"source":269,"target":48},{"source":50,"target":0},{"source":50,"target":48},{"source":50,"target":270},{"source":270,"target":48},{"source":51,"target":0},{"source":51,"target":48},{"source":51,"target":271},{"source":271,"target":48},{"source":52,"target":0},{"source":52,"target":48},{"source":52,"target":272},{"source":272,"target":48},{"source":53,"target":0},{"source":53,"target":48},{"source":53,"target":273},{"source":273,"target":48},{"source":54,"target":0},{"source":54,"target":48},{"source":54,"target":274},{"source":274,"target":48},{"source":55,"target":0},{"source":55,"target":48},{"source":55,"target":275},{"source":275,"target":48},{"source":56,"target":0},{"source":56,"target":48},{"source":56,"target":276},{"source":276,"target":48},{"source":57,"target":0},{"source":57,"target":48},{"source":57,"target":277},{"source":277,"target":48},{"source":58,"target":0},{"source":58,"target":48},{"source":58,"target":278},{"source":278,"target":48},{"source":59,"target":0},{"source":59,"target":25},{"source":59,"target":279},{"source":59,"target":280},{"source":59,"target":281},{"source":279,"target":25},{"source":279,"target":282},{"source":279,"target":59},{"source":282,"target":25},{"source":280,"target":28},{"source":280,"target":283},{"source":280,"target":59},{"source":283,"target":28},{"source":281,"target":25},{"source":60,"target":0},{"source":60,"target":59},{"source":60,"target":284},{"source":284,"target":59},{"source":61,"target":0},{"source":61,"target":59},{"source":61,"target":285},{"source":285,"target":59},{"source":62,"target":0},{"source":62,"target":28},{"source":62,"target":286},{"source":62,"target":287},{"source":286,"target":6},{"source":286,"target":288},{"source":286,"target":62},{"source":288,"target":6},{"source":287,"target":28},{"source":63,"target":0},{"source":63,"target":28},{"source":63,"target":289},{"source":63,"target":290},{"source":63,"target":291},{"source":289,"target":28},{"source":289,"target":292},{"source":289,"target":63},{"source":292,"target":28},{"source":290,"target":28},{"source":290,"target":293},{"source":290,"target":63},{"source":293,"target":28},{"source":291,"target":28},{"source":64,"target":0},{"source":64,"target":62},{"source":64,"target":294},{"source":64,"target":295},{"source":294,"target":28},{"source":294,"target":296},{"source":294,"target":64},{"source":296,"target":28},{"source":295,"target":62},{"source":65,"target":0},{"source":65,"target":28},{"source":65,"target":297},{"source":65,"target":298},{"source":297,"target":28},{"source":297,"target":299},{"source":297,"target":65},{"source":299,"target":28},{"source":298,"target":28},{"source":66,"target":0},{"source":66,"target":25},{"source":66,"target":300},{"source":66,"target":301},{"source":300,"target":28},{"source":300,"target":302},{"source":300,"target":66},{"source":302,"target":28},{"source":301,"target":25},{"source":67,"target":0},{"source":67,"target":25},{"source":67,"target":303},{"source":67,"target":304},{"source":303,"target":28},{"source":303,"target":305},{"source":303,"target":67},{"source":305,"target":28},{"source":304,"target":25},{"source":68,"target":0},{"source":68,"target":25},{"source":68,"target":306},{"source":68,"target":307},{"source":306,"target":28},{"source":306,"target":308},{"source":306,"target":68},{"source":308,"target":28},{"source":307,"target":25},{"source":69,"target":0},{"source":69,"target":16},{"source":69,"target":309},{"source":69,"target":310},{"source":69,"target":311},{"source":69,"target":312},{"source":69,"target":313},{"source":69,"target":314},{"source":309,"target":70},{"source":309,"target":315},{"source":309,"target":69},{"source":315,"target":70},{"source":310,"target":71},{"source":310,"target":316},{"source":310,"target":69},{"source":316,"target":71},{"source":311,"target":317},{"source":311,"target":69},{"source":312,"target":73},{"source":312,"target":318},{"source":312,"target":69},{"source":318,"target":73},{"source":313,"target":72},{"source":313,"target":319},{"source":313,"target":69},{"source":319,"target":72},{"source":314,"target":16},{"source":70,"target":0},{"source":70,"target":16},{"source":70,"target":320},{"source":70,"target":321},{"source":70,"target":322},{"source":320,"target":4},{"source":320,"target":323},{"source":320,"target":70},{"source":323,"target":4},{"source":321,"target":11},{"source":321,"target":324},{"source":321,"target":70},{"source":324,"target":11},{"source":322,"target":16},{"source":71,"target":0},{"source":71,"target":16},{"source":71,"target":325},{"source":71,"target":326},{"source":71,"target":327},{"source":71,"target":328},{"source":71,"target":329},{"source":325,"target":74},{"source":325,"target":330},{"source":325,"target":71},{"source":330,"target":74},{"source":326,"target":74},{"source":326,"target":331},{"source":326,"target":71},{"source":331,"target":74},{"source":327,"target":36},{"source":327,"target":332},{"source":327,"target":71},{"source":332,"target":36},{"source":328,"target":37},{"source":328,"target":333},{"source":328,"target":71},{"source":333,"target":37},{"source":329,"target":16},{"source":72,"target":0},{"source":72,"target":16},{"source":72,"target":334},{"source":72,"target":335},{"source":72,"target":336},{"source":72,"target":337},{"source":72,"target":338},{"source":334,"target":28},{"source":334,"target":339},{"source":334,"target":72},{"source":339,"target":28},{"source":335,"target":10},{"source":335,"target":340},{"source":335,"target":72},{"source":340,"target":10},{"source":336,"target":74},{"source":336,"target":341},{"source":336,"target":72},{"source":341,"target":74},{"source":337,"target":28},{"source":337,"target":342},{"source":337,"target":72},{"source":342,"target":28},{"source":338,"target":16},{"source":73,"target":0},{"source":73,"target":16},{"source":73,"target":343},{"source":73,"target":344},{"source":343,"target":69},{"source":343,"target":345},{"source":343,"target":73},{"source":345,"target":69},{"source":344,"target":16},{"source":74,"target":0},{"source":74,"target":346},{"source":74,"target":347},{"source":346,"target":73},{"source":346,"target":348},{"source":346,"target":74},{"source":348,"target":73},{"source":347,"target":70},{"source":347,"target":349},{"source":347,"target":74},{"source":349,"target":70},{"source":75,"target":0},{"source":75,"target":350},{"source":75,"target":351},{"source":350,"target":28},{"source":350,"target":352},{"source":350,"target":75},{"source":352,"target":28},{"source":351,"target":2},{"source":351,"target":353},{"source":351,"target":75},{"source":353,"target":2},{"source":76,"target":0},{"source":76,"target":25},{"source":76,"target":75},{"source":76,"target":354},{"source":76,"target":355},{"source":354,"target":25},{"source":355,"target":75},{"source":77,"target":0},{"source":77,"target":75},{"source":77,"target":28},{"source":77,"target":356},{"source":77,"target":357},{"source":356,"target":75},{"source":357,"target":28},{"source":78,"target":0},{"source":78,"target":6},{"source":78,"target":25},{"source":78,"target":358},{"source":78,"target":359},{"source":78,"target":360},{"source":78,"target":361},{"source":358,"target":28},{"source":358,"target":362},{"source":358,"target":78},{"source":362,"target":28},{"source":359,"target":363},{"source":359,"target":78},{"source":360,"target":6},{"source":361,"target":25}],"multigraph":true}
ecore
library
repo-ecore-all/data/jdinkla/groovy-emf-builder/model/library.ecore
library Book title pages 100 category author Library name writers books Writer name books BookCategory Mystery Mystery ScienceFiction ScienceFiction Biography Biography
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="library" nsURI="http:///org/eclipse/example/library.ecore" nsPrefix="org.eclipse.example.library"> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="100"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="#//BookCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" eType="#//Writer" eOpposite="#//Writer/books"/> </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:EReference" name="writers" upperBound="-1" eType="#//Writer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" eOpposite="#//Book/author"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BookCategory"> <eLiterals name="Mystery"/> <eLiterals name="ScienceFiction" value="1"/> <eLiterals name="Biography" value="2"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.example.library","nsURI":"http:///org/eclipse/example/library.ecore","name":"library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"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":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"container":false,"ordered":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":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"name":"Mystery","id":23,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":24,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":25,"value":2,"literal":"Biography","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":5,"target":9},{"source":5,"target":1},{"source":6,"target":10},{"source":6,"target":1},{"source":7,"target":4},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":4},{"source":8,"target":3},{"source":8,"target":12},{"source":8,"target":1},{"source":8,"target":13},{"source":12,"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":3},{"source":15,"target":18},{"source":15,"target":2},{"source":18,"target":3},{"source":16,"target":1},{"source":16,"target":19},{"source":16,"target":2},{"source":19,"target":1},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":13},{"source":20,"target":21},{"source":20,"target":3},{"source":13,"target":1},{"source":13,"target":22},{"source":13,"target":3},{"source":13,"target":8},{"source":22,"target":1},{"source":4,"target":0},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":23,"target":4},{"source":24,"target":4},{"source":25,"target":4}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/lolybc88/LinTra/EMF2LINDA/input/java.ecore
javaMM AbstractMethodDeclaration body parameters thrownExceptions typeParameters usagesInDocComments usages AbstractMethodInvocation method arguments typeArguments AbstractTypeDeclaration bodyDeclarations commentsBeforeBody commentsAfterBody package superInterfaces AbstractTypeQualifiedExpression qualifier AbstractVariablesContainer type fragments Annotation type values Archive originalFilePath classFiles manifest AssertStatement message expression ASTNode comments originalCompilationUnit originalClassFile AnnotationMemberValuePair member value AnnotationTypeDeclaration AnnotationTypeMemberDeclaration default type usages AnonymousClassDeclaration bodyDeclarations classInstanceCreation ArrayAccess array index ArrayCreation dimensions initializer type ArrayInitializer expressions ArrayLengthAccess array ArrayType dimensions elementType Assignment leftHandSide operator rightHandSide BodyDeclaration abstractTypeDeclaration annotations anonymousClassDeclarationOwner modifier BooleanLiteral value BlockComment Block statements BreakStatement label CastExpression expression type CatchClause exception body CharacterLiteral escapedValue ClassFile originalFilePath type attachedSource package ClassInstanceCreation anonymousClassDeclaration expression type ConstructorDeclaration ConditionalExpression elseExpression expression thenExpression ConstructorInvocation ClassDeclaration superClass Comment content enclosedByParent prefixOfParent CompilationUnit originalFilePath commentList imports package types ContinueStatement label DoStatement expression body EmptyStatement EnhancedForStatement body expression parameter EnumConstantDeclaration anonymousClassDeclaration arguments EnumDeclaration enumConstants Expression ExpressionStatement expression FieldAccess field expression FieldDeclaration ForStatement expression updaters initializers body IfStatement expression thenStatement elseStatement ImportDeclaration static importedElement InfixExpression operator rightOperand leftOperand extendedOperands Initializer body InstanceofExpression rightOperand leftOperand InterfaceDeclaration Javadoc tags LabeledStatement body usagesInBreakStatements usagesInContinueStatements LineComment Manifest mainAttributes entryAttributes ManifestAttribute key value ManifestEntry name attributes MemberRef member qualifier MethodDeclaration extraArrayDimensions returnType redefinedMethodDeclaration redefinitions MethodInvocation expression MethodRef method qualifier parameters MethodRefParameter name varargs type Model name ownedElements orphanTypes unresolvedItems compilationUnits classFiles archives Modifier visibility inheritance static transient volatile native strictfp synchronized bodyDeclaration singleVariableDeclaration variableDeclarationStatement variableDeclarationExpression NamedElement name proxy usagesInImports NamespaceAccess NumberLiteral tokenValue NullLiteral Package ownedElements model ownedPackages package usagesInPackageAccess PackageAccess package qualifier ParameterizedType type typeArguments ParenthesizedExpression expression PostfixExpression operator operand PrefixExpression operator operand PrimitiveType PrimitiveTypeBoolean PrimitiveTypeByte PrimitiveTypeChar PrimitiveTypeDouble PrimitiveTypeShort PrimitiveTypeFloat PrimitiveTypeInt PrimitiveTypeLong PrimitiveTypeVoid ReturnStatement expression SingleVariableAccess variable qualifier SingleVariableDeclaration modifier varargs type annotations methodDeclaration catchClause enhancedForStatement Statement StringLiteral escapedValue SuperConstructorInvocation expression SuperFieldAccess field SuperMethodInvocation SwitchCase default expression SwitchStatement expression statements SynchronizedStatement body expression TagElement tagName fragments TextElement text ThisExpression ThrowStatement expression TryStatement body finally catchClauses Type usagesInTypeAccess TypeAccess type qualifier TypeDeclaration typeParameters TypeDeclarationStatement declaration TypeLiteral type TypeParameter bounds UnresolvedItem UnresolvedItemAccess element qualifier UnresolvedAnnotationDeclaration UnresolvedAnnotationTypeMemberDeclaration UnresolvedClassDeclaration UnresolvedEnumDeclaration UnresolvedInterfaceDeclaration UnresolvedLabeledStatement UnresolvedMethodDeclaration UnresolvedSingleVariableDeclaration UnresolvedType UnresolvedTypeDeclaration UnresolvedVariableDeclarationFragment VariableDeclaration extraArrayDimensions initializer usageInVariableAccess VariableDeclarationExpression modifier annotations VariableDeclarationFragment variablesContainer VariableDeclarationStatement extraArrayDimensions modifier annotations WildCardType upperBound bound WhileStatement expression body AssignmentKind ASSIGN = PLUS_ASSIGN += MINUS_ASSIGN -= TIMES_ASSIGN *= DIVIDE_ASSIGN /= BIT_AND_ASSIGN &= BIT_OR_ASSIGN |= BIT_XOR_ASSIGN ^= REMAINDER_ASSIGN %= LEFT_SHIFT_ASSIGN <<= RIGHT_SHIFT_SIGNED_ASSIGN >>= RIGHT_SHIFT_UNSIGNED_ASSIGN >>>= InfixExpressionKind TIMES * DIVIDE / REMAINDER % PLUS + MINUS - LEFT_SHIFT << RIGHT_SHIFT_SIGNED >> RIGHT_SHIFT_UNSIGNED >>> LESS < GREATER > LESS_EQUALS <= GREATER_EQUALS >= EQUALS == NOT_EQUALS != XOR ^ AND & OR | CONDITIONAL_AND && CONDITIONAL_OR || InheritanceKind none none abstract abstract final final PostfixExpressionKind INCREMENT ++ DECREMENT -- PrefixExpressionKind INCREMENT ++ DECREMENT -- PLUS + MINUS - COMPLEMENT ~ NOT ! VisibilityKind none none public public private private protected protected
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="javaMM" nsURI="http://javaMM" nsPrefix="javaMM"> <eClassifiers xsi:type="ecore:EClass" name="AbstractMethodDeclaration" abstract="true" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/methodDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thrownExceptions" upperBound="-1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//TypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInDocComments" ordered="false" upperBound="-1" eType="#//MethodRef" eOpposite="#//MethodRef/method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usages" ordered="false" upperBound="-1" eType="#//AbstractMethodInvocation" eOpposite="#//AbstractMethodInvocation/method"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractMethodInvocation" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="#//AbstractMethodDeclaration" eOpposite="#//AbstractMethodDeclaration/usages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTypeDeclaration" abstract="true" eSuperTypes="#//BodyDeclaration #//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1" eType="#//BodyDeclaration" containment="true" eOpposite="#//BodyDeclaration/abstractTypeDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsBeforeBody" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsAfterBody" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package" eOpposite="#//Package/ownedElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaces" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTypeQualifiedExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractVariablesContainer" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//VariableDeclarationFragment" containment="true" eOpposite="#//VariableDeclarationFragment/variablesContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//AnnotationMemberValuePair" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Archive" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classFiles" ordered="false" upperBound="-1" eType="#//ClassFile" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="manifest" ordered="false" eType="#//Manifest" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="message" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ASTNode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalCompilationUnit" ordered="false" eType="#//CompilationUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalClassFile" ordered="false" eType="#//ClassFile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValuePair" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" eType="#//AnnotationTypeMemberDeclaration" eOpposite="#//AnnotationTypeMemberDeclaration/usages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeDeclaration" eSuperTypes="#//AbstractTypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeMemberDeclaration" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usages" ordered="false" upperBound="-1" eType="#//AnnotationMemberValuePair" eOpposite="#//AnnotationMemberValuePair/member"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousClassDeclaration" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1" eType="#//BodyDeclaration" containment="true" eOpposite="#//BodyDeclaration/anonymousClassDeclarationOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classInstanceCreation" ordered="false" eType="#//ClassInstanceCreation" eOpposite="#//ClassInstanceCreation/anonymousClassDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayCreation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false" eType="#//ArrayInitializer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayLengthAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//AssignmentKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BodyDeclaration" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractTypeDeclaration" ordered="false" eType="#//AbstractTypeDeclaration" eOpposite="#//AbstractTypeDeclaration/bodyDeclarations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclarationOwner" ordered="false" eType="#//AnonymousClassDeclaration" eOpposite="#//AnonymousClassDeclaration/bodyDeclarations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/bodyDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockComment" eSuperTypes="#//Comment"/> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//LabeledStatement" eOpposite="#//LabeledStatement/usagesInBreakStatements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatchClause" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" ordered="false" lowerBound="1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/catchClause"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CharacterLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassFile" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//AbstractTypeDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attachedSource" ordered="false" eType="#//CompilationUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreation" eSuperTypes="#//Expression #//AbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration" ordered="false" eType="#//AnonymousClassDeclaration" containment="true" eOpposite="#//AnonymousClassDeclaration/classInstanceCreation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorDeclaration" eSuperTypes="#//AbstractMethodDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorInvocation" eSuperTypes="#//Statement #//AbstractMethodInvocation"/> <eClassifiers xsi:type="ecore:EClass" name="ClassDeclaration" eSuperTypes="#//TypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enclosedByParent" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefixOfParent" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentList" upperBound="-1" eType="#//Comment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//ImportDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//AbstractTypeDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//LabeledStatement" eOpposite="#//LabeledStatement/usagesInContinueStatements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="EnhancedForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" ordered="false" lowerBound="1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/enhancedForStatement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumConstantDeclaration" eSuperTypes="#//BodyDeclaration #//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration" ordered="false" eType="#//AnonymousClassDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumDeclaration" eSuperTypes="#//AbstractTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumConstants" upperBound="-1" eType="#//EnumConstantDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" ordered="false" lowerBound="1" eType="#//SingleVariableAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldDeclaration" eSuperTypes="#//BodyDeclaration #//AbstractVariablesContainer"/> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updaters" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializers" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatement" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" ordered="false" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportDeclaration" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" ordered="false" lowerBound="1" eType="#//NamedElement" eOpposite="#//NamedElement/usagesInImports"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//InfixExpressionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedOperands" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initializer" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceofExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceDeclaration" eSuperTypes="#//TypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="Javadoc" eSuperTypes="#//Comment"> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//TagElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#//NamedElement #//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInBreakStatements" ordered="false" upperBound="-1" eType="#//BreakStatement" eOpposite="#//BreakStatement/label"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInContinueStatements" ordered="false" upperBound="-1" eType="#//ContinueStatement" eOpposite="#//ContinueStatement/label"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineComment" eSuperTypes="#//Comment"/> <eClassifiers xsi:type="ecore:EClass" name="Manifest"> <eStructuralFeatures xsi:type="ecore:EReference" name="mainAttributes" ordered="false" upperBound="-1" eType="#//ManifestAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryAttributes" ordered="false" upperBound="-1" eType="#//ManifestEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManifestAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManifestEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" upperBound="-1" eType="#//ManifestAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemberRef" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" lowerBound="1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration" eSuperTypes="#//AbstractMethodDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedMethodDeclaration" ordered="false" eType="#//MethodDeclaration" eOpposite="#//MethodDeclaration/redefinitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinitions" ordered="false" upperBound="-1" eType="#//MethodDeclaration" eOpposite="#//MethodDeclaration/redefinedMethodDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodInvocation" eSuperTypes="#//Expression #//AbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodRef" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="#//AbstractMethodDeclaration" eOpposite="#//AbstractMethodDeclaration/usagesInDocComments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//MethodRefParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodRefParameter" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" ordered="false" upperBound="-1" eType="#//Package" containment="true" eOpposite="#//Package/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orphanTypes" ordered="false" upperBound="-1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unresolvedItems" ordered="false" upperBound="-1" eType="#//UnresolvedItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" ordered="false" upperBound="-1" eType="#//CompilationUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classFiles" ordered="false" upperBound="-1" eType="#//ClassFile" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="archives" ordered="false" upperBound="-1" eType="#//Archive" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modifier" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" lowerBound="1" eType="#//VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inheritance" ordered="false" unique="false" lowerBound="1" eType="#//InheritanceKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="native" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strictfp" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclaration" ordered="false" eType="#//BodyDeclaration" eOpposite="#//BodyDeclaration/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="singleVariableDeclaration" ordered="false" eType="#//SingleVariableDeclaration" eOpposite="#//SingleVariableDeclaration/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarationStatement" ordered="false" eType="#//VariableDeclarationStatement" eOpposite="#//VariableDeclarationStatement/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarationExpression" ordered="false" eType="#//VariableDeclarationExpression" eOpposite="#//VariableDeclarationExpression/modifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="proxy" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInImports" ordered="false" upperBound="-1" eType="#//ImportDeclaration" eOpposite="#//ImportDeclaration/importedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespaceAccess" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="NumberLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" ordered="false" upperBound="-1" eType="#//AbstractTypeDeclaration" containment="true" eOpposite="#//AbstractTypeDeclaration/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" eType="#//Model" eOpposite="#//Model/ownedElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPackages" ordered="false" upperBound="-1" eType="#//Package" containment="true" eOpposite="#//Package/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package" eOpposite="#//Package/ownedPackages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInPackageAccess" ordered="false" upperBound="-1" eType="#//PackageAccess" eOpposite="#//PackageAccess/package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageAccess" eSuperTypes="#//NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" lowerBound="1" eType="#//Package" eOpposite="#//Package/usagesInPackageAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//PackageAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParenthesizedExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostfixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//PostfixExpressionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrefixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//PrefixExpressionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeBoolean" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeByte" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeChar" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeDouble" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeShort" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeFloat" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeInt" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeLong" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeVoid" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleVariableAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="#//VariableDeclaration" eOpposite="#//VariableDeclaration/usageInVariableAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleVariableDeclaration" eSuperTypes="#//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/singleVariableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodDeclaration" ordered="false" eType="#//AbstractMethodDeclaration" eOpposite="#//AbstractMethodDeclaration/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClause" ordered="false" eType="#//CatchClause" eOpposite="#//CatchClause/exception"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enhancedForStatement" ordered="false" eType="#//EnhancedForStatement" eOpposite="#//EnhancedForStatement/parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperConstructorInvocation" eSuperTypes="#//Statement #//AbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperFieldAccess" eSuperTypes="#//AbstractTypeQualifiedExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" ordered="false" lowerBound="1" eType="#//SingleVariableAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperMethodInvocation" eSuperTypes="#//AbstractTypeQualifiedExpression #//AbstractMethodInvocation"/> <eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SynchronizedStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagElement" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//ASTNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextElement" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#//AbstractTypeQualifiedExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finally" ordered="false" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClauses" upperBound="-1" eType="#//CatchClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInTypeAccess" ordered="false" upperBound="-1" eType="#//TypeAccess" eOpposite="#//TypeAccess/type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeAccess" eSuperTypes="#//Expression #//NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Type" eOpposite="#//Type/usagesInTypeAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//NamespaceAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" abstract="true" eSuperTypes="#//AbstractTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//TypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclarationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false" lowerBound="1" eType="#//AbstractTypeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedItem" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedItemAccess" eSuperTypes="#//Expression #//NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false" eType="#//UnresolvedItem"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//ASTNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedAnnotationDeclaration" eSuperTypes="#//AnnotationTypeDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedAnnotationTypeMemberDeclaration" eSuperTypes="#//AnnotationTypeMemberDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedClassDeclaration" eSuperTypes="#//ClassDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedEnumDeclaration" eSuperTypes="#//EnumDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedInterfaceDeclaration" eSuperTypes="#//InterfaceDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedLabeledStatement" eSuperTypes="#//LabeledStatement #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedMethodDeclaration" eSuperTypes="#//MethodDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedSingleVariableDeclaration" eSuperTypes="#//SingleVariableDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedType" eSuperTypes="#//Type #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedTypeDeclaration" eSuperTypes="#//AbstractTypeDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedVariableDeclarationFragment" eSuperTypes="#//VariableDeclarationFragment #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usageInVariableAccess" ordered="false" upperBound="-1" eType="#//SingleVariableAccess" eOpposite="#//SingleVariableAccess/variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationExpression" eSuperTypes="#//Expression #//AbstractVariablesContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/variableDeclarationExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationFragment" eSuperTypes="#//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="variablesContainer" ordered="false" eType="#//AbstractVariablesContainer" eOpposite="#//AbstractVariablesContainer/fragments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationStatement" eSuperTypes="#//Statement #//AbstractVariablesContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/variableDeclarationStatement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WildCardType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssignmentKind"> <eLiterals name="ASSIGN" value="1" literal="="/> <eLiterals name="PLUS_ASSIGN" value="2" literal="+="/> <eLiterals name="MINUS_ASSIGN" value="3" literal="-="/> <eLiterals name="TIMES_ASSIGN" value="4" literal="*="/> <eLiterals name="DIVIDE_ASSIGN" value="5" literal="/="/> <eLiterals name="BIT_AND_ASSIGN" value="6" literal="&amp;="/> <eLiterals name="BIT_OR_ASSIGN" value="7" literal="|="/> <eLiterals name="BIT_XOR_ASSIGN" value="8" literal="^="/> <eLiterals name="REMAINDER_ASSIGN" value="9" literal="%="/> <eLiterals name="LEFT_SHIFT_ASSIGN" value="10" literal="&lt;&lt;="/> <eLiterals name="RIGHT_SHIFT_SIGNED_ASSIGN" value="11" literal=">>="/> <eLiterals name="RIGHT_SHIFT_UNSIGNED_ASSIGN" value="12" literal=">>>="/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InfixExpressionKind"> <eLiterals name="TIMES" value="1" literal="*"/> <eLiterals name="DIVIDE" value="2" literal="/"/> <eLiterals name="REMAINDER" value="3" literal="%"/> <eLiterals name="PLUS" value="4" literal="+"/> <eLiterals name="MINUS" value="5" literal="-"/> <eLiterals name="LEFT_SHIFT" value="6" literal="&lt;&lt;"/> <eLiterals name="RIGHT_SHIFT_SIGNED" value="7" literal=">>"/> <eLiterals name="RIGHT_SHIFT_UNSIGNED" value="8" literal=">>>"/> <eLiterals name="LESS" value="9" literal="&lt;"/> <eLiterals name="GREATER" value="10" literal=">"/> <eLiterals name="LESS_EQUALS" value="11" literal="&lt;="/> <eLiterals name="GREATER_EQUALS" value="12" literal=">="/> <eLiterals name="EQUALS" value="13" literal="=="/> <eLiterals name="NOT_EQUALS" value="14" literal="!="/> <eLiterals name="XOR" value="15" literal="^"/> <eLiterals name="AND" value="16" literal="&amp;"/> <eLiterals name="OR" value="17" literal="|"/> <eLiterals name="CONDITIONAL_AND" value="18" literal="&amp;&amp;"/> <eLiterals name="CONDITIONAL_OR" value="19" literal="||"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InheritanceKind"> <eLiterals name="none" value="1"/> <eLiterals name="abstract" value="2"/> <eLiterals name="final" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PostfixExpressionKind"> <eLiterals name="INCREMENT" value="1" literal="++"/> <eLiterals name="DECREMENT" value="2" literal="--"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrefixExpressionKind"> <eLiterals name="INCREMENT" value="1" literal="++"/> <eLiterals name="DECREMENT" value="2" literal="--"/> <eLiterals name="PLUS" value="3" literal="+"/> <eLiterals name="MINUS" value="4" literal="-"/> <eLiterals name="COMPLEMENT" value="5" literal="~"/> <eLiterals name="NOT" value="6" literal="!"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="none" value="1"/> <eLiterals name="public" value="2"/> <eLiterals name="private" value="3"/> <eLiterals name="protected" value="4"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"javaMM","nsURI":"http://javaMM","name":"javaMM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMethodDeclaration","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMethodInvocation","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeDeclaration","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeQualifiedExpression","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractVariablesContainer","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Archive","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertStatement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASTNode","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValuePair","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeDeclaration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClassDeclaration","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayCreation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayLengthAccess","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyDeclaration","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockComment","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchClause","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassFile","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorDeclaration","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorInvocation","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDeclaration","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnhancedForStatement","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstantDeclaration","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumDeclaration","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportDeclaration","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpression","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializer","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceofExpression","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceDeclaration","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javadoc","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineComment","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifest","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManifestAttribute","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManifestEntry","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberRef","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocation","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRef","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRefParameter","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceAccess","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageAccess","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixExpression","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixExpression","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeBoolean","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeByte","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeChar","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeDouble","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeShort","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeFloat","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeInt","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeLong","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeVoid","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableAccess","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableDeclaration","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperConstructorInvocation","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperFieldAccess","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperMethodInvocation","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedStatement","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagElement","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextElement","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeAccess","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":true,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationStatement","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedItem","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedItemAccess","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedAnnotationDeclaration","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedAnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedClassDeclaration","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedEnumDeclaration","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedInterfaceDeclaration","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedLabeledStatement","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedMethodDeclaration","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedSingleVariableDeclaration","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedType","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedTypeDeclaration","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedVariableDeclarationFragment","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationExpression","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationFragment","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationStatement","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildCardType","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentKind","instanceClass":null,"id":127,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InfixExpressionKind","instanceClass":null,"id":128,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InheritanceKind","instanceClass":null,"id":129,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PostfixExpressionKind","instanceClass":null,"id":130,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrefixExpressionKind","instanceClass":null,"id":131,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":132,"serializable":true,"eClass":"EEnum"},{"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":"body","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":"parameters","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":"thrownExceptions","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":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"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":"usagesInDocComments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"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":"usages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methodDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","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":"commentsBeforeBody","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":"commentsAfterBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"abstractTypeDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"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":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variablesContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":183,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classFiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"manifest","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"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":"originalCompilationUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"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":"originalClassFile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"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":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classInstanceCreation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClassDeclarationOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"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":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":221,"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":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dimensions","changeable":true,"lowerBound":1,"iD":false,"id":239,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":245,"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":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":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":251,"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":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInBreakStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":270,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"catchClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":284,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"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":"attachedSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":301,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":302,"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":"thenExpression","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"},{"id":308,"eClass":"EGenericType"},{"id":309,"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":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"content","changeable":true,"lowerBound":1,"iD":false,"id":313,"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":"enclosedByParent","changeable":true,"lowerBound":1,"iD":false,"id":314,"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":"prefixOfParent","changeable":true,"lowerBound":1,"iD":false,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"commentList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInContinueStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":335,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":341,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":342,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enhancedForStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumConstants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":362,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updaters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":378,"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":"thenStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":379,"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":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"static","changeable":true,"lowerBound":0,"iD":false,"id":385,"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":"importedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInImports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":391,"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":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":392,"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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":393,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedOperands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":403,"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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mainAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"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":"entryAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":423,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":427,"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":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"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":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":431,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extraArrayDimensions","changeable":true,"lowerBound":1,"iD":false,"id":436,"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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":437,"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":"redefinedMethodDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":438,"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":"redefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"derived":false},{"container":false,"ordered":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":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":455,"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":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":456,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":462,"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":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orphanTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"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":"unresolvedItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"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":"compilationUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"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":"classFiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"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":"archives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":477,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"inheritance","changeable":true,"lowerBound":1,"iD":false,"id":478,"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":"static","changeable":true,"lowerBound":1,"iD":false,"id":479,"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":"transient","changeable":true,"lowerBound":1,"iD":false,"id":480,"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":"volatile","changeable":true,"lowerBound":1,"iD":false,"id":481,"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":"native","changeable":true,"lowerBound":1,"iD":false,"id":482,"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":"strictfp","changeable":true,"lowerBound":1,"iD":false,"id":483,"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":"synchronized","changeable":true,"lowerBound":1,"iD":false,"id":484,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"singleVariableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclarationStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclarationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"id":500,"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":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"id":502,"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":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"derived":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":504,"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":"proxy","changeable":true,"lowerBound":1,"iD":false,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tokenValue","changeable":true,"lowerBound":1,"iD":false,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"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":"ownedPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":515,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":516,"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":"usagesInPackageAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":524,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":529,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":530,"derived":false},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":537,"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":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":538,"derived":false},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":542,"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":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":543,"derived":false},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"id":559,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":560,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":561,"derived":false},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usageInVariableAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"id":565,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":566,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":567,"derived":false},{"container":false,"ordered":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":568,"derived":false},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":578,"derived":false},{"id":579,"eClass":"EGenericType"},{"id":580,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":581,"derived":false},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":585,"derived":false},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"default","changeable":true,"lowerBound":1,"iD":false,"id":590,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":591,"derived":false},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":595,"derived":false},{"container":false,"ordered":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":596,"derived":false},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":600,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":601,"derived":false},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"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":"tagName","changeable":true,"lowerBound":0,"iD":false,"id":605,"derived":false},{"container":false,"ordered":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":606,"derived":false},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":610,"derived":false},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":614,"derived":false},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":617,"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":"finally","changeable":true,"resolveProxies":true,"lowerBound":0,"id":618,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchClauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":619,"derived":false},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInTypeAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":624,"derived":false},{"id":625,"eClass":"EGenericType"},{"id":626,"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":627,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":628,"derived":false},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":633,"derived":false},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":636,"derived":false},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":639,"derived":false},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":642,"derived":false},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":646,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":647,"derived":false},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extraArrayDimensions","changeable":true,"lowerBound":1,"iD":false,"id":674,"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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":675,"derived":false},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"container":false,"ordered":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":680,"derived":false},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extraArrayDimensions","changeable":true,"lowerBound":1,"iD":false,"id":687,"derived":false},{"container":false,"ordered":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":688,"derived":false},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":694,"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":"bound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":695,"derived":false},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":699,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":700,"derived":false},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"name":"ASSIGN","id":704,"value":1,"literal":"=","eClass":"EEnumLiteral"},{"name":"PLUS_ASSIGN","id":705,"value":2,"literal":"+=","eClass":"EEnumLiteral"},{"name":"MINUS_ASSIGN","id":706,"value":3,"literal":"-=","eClass":"EEnumLiteral"},{"name":"TIMES_ASSIGN","id":707,"value":4,"literal":"*=","eClass":"EEnumLiteral"},{"name":"DIVIDE_ASSIGN","id":708,"value":5,"literal":"/=","eClass":"EEnumLiteral"},{"name":"BIT_AND_ASSIGN","id":709,"value":6,"literal":"&=","eClass":"EEnumLiteral"},{"name":"BIT_OR_ASSIGN","id":710,"value":7,"literal":"|=","eClass":"EEnumLiteral"},{"name":"BIT_XOR_ASSIGN","id":711,"value":8,"literal":"^=","eClass":"EEnumLiteral"},{"name":"REMAINDER_ASSIGN","id":712,"value":9,"literal":"%=","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT_ASSIGN","id":713,"value":10,"literal":"<<=","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED_ASSIGN","id":714,"value":11,"literal":">>=","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED_ASSIGN","id":715,"value":12,"literal":">>>=","eClass":"EEnumLiteral"},{"name":"TIMES","id":716,"value":1,"literal":"*","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":717,"value":2,"literal":"/","eClass":"EEnumLiteral"},{"name":"REMAINDER","id":718,"value":3,"literal":"%","eClass":"EEnumLiteral"},{"name":"PLUS","id":719,"value":4,"literal":"+","eClass":"EEnumLiteral"},{"name":"MINUS","id":720,"value":5,"literal":"-","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT","id":721,"value":6,"literal":"<<","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED","id":722,"value":7,"literal":">>","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED","id":723,"value":8,"literal":">>>","eClass":"EEnumLiteral"},{"name":"LESS","id":724,"value":9,"literal":"<","eClass":"EEnumLiteral"},{"name":"GREATER","id":725,"value":10,"literal":">","eClass":"EEnumLiteral"},{"name":"LESS_EQUALS","id":726,"value":11,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GREATER_EQUALS","id":727,"value":12,"literal":">=","eClass":"EEnumLiteral"},{"name":"EQUALS","id":728,"value":13,"literal":"==","eClass":"EEnumLiteral"},{"name":"NOT_EQUALS","id":729,"value":14,"literal":"!=","eClass":"EEnumLiteral"},{"name":"XOR","id":730,"value":15,"literal":"^","eClass":"EEnumLiteral"},{"name":"AND","id":731,"value":16,"literal":"&","eClass":"EEnumLiteral"},{"name":"OR","id":732,"value":17,"literal":"|","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_AND","id":733,"value":18,"literal":"&&","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_OR","id":734,"value":19,"literal":"||","eClass":"EEnumLiteral"},{"name":"none","id":735,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"abstract","id":736,"value":2,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"final","id":737,"value":3,"literal":"final","eClass":"EEnumLiteral"},{"name":"INCREMENT","id":738,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":739,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"name":"INCREMENT","id":740,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":741,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"name":"PLUS","id":742,"value":3,"literal":"+","eClass":"EEnumLiteral"},{"name":"MINUS","id":743,"value":4,"literal":"-","eClass":"EEnumLiteral"},{"name":"COMPLEMENT","id":744,"value":5,"literal":"~","eClass":"EEnumLiteral"},{"name":"NOT","id":745,"value":6,"literal":"!","eClass":"EEnumLiteral"},{"name":"none","id":746,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"public","id":747,"value":2,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":748,"value":3,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":749,"value":4,"literal":"protected","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":133},{"source":1,"target":134},{"source":1,"target":135},{"source":1,"target":136},{"source":1,"target":137},{"source":1,"target":138},{"source":1,"target":139},{"source":133,"target":23},{"source":133,"target":140},{"source":133,"target":1},{"source":140,"target":23},{"source":134,"target":88},{"source":134,"target":141},{"source":134,"target":1},{"source":134,"target":142},{"source":141,"target":88},{"source":135,"target":103},{"source":135,"target":143},{"source":135,"target":1},{"source":143,"target":103},{"source":136,"target":107},{"source":136,"target":144},{"source":136,"target":1},{"source":144,"target":107},{"source":137,"target":62},{"source":137,"target":145},{"source":137,"target":1},{"source":137,"target":146},{"source":145,"target":62},{"source":138,"target":2},{"source":138,"target":147},{"source":138,"target":1},{"source":138,"target":148},{"source":147,"target":2},{"source":139,"target":20},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":148},{"source":2,"target":149},{"source":2,"target":150},{"source":2,"target":151},{"source":148,"target":1},{"source":148,"target":152},{"source":148,"target":2},{"source":148,"target":138},{"source":152,"target":1},{"source":149,"target":42},{"source":149,"target":153},{"source":149,"target":2},{"source":153,"target":42},{"source":150,"target":103},{"source":150,"target":154},{"source":150,"target":2},{"source":154,"target":103},{"source":151,"target":9},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":102},{"source":3,"target":155},{"source":3,"target":156},{"source":3,"target":157},{"source":3,"target":158},{"source":3,"target":159},{"source":3,"target":160},{"source":3,"target":161},{"source":155,"target":20},{"source":155,"target":162},{"source":155,"target":3},{"source":155,"target":163},{"source":162,"target":20},{"source":156,"target":34},{"source":156,"target":164},{"source":156,"target":3},{"source":164,"target":34},{"source":157,"target":34},{"source":157,"target":165},{"source":157,"target":3},{"source":165,"target":34},{"source":158,"target":70},{"source":158,"target":166},{"source":158,"target":3},{"source":158,"target":167},{"source":166,"target":70},{"source":159,"target":103},{"source":159,"target":168},{"source":159,"target":3},{"source":168,"target":103},{"source":160,"target":20},{"source":161,"target":102},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":169},{"source":4,"target":170},{"source":169,"target":103},{"source":169,"target":171},{"source":169,"target":4},{"source":171,"target":103},{"source":170,"target":42},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":172},{"source":5,"target":173},{"source":5,"target":174},{"source":172,"target":103},{"source":172,"target":175},{"source":172,"target":5},{"source":175,"target":103},{"source":173,"target":123},{"source":173,"target":176},{"source":173,"target":5},{"source":173,"target":177},{"source":176,"target":123},{"source":174,"target":9},{"source":6,"target":0},{"source":6,"target":42},{"source":6,"target":178},{"source":6,"target":179},{"source":6,"target":180},{"source":178,"target":103},{"source":178,"target":181},{"source":178,"target":6},{"source":181,"target":103},{"source":179,"target":10},{"source":179,"target":182},{"source":179,"target":6},{"source":182,"target":10},{"source":180,"target":42},{"source":7,"target":0},{"source":7,"target":66},{"source":7,"target":183},{"source":7,"target":184},{"source":7,"target":185},{"source":7,"target":186},{"source":183,"target":187},{"source":183,"target":7},{"source":184,"target":28},{"source":184,"target":188},{"source":184,"target":7},{"source":188,"target":28},{"source":185,"target":56},{"source":185,"target":189},{"source":185,"target":7},{"source":189,"target":56},{"source":186,"target":66},{"source":8,"target":0},{"source":8,"target":89},{"source":8,"target":190},{"source":8,"target":191},{"source":8,"target":192},{"source":190,"target":42},{"source":190,"target":193},{"source":190,"target":8},{"source":193,"target":42},{"source":191,"target":42},{"source":191,"target":194},{"source":191,"target":8},{"source":194,"target":42},{"source":192,"target":89},{"source":9,"target":0},{"source":9,"target":195},{"source":9,"target":196},{"source":9,"target":197},{"source":195,"target":34},{"source":195,"target":198},{"source":195,"target":9},{"source":198,"target":34},{"source":196,"target":35},{"source":196,"target":199},{"source":196,"target":9},{"source":199,"target":35},{"source":197,"target":28},{"source":197,"target":200},{"source":197,"target":9},{"source":200,"target":28},{"source":10,"target":0},{"source":10,"target":66},{"source":10,"target":201},{"source":10,"target":202},{"source":10,"target":203},{"source":201,"target":12},{"source":201,"target":204},{"source":201,"target":10},{"source":201,"target":205},{"source":204,"target":12},{"source":202,"target":42},{"source":202,"target":206},{"source":202,"target":10},{"source":206,"target":42},{"source":203,"target":66},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":207},{"source":207,"target":3},{"source":12,"target":0},{"source":12,"target":20},{"source":12,"target":208},{"source":12,"target":209},{"source":12,"target":205},{"source":12,"target":210},{"source":208,"target":42},{"source":208,"target":211},{"source":208,"target":12},{"source":211,"target":42},{"source":209,"target":103},{"source":209,"target":212},{"source":209,"target":12},{"source":212,"target":103},{"source":205,"target":10},{"source":205,"target":213},{"source":205,"target":12},{"source":205,"target":201},{"source":213,"target":10},{"source":210,"target":20},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":214},{"source":13,"target":215},{"source":13,"target":216},{"source":214,"target":20},{"source":214,"target":217},{"source":214,"target":13},{"source":214,"target":218},{"source":217,"target":20},{"source":215,"target":29},{"source":215,"target":219},{"source":215,"target":13},{"source":215,"target":220},{"source":219,"target":29},{"source":216,"target":9},{"source":14,"target":0},{"source":14,"target":42},{"source":14,"target":221},{"source":14,"target":222},{"source":14,"target":223},{"source":221,"target":42},{"source":221,"target":224},{"source":221,"target":14},{"source":224,"target":42},{"source":222,"target":42},{"source":222,"target":225},{"source":222,"target":14},{"source":225,"target":42},{"source":223,"target":42},{"source":15,"target":0},{"source":15,"target":42},{"source":15,"target":226},{"source":15,"target":227},{"source":15,"target":228},{"source":15,"target":229},{"source":226,"target":42},{"source":226,"target":230},{"source":226,"target":15},{"source":230,"target":42},{"source":227,"target":16},{"source":227,"target":231},{"source":227,"target":15},{"source":231,"target":16},{"source":228,"target":103},{"source":228,"target":232},{"source":228,"target":15},{"source":232,"target":103},{"source":229,"target":42},{"source":16,"target":0},{"source":16,"target":42},{"source":16,"target":233},{"source":16,"target":234},{"source":233,"target":42},{"source":233,"target":235},{"source":233,"target":16},{"source":235,"target":42},{"source":234,"target":42},{"source":17,"target":0},{"source":17,"target":42},{"source":17,"target":236},{"source":17,"target":237},{"source":236,"target":42},{"source":236,"target":238},{"source":236,"target":17},{"source":238,"target":42},{"source":237,"target":42},{"source":18,"target":0},{"source":18,"target":102},{"source":18,"target":239},{"source":18,"target":240},{"source":18,"target":241},{"source":239,"target":242},{"source":239,"target":18},{"source":240,"target":103},{"source":240,"target":243},{"source":240,"target":18},{"source":243,"target":103},{"source":241,"target":102},{"source":19,"target":0},{"source":19,"target":42},{"source":19,"target":244},{"source":19,"target":245},{"source":19,"target":246},{"source":19,"target":247},{"source":244,"target":42},{"source":244,"target":248},{"source":244,"target":19},{"source":248,"target":42},{"source":245,"target":127},{"source":245,"target":249},{"source":245,"target":19},{"source":249,"target":127},{"source":246,"target":42},{"source":246,"target":250},{"source":246,"target":19},{"source":250,"target":42},{"source":247,"target":42},{"source":20,"target":0},{"source":20,"target":66},{"source":20,"target":163},{"source":20,"target":251},{"source":20,"target":218},{"source":20,"target":252},{"source":20,"target":253},{"source":163,"target":3},{"source":163,"target":254},{"source":163,"target":20},{"source":163,"target":155},{"source":254,"target":3},{"source":251,"target":6},{"source":251,"target":255},{"source":251,"target":20},{"source":255,"target":6},{"source":218,"target":13},{"source":218,"target":256},{"source":218,"target":20},{"source":218,"target":214},{"source":256,"target":13},{"source":252,"target":65},{"source":252,"target":257},{"source":252,"target":20},{"source":252,"target":258},{"source":257,"target":65},{"source":253,"target":66},{"source":21,"target":0},{"source":21,"target":42},{"source":21,"target":259},{"source":21,"target":260},{"source":259,"target":261},{"source":259,"target":21},{"source":260,"target":42},{"source":22,"target":0},{"source":22,"target":34},{"source":22,"target":262},{"source":262,"target":34},{"source":23,"target":0},{"source":23,"target":89},{"source":23,"target":263},{"source":23,"target":264},{"source":263,"target":89},{"source":263,"target":265},{"source":263,"target":23},{"source":265,"target":89},{"source":264,"target":89},{"source":24,"target":0},{"source":24,"target":89},{"source":24,"target":266},{"source":24,"target":267},{"source":266,"target":54},{"source":266,"target":268},{"source":266,"target":24},{"source":266,"target":269},{"source":268,"target":54},{"source":267,"target":89},{"source":25,"target":0},{"source":25,"target":42},{"source":25,"target":270},{"source":25,"target":271},{"source":25,"target":272},{"source":270,"target":42},{"source":270,"target":273},{"source":270,"target":25},{"source":273,"target":42},{"source":271,"target":103},{"source":271,"target":274},{"source":271,"target":25},{"source":274,"target":103},{"source":272,"target":42},{"source":26,"target":0},{"source":26,"target":89},{"source":26,"target":275},{"source":26,"target":276},{"source":26,"target":277},{"source":275,"target":88},{"source":275,"target":278},{"source":275,"target":26},{"source":275,"target":279},{"source":278,"target":88},{"source":276,"target":23},{"source":276,"target":280},{"source":276,"target":26},{"source":280,"target":23},{"source":277,"target":89},{"source":27,"target":0},{"source":27,"target":42},{"source":27,"target":281},{"source":27,"target":282},{"source":281,"target":283},{"source":281,"target":27},{"source":282,"target":42},{"source":28,"target":0},{"source":28,"target":66},{"source":28,"target":284},{"source":28,"target":285},{"source":28,"target":286},{"source":28,"target":287},{"source":28,"target":288},{"source":284,"target":289},{"source":284,"target":28},{"source":285,"target":3},{"source":285,"target":290},{"source":285,"target":28},{"source":290,"target":3},{"source":286,"target":35},{"source":286,"target":291},{"source":286,"target":28},{"source":291,"target":35},{"source":287,"target":70},{"source":287,"target":292},{"source":287,"target":28},{"source":292,"target":70},{"source":288,"target":66},{"source":29,"target":0},{"source":29,"target":42},{"source":29,"target":2},{"source":29,"target":220},{"source":29,"target":293},{"source":29,"target":294},{"source":29,"target":295},{"source":29,"target":296},{"source":220,"target":13},{"source":220,"target":297},{"source":220,"target":29},{"source":220,"target":215},{"source":297,"target":13},{"source":293,"target":42},{"source":293,"target":298},{"source":293,"target":29},{"source":298,"target":42},{"source":294,"target":103},{"source":294,"target":299},{"source":294,"target":29},{"source":299,"target":103},{"source":295,"target":42},{"source":296,"target":2},{"source":30,"target":0},{"source":30,"target":1},{"source":30,"target":300},{"source":300,"target":1},{"source":31,"target":0},{"source":31,"target":42},{"source":31,"target":301},{"source":31,"target":302},{"source":31,"target":303},{"source":31,"target":304},{"source":301,"target":42},{"source":301,"target":305},{"source":301,"target":31},{"source":305,"target":42},{"source":302,"target":42},{"source":302,"target":306},{"source":302,"target":31},{"source":306,"target":42},{"source":303,"target":42},{"source":303,"target":307},{"source":303,"target":31},{"source":307,"target":42},{"source":304,"target":42},{"source":32,"target":0},{"source":32,"target":89},{"source":32,"target":2},{"source":32,"target":308},{"source":32,"target":309},{"source":308,"target":89},{"source":309,"target":2},{"source":33,"target":0},{"source":33,"target":104},{"source":33,"target":310},{"source":33,"target":311},{"source":310,"target":103},{"source":310,"target":312},{"source":310,"target":33},{"source":312,"target":103},{"source":311,"target":104},{"source":34,"target":0},{"source":34,"target":9},{"source":34,"target":313},{"source":34,"target":314},{"source":34,"target":315},{"source":34,"target":316},{"source":313,"target":317},{"source":313,"target":34},{"source":314,"target":318},{"source":314,"target":34},{"source":315,"target":319},{"source":315,"target":34},{"source":316,"target":9},{"source":35,"target":0},{"source":35,"target":66},{"source":35,"target":320},{"source":35,"target":321},{"source":35,"target":322},{"source":35,"target":323},{"source":35,"target":324},{"source":35,"target":325},{"source":320,"target":326},{"source":320,"target":35},{"source":321,"target":34},{"source":321,"target":327},{"source":321,"target":35},{"source":327,"target":34},{"source":322,"target":48},{"source":322,"target":328},{"source":322,"target":35},{"source":328,"target":48},{"source":323,"target":70},{"source":323,"target":329},{"source":323,"target":35},{"source":329,"target":70},{"source":324,"target":3},{"source":324,"target":330},{"source":324,"target":35},{"source":330,"target":3},{"source":325,"target":66},{"source":36,"target":0},{"source":36,"target":89},{"source":36,"target":331},{"source":36,"target":332},{"source":331,"target":54},{"source":331,"target":333},{"source":331,"target":36},{"source":331,"target":334},{"source":333,"target":54},{"source":332,"target":89},{"source":37,"target":0},{"source":37,"target":89},{"source":37,"target":335},{"source":37,"target":336},{"source":37,"target":337},{"source":335,"target":42},{"source":335,"target":338},{"source":335,"target":37},{"source":338,"target":42},{"source":336,"target":89},{"source":336,"target":339},{"source":336,"target":37},{"source":339,"target":89},{"source":337,"target":89},{"source":38,"target":0},{"source":38,"target":89},{"source":38,"target":340},{"source":340,"target":89},{"source":39,"target":0},{"source":39,"target":89},{"source":39,"target":341},{"source":39,"target":342},{"source":39,"target":343},{"source":39,"target":344},{"source":341,"target":89},{"source":341,"target":345},{"source":341,"target":39},{"source":345,"target":89},{"source":342,"target":42},{"source":342,"target":346},{"source":342,"target":39},{"source":346,"target":42},{"source":343,"target":88},{"source":343,"target":347},{"source":343,"target":39},{"source":343,"target":348},{"source":347,"target":88},{"source":344,"target":89},{"source":40,"target":0},{"source":40,"target":20},{"source":40,"target":121},{"source":40,"target":349},{"source":40,"target":350},{"source":40,"target":351},{"source":40,"target":352},{"source":349,"target":13},{"source":349,"target":353},{"source":349,"target":40},{"source":353,"target":13},{"source":350,"target":42},{"source":350,"target":354},{"source":350,"target":40},{"source":354,"target":42},{"source":351,"target":20},{"source":352,"target":121},{"source":41,"target":0},{"source":41,"target":3},{"source":41,"target":355},{"source":41,"target":356},{"source":355,"target":40},{"source":355,"target":357},{"source":355,"target":41},{"source":357,"target":40},{"source":356,"target":3},{"source":42,"target":0},{"source":42,"target":9},{"source":42,"target":358},{"source":358,"target":9},{"source":43,"target":0},{"source":43,"target":89},{"source":43,"target":359},{"source":43,"target":360},{"source":359,"target":42},{"source":359,"target":361},{"source":359,"target":43},{"source":361,"target":42},{"source":360,"target":89},{"source":44,"target":0},{"source":44,"target":42},{"source":44,"target":362},{"source":44,"target":363},{"source":44,"target":364},{"source":362,"target":87},{"source":362,"target":365},{"source":362,"target":44},{"source":365,"target":87},{"source":363,"target":42},{"source":363,"target":366},{"source":363,"target":44},{"source":366,"target":42},{"source":364,"target":42},{"source":45,"target":0},{"source":45,"target":20},{"source":45,"target":5},{"source":45,"target":367},{"source":45,"target":368},{"source":367,"target":20},{"source":368,"target":5},{"source":46,"target":0},{"source":46,"target":89},{"source":46,"target":369},{"source":46,"target":370},{"source":46,"target":371},{"source":46,"target":372},{"source":46,"target":373},{"source":369,"target":42},{"source":369,"target":374},{"source":369,"target":46},{"source":374,"target":42},{"source":370,"target":42},{"source":370,"target":375},{"source":370,"target":46},{"source":375,"target":42},{"source":371,"target":42},{"source":371,"target":376},{"source":371,"target":46},{"source":376,"target":42},{"source":372,"target":89},{"source":372,"target":377},{"source":372,"target":46},{"source":377,"target":89},{"source":373,"target":89},{"source":47,"target":0},{"source":47,"target":89},{"source":47,"target":378},{"source":47,"target":379},{"source":47,"target":380},{"source":47,"target":381},{"source":378,"target":42},{"source":378,"target":382},{"source":378,"target":47},{"source":382,"target":42},{"source":379,"target":89},{"source":379,"target":383},{"source":379,"target":47},{"source":383,"target":89},{"source":380,"target":89},{"source":380,"target":384},{"source":380,"target":47},{"source":384,"target":89},{"source":381,"target":89},{"source":48,"target":0},{"source":48,"target":9},{"source":48,"target":385},{"source":48,"target":386},{"source":48,"target":387},{"source":385,"target":388},{"source":385,"target":48},{"source":386,"target":66},{"source":386,"target":389},{"source":386,"target":48},{"source":386,"target":390},{"source":389,"target":66},{"source":387,"target":9},{"source":49,"target":0},{"source":49,"target":42},{"source":49,"target":391},{"source":49,"target":392},{"source":49,"target":393},{"source":49,"target":394},{"source":49,"target":395},{"source":391,"target":128},{"source":391,"target":396},{"source":391,"target":49},{"source":396,"target":128},{"source":392,"target":42},{"source":392,"target":397},{"source":392,"target":49},{"source":397,"target":42},{"source":393,"target":42},{"source":393,"target":398},{"source":393,"target":49},{"source":398,"target":42},{"source":394,"target":42},{"source":394,"target":399},{"source":394,"target":49},{"source":399,"target":42},{"source":395,"target":42},{"source":50,"target":0},{"source":50,"target":20},{"source":50,"target":400},{"source":50,"target":401},{"source":400,"target":23},{"source":400,"target":402},{"source":400,"target":50},{"source":402,"target":23},{"source":401,"target":20},{"source":51,"target":0},{"source":51,"target":42},{"source":51,"target":403},{"source":51,"target":404},{"source":51,"target":405},{"source":403,"target":103},{"source":403,"target":406},{"source":403,"target":51},{"source":406,"target":103},{"source":404,"target":42},{"source":404,"target":407},{"source":404,"target":51},{"source":407,"target":42},{"source":405,"target":42},{"source":52,"target":0},{"source":52,"target":104},{"source":52,"target":408},{"source":408,"target":104},{"source":53,"target":0},{"source":53,"target":34},{"source":53,"target":409},{"source":53,"target":410},{"source":409,"target":97},{"source":409,"target":411},{"source":409,"target":53},{"source":411,"target":97},{"source":410,"target":34},{"source":54,"target":0},{"source":54,"target":66},{"source":54,"target":89},{"source":54,"target":412},{"source":54,"target":269},{"source":54,"target":334},{"source":54,"target":413},{"source":54,"target":414},{"source":412,"target":89},{"source":412,"target":415},{"source":412,"target":54},{"source":415,"target":89},{"source":269,"target":24},{"source":269,"target":416},{"source":269,"target":54},{"source":269,"target":266},{"source":416,"target":24},{"source":334,"target":36},{"source":334,"target":417},{"source":334,"target":54},{"source":334,"target":331},{"source":417,"target":36},{"source":413,"target":66},{"source":414,"target":89},{"source":55,"target":0},{"source":55,"target":34},{"source":55,"target":418},{"source":418,"target":34},{"source":56,"target":0},{"source":56,"target":419},{"source":56,"target":420},{"source":419,"target":57},{"source":419,"target":421},{"source":419,"target":56},{"source":421,"target":57},{"source":420,"target":58},{"source":420,"target":422},{"source":420,"target":56},{"source":422,"target":58},{"source":57,"target":0},{"source":57,"target":423},{"source":57,"target":424},{"source":423,"target":425},{"source":423,"target":57},{"source":424,"target":426},{"source":424,"target":57},{"source":58,"target":0},{"source":58,"target":427},{"source":58,"target":428},{"source":427,"target":429},{"source":427,"target":58},{"source":428,"target":57},{"source":428,"target":430},{"source":428,"target":58},{"source":430,"target":57},{"source":59,"target":0},{"source":59,"target":9},{"source":59,"target":431},{"source":59,"target":432},{"source":59,"target":433},{"source":431,"target":66},{"source":431,"target":434},{"source":431,"target":59},{"source":434,"target":66},{"source":432,"target":103},{"source":432,"target":435},{"source":432,"target":59},{"source":435,"target":103},{"source":433,"target":9},{"source":60,"target":0},{"source":60,"target":1},{"source":60,"target":436},{"source":60,"target":437},{"source":60,"target":438},{"source":60,"target":439},{"source":60,"target":440},{"source":436,"target":441},{"source":436,"target":60},{"source":437,"target":103},{"source":437,"target":442},{"source":437,"target":60},{"source":442,"target":103},{"source":438,"target":60},{"source":438,"target":443},{"source":438,"target":60},{"source":438,"target":439},{"source":443,"target":60},{"source":439,"target":60},{"source":439,"target":444},{"source":439,"target":60},{"source":439,"target":438},{"source":444,"target":60},{"source":440,"target":1},{"source":61,"target":0},{"source":61,"target":42},{"source":61,"target":2},{"source":61,"target":445},{"source":61,"target":446},{"source":61,"target":447},{"source":445,"target":42},{"source":445,"target":448},{"source":445,"target":61},{"source":448,"target":42},{"source":446,"target":42},{"source":447,"target":2},{"source":62,"target":0},{"source":62,"target":9},{"source":62,"target":146},{"source":62,"target":449},{"source":62,"target":450},{"source":62,"target":451},{"source":146,"target":1},{"source":146,"target":452},{"source":146,"target":62},{"source":146,"target":137},{"source":452,"target":1},{"source":449,"target":103},{"source":449,"target":453},{"source":449,"target":62},{"source":453,"target":103},{"source":450,"target":63},{"source":450,"target":454},{"source":450,"target":62},{"source":454,"target":63},{"source":451,"target":9},{"source":63,"target":0},{"source":63,"target":9},{"source":63,"target":455},{"source":63,"target":456},{"source":63,"target":457},{"source":63,"target":458},{"source":455,"target":459},{"source":455,"target":63},{"source":456,"target":460},{"source":456,"target":63},{"source":457,"target":103},{"source":457,"target":461},{"source":457,"target":63},{"source":461,"target":103},{"source":458,"target":9},{"source":64,"target":0},{"source":64,"target":462},{"source":64,"target":463},{"source":64,"target":464},{"source":64,"target":465},{"source":64,"target":466},{"source":64,"target":467},{"source":64,"target":468},{"source":462,"target":469},{"source":462,"target":64},{"source":463,"target":70},{"source":463,"target":470},{"source":463,"target":64},{"source":463,"target":471},{"source":470,"target":70},{"source":464,"target":102},{"source":464,"target":472},{"source":464,"target":64},{"source":472,"target":102},{"source":465,"target":108},{"source":465,"target":473},{"source":465,"target":64},{"source":473,"target":108},{"source":466,"target":35},{"source":466,"target":474},{"source":466,"target":64},{"source":474,"target":35},{"source":467,"target":28},{"source":467,"target":475},{"source":467,"target":64},{"source":475,"target":28},{"source":468,"target":7},{"source":468,"target":476},{"source":468,"target":64},{"source":476,"target":7},{"source":65,"target":0},{"source":65,"target":9},{"source":65,"target":477},{"source":65,"target":478},{"source":65,"target":479},{"source":65,"target":480},{"source":65,"target":481},{"source":65,"target":482},{"source":65,"target":483},{"source":65,"target":484},{"source":65,"target":258},{"source":65,"target":485},{"source":65,"target":486},{"source":65,"target":487},{"source":65,"target":488},{"source":477,"target":132},{"source":477,"target":489},{"source":477,"target":65},{"source":489,"target":132},{"source":478,"target":129},{"source":478,"target":490},{"source":478,"target":65},{"source":490,"target":129},{"source":479,"target":491},{"source":479,"target":65},{"source":480,"target":492},{"source":480,"target":65},{"source":481,"target":493},{"source":481,"target":65},{"source":482,"target":494},{"source":482,"target":65},{"source":483,"target":495},{"source":483,"target":65},{"source":484,"target":496},{"source":484,"target":65},{"source":258,"target":20},{"source":258,"target":497},{"source":258,"target":65},{"source":258,"target":252},{"source":497,"target":20},{"source":485,"target":88},{"source":485,"target":498},{"source":485,"target":65},{"source":485,"target":499},{"source":498,"target":88},{"source":486,"target":124},{"source":486,"target":500},{"source":486,"target":65},{"source":486,"target":501},{"source":500,"target":124},{"source":487,"target":122},{"source":487,"target":502},{"source":487,"target":65},{"source":487,"target":503},{"source":502,"target":122},{"source":488,"target":9},{"source":66,"target":0},{"source":66,"target":9},{"source":66,"target":504},{"source":66,"target":505},{"source":66,"target":390},{"source":66,"target":506},{"source":504,"target":507},{"source":504,"target":66},{"source":505,"target":508},{"source":505,"target":66},{"source":390,"target":48},{"source":390,"target":509},{"source":390,"target":66},{"source":390,"target":386},{"source":509,"target":48},{"source":506,"target":9},{"source":67,"target":0},{"source":67,"target":9},{"source":67,"target":510},{"source":510,"target":9},{"source":68,"target":0},{"source":68,"target":42},{"source":68,"target":511},{"source":68,"target":512},{"source":511,"target":513},{"source":511,"target":68},{"source":512,"target":42},{"source":69,"target":0},{"source":69,"target":42},{"source":69,"target":514},{"source":514,"target":42},{"source":70,"target":0},{"source":70,"target":66},{"source":70,"target":167},{"source":70,"target":471},{"source":70,"target":515},{"source":70,"target":516},{"source":70,"target":517},{"source":70,"target":518},{"source":167,"target":3},{"source":167,"target":519},{"source":167,"target":70},{"source":167,"target":158},{"source":519,"target":3},{"source":471,"target":64},{"source":471,"target":520},{"source":471,"target":70},{"source":471,"target":463},{"source":520,"target":64},{"source":515,"target":70},{"source":515,"target":521},{"source":515,"target":70},{"source":515,"target":516},{"source":521,"target":70},{"source":516,"target":70},{"source":516,"target":522},{"source":516,"target":70},{"source":516,"target":515},{"source":522,"target":70},{"source":517,"target":71},{"source":517,"target":523},{"source":517,"target":70},{"source":517,"target":524},{"source":523,"target":71},{"source":518,"target":66},{"source":71,"target":0},{"source":71,"target":67},{"source":71,"target":524},{"source":71,"target":525},{"source":71,"target":526},{"source":524,"target":70},{"source":524,"target":527},{"source":524,"target":71},{"source":524,"target":517},{"source":527,"target":70},{"source":525,"target":71},{"source":525,"target":528},{"source":525,"target":71},{"source":528,"target":71},{"source":526,"target":67},{"source":72,"target":0},{"source":72,"target":102},{"source":72,"target":529},{"source":72,"target":530},{"source":72,"target":531},{"source":529,"target":103},{"source":529,"target":532},{"source":529,"target":72},{"source":532,"target":103},{"source":530,"target":103},{"source":530,"target":533},{"source":530,"target":72},{"source":533,"target":103},{"source":531,"target":102},{"source":73,"target":0},{"source":73,"target":42},{"source":73,"target":534},{"source":73,"target":535},{"source":534,"target":42},{"source":534,"target":536},{"source":534,"target":73},{"source":536,"target":42},{"source":535,"target":42},{"source":74,"target":0},{"source":74,"target":42},{"source":74,"target":537},{"source":74,"target":538},{"source":74,"target":539},{"source":537,"target":130},{"source":537,"target":540},{"source":537,"target":74},{"source":540,"target":130},{"source":538,"target":42},{"source":538,"target":541},{"source":538,"target":74},{"source":541,"target":42},{"source":539,"target":42},{"source":75,"target":0},{"source":75,"target":42},{"source":75,"target":542},{"source":75,"target":543},{"source":75,"target":544},{"source":542,"target":131},{"source":542,"target":545},{"source":542,"target":75},{"source":545,"target":131},{"source":543,"target":42},{"source":543,"target":546},{"source":543,"target":75},{"source":546,"target":42},{"source":544,"target":42},{"source":76,"target":0},{"source":76,"target":102},{"source":76,"target":547},{"source":547,"target":102},{"source":77,"target":0},{"source":77,"target":76},{"source":77,"target":548},{"source":548,"target":76},{"source":78,"target":0},{"source":78,"target":76},{"source":78,"target":549},{"source":549,"target":76},{"source":79,"target":0},{"source":79,"target":76},{"source":79,"target":550},{"source":550,"target":76},{"source":80,"target":0},{"source":80,"target":76},{"source":80,"target":551},{"source":551,"target":76},{"source":81,"target":0},{"source":81,"target":76},{"source":81,"target":552},{"source":552,"target":76},{"source":82,"target":0},{"source":82,"target":76},{"source":82,"target":553},{"source":553,"target":76},{"source":83,"target":0},{"source":83,"target":76},{"source":83,"target":554},{"source":554,"target":76},{"source":84,"target":0},{"source":84,"target":76},{"source":84,"target":555},{"source":555,"target":76},{"source":85,"target":0},{"source":85,"target":76},{"source":85,"target":556},{"source":556,"target":76},{"source":86,"target":0},{"source":86,"target":89},{"source":86,"target":557},{"source":86,"target":558},{"source":557,"target":42},{"source":557,"target":559},{"source":557,"target":86},{"source":559,"target":42},{"source":558,"target":89},{"source":87,"target":0},{"source":87,"target":42},{"source":87,"target":560},{"source":87,"target":561},{"source":87,"target":562},{"source":560,"target":121},{"source":560,"target":563},{"source":560,"target":87},{"source":560,"target":564},{"source":563,"target":121},{"source":561,"target":42},{"source":561,"target":565},{"source":561,"target":87},{"source":565,"target":42},{"source":562,"target":42},{"source":88,"target":0},{"source":88,"target":121},{"source":88,"target":499},{"source":88,"target":566},{"source":88,"target":567},{"source":88,"target":568},{"source":88,"target":142},{"source":88,"target":279},{"source":88,"target":348},{"source":88,"target":569},{"source":499,"target":65},{"source":499,"target":570},{"source":499,"target":88},{"source":499,"target":485},{"source":570,"target":65},{"source":566,"target":571},{"source":566,"target":88},{"source":567,"target":103},{"source":567,"target":572},{"source":567,"target":88},{"source":572,"target":103},{"source":568,"target":6},{"source":568,"target":573},{"source":568,"target":88},{"source":573,"target":6},{"source":142,"target":1},{"source":142,"target":574},{"source":142,"target":88},{"source":142,"target":134},{"source":574,"target":1},{"source":279,"target":26},{"source":279,"target":575},{"source":279,"target":88},{"source":279,"target":275},{"source":575,"target":26},{"source":348,"target":39},{"source":348,"target":576},{"source":348,"target":88},{"source":348,"target":343},{"source":576,"target":39},{"source":569,"target":121},{"source":89,"target":0},{"source":89,"target":9},{"source":89,"target":577},{"source":577,"target":9},{"source":90,"target":0},{"source":90,"target":42},{"source":90,"target":578},{"source":90,"target":579},{"source":578,"target":580},{"source":578,"target":90},{"source":579,"target":42},{"source":91,"target":0},{"source":91,"target":89},{"source":91,"target":2},{"source":91,"target":581},{"source":91,"target":582},{"source":91,"target":583},{"source":581,"target":42},{"source":581,"target":584},{"source":581,"target":91},{"source":584,"target":42},{"source":582,"target":89},{"source":583,"target":2},{"source":92,"target":0},{"source":92,"target":4},{"source":92,"target":585},{"source":92,"target":586},{"source":585,"target":87},{"source":585,"target":587},{"source":585,"target":92},{"source":587,"target":87},{"source":586,"target":4},{"source":93,"target":0},{"source":93,"target":4},{"source":93,"target":2},{"source":93,"target":588},{"source":93,"target":589},{"source":588,"target":4},{"source":589,"target":2},{"source":94,"target":0},{"source":94,"target":89},{"source":94,"target":590},{"source":94,"target":591},{"source":94,"target":592},{"source":590,"target":593},{"source":590,"target":94},{"source":591,"target":42},{"source":591,"target":594},{"source":591,"target":94},{"source":594,"target":42},{"source":592,"target":89},{"source":95,"target":0},{"source":95,"target":89},{"source":95,"target":595},{"source":95,"target":596},{"source":95,"target":597},{"source":595,"target":42},{"source":595,"target":598},{"source":595,"target":95},{"source":598,"target":42},{"source":596,"target":89},{"source":596,"target":599},{"source":596,"target":95},{"source":599,"target":89},{"source":597,"target":89},{"source":96,"target":0},{"source":96,"target":89},{"source":96,"target":600},{"source":96,"target":601},{"source":96,"target":602},{"source":600,"target":23},{"source":600,"target":603},{"source":600,"target":96},{"source":603,"target":23},{"source":601,"target":42},{"source":601,"target":604},{"source":601,"target":96},{"source":604,"target":42},{"source":602,"target":89},{"source":97,"target":0},{"source":97,"target":9},{"source":97,"target":605},{"source":97,"target":606},{"source":97,"target":607},{"source":605,"target":608},{"source":605,"target":97},{"source":606,"target":9},{"source":606,"target":609},{"source":606,"target":97},{"source":609,"target":9},{"source":607,"target":9},{"source":98,"target":0},{"source":98,"target":9},{"source":98,"target":610},{"source":98,"target":611},{"source":610,"target":612},{"source":610,"target":98},{"source":611,"target":9},{"source":99,"target":0},{"source":99,"target":4},{"source":99,"target":613},{"source":613,"target":4},{"source":100,"target":0},{"source":100,"target":89},{"source":100,"target":614},{"source":100,"target":615},{"source":614,"target":42},{"source":614,"target":616},{"source":614,"target":100},{"source":616,"target":42},{"source":615,"target":89},{"source":101,"target":0},{"source":101,"target":89},{"source":101,"target":617},{"source":101,"target":618},{"source":101,"target":619},{"source":101,"target":620},{"source":617,"target":23},{"source":617,"target":621},{"source":617,"target":101},{"source":621,"target":23},{"source":618,"target":23},{"source":618,"target":622},{"source":618,"target":101},{"source":622,"target":23},{"source":619,"target":26},{"source":619,"target":623},{"source":619,"target":101},{"source":623,"target":26},{"source":620,"target":89},{"source":102,"target":0},{"source":102,"target":66},{"source":102,"target":624},{"source":102,"target":625},{"source":624,"target":103},{"source":624,"target":626},{"source":624,"target":102},{"source":624,"target":627},{"source":626,"target":103},{"source":625,"target":66},{"source":103,"target":0},{"source":103,"target":42},{"source":103,"target":67},{"source":103,"target":627},{"source":103,"target":628},{"source":103,"target":629},{"source":103,"target":630},{"source":627,"target":102},{"source":627,"target":631},{"source":627,"target":103},{"source":627,"target":624},{"source":631,"target":102},{"source":628,"target":67},{"source":628,"target":632},{"source":628,"target":103},{"source":632,"target":67},{"source":629,"target":42},{"source":630,"target":67},{"source":104,"target":0},{"source":104,"target":3},{"source":104,"target":633},{"source":104,"target":634},{"source":633,"target":107},{"source":633,"target":635},{"source":633,"target":104},{"source":635,"target":107},{"source":634,"target":3},{"source":105,"target":0},{"source":105,"target":89},{"source":105,"target":636},{"source":105,"target":637},{"source":636,"target":3},{"source":636,"target":638},{"source":636,"target":105},{"source":638,"target":3},{"source":637,"target":89},{"source":106,"target":0},{"source":106,"target":42},{"source":106,"target":639},{"source":106,"target":640},{"source":639,"target":103},{"source":639,"target":641},{"source":639,"target":106},{"source":641,"target":103},{"source":640,"target":42},{"source":107,"target":0},{"source":107,"target":102},{"source":107,"target":642},{"source":107,"target":643},{"source":642,"target":103},{"source":642,"target":644},{"source":642,"target":107},{"source":644,"target":103},{"source":643,"target":102},{"source":108,"target":0},{"source":108,"target":66},{"source":108,"target":645},{"source":645,"target":66},{"source":109,"target":0},{"source":109,"target":42},{"source":109,"target":67},{"source":109,"target":646},{"source":109,"target":647},{"source":109,"target":648},{"source":109,"target":649},{"source":646,"target":108},{"source":646,"target":650},{"source":646,"target":109},{"source":650,"target":108},{"source":647,"target":9},{"source":647,"target":651},{"source":647,"target":109},{"source":651,"target":9},{"source":648,"target":42},{"source":649,"target":67},{"source":110,"target":0},{"source":110,"target":11},{"source":110,"target":108},{"source":110,"target":652},{"source":110,"target":653},{"source":652,"target":11},{"source":653,"target":108},{"source":111,"target":0},{"source":111,"target":12},{"source":111,"target":108},{"source":111,"target":654},{"source":111,"target":655},{"source":654,"target":12},{"source":655,"target":108},{"source":112,"target":0},{"source":112,"target":33},{"source":112,"target":108},{"source":112,"target":656},{"source":112,"target":657},{"source":656,"target":33},{"source":657,"target":108},{"source":113,"target":0},{"source":113,"target":41},{"source":113,"target":108},{"source":113,"target":658},{"source":113,"target":659},{"source":658,"target":41},{"source":659,"target":108},{"source":114,"target":0},{"source":114,"target":52},{"source":114,"target":108},{"source":114,"target":660},{"source":114,"target":661},{"source":660,"target":52},{"source":661,"target":108},{"source":115,"target":0},{"source":115,"target":54},{"source":115,"target":108},{"source":115,"target":662},{"source":115,"target":663},{"source":662,"target":54},{"source":663,"target":108},{"source":116,"target":0},{"source":116,"target":60},{"source":116,"target":108},{"source":116,"target":664},{"source":116,"target":665},{"source":664,"target":60},{"source":665,"target":108},{"source":117,"target":0},{"source":117,"target":88},{"source":117,"target":108},{"source":117,"target":666},{"source":117,"target":667},{"source":666,"target":88},{"source":667,"target":108},{"source":118,"target":0},{"source":118,"target":102},{"source":118,"target":108},{"source":118,"target":668},{"source":118,"target":669},{"source":668,"target":102},{"source":669,"target":108},{"source":119,"target":0},{"source":119,"target":3},{"source":119,"target":108},{"source":119,"target":670},{"source":119,"target":671},{"source":670,"target":3},{"source":671,"target":108},{"source":120,"target":0},{"source":120,"target":123},{"source":120,"target":108},{"source":120,"target":672},{"source":120,"target":673},{"source":672,"target":123},{"source":673,"target":108},{"source":121,"target":0},{"source":121,"target":66},{"source":121,"target":674},{"source":121,"target":675},{"source":121,"target":564},{"source":121,"target":676},{"source":674,"target":677},{"source":674,"target":121},{"source":675,"target":42},{"source":675,"target":678},{"source":675,"target":121},{"source":678,"target":42},{"source":564,"target":87},{"source":564,"target":679},{"source":564,"target":121},{"source":564,"target":560},{"source":679,"target":87},{"source":676,"target":66},{"source":122,"target":0},{"source":122,"target":42},{"source":122,"target":5},{"source":122,"target":503},{"source":122,"target":680},{"source":122,"target":681},{"source":122,"target":682},{"source":503,"target":65},{"source":503,"target":683},{"source":503,"target":122},{"source":503,"target":487},{"source":683,"target":65},{"source":680,"target":6},{"source":680,"target":684},{"source":680,"target":122},{"source":684,"target":6},{"source":681,"target":42},{"source":682,"target":5},{"source":123,"target":0},{"source":123,"target":121},{"source":123,"target":177},{"source":123,"target":685},{"source":177,"target":5},{"source":177,"target":686},{"source":177,"target":123},{"source":177,"target":173},{"source":686,"target":5},{"source":685,"target":121},{"source":124,"target":0},{"source":124,"target":89},{"source":124,"target":5},{"source":124,"target":687},{"source":124,"target":501},{"source":124,"target":688},{"source":124,"target":689},{"source":124,"target":690},{"source":687,"target":691},{"source":687,"target":124},{"source":501,"target":65},{"source":501,"target":692},{"source":501,"target":124},{"source":501,"target":486},{"source":692,"target":65},{"source":688,"target":6},{"source":688,"target":693},{"source":688,"target":124},{"source":693,"target":6},{"source":689,"target":89},{"source":690,"target":5},{"source":125,"target":0},{"source":125,"target":102},{"source":125,"target":694},{"source":125,"target":695},{"source":125,"target":696},{"source":694,"target":697},{"source":694,"target":125},{"source":695,"target":103},{"source":695,"target":698},{"source":695,"target":125},{"source":698,"target":103},{"source":696,"target":102},{"source":126,"target":0},{"source":126,"target":89},{"source":126,"target":699},{"source":126,"target":700},{"source":126,"target":701},{"source":699,"target":42},{"source":699,"target":702},{"source":699,"target":126},{"source":702,"target":42},{"source":700,"target":89},{"source":700,"target":703},{"source":700,"target":126},{"source":703,"target":89},{"source":701,"target":89},{"source":127,"target":0},{"source":127,"target":704},{"source":127,"target":705},{"source":127,"target":706},{"source":127,"target":707},{"source":127,"target":708},{"source":127,"target":709},{"source":127,"target":710},{"source":127,"target":711},{"source":127,"target":712},{"source":127,"target":713},{"source":127,"target":714},{"source":127,"target":715},{"source":704,"target":127},{"source":705,"target":127},{"source":706,"target":127},{"source":707,"target":127},{"source":708,"target":127},{"source":709,"target":127},{"source":710,"target":127},{"source":711,"target":127},{"source":712,"target":127},{"source":713,"target":127},{"source":714,"target":127},{"source":715,"target":127},{"source":128,"target":0},{"source":128,"target":716},{"source":128,"target":717},{"source":128,"target":718},{"source":128,"target":719},{"source":128,"target":720},{"source":128,"target":721},{"source":128,"target":722},{"source":128,"target":723},{"source":128,"target":724},{"source":128,"target":725},{"source":128,"target":726},{"source":128,"target":727},{"source":128,"target":728},{"source":128,"target":729},{"source":128,"target":730},{"source":128,"target":731},{"source":128,"target":732},{"source":128,"target":733},{"source":128,"target":734},{"source":716,"target":128},{"source":717,"target":128},{"source":718,"target":128},{"source":719,"target":128},{"source":720,"target":128},{"source":721,"target":128},{"source":722,"target":128},{"source":723,"target":128},{"source":724,"target":128},{"source":725,"target":128},{"source":726,"target":128},{"source":727,"target":128},{"source":728,"target":128},{"source":729,"target":128},{"source":730,"target":128},{"source":731,"target":128},{"source":732,"target":128},{"source":733,"target":128},{"source":734,"target":128},{"source":129,"target":0},{"source":129,"target":735},{"source":129,"target":736},{"source":129,"target":737},{"source":735,"target":129},{"source":736,"target":129},{"source":737,"target":129},{"source":130,"target":0},{"source":130,"target":738},{"source":130,"target":739},{"source":738,"target":130},{"source":739,"target":130},{"source":131,"target":0},{"source":131,"target":740},{"source":131,"target":741},{"source":131,"target":742},{"source":131,"target":743},{"source":131,"target":744},{"source":131,"target":745},{"source":740,"target":131},{"source":741,"target":131},{"source":742,"target":131},{"source":743,"target":131},{"source":744,"target":131},{"source":745,"target":131},{"source":132,"target":0},{"source":132,"target":746},{"source":132,"target":747},{"source":132,"target":748},{"source":132,"target":749},{"source":746,"target":132},{"source":747,"target":132},{"source":748,"target":132},{"source":749,"target":132}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/Jamzeroth/WorkspacesMG/runtime-EclipseApplication/Customization/ORIGINAL(PLEASE DO NOT CHANGE)/StateMachine.ecore
statemachine StateMachine name transitions Transition Id source target State name Initial Final Simple
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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" nsURI="http://statemachine/1.0" nsPrefix="statemachine"> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" 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="Initial" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="Final" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="Simple" eSuperTypes="#//State"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"statemachine","nsURI":"http://statemachine/1.0","name":"statemachine","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initial","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Final","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Simple","instanceClass":null,"abstract":false,"id":6,"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":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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Id","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"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"},{"id":21,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":7,"target":9},{"source":7,"target":1},{"source":8,"target":2},{"source":8,"target":10},{"source":8,"target":1},{"source":10,"target":2},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":11,"target":14},{"source":11,"target":2},{"source":12,"target":3},{"source":12,"target":15},{"source":12,"target":2},{"source":15,"target":3},{"source":13,"target":3},{"source":13,"target":16},{"source":13,"target":2},{"source":16,"target":3},{"source":3,"target":0},{"source":3,"target":17},{"source":17,"target":18},{"source":17,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":19},{"source":19,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":20},{"source":20,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":21},{"source":21,"target":3}],"multigraph":true}
ecore
entities
repo-ecore-all/data/RoiSoleil/gmftools/xtext-gmf-example/org.xtext.cg2009.exercise1.solution/src-gen/org/xtext/cg2009/Entities.ecore
entities Model entities Entity name superType properties Property name SimpleProperty type ReferenceProperty many type
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="entities" nsURI="http://www.xtext.org/cg2009/Entities" nsPrefix="entities"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1" eType="#//Entity" 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:EReference" name="superType" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleProperty" eSuperTypes="#//Property"> <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="ReferenceProperty" eSuperTypes="#//Property"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Entity"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"entities","nsURI":"http://www.xtext.org/cg2009/Entities","name":"entities","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":"Entity","instanceClass":null,"abstract":false,"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":"SimpleProperty","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceProperty","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":"entities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"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":2},{"source":6,"target":7},{"source":6,"target":1},{"source":7,"target":2},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":8,"target":11},{"source":8,"target":2},{"source":9,"target":2},{"source":9,"target":12},{"source":9,"target":2},{"source":12,"target":2},{"source":10,"target":3},{"source":10,"target":13},{"source":10,"target":2},{"source":13,"target":3},{"source":3,"target":0},{"source":3,"target":14},{"source":14,"target":15},{"source":14,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":16},{"source":4,"target":17},{"source":16,"target":18},{"source":16,"target":4},{"source":17,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":19},{"source":5,"target":20},{"source":5,"target":21},{"source":19,"target":22},{"source":19,"target":5},{"source":20,"target":2},{"source":20,"target":23},{"source":20,"target":5},{"source":23,"target":2},{"source":21,"target":3}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/atlanmod/CoqTL/fr.inria.atlanmod.coqtl.coq/examples/HSM2FSM/resource/HSM.ecore
HSM StateMachine transitions states name Transition stateMachine source target label AbstractState stateMachine name compositeState InitialState RegularState CompositeState states
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="HSM" nsURI="http://HSM/1.0" nsPrefix="HSM"> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/stateMachine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//AbstractState" containment="true" eOpposite="#//AbstractState/stateMachine"/> <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="stateMachine" eType="#//StateMachine" eOpposite="#//StateMachine/transitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//AbstractState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//AbstractState"/> <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:EClass" name="AbstractState" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" eType="#//StateMachine" eOpposite="#//StateMachine/states"/> <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="compositeState" eType="#//CompositeState" eOpposite="#//CompositeState/states"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//AbstractState"/> <eClassifiers xsi:type="ecore:EClass" name="RegularState" eSuperTypes="#//AbstractState"/> <eClassifiers xsi:type="ecore:EClass" name="CompositeState" eSuperTypes="#//AbstractState"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//AbstractState" eOpposite="#//AbstractState/compositeState"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"HSM","nsURI":"http://HSM/1.0","name":"HSM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractState","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegularState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeState","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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"container":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":11,"derived":false},{"id":12,"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":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","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":"name","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compositeState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"states","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"}],"links":[{"source":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":2},{"source":7,"target":10},{"source":7,"target":1},{"source":7,"target":11},{"source":10,"target":2},{"source":8,"target":3},{"source":8,"target":12},{"source":8,"target":1},{"source":8,"target":13},{"source":12,"target":3},{"source":9,"target":14},{"source":9,"target":1},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":11,"target":1},{"source":11,"target":18},{"source":11,"target":2},{"source":11,"target":7},{"source":18,"target":1},{"source":15,"target":3},{"source":15,"target":19},{"source":15,"target":2},{"source":19,"target":3},{"source":16,"target":3},{"source":16,"target":20},{"source":16,"target":2},{"source":20,"target":3},{"source":17,"target":21},{"source":17,"target":2},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":22},{"source":3,"target":23},{"source":13,"target":1},{"source":13,"target":24},{"source":13,"target":3},{"source":13,"target":8},{"source":24,"target":1},{"source":22,"target":25},{"source":22,"target":3},{"source":23,"target":6},{"source":23,"target":26},{"source":23,"target":3},{"source":23,"target":27},{"source":26,"target":6},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":28},{"source":28,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":29},{"source":29,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":27},{"source":6,"target":30},{"source":27,"target":3},{"source":27,"target":31},{"source":27,"target":6},{"source":27,"target":23},{"source":31,"target":3},{"source":30,"target":3}],"multigraph":true}
ecore
graph
repo-ecore-all/data/sentery/ModelTransformation/AnalysisCode/Metamodel/runningexample.ecore
Graph Graph nodes Node name outgoing incoming Edge source target
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Graph" nsURI="http://ttc/Graph" nsPrefix="Graph"> <eClassifiers xsi:type="ecore:EClass" name="Graph"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Edge" containment="true" eOpposite="#//Edge/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Node" eOpposite="#//Node/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Node" eOpposite="#//Node/incoming"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"Graph","nsURI":"http://ttc/Graph","name":"Graph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":4,"target":2},{"source":4,"target":5},{"source":4,"target":1},{"source":5,"target":2},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":7},{"source":2,"target":8},{"source":6,"target":9},{"source":6,"target":2},{"source":7,"target":3},{"source":7,"target":10},{"source":7,"target":2},{"source":7,"target":11},{"source":10,"target":3},{"source":8,"target":3},{"source":8,"target":12},{"source":8,"target":2},{"source":8,"target":13},{"source":12,"target":3},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":13},{"source":11,"target":2},{"source":11,"target":14},{"source":11,"target":3},{"source":11,"target":7},{"source":14,"target":2},{"source":13,"target":2},{"source":13,"target":15},{"source":13,"target":3},{"source":13,"target":8},{"source":15,"target":2}],"multigraph":true}
ecore
app
repo-ecore-all/data/chomats/cadse.as-cu/model/ccore.ecore
ccore TypeDefinition attributes idRuntime fields creationPages validators modificationPages goupsOfAttributes refEClass ExtentedType exendsItemTypes ItemType superType hasContent isRootElement isInstanceAbstract hasShortName hasUniqueName isMetaItemType wcListeners isInstanceHidden overwriteDefaultPages icon itemFactoryClass itemManagerClass subTypes packageName customManager managerClass qualifiedNameTemplate messageErrorId validateNameRe extendedBy keyDefinition contentModel displayNameTemplate humanName exporterTypes composerTypes contentItemTypes Cadse extendsCadse description defaultContentRepoURL executed itemRepoLogin itemRepoPasswd itemRepoURL itemTypes idDefinition keys extendedTypes refEPackage binding itemContents Item committedBy displayName instanceOf itemHidden itemReadonly parent modifiedAttributes qualifiedName twRequireNewRev twVersion twRevModified twCommittedDate contents isvalid cadse exporters composers Attribute isList require cannotBeUndefined natif _final mustBeInitialized tWRevSpecific tWEvol tWUpdateKind tWCommitKind wcListens devGenerated idRuntime hiddenInComputedPages KeyDefinition keys parentKey ContentItemType extendsClass GenInformation cSTName ViewItemType itemType viewLinkTypes ref isRootElement ViewDescription rootTypes StringAttribute notEmpty BooleanAttribute IntegerAttribute LongAttribute DateAttribute UUIDAttribute DoubleAttribute TimeAttribute initWithTheCurrentTime UnresolvedAttributeType BindExt refItemType refExt DynamicActions ActionExtItemType actionsModel Menu children RuntimeItem className extendsClass UIValidator overwrite listenAttributes Display extendsIC extendsMC extendsUI InteractionController ModelController Enum enumType enumClazz values LinkType destination annotation aggregation composition selection mapping linkManager twDestEvol twCoupled hidden min max kind source group ExportedContent hasChildren WCListener listenItemTypes listenAttributeDefinitions Field attribute label position editable ic mc ui Page attributes title description label idRuntime overwrite EnumType mustBeGenerated javaClass values refEnum ComputedString expression GroupOfAttributes attributes superGroup column ViewLinkType linkType canCreateItem canCreateLink displayCreate aggregation GroupExtItem members memberOf MenuAction MenuGroup Composer composerLinks types links ownerItem Exporter types ownerItem ContentItem ownerItem children ComposerLink exporters link View viewItemTypes icon ExtItem ViewModel views MenuAbstract path label icon TWEvol fr.imag.adele.cadse.core.enumdef.TWEvol fr.imag.adele.cadse.core.enumdef.TWEvol twFinal twFinal twTransient twTransient twMutable twMutable twImmutable twImmutable TWUpdateKind fr.imag.adele.cadse.core.enumdef.TWUpdateKind fr.imag.adele.cadse.core.enumdef.TWUpdateKind none none merge merge compute compute TWCommitKind fr.imag.adele.cadse.core.enumdef.TWCommitKind fr.imag.adele.cadse.core.enumdef.TWCommitKind none none conflict conflict reconcile reconcile PositionEnum fr.imag.adele.cadse.core.ui.EPosLabel fr.imag.adele.cadse.core.ui.EPosLabel left left top top right right group group none none defaultpos defaultpos TWDestEvol fr.imag.adele.cadse.core.enumdef.TWDestEvol fr.imag.adele.cadse.core.enumdef.TWDestEvol mutable mutable immutable immutable effective effective finalDest finalDest branch branch ComposerType ExporterType RuntimeItemType BindingDesc source dest typeBinding DBObject objectId mainItemType uuid_msb 0 uuid_lsb 0 JavaUUID java.util.UUID java.util.UUID
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ccore" nsURI="http://www-adele.imag.fr/cadse/2009/ccore" nsPrefix="ccore"> <eClassifiers xsi:type="ecore:EClass" name="TypeDefinition" abstract="true" eSuperTypes="#//Item platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idRuntime" 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="creationPages" upperBound="-1" eType="#//Page" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="validators" upperBound="-1" eType="#//UIValidator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modificationPages" upperBound="-1" eType="#//Page" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="goupsOfAttributes" upperBound="-1" eType="#//GroupOfAttributes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refEClass" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtentedType" eSuperTypes="#//TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="exendsItemTypes" upperBound="-1" eType="#//ItemType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ItemType" eSuperTypes="#//TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" upperBound="-1" eType="#//ItemType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasContent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRootElement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInstanceAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasShortName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasUniqueName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMetaItemType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wcListeners" upperBound="-1" eType="#//WCListener"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInstanceHidden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="overwriteDefaultPages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="icon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemFactoryClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemManagerClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subTypes" upperBound="-1" eType="#//ItemType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customManager" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="managerClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedNameTemplate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messageErrorId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validateNameRe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedBy" upperBound="-1" eType="#//ExtentedType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyDefinition" eType="#//KeyDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentModel" eType="#//ContentItemType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayNameTemplate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="humanName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exporterTypes" upperBound="-1" eType="#//ExporterType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="composerTypes" upperBound="-1" eType="#//ComposerType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentItemTypes" upperBound="-1" eType="#//ContentItemType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cadse" eSuperTypes="#//Item platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="extendsCadse" upperBound="-1" eType="#//Cadse"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultContentRepoURL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="executed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemRepoLogin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemRepoPasswd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemRepoURL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itemTypes" upperBound="-1" eType="#//ItemType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idDefinition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keys" upperBound="-1" eType="#//KeyDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedTypes" upperBound="-1" eType="#//ExtentedType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refEPackage" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="binding" upperBound="-1" eType="#//BindingDesc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itemContents" upperBound="-1" eType="#//Item" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Item" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//ENamedElement #//DBObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="committedBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceOf" lowerBound="1" upperBound="-1" eType="#//ItemType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemHidden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemReadonly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Item"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiedAttributes" upperBound="-1" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="twRequireNewRev" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="twVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="twRevModified" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="twCommittedDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//ContentItem" containment="true" eOpposite="#//ContentItem/ownerItem"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isvalid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cadse" lowerBound="1" eType="#//Cadse"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exporters" upperBound="-1" eType="#//Exporter" containment="true" eOpposite="#//Exporter/ownerItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns its exporters."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="composers" upperBound="-1" eType="#//Composer" containment="true" eOpposite="#//Composer/ownerItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns its exporters."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true" eSuperTypes="#//Item platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isList" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="require" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cannotBeUndefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="natif" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_final" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mustBeInitialized" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tWRevSpecific" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tWEvol" eType="#//TWEvol"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tWUpdateKind" eType="#//TWUpdateKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tWCommitKind" eType="#//TWCommitKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wcListens" upperBound="-1" eType="#//WCListener"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="devGenerated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idRuntime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hiddenInComputedPages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KeyDefinition" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EReference" name="keys" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentKey" eType="#//KeyDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentItemType" abstract="true" eSuperTypes="#//ItemType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extendsClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenInformation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cSTName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewItemType"> <eStructuralFeatures xsi:type="ecore:EReference" name="itemType" lowerBound="1" eType="#//ItemType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewLinkTypes" upperBound="-1" eType="#//ViewLinkType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRootElement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewDescription"> <eStructuralFeatures xsi:type="ecore:EReference" name="rootTypes" upperBound="-1" eType="#//TypeDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringAttribute" eSuperTypes="#//Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notEmpty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanAttribute" eSuperTypes="#//Attribute"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerAttribute" eSuperTypes="#//Attribute"/> <eClassifiers xsi:type="ecore:EClass" name="LongAttribute" eSuperTypes="#//Attribute"/> <eClassifiers xsi:type="ecore:EClass" name="DateAttribute" eSuperTypes="#//Attribute"/> <eClassifiers xsi:type="ecore:EClass" name="UUIDAttribute" eSuperTypes="#//Attribute"/> <eClassifiers xsi:type="ecore:EClass" name="DoubleAttribute" eSuperTypes="#//Attribute"/> <eClassifiers xsi:type="ecore:EClass" name="TimeAttribute" eSuperTypes="#//LongAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initWithTheCurrentTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedAttributeType" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="BindExt" eSuperTypes="#//BindingDesc"> <eStructuralFeatures xsi:type="ecore:EReference" name="refItemType" lowerBound="1" eType="#//ItemType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refExt" lowerBound="1" eType="#//ExtentedType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DynamicActions"/> <eClassifiers xsi:type="ecore:EClass" name="ActionExtItemType"> <eStructuralFeatures xsi:type="ecore:EReference" name="actionsModel" eType="#//Menu" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Menu"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//MenuAbstract" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuntimeItem" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extendsClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UIValidator"> <eStructuralFeatures xsi:type="ecore:EReference" name="overwrite" upperBound="-1" eType="#//UIValidator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="listenAttributes" upperBound="-1" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Display" eSuperTypes="#//RuntimeItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extendsIC" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extendsMC" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extendsUI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InteractionController" eSuperTypes="#//RuntimeItem"/> <eClassifiers xsi:type="ecore:EClass" name="ModelController" eSuperTypes="#//RuntimeItem"/> <eClassifiers xsi:type="ecore:EClass" name="Enum" eSuperTypes="#//Attribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumType" eType="#//EnumType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enumClazz" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" upperBound="2147483647" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkType" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EReference #//Attribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="destination" lowerBound="1" eType="#//TypeDefinition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="annotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="composition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mapping" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkManager" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="twDestEvol" eType="#//TWDestEvol"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="twCoupled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hidden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//TypeDefinition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExportedContent"> <eOperations name="hasChildren" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WCListener" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="listenItemTypes" upperBound="-1" eType="#//ItemType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="listenAttributeDefinitions" upperBound="-1" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" eType="#//PositionEnum"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ic" eType="#//InteractionController" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mc" eType="#//ModelController" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ui" lowerBound="1" eType="#//Display" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idRuntime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="overwrite" upperBound="-1" eType="#//Page"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumType" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EEnum"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mustBeGenerated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" upperBound="2147483647" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refEnum" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputedString" abstract="true"> <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="GroupOfAttributes"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" lowerBound="1" upperBound="-1" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superGroup" eType="#//GroupOfAttributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewLinkType"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkType" lowerBound="1" eType="#//LinkType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="canCreateItem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="canCreateLink" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayCreate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupExtItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//Item"/> <eStructuralFeatures xsi:type="ecore:EReference" name="memberOf" eType="#//Item"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuAction"/> <eClassifiers xsi:type="ecore:EClass" name="MenuGroup"/> <eClassifiers xsi:type="ecore:EClass" name="Composer" eSuperTypes="#//RuntimeItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="composerLinks" upperBound="-1" eType="#//LinkType" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="types" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//ComposerLink" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownerItem" eType="#//Item" eOpposite="#//Item/composers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exporter" eSuperTypes="#//RuntimeItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="types" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownerItem" lowerBound="1" eType="#//Item" eOpposite="#//Item/exporters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownerItem" eType="#//Item" eOpposite="#//Item/contents"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//ContentItem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComposerLink"> <eStructuralFeatures xsi:type="ecore:EReference" name="exporters" upperBound="-1" eType="#//Exporter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="link" lowerBound="1" eType="#//LinkType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="View"> <eStructuralFeatures xsi:type="ecore:EReference" name="viewItemTypes" upperBound="-1" eType="#//ViewItemType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="icon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtItem" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ViewModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1" eType="#//View" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuAbstract" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="icon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TWEvol" instanceClassName="fr.imag.adele.cadse.core.enumdef.TWEvol"> <eLiterals name="twFinal" literal="twFinal"/> <eLiterals name="twTransient" value="1" literal="twTransient"/> <eLiterals name="twMutable" value="2" literal="twMutable"/> <eLiterals name="twImmutable" value="3" literal="twImmutable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TWUpdateKind" instanceClassName="fr.imag.adele.cadse.core.enumdef.TWUpdateKind"> <eLiterals name="none" literal="none"/> <eLiterals name="merge" value="1" literal="merge"/> <eLiterals name="compute" value="2" literal="compute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TWCommitKind" instanceClassName="fr.imag.adele.cadse.core.enumdef.TWCommitKind"> <eLiterals name="none" literal="none"/> <eLiterals name="conflict" value="1" literal="conflict"/> <eLiterals name="reconcile" value="2" literal="reconcile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PositionEnum" instanceClassName="fr.imag.adele.cadse.core.ui.EPosLabel"> <eLiterals name="left" literal="left"/> <eLiterals name="top" value="1" literal="top"/> <eLiterals name="right" value="2" literal="right"/> <eLiterals name="group" value="3" literal="group"/> <eLiterals name="none" value="4" literal="none"/> <eLiterals name="defaultpos" value="5" literal="defaultpos"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TWDestEvol" instanceClassName="fr.imag.adele.cadse.core.enumdef.TWDestEvol"> <eLiterals name="mutable" literal="mutable"/> <eLiterals name="immutable" value="1" literal="immutable"/> <eLiterals name="effective" value="2" literal="effective"/> <eLiterals name="finalDest" value="3" literal="finalDest"/> <eLiterals name="branch" value="4" literal="branch"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComposerType" eSuperTypes="#//RuntimeItemType"/> <eClassifiers xsi:type="ecore:EClass" name="ExporterType" eSuperTypes="#//RuntimeItemType"/> <eClassifiers xsi:type="ecore:EClass" name="RuntimeItemType" eSuperTypes="#//ItemType"/> <eClassifiers xsi:type="ecore:EClass" name="BindingDesc" eSuperTypes="#//DBObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Item"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dest" lowerBound="1" eType="#//Item"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeBinding" lowerBound="1" eType="#//LinkType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DBObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objectId" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mainItemType" eType="#//ItemType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uuid_msb" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//ELong" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uuid_lsb" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="JavaUUID" instanceClassName="java.util.UUID"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"ccore","nsURI":"http://www-adele.imag.fr/cadse/2009/ccore","name":"ccore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinition","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtentedType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cadse","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"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":"Attribute","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyDefinition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentItemType","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenInformation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewItemType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewDescription","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringAttribute","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanAttribute","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerAttribute","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongAttribute","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateAttribute","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UUIDAttribute","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleAttribute","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeAttribute","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedAttributeType","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindExt","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicActions","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionExtItemType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Menu","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuntimeItem","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIValidator","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Display","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionController","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelController","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enum","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkType","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExportedContent","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WCListener","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumType","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputedString","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupOfAttributes","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewLinkType","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupExtItem","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuAction","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuGroup","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composer","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exporter","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentItem","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComposerLink","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtItem","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewModel","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuAbstract","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":"fr.imag.adele.cadse.core.enumdef.TWEvol","instanceClassName":"fr.imag.adele.cadse.core.enumdef.TWEvol","name":"TWEvol","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"fr.imag.adele.cadse.core.enumdef.TWUpdateKind","instanceClassName":"fr.imag.adele.cadse.core.enumdef.TWUpdateKind","name":"TWUpdateKind","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"fr.imag.adele.cadse.core.enumdef.TWCommitKind","instanceClassName":"fr.imag.adele.cadse.core.enumdef.TWCommitKind","name":"TWCommitKind","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"fr.imag.adele.cadse.core.ui.EPosLabel","instanceClassName":"fr.imag.adele.cadse.core.ui.EPosLabel","name":"PositionEnum","instanceClass":null,"id":54,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"fr.imag.adele.cadse.core.enumdef.TWDestEvol","instanceClassName":"fr.imag.adele.cadse.core.enumdef.TWDestEvol","name":"TWDestEvol","instanceClass":null,"id":55,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComposerType","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExporterType","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuntimeItemType","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingDesc","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DBObject","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.UUID","defaultValue":null,"instanceClassName":"java.util.UUID","name":"JavaUUID","instanceClass":"java.util.UUID","id":61,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":"idRuntime","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":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"creationPages","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":"validators","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":"modificationPages","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":"goupsOfAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refEClass","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":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exendsItemTypes","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasContent","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRootElement","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInstanceAbstract","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasShortName","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":"hasUniqueName","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":"isMetaItemType","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"wcListeners","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInstanceHidden","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"overwriteDefaultPages","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":"icon","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":"itemFactoryClass","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":"itemManagerClass","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageName","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"customManager","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":"managerClass","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":"qualifiedNameTemplate","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":"messageErrorId","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":"validateNameRe","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extendedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keyDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayNameTemplate","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":"humanName","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":"exporterTypes","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":"composerTypes","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":"contentItemTypes","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"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extendsCadse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultContentRepoURL","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"executed","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":"itemRepoLogin","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":"itemRepoPasswd","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":"itemRepoURL","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itemTypes","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":"idDefinition","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extendedTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refEPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"itemContents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"committedBy","changeable":true,"lowerBound":0,"iD":false,"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":"displayName","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instanceOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"itemHidden","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"itemReadonly","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modifiedAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedName","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":null,"unsettable":false,"transient":false,"unique":true,"name":"twRequireNewRev","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"twVersion","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"twRevModified","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"twCommittedDate","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":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":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cadse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exporters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"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":"ownerItem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"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":"ownerItem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"id":207,"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":"ownerItem","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"isList","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"require","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cannotBeUndefined","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":"natif","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_final","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mustBeInitialized","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tWRevSpecific","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tWEvol","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tWUpdateKind","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tWCommitKind","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"wcListens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"devGenerated","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idRuntime","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hiddenInComputedPages","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"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"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":"extendsClass","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"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":"cSTName","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"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":"itemType","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"viewLinkTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"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":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRootElement","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rootTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"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":"notEmpty","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"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"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":"initWithTheCurrentTime","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refItemType","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":"refExt","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionsModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extendsClass","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overwrite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"listenAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"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":"extendsIC","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extendsMC","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extendsUI","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumType","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":"enumClazz","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"ordered":true,"upperBound":2147483647,"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":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"resolveProxies":true,"lowerBound":1,"id":305,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aggregation","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"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":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":"selection","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"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":310,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkManager","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"twDestEvol","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"twCoupled","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hidden","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"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":315,"derived":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":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"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":317,"derived":false},{"container":false,"ordered":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":318,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasChildren","lowerBound":0,"id":337,"many":false,"required":false,"eClass":"EOperation"},{"id":338,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"listenItemTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"listenAttributeDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":343,"derived":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":344,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":0,"iD":false,"id":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":"editable","changeable":true,"lowerBound":0,"iD":false,"id":346,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ui","changeable":true,"resolveProxies":true,"lowerBound":1,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":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":358,"derived":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":359,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idRuntime","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overwrite","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mustBeGenerated","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"javaClass","changeable":true,"lowerBound":0,"iD":false,"id":371,"derived":false},{"ordered":true,"upperBound":2147483647,"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":372,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refEnum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"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":379,"derived":false},{"id":380,"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"lowerBound":0,"iD":false,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":387,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"canCreateItem","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"canCreateLink","changeable":true,"lowerBound":0,"iD":false,"id":389,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayCreate","changeable":true,"lowerBound":0,"iD":false,"id":390,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"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":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"memberOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"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":"composerLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"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":"types","changeable":true,"lowerBound":0,"iD":false,"id":402,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"lowerBound":0,"iD":false,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exporters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"container":false,"ordered":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":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"viewItemTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"icon","changeable":true,"lowerBound":0,"iD":false,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"views","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":426,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":427,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"icon","changeable":true,"lowerBound":0,"iD":false,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"name":"twFinal","id":432,"value":0,"literal":"twFinal","eClass":"EEnumLiteral"},{"name":"twTransient","id":433,"value":1,"literal":"twTransient","eClass":"EEnumLiteral"},{"name":"twMutable","id":434,"value":2,"literal":"twMutable","eClass":"EEnumLiteral"},{"name":"twImmutable","id":435,"value":3,"literal":"twImmutable","eClass":"EEnumLiteral"},{"name":"none","id":436,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"merge","id":437,"value":1,"literal":"merge","eClass":"EEnumLiteral"},{"name":"compute","id":438,"value":2,"literal":"compute","eClass":"EEnumLiteral"},{"name":"none","id":439,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"conflict","id":440,"value":1,"literal":"conflict","eClass":"EEnumLiteral"},{"name":"reconcile","id":441,"value":2,"literal":"reconcile","eClass":"EEnumLiteral"},{"name":"left","id":442,"value":0,"literal":"left","eClass":"EEnumLiteral"},{"name":"top","id":443,"value":1,"literal":"top","eClass":"EEnumLiteral"},{"name":"right","id":444,"value":2,"literal":"right","eClass":"EEnumLiteral"},{"name":"group","id":445,"value":3,"literal":"group","eClass":"EEnumLiteral"},{"name":"none","id":446,"value":4,"literal":"none","eClass":"EEnumLiteral"},{"name":"defaultpos","id":447,"value":5,"literal":"defaultpos","eClass":"EEnumLiteral"},{"name":"mutable","id":448,"value":0,"literal":"mutable","eClass":"EEnumLiteral"},{"name":"immutable","id":449,"value":1,"literal":"immutable","eClass":"EEnumLiteral"},{"name":"effective","id":450,"value":2,"literal":"effective","eClass":"EEnumLiteral"},{"name":"finalDest","id":451,"value":3,"literal":"finalDest","eClass":"EEnumLiteral"},{"name":"branch","id":452,"value":4,"literal":"branch","eClass":"EEnumLiteral"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"container":false,"ordered":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":456,"derived":false},{"container":false,"ordered":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":457,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeBinding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"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":463,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainItemType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"uuid_msb","changeable":true,"lowerBound":0,"iD":false,"id":465,"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":"uuid_lsb","changeable":true,"lowerBound":0,"iD":false,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":62,"target":6},{"source":62,"target":72},{"source":62,"target":1},{"source":72,"target":6},{"source":63,"target":73},{"source":63,"target":1},{"source":64,"target":34},{"source":64,"target":74},{"source":64,"target":1},{"source":74,"target":34},{"source":65,"target":35},{"source":65,"target":75},{"source":65,"target":1},{"source":75,"target":35},{"source":66,"target":26},{"source":66,"target":76},{"source":66,"target":1},{"source":76,"target":26},{"source":67,"target":35},{"source":67,"target":77},{"source":67,"target":1},{"source":77,"target":35},{"source":68,"target":38},{"source":68,"target":78},{"source":68,"target":1},{"source":78,"target":38},{"source":69,"target":79},{"source":69,"target":1},{"source":70,"target":5},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":80},{"source":2,"target":81},{"source":80,"target":3},{"source":80,"target":82},{"source":80,"target":2},{"source":82,"target":3},{"source":81,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":83},{"source":3,"target":84},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":3,"target":94},{"source":3,"target":95},{"source":3,"target":96},{"source":3,"target":97},{"source":3,"target":98},{"source":3,"target":99},{"source":3,"target":100},{"source":3,"target":101},{"source":3,"target":102},{"source":3,"target":103},{"source":3,"target":104},{"source":3,"target":105},{"source":3,"target":106},{"source":3,"target":107},{"source":3,"target":108},{"source":3,"target":109},{"source":3,"target":110},{"source":3,"target":111},{"source":83,"target":3},{"source":83,"target":112},{"source":83,"target":3},{"source":112,"target":3},{"source":84,"target":113},{"source":84,"target":3},{"source":85,"target":114},{"source":85,"target":3},{"source":86,"target":115},{"source":86,"target":3},{"source":87,"target":116},{"source":87,"target":3},{"source":88,"target":117},{"source":88,"target":3},{"source":89,"target":118},{"source":89,"target":3},{"source":90,"target":33},{"source":90,"target":119},{"source":90,"target":3},{"source":119,"target":33},{"source":91,"target":120},{"source":91,"target":3},{"source":92,"target":121},{"source":92,"target":3},{"source":93,"target":122},{"source":93,"target":3},{"source":94,"target":123},{"source":94,"target":3},{"source":95,"target":124},{"source":95,"target":3},{"source":96,"target":3},{"source":96,"target":125},{"source":96,"target":3},{"source":125,"target":3},{"source":97,"target":126},{"source":97,"target":3},{"source":98,"target":127},{"source":98,"target":3},{"source":99,"target":128},{"source":99,"target":3},{"source":100,"target":129},{"source":100,"target":3},{"source":101,"target":130},{"source":101,"target":3},{"source":102,"target":131},{"source":102,"target":3},{"source":103,"target":2},{"source":103,"target":132},{"source":103,"target":3},{"source":132,"target":2},{"source":104,"target":7},{"source":104,"target":133},{"source":104,"target":3},{"source":133,"target":7},{"source":105,"target":8},{"source":105,"target":134},{"source":105,"target":3},{"source":134,"target":8},{"source":106,"target":135},{"source":106,"target":3},{"source":107,"target":136},{"source":107,"target":3},{"source":108,"target":57},{"source":108,"target":137},{"source":108,"target":3},{"source":137,"target":57},{"source":109,"target":56},{"source":109,"target":138},{"source":109,"target":3},{"source":138,"target":56},{"source":110,"target":8},{"source":110,"target":139},{"source":110,"target":3},{"source":139,"target":8},{"source":111,"target":1},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":140},{"source":4,"target":141},{"source":4,"target":142},{"source":4,"target":143},{"source":4,"target":144},{"source":4,"target":145},{"source":4,"target":146},{"source":4,"target":147},{"source":4,"target":148},{"source":4,"target":149},{"source":4,"target":150},{"source":4,"target":151},{"source":4,"target":152},{"source":4,"target":153},{"source":4,"target":154},{"source":4,"target":155},{"source":140,"target":4},{"source":140,"target":156},{"source":140,"target":4},{"source":156,"target":4},{"source":141,"target":157},{"source":141,"target":4},{"source":142,"target":158},{"source":142,"target":4},{"source":143,"target":159},{"source":143,"target":4},{"source":144,"target":160},{"source":144,"target":4},{"source":145,"target":161},{"source":145,"target":4},{"source":146,"target":162},{"source":146,"target":4},{"source":147,"target":3},{"source":147,"target":163},{"source":147,"target":4},{"source":163,"target":3},{"source":148,"target":164},{"source":148,"target":4},{"source":149,"target":7},{"source":149,"target":165},{"source":149,"target":4},{"source":165,"target":7},{"source":150,"target":2},{"source":150,"target":166},{"source":150,"target":4},{"source":166,"target":2},{"source":151,"target":167},{"source":151,"target":4},{"source":152,"target":59},{"source":152,"target":168},{"source":152,"target":4},{"source":168,"target":59},{"source":153,"target":5},{"source":153,"target":169},{"source":153,"target":4},{"source":169,"target":5},{"source":154,"target":5},{"source":5,"target":0},{"source":5,"target":60},{"source":5,"target":170},{"source":5,"target":171},{"source":5,"target":172},{"source":5,"target":173},{"source":5,"target":174},{"source":5,"target":175},{"source":5,"target":176},{"source":5,"target":177},{"source":5,"target":178},{"source":5,"target":179},{"source":5,"target":180},{"source":5,"target":181},{"source":5,"target":182},{"source":5,"target":183},{"source":5,"target":184},{"source":5,"target":185},{"source":5,"target":186},{"source":5,"target":187},{"source":5,"target":188},{"source":170,"target":189},{"source":170,"target":5},{"source":171,"target":190},{"source":171,"target":5},{"source":172,"target":3},{"source":172,"target":191},{"source":172,"target":5},{"source":191,"target":3},{"source":173,"target":192},{"source":173,"target":5},{"source":174,"target":193},{"source":174,"target":5},{"source":175,"target":5},{"source":175,"target":194},{"source":175,"target":5},{"source":194,"target":5},{"source":176,"target":6},{"source":176,"target":195},{"source":176,"target":5},{"source":195,"target":6},{"source":177,"target":196},{"source":177,"target":5},{"source":178,"target":197},{"source":178,"target":5},{"source":179,"target":198},{"source":179,"target":5},{"source":180,"target":199},{"source":180,"target":5},{"source":181,"target":200},{"source":181,"target":5},{"source":182,"target":45},{"source":182,"target":201},{"source":182,"target":5},{"source":182,"target":202},{"source":201,"target":45},{"source":183,"target":203},{"source":183,"target":5},{"source":184,"target":4},{"source":184,"target":204},{"source":184,"target":5},{"source":204,"target":4},{"source":185,"target":44},{"source":185,"target":205},{"source":185,"target":5},{"source":185,"target":206},{"source":205,"target":44},{"source":186,"target":43},{"source":186,"target":207},{"source":186,"target":5},{"source":186,"target":208},{"source":207,"target":43},{"source":188,"target":60},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":209},{"source":6,"target":210},{"source":6,"target":211},{"source":6,"target":212},{"source":6,"target":213},{"source":6,"target":214},{"source":6,"target":215},{"source":6,"target":216},{"source":6,"target":217},{"source":6,"target":218},{"source":6,"target":219},{"source":6,"target":220},{"source":6,"target":221},{"source":6,"target":222},{"source":6,"target":223},{"source":6,"target":224},{"source":209,"target":225},{"source":209,"target":6},{"source":210,"target":226},{"source":210,"target":6},{"source":211,"target":227},{"source":211,"target":6},{"source":212,"target":228},{"source":212,"target":6},{"source":213,"target":229},{"source":213,"target":6},{"source":214,"target":230},{"source":214,"target":6},{"source":215,"target":231},{"source":215,"target":6},{"source":216,"target":51},{"source":216,"target":232},{"source":216,"target":6},{"source":232,"target":51},{"source":217,"target":52},{"source":217,"target":233},{"source":217,"target":6},{"source":233,"target":52},{"source":218,"target":53},{"source":218,"target":234},{"source":218,"target":6},{"source":234,"target":53},{"source":219,"target":33},{"source":219,"target":235},{"source":219,"target":6},{"source":235,"target":33},{"source":220,"target":236},{"source":220,"target":6},{"source":221,"target":237},{"source":221,"target":6},{"source":222,"target":238},{"source":222,"target":6},{"source":223,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":239},{"source":7,"target":240},{"source":7,"target":241},{"source":239,"target":242},{"source":239,"target":7},{"source":240,"target":7},{"source":240,"target":243},{"source":240,"target":7},{"source":243,"target":7},{"source":241,"target":5},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":244},{"source":8,"target":245},{"source":244,"target":246},{"source":244,"target":8},{"source":245,"target":3},{"source":9,"target":0},{"source":9,"target":247},{"source":247,"target":248},{"source":247,"target":9},{"source":10,"target":0},{"source":10,"target":249},{"source":10,"target":250},{"source":10,"target":251},{"source":10,"target":252},{"source":249,"target":3},{"source":249,"target":253},{"source":249,"target":10},{"source":253,"target":3},{"source":250,"target":39},{"source":250,"target":254},{"source":250,"target":10},{"source":254,"target":39},{"source":251,"target":255},{"source":251,"target":10},{"source":252,"target":256},{"source":252,"target":10},{"source":11,"target":0},{"source":11,"target":257},{"source":257,"target":1},{"source":257,"target":258},{"source":257,"target":11},{"source":258,"target":1},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":259},{"source":12,"target":260},{"source":259,"target":261},{"source":259,"target":12},{"source":260,"target":6},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":262},{"source":262,"target":6},{"source":14,"target":0},{"source":14,"target":6},{"source":14,"target":263},{"source":263,"target":6},{"source":15,"target":0},{"source":15,"target":6},{"source":15,"target":264},{"source":264,"target":6},{"source":16,"target":0},{"source":16,"target":6},{"source":16,"target":265},{"source":265,"target":6},{"source":17,"target":0},{"source":17,"target":6},{"source":17,"target":266},{"source":266,"target":6},{"source":18,"target":0},{"source":18,"target":6},{"source":18,"target":267},{"source":267,"target":6},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":268},{"source":19,"target":269},{"source":268,"target":270},{"source":268,"target":19},{"source":269,"target":15},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":59},{"source":21,"target":271},{"source":21,"target":272},{"source":21,"target":273},{"source":271,"target":3},{"source":271,"target":274},{"source":271,"target":21},{"source":274,"target":3},{"source":272,"target":2},{"source":272,"target":275},{"source":272,"target":21},{"source":275,"target":2},{"source":273,"target":59},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":276},{"source":276,"target":24},{"source":276,"target":277},{"source":276,"target":23},{"source":277,"target":24},{"source":24,"target":0},{"source":24,"target":278},{"source":278,"target":50},{"source":278,"target":279},{"source":278,"target":24},{"source":279,"target":50},{"source":25,"target":0},{"source":25,"target":5},{"source":25,"target":280},{"source":25,"target":281},{"source":25,"target":282},{"source":280,"target":283},{"source":280,"target":25},{"source":281,"target":284},{"source":281,"target":25},{"source":282,"target":5},{"source":26,"target":0},{"source":26,"target":285},{"source":26,"target":286},{"source":285,"target":26},{"source":285,"target":287},{"source":285,"target":26},{"source":287,"target":26},{"source":286,"target":6},{"source":286,"target":288},{"source":286,"target":26},{"source":288,"target":6},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":289},{"source":27,"target":290},{"source":27,"target":291},{"source":27,"target":292},{"source":289,"target":293},{"source":289,"target":27},{"source":290,"target":294},{"source":290,"target":27},{"source":291,"target":295},{"source":291,"target":27},{"source":292,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":296},{"source":296,"target":25},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":297},{"source":297,"target":25},{"source":30,"target":0},{"source":30,"target":6},{"source":30,"target":298},{"source":30,"target":299},{"source":30,"target":300},{"source":30,"target":301},{"source":298,"target":36},{"source":298,"target":302},{"source":298,"target":30},{"source":302,"target":36},{"source":299,"target":303},{"source":299,"target":30},{"source":300,"target":304},{"source":300,"target":30},{"source":301,"target":6},{"source":31,"target":0},{"source":31,"target":6},{"source":31,"target":305},{"source":31,"target":306},{"source":31,"target":307},{"source":31,"target":308},{"source":31,"target":309},{"source":31,"target":310},{"source":31,"target":311},{"source":31,"target":312},{"source":31,"target":313},{"source":31,"target":314},{"source":31,"target":315},{"source":31,"target":316},{"source":31,"target":317},{"source":31,"target":318},{"source":31,"target":319},{"source":31,"target":320},{"source":31,"target":321},{"source":305,"target":1},{"source":305,"target":322},{"source":305,"target":31},{"source":322,"target":1},{"source":306,"target":323},{"source":306,"target":31},{"source":307,"target":324},{"source":307,"target":31},{"source":308,"target":325},{"source":308,"target":31},{"source":309,"target":326},{"source":309,"target":31},{"source":310,"target":327},{"source":310,"target":31},{"source":311,"target":328},{"source":311,"target":31},{"source":312,"target":55},{"source":312,"target":329},{"source":312,"target":31},{"source":329,"target":55},{"source":313,"target":330},{"source":313,"target":31},{"source":314,"target":331},{"source":314,"target":31},{"source":315,"target":332},{"source":315,"target":31},{"source":316,"target":333},{"source":316,"target":31},{"source":317,"target":334},{"source":317,"target":31},{"source":318,"target":1},{"source":318,"target":335},{"source":318,"target":31},{"source":335,"target":1},{"source":319,"target":336},{"source":319,"target":31},{"source":321,"target":6},{"source":32,"target":0},{"source":32,"target":337},{"source":337,"target":338},{"source":337,"target":32},{"source":33,"target":0},{"source":33,"target":339},{"source":33,"target":340},{"source":339,"target":3},{"source":339,"target":341},{"source":339,"target":33},{"source":341,"target":3},{"source":340,"target":6},{"source":340,"target":342},{"source":340,"target":33},{"source":342,"target":6},{"source":34,"target":0},{"source":34,"target":5},{"source":34,"target":343},{"source":34,"target":344},{"source":34,"target":345},{"source":34,"target":346},{"source":34,"target":347},{"source":34,"target":348},{"source":34,"target":349},{"source":34,"target":350},{"source":343,"target":6},{"source":343,"target":351},{"source":343,"target":34},{"source":351,"target":6},{"source":344,"target":352},{"source":344,"target":34},{"source":345,"target":54},{"source":345,"target":353},{"source":345,"target":34},{"source":353,"target":54},{"source":346,"target":354},{"source":346,"target":34},{"source":347,"target":28},{"source":347,"target":355},{"source":347,"target":34},{"source":355,"target":28},{"source":348,"target":29},{"source":348,"target":356},{"source":348,"target":34},{"source":356,"target":29},{"source":349,"target":27},{"source":349,"target":357},{"source":349,"target":34},{"source":357,"target":27},{"source":350,"target":5},{"source":35,"target":0},{"source":35,"target":358},{"source":35,"target":359},{"source":35,"target":360},{"source":35,"target":361},{"source":35,"target":362},{"source":35,"target":363},{"source":358,"target":6},{"source":358,"target":364},{"source":358,"target":35},{"source":364,"target":6},{"source":359,"target":365},{"source":359,"target":35},{"source":360,"target":366},{"source":360,"target":35},{"source":361,"target":367},{"source":361,"target":35},{"source":362,"target":368},{"source":362,"target":35},{"source":363,"target":35},{"source":363,"target":369},{"source":363,"target":35},{"source":369,"target":35},{"source":36,"target":0},{"source":36,"target":370},{"source":36,"target":371},{"source":36,"target":372},{"source":36,"target":373},{"source":36,"target":374},{"source":370,"target":375},{"source":370,"target":36},{"source":371,"target":376},{"source":371,"target":36},{"source":372,"target":377},{"source":372,"target":36},{"source":373,"target":378},{"source":373,"target":36},{"source":37,"target":0},{"source":37,"target":379},{"source":379,"target":380},{"source":379,"target":37},{"source":38,"target":0},{"source":38,"target":381},{"source":38,"target":382},{"source":38,"target":383},{"source":381,"target":6},{"source":381,"target":384},{"source":381,"target":38},{"source":384,"target":6},{"source":382,"target":38},{"source":382,"target":385},{"source":382,"target":38},{"source":385,"target":38},{"source":383,"target":386},{"source":383,"target":38},{"source":39,"target":0},{"source":39,"target":387},{"source":39,"target":388},{"source":39,"target":389},{"source":39,"target":390},{"source":39,"target":391},{"source":387,"target":31},{"source":387,"target":392},{"source":387,"target":39},{"source":392,"target":31},{"source":388,"target":393},{"source":388,"target":39},{"source":389,"target":394},{"source":389,"target":39},{"source":390,"target":395},{"source":390,"target":39},{"source":391,"target":396},{"source":391,"target":39},{"source":40,"target":0},{"source":40,"target":397},{"source":40,"target":398},{"source":397,"target":5},{"source":397,"target":399},{"source":397,"target":40},{"source":399,"target":5},{"source":398,"target":5},{"source":398,"target":400},{"source":398,"target":40},{"source":400,"target":5},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":25},{"source":43,"target":401},{"source":43,"target":402},{"source":43,"target":403},{"source":43,"target":208},{"source":43,"target":404},{"source":401,"target":31},{"source":401,"target":405},{"source":401,"target":43},{"source":405,"target":31},{"source":402,"target":406},{"source":402,"target":43},{"source":403,"target":46},{"source":403,"target":407},{"source":403,"target":43},{"source":407,"target":46},{"source":208,"target":5},{"source":208,"target":408},{"source":208,"target":43},{"source":208,"target":186},{"source":408,"target":5},{"source":404,"target":25},{"source":44,"target":0},{"source":44,"target":25},{"source":44,"target":409},{"source":44,"target":206},{"source":44,"target":410},{"source":409,"target":411},{"source":409,"target":44},{"source":206,"target":5},{"source":206,"target":412},{"source":206,"target":44},{"source":206,"target":185},{"source":412,"target":5},{"source":410,"target":25},{"source":45,"target":0},{"source":45,"target":202},{"source":45,"target":413},{"source":202,"target":5},{"source":202,"target":414},{"source":202,"target":45},{"source":202,"target":182},{"source":414,"target":5},{"source":413,"target":45},{"source":413,"target":415},{"source":413,"target":45},{"source":415,"target":45},{"source":46,"target":0},{"source":46,"target":416},{"source":46,"target":417},{"source":416,"target":44},{"source":416,"target":418},{"source":416,"target":46},{"source":418,"target":44},{"source":417,"target":31},{"source":417,"target":419},{"source":417,"target":46},{"source":419,"target":31},{"source":47,"target":0},{"source":47,"target":420},{"source":47,"target":421},{"source":420,"target":10},{"source":420,"target":422},{"source":420,"target":47},{"source":422,"target":10},{"source":421,"target":423},{"source":421,"target":47},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":424},{"source":424,"target":47},{"source":424,"target":425},{"source":424,"target":49},{"source":425,"target":47},{"source":50,"target":0},{"source":50,"target":426},{"source":50,"target":427},{"source":50,"target":428},{"source":426,"target":429},{"source":426,"target":50},{"source":427,"target":430},{"source":427,"target":50},{"source":428,"target":431},{"source":428,"target":50},{"source":51,"target":0},{"source":51,"target":432},{"source":51,"target":433},{"source":51,"target":434},{"source":51,"target":435},{"source":432,"target":51},{"source":433,"target":51},{"source":434,"target":51},{"source":435,"target":51},{"source":52,"target":0},{"source":52,"target":436},{"source":52,"target":437},{"source":52,"target":438},{"source":436,"target":52},{"source":437,"target":52},{"source":438,"target":52},{"source":53,"target":0},{"source":53,"target":439},{"source":53,"target":440},{"source":53,"target":441},{"source":439,"target":53},{"source":440,"target":53},{"source":441,"target":53},{"source":54,"target":0},{"source":54,"target":442},{"source":54,"target":443},{"source":54,"target":444},{"source":54,"target":445},{"source":54,"target":446},{"source":54,"target":447},{"source":442,"target":54},{"source":443,"target":54},{"source":444,"target":54},{"source":445,"target":54},{"source":446,"target":54},{"source":447,"target":54},{"source":55,"target":0},{"source":55,"target":448},{"source":55,"target":449},{"source":55,"target":450},{"source":55,"target":451},{"source":55,"target":452},{"source":448,"target":55},{"source":449,"target":55},{"source":450,"target":55},{"source":451,"target":55},{"source":452,"target":55},{"source":56,"target":0},{"source":56,"target":58},{"source":56,"target":453},{"source":453,"target":58},{"source":57,"target":0},{"source":57,"target":58},{"source":57,"target":454},{"source":454,"target":58},{"source":58,"target":0},{"source":58,"target":3},{"source":58,"target":455},{"source":455,"target":3},{"source":59,"target":0},{"source":59,"target":60},{"source":59,"target":456},{"source":59,"target":457},{"source":59,"target":458},{"source":59,"target":459},{"source":456,"target":5},{"source":456,"target":460},{"source":456,"target":59},{"source":460,"target":5},{"source":457,"target":5},{"source":457,"target":461},{"source":457,"target":59},{"source":461,"target":5},{"source":458,"target":31},{"source":458,"target":462},{"source":458,"target":59},{"source":462,"target":31},{"source":459,"target":60},{"source":60,"target":0},{"source":60,"target":463},{"source":60,"target":464},{"source":60,"target":465},{"source":60,"target":466},{"source":463,"target":467},{"source":463,"target":60},{"source":464,"target":3},{"source":464,"target":468},{"source":464,"target":60},{"source":468,"target":3},{"source":465,"target":469},{"source":465,"target":60},{"source":466,"target":470},{"source":466,"target":60},{"source":61,"target":0}],"multigraph":true}
ecore
company
repo-ecore-all/data/Mialus/M1/SAMP/eclipseModeling/SAMPTP4 - Copie/My.ecore
exo1 Departement name location budget projects employees Project name budget departement employees Employee salary name projects departements Company employees projets departements
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="exo1" nsURI="http://exo1" nsPrefix="exo1"> <eClassifiers xsi:type="ecore:EClass" name="Departement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="budget" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1" eType="#//Project" eOpposite="#//Project/departement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="#//Employee" eOpposite="#//Employee/departements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Project"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="budget" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="departement" lowerBound="1" eType="#//Departement" eOpposite="#//Departement/projects"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="#//Employee" eOpposite="#//Employee/projects"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Employee"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="salary" 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="projects" upperBound="-1" eType="#//Project" eOpposite="#//Project/employees"/> <eStructuralFeatures xsi:type="ecore:EReference" name="departements" lowerBound="1" upperBound="-1" eType="#//Departement" eOpposite="#//Departement/employees"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Company"> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="#//Employee" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projets" upperBound="-1" eType="#//Project" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="departements" upperBound="-1" eType="#//Departement" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"exo1","nsURI":"http://exo1","name":"exo1","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Departement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Company","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"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":6,"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":"budget","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"employees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"departement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"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":"departements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"budget","changeable":true,"lowerBound":1,"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":"employees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"salary","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"employees","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":"projets","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":"departements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":12},{"source":7,"target":1},{"source":8,"target":2},{"source":8,"target":13},{"source":8,"target":1},{"source":8,"target":14},{"source":13,"target":2},{"source":9,"target":3},{"source":9,"target":15},{"source":9,"target":1},{"source":9,"target":16},{"source":15,"target":3},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":14},{"source":2,"target":19},{"source":17,"target":20},{"source":17,"target":2},{"source":18,"target":21},{"source":18,"target":2},{"source":14,"target":1},{"source":14,"target":22},{"source":14,"target":2},{"source":14,"target":8},{"source":22,"target":1},{"source":19,"target":3},{"source":19,"target":23},{"source":19,"target":2},{"source":19,"target":24},{"source":23,"target":3},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":24},{"source":3,"target":16},{"source":25,"target":27},{"source":25,"target":3},{"source":26,"target":28},{"source":26,"target":3},{"source":24,"target":2},{"source":24,"target":29},{"source":24,"target":3},{"source":24,"target":19},{"source":29,"target":2},{"source":16,"target":1},{"source":16,"target":30},{"source":16,"target":3},{"source":16,"target":9},{"source":30,"target":1},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":31,"target":3},{"source":31,"target":34},{"source":31,"target":4},{"source":34,"target":3},{"source":32,"target":2},{"source":32,"target":35},{"source":32,"target":4},{"source":35,"target":2},{"source":33,"target":1},{"source":33,"target":36},{"source":33,"target":4},{"source":36,"target":1}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/jesusc/eclectic/tests/org.eclectic.frontend.test/metamodels/petrinet-migration/After.ecore
lit_petriNets_2 Net places transitions arcs Place net name in out Transition net name in out Arc net PTArc src dst TPArc src dst
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="lit_petriNets_2" nsURI="lit_petriNets_2" nsPrefix="lit_petriNets_2"> <eClassifiers xsi:type="ecore:EClass" name="Net"> <eStructuralFeatures xsi:type="ecore:EReference" name="places" upperBound="-1" eType="#//Place" containment="true" eOpposite="#//Place/net"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/net"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1" eType="#//Arc" containment="true" eOpposite="#//Arc/net"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//Net" eOpposite="#//Net/places"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-1" eType="#//TPArc" eOpposite="#//TPArc/dst"/> <eStructuralFeatures xsi:type="ecore:EReference" name="out" upperBound="-1" eType="#//PTArc" eOpposite="#//PTArc/src"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//Net" eOpposite="#//Net/transitions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" lowerBound="1" upperBound="-1" eType="#//PTArc" eOpposite="#//PTArc/dst"/> <eStructuralFeatures xsi:type="ecore:EReference" name="out" lowerBound="1" upperBound="-1" eType="#//TPArc" eOpposite="#//TPArc/src"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//Net" eOpposite="#//Net/arcs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PTArc" eSuperTypes="#//Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//Place" eOpposite="#//Place/out"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dst" lowerBound="1" eType="#//Transition" eOpposite="#//Transition/in"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TPArc" eSuperTypes="#//Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//Transition" eOpposite="#//Transition/out"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dst" lowerBound="1" eType="#//Place" eOpposite="#//Place/in"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"lit_petriNets_2","nsURI":"lit_petriNets_2","name":"lit_petriNets_2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Net","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PTArc","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TPArc","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":"places","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","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":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"id":12,"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":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"id":14,"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":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"out","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dst","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"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":"out","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dst","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":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":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"}],"links":[{"source":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":2},{"source":7,"target":10},{"source":7,"target":1},{"source":7,"target":11},{"source":10,"target":2},{"source":8,"target":3},{"source":8,"target":12},{"source":8,"target":1},{"source":8,"target":13},{"source":12,"target":3},{"source":9,"target":4},{"source":9,"target":14},{"source":9,"target":1},{"source":9,"target":15},{"source":14,"target":4},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":11,"target":1},{"source":11,"target":19},{"source":11,"target":2},{"source":11,"target":7},{"source":19,"target":1},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":6},{"source":17,"target":21},{"source":17,"target":2},{"source":17,"target":22},{"source":21,"target":6},{"source":18,"target":5},{"source":18,"target":23},{"source":18,"target":2},{"source":18,"target":24},{"source":23,"target":5},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":13,"target":1},{"source":13,"target":28},{"source":13,"target":3},{"source":13,"target":8},{"source":28,"target":1},{"source":25,"target":29},{"source":25,"target":3},{"source":26,"target":5},{"source":26,"target":30},{"source":26,"target":3},{"source":26,"target":31},{"source":30,"target":5},{"source":27,"target":6},{"source":27,"target":32},{"source":27,"target":3},{"source":27,"target":33},{"source":32,"target":6},{"source":4,"target":0},{"source":4,"target":15},{"source":15,"target":1},{"source":15,"target":34},{"source":15,"target":4},{"source":15,"target":9},{"source":34,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":24},{"source":5,"target":31},{"source":5,"target":35},{"source":24,"target":2},{"source":24,"target":36},{"source":24,"target":5},{"source":24,"target":18},{"source":36,"target":2},{"source":31,"target":3},{"source":31,"target":37},{"source":31,"target":5},{"source":31,"target":26},{"source":37,"target":3},{"source":35,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":33},{"source":6,"target":22},{"source":6,"target":38},{"source":33,"target":3},{"source":33,"target":39},{"source":33,"target":6},{"source":33,"target":27},{"source":39,"target":3},{"source":22,"target":2},{"source":22,"target":40},{"source":22,"target":6},{"source":22,"target":17},{"source":40,"target":2},{"source":38,"target":4}],"multigraph":true}
ecore
trace
repo-ecore-all/data/patins1/ifc4emf/plugins/org.ifc4emf.metamodel.trace/model/trace.ecore
trace Trace name sources target rules Any BoolAny value IntAny value DecimalAny value StringAny value ObjectAny value
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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:///org.ifc4emf.metamodel.trace.ecore/" nsPrefix="trace"> <eClassifiers xsi:type="ecore:EClass" name="Trace"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sources" upperBound="-1" eType="#//Any" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Any" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="BoolAny" eSuperTypes="#//Any"> <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="IntAny" eSuperTypes="#//Any"> <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="DecimalAny" eSuperTypes="#//Any"> <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="StringAny" eSuperTypes="#//Any"> <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="ObjectAny" eSuperTypes="#//Any"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"trace","nsURI":"http:///org.ifc4emf.metamodel.trace.ecore/","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":"Any","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolAny","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntAny","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalAny","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringAny","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectAny","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sources","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"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":false,"name":"rules","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"},{"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":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"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":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":8,"target":12},{"source":8,"target":1},{"source":9,"target":2},{"source":9,"target":13},{"source":9,"target":1},{"source":13,"target":2},{"source":10,"target":14},{"source":10,"target":1},{"source":11,"target":15},{"source":11,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":16},{"source":3,"target":17},{"source":16,"target":18},{"source":16,"target":3},{"source":17,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":19},{"source":4,"target":20},{"source":19,"target":21},{"source":19,"target":4},{"source":20,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":22},{"source":5,"target":23},{"source":22,"target":24},{"source":22,"target":5},{"source":23,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":25},{"source":6,"target":26},{"source":25,"target":27},{"source":25,"target":6},{"source":26,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":28},{"source":7,"target":29},{"source":28,"target":30},{"source":28,"target":7},{"source":29,"target":2}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/ModelWriter/WP3/Source/eu.modelwriter.core.alloyinecore.mapping/testTemp/EcoreTemp.ecore
ecore EAttribute iD eAttributeType EAnnotation source details eModelElement contents references EClass isSuperTypeOf someClass getFeatureCount getEStructuralFeature featureID getFeatureID feature getEStructuralFeature featureName getOperationCount getEOperation operationID getOperationID operation getOverride operation getFeatureType feature abstract interface eSuperTypes eOperations eAllAttributes eAllReferences eReferences eAttributes eAllContainments eAllOperations eAllStructuralFeatures eAllSuperTypes eIDAttribute eStructuralFeatures eGenericSuperTypes eAllGenericSuperTypes EClassifier isInstance object getClassifierID instanceClassName instanceClass defaultValue instanceTypeName ePackage eTypeParameters EDataType serializable true EEnum getEEnumLiteral name getEEnumLiteral value getEEnumLiteralByLiteral literal eLiterals EEnumLiteral value instance literal eEnum EFactory create eClass createFromString eDataType literalValue convertToString eDataType instanceValue ePackage EModelElement getEAnnotation source eAnnotations ENamedElement name EObject eClass eIsProxy eResource eContainer eContainingFeature eContainmentFeature eContents eAllContents eCrossReferences eGet feature eGet feature resolve eSet feature newValue eIsSet feature eUnset feature eInvoke operation arguments EOperation getOperationID isOverrideOf someOperation eContainingClass eTypeParameters eParameters eExceptions eGenericExceptions EPackage getEClassifier name nsURI nsPrefix eFactoryInstance eClassifiers eSubpackages eSuperPackage EParameter eOperation EReference containment container resolveProxies true eOpposite eReferenceType eKeys EStructuralFeature getFeatureID getContainerClass changeable true volatile transient defaultValueLiteral defaultValue unsettable derived eContainingClass ETypedElement ordered true unique true lowerBound upperBound 1 many required eType eGenericType EBigDecimal java.math.BigDecimal java.math.BigDecimal EBigInteger java.math.BigInteger java.math.BigInteger EBoolean boolean boolean EBooleanObject java.lang.Boolean java.lang.Boolean EByte byte byte EByteArray byte[] byte[] EByteObject java.lang.Byte java.lang.Byte EChar char char ECharacterObject java.lang.Character java.lang.Character EDate java.util.Date java.util.Date EDiagnosticChain org.eclipse.emf.common.util.DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain EDouble double double EDoubleObject java.lang.Double java.lang.Double EEList org.eclipse.emf.common.util.EList org.eclipse.emf.common.util.EList E EEnumerator org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator EFeatureMap org.eclipse.emf.ecore.util.FeatureMap org.eclipse.emf.ecore.util.FeatureMap EFeatureMapEntry org.eclipse.emf.ecore.util.FeatureMap$Entry org.eclipse.emf.ecore.util.FeatureMap$Entry EFloat float float EFloatObject java.lang.Float java.lang.Float EInt int int EIntegerObject java.lang.Integer java.lang.Integer EJavaClass java.lang.Class java.lang.Class T EJavaObject java.lang.Object java.lang.Object ELong long long ELongObject java.lang.Long java.lang.Long EMap java.util.Map java.util.Map K V EResource org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource EResourceSet org.eclipse.emf.ecore.resource.ResourceSet org.eclipse.emf.ecore.resource.ResourceSet EShort short short EShortObject java.lang.Short java.lang.Short EString java.lang.String java.lang.String EStringToStringMapEntry java.util.Map$Entry java.util.Map$Entry key value ETreeIterator org.eclipse.emf.common.util.TreeIterator org.eclipse.emf.common.util.TreeIterator E EGenericType isInstance object eUpperBound eTypeArguments eRawType eLowerBound eTypeParameter eClassifier ETypeParameter eBounds EInvocationTargetException java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException
<?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="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentTransient"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" ordered="false" eType="//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" ordered="false" lowerBound="1" eType="//EDataType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedSourceURI"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" ordered="false" eType="//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1" eType="//EStringToStringMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" ordered="false" eType="//EModelElement" transient="true" resolveProxies="false" eOpposite="//EModelElement/eAnnotations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="//EObject" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass" eSuperTypes="//EClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="InterfaceIsAbstract AtMostOneID UniqueFeatureNames UniqueOperationSignatures NoCircularSuperTypes WellFormedMapEntryClass ConsistentSuperTypes DisjointFeatureAndOperationSignatures"/> </eAnnotations> <eOperations name="isSuperTypeOf" ordered="false" eType="//EBoolean"> <eParameters name="someClass" ordered="false" eType="//EClass"/> </eOperations> <eOperations name="getFeatureCount" ordered="false" eType="//EInt"/> <eOperations name="getEStructuralFeature" ordered="false" eType="//EStructuralFeature"> <eParameters name="featureID" ordered="false" eType="//EInt"/> </eOperations> <eOperations name="getFeatureID" ordered="false" eType="//EInt"> <eParameters name="feature" ordered="false" eType="//EStructuralFeature"/> </eOperations> <eOperations name="getEStructuralFeature" ordered="false" eType="//EStructuralFeature"> <eParameters name="featureName" ordered="false" eType="//EString"/> </eOperations> <eOperations name="getOperationCount" ordered="false" eType="//EInt"/> <eOperations name="getEOperation" ordered="false" eType="//EOperation"> <eParameters name="operationID" ordered="false" eType="//EInt"/> </eOperations> <eOperations name="getOperationID" ordered="false" eType="//EInt"> <eParameters name="operation" ordered="false" eType="//EOperation"/> </eOperations> <eOperations name="getOverride" ordered="false" eType="//EOperation"> <eParameters name="operation" ordered="false" eType="//EOperation"/> </eOperations> <eOperations name="getFeatureType" ordered="false" eType="//EGenericType"> <eParameters name="feature" ordered="false" eType="//EStructuralFeature"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" ordered="false" eType="//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" ordered="false" eType="//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1" eType="//EClass" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1" eType="//EOperation" containment="true" resolveProxies="false" eOpposite="//EOperation/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1" eType="//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1" eType="//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1" eType="//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1" eType="//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1" eType="//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllOperations" upperBound="-1" eType="//EOperation" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllStructuralFeatures" upperBound="-1" eType="//EStructuralFeature" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1" eType="//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" ordered="false" eType="//EAttribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures" upperBound="-1" eType="//EStructuralFeature" containment="true" resolveProxies="false" eOpposite="//EStructuralFeature/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericSuperTypes" upperBound="-1" eType="//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllGenericSuperTypes" upperBound="-1" eType="//EGenericType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClassifier" abstract="true" eSuperTypes="//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedInstanceTypeName UniqueTypeParameterNames"/> </eAnnotations> <eOperations name="isInstance" ordered="false" eType="//EBoolean"> <eParameters name="object" ordered="false" eType="//EJavaObject"/> </eOperations> <eOperations name="getClassifierID" ordered="false" eType="//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" ordered="false" eType="//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" ordered="false" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="//EJavaClass"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" ordered="false" eType="//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceTypeName" ordered="false" eType="//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" ordered="false" eType="//EPackage" changeable="false" transient="true" eOpposite="//EPackage/eClassifiers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="//ETypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="//EClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" ordered="false" eType="//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="//EDataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueEnumeratorNames UniqueEnumeratorLiterals"/> </eAnnotations> <eOperations name="getEEnumLiteral" ordered="false" eType="//EEnumLiteral"> <eParameters name="name" ordered="false" eType="//EString"/> </eOperations> <eOperations name="getEEnumLiteral" ordered="false" eType="//EEnumLiteral"> <eParameters name="value" ordered="false" eType="//EInt"/> </eOperations> <eOperations name="getEEnumLiteralByLiteral" ordered="false" eType="//EEnumLiteral"> <eParameters name="literal" ordered="false" eType="//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1" eType="//EEnumLiteral" containment="true" resolveProxies="false" eOpposite="//EEnumLiteral/eEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" eType="//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" ordered="false" eType="//EEnumerator" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" ordered="false" eType="//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" ordered="false" eType="//EEnum" changeable="false" transient="true" resolveProxies="false" eOpposite="//EEnum/eLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFactory" eSuperTypes="//EModelElement"> <eOperations name="create" ordered="false" eType="//EObject"> <eParameters name="eClass" ordered="false" eType="//EClass"/> </eOperations> <eOperations name="createFromString" ordered="false" eType="//EJavaObject"> <eParameters name="eDataType" ordered="false" eType="//EDataType"/> <eParameters name="literalValue" ordered="false" eType="//EString"/> </eOperations> <eOperations name="convertToString" ordered="false" eType="//EString"> <eParameters name="eDataType" ordered="false" eType="//EDataType"/> <eParameters name="instanceValue" ordered="false" eType="//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" ordered="false" lowerBound="1" eType="//EPackage" transient="true" resolveProxies="false" eOpposite="//EPackage/eFactoryInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true"> <eOperations name="getEAnnotation" ordered="false" eType="//EAnnotation"> <eParameters name="source" ordered="false" eType="//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1" eType="//EAnnotation" containment="true" resolveProxies="false" eOpposite="//EAnnotation/eModelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true" eSuperTypes="//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedName"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObject"> <eOperations name="eClass" ordered="false" eType="//EClass"/> <eOperations name="eIsProxy" ordered="false" eType="//EBoolean"/> <eOperations name="eResource" ordered="false" eType="//EResource"/> <eOperations name="eContainer" ordered="false" eType="//EObject"/> <eOperations name="eContainingFeature" ordered="false" eType="//EStructuralFeature"/> <eOperations name="eContainmentFeature" ordered="false" eType="//EReference"/> <eOperations name="eContents" ordered="false"> <eGenericType eClassifier="//EEList"> <eTypeArguments eClassifier="//EObject"/> </eGenericType> </eOperations> <eOperations name="eAllContents" ordered="false"> <eGenericType eClassifier="//ETreeIterator"> <eTypeArguments eClassifier="//EObject"/> </eGenericType> </eOperations> <eOperations name="eCrossReferences" ordered="false"> <eGenericType eClassifier="//EEList"> <eTypeArguments eClassifier="//EObject"/> </eGenericType> </eOperations> <eOperations name="eGet" ordered="false" eType="//EJavaObject"> <eParameters name="feature" ordered="false" eType="//EStructuralFeature"/> </eOperations> <eOperations name="eGet" ordered="false" eType="//EJavaObject"> <eParameters name="feature" ordered="false" eType="//EStructuralFeature"/> <eParameters name="resolve" ordered="false" eType="//EBoolean"/> </eOperations> <eOperations name="eSet" ordered="false" lowerBound="1"> <eParameters name="feature" ordered="false" eType="//EStructuralFeature"/> <eParameters name="newValue" ordered="false" eType="//EJavaObject"/> </eOperations> <eOperations name="eIsSet" ordered="false" eType="//EBoolean"> <eParameters name="feature" ordered="false" eType="//EStructuralFeature"/> </eOperations> <eOperations name="eUnset" ordered="false" lowerBound="1"> <eParameters name="feature" ordered="false" eType="//EStructuralFeature"/> </eOperations> <eOperations name="eInvoke" ordered="false" eType="//EJavaObject" eExceptions="//EInvocationTargetException"> <eParameters name="operation" ordered="false" eType="//EOperation"/> <eParameters name="arguments" ordered="false"> <eGenericType eClassifier="//EEList"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"/> </eAnnotations> <eOperations name="getOperationID" ordered="false" eType="//EInt"/> <eOperations name="isOverrideOf" ordered="false" eType="//EBoolean"> <eParameters name="someOperation" ordered="false" eType="//EOperation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" ordered="false" eType="//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="//EClass/eOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="//ETypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1" eType="//EParameter" containment="true" resolveProxies="false" eOpposite="//EParameter/eOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eExceptions" upperBound="-1" eType="//EClassifier" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericExceptions" upperBound="-1" eType="//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"/> </eAnnotations> <eOperations name="getEClassifier" ordered="false" eType="//EClassifier"> <eParameters name="name" ordered="false" eType="//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" ordered="false" eType="//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" ordered="false" eType="//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eFactoryInstance" ordered="false" lowerBound="1" eType="//EFactory" transient="true" resolveProxies="false" eOpposite="//EFactory/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1" eType="//EClassifier" containment="true" eOpposite="//EClassifier/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1" eType="//EPackage" containment="true" eOpposite="//EPackage/eSuperPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" ordered="false" eType="//EPackage" changeable="false" transient="true" eOpposite="//EPackage/eSubpackages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" ordered="false" eType="//EOperation" changeable="false" transient="true" resolveProxies="false" eOpposite="//EOperation/eParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentOpposite SingleContainer ConsistentKeys ConsistentUnique ConsistentContainer"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" ordered="false" eType="//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" ordered="false" eType="//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" ordered="false" eType="//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" ordered="false" eType="//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" ordered="false" lowerBound="1" eType="//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eKeys" upperBound="-1" eType="//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature" abstract="true" eSuperTypes="//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidDefaultValueLiteral"/> </eAnnotations> <eOperations name="getFeatureID" ordered="false" eType="//EInt"/> <eOperations name="getContainerClass" ordered="false"> <eGenericType eClassifier="//EJavaClass"> <eTypeArguments/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" ordered="false" eType="//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" ordered="false" eType="//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" ordered="false" eType="//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" ordered="false" eType="//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" ordered="false" eType="//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" ordered="false" eType="//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" ordered="false" eType="//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" ordered="false" eType="//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="//EClass/eStructuralFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidLowerBound ValidUpperBound ConsistentBounds ValidType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" ordered="false" eType="//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" ordered="false" eType="//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" ordered="false" eType="//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" ordered="false" eType="//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" ordered="false" eType="//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" ordered="false" eType="//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eType" ordered="false" eType="//EClassifier" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericType" ordered="false" eType="//EGenericType" volatile="true" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigDecimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EBoolean"/> <details key="name" value="EBoolean:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EByte"/> <details key="name" value="EByte:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="char"/> <eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EChar"/> <details key="name" value="EChar:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.util.Date"/> <eClassifiers xsi:type="ecore:EDataType" name="EDiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EDouble"/> <details key="name" value="EDouble:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEList" instanceClassName="org.eclipse.emf.common.util.EList" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEnumerator" instanceClassName="org.eclipse.emf.common.util.Enumerator" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFloat" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EFloat"/> <details key="name" value="EFloat:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EInt"/> <details key="name" value="EInt:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaClass" instanceClassName="java.lang.Class"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EDataType" name="ELong" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="ELong"/> <details key="name" value="ELong:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceClassName="java.util.Map" serializable="false"> <eTypeParameters name="K"/> <eTypeParameters name="V"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EShort" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EShort"/> <details key="name" value="EShort:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" ordered="false" eType="//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" eType="//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EGenericType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentType ConsistentBounds ConsistentArguments"/> </eAnnotations> <eOperations name="isInstance" ordered="false" eType="//EBoolean"> <eParameters name="object" ordered="false" eType="//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eUpperBound" ordered="false" eType="//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeArguments" upperBound="-1" eType="//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eRawType" ordered="false" lowerBound="1" eType="//EClassifier" changeable="false" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eLowerBound" ordered="false" eType="//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameter" ordered="false" eType="//ETypeParameter" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifier" ordered="false" eType="//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypeParameter" eSuperTypes="//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eBounds" upperBound="-1" eType="//EGenericType" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInvocationTargetException" instanceClassName="java.lang.reflect.InvocationTargetException" serializable="false"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://www.eclipse.org/emf/2002/Ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAnnotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFactory","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"EBigDecimal","instanceClass":"java.math.BigDecimal","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"EBigInteger","instanceClass":"java.math.BigInteger","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"EBoolean","instanceClass":"boolean","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBooleanObject","instanceClass":"java.lang.Boolean","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"EByte","instanceClass":"byte","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"EByteArray","instanceClass":"[B","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"EByteObject","instanceClass":"java.lang.Byte","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"EChar","instanceClass":"char","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"ECharacterObject","instanceClass":"java.lang.Character","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"EDate","instanceClass":"java.util.Date","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.DiagnosticChain","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.DiagnosticChain","name":"EDiagnosticChain","instanceClass":"org.eclipse.emf.common.util.DiagnosticChain","id":28,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"EDouble","instanceClass":"double","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.EList","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.EList","name":"EEList","instanceClass":"org.eclipse.emf.common.util.EList","id":31,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EEnumerator","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":32,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap","name":"EFeatureMap","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap","id":33,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","name":"EFeatureMapEntry","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap$Entry","id":34,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":43,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"EResource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":44,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.ResourceSet","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.ResourceSet","name":"EResourceSet","instanceClass":"org.eclipse.emf.ecore.resource.ResourceSet","id":45,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"EShort","instanceClass":"short","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"EShortObject","instanceClass":"java.lang.Short","id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.TreeIterator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.TreeIterator","name":"ETreeIterator","instanceClass":"org.eclipse.emf.common.util.TreeIterator","id":50,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGenericType","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypeParameter","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.reflect.InvocationTargetException","defaultValue":null,"instanceClassName":"java.lang.reflect.InvocationTargetException","name":"EInvocationTargetException","instanceClass":"java.lang.reflect.InvocationTargetException","id":53,"serializable":false,"eClass":"EDataType"},{"ordered":false,"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":54,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributeType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":55,"derived":true},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"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":"source","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eModelElement","changeable":true,"resolveProxies":false,"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":"contents","changeable":true,"resolveProxies":false,"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":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getOperationCount","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getEOperation","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getOverride","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getFeatureType","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"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},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eSuperTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":85,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":86,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":87,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":88,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllContainments","changeable":false,"resolveProxies":true,"lowerBound":0,"id":89,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllOperations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":90,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllStructuralFeatures","changeable":false,"resolveProxies":true,"lowerBound":0,"id":91,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":92,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eIDAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":93,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eStructuralFeatures","changeable":true,"resolveProxies":false,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericSuperTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllGenericSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":96,"derived":true},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EParameter"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"featureID","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EParameter"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EParameter"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"featureName","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EParameter"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"operationID","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EParameter"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EParameter"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EParameter"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":122,"many":false,"required":false,"eClass":"EParameter"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"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"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instanceClass","changeable":false,"lowerBound":0,"iD":false,"id":145,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":146,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceTypeName","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":false,"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":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EParameter"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eClassifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"serializable","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLiterals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EParameter"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"literal","lowerBound":0,"id":178,"many":false,"required":false,"eClass":"EParameter"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eEnum","changeable":false,"resolveProxies":false,"lowerBound":0,"id":181,"derived":false},{"ordered":false,"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":182,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instance","changeable":true,"lowerBound":0,"iD":false,"id":183,"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":"literal","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":192,"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":true,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":false,"lowerBound":1,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EParameter"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"literalValue","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EParameter"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EParameter"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"id":209,"derived":false},{"ordered":false,"upperBound":1,"unique":true,"name":"getEAnnotation","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"id":211,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EParameter"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"eSet","lowerBound":1,"id":229,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":1,"id":231,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"eInvoke","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EOperation"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EParameter"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"newValue","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EParameter"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":258,"many":false,"required":false,"eClass":"EParameter"},{"id":259,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EParameter"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":263,"many":false,"required":false,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"arguments","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EParameter"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":269,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isOverrideOf","lowerBound":0,"id":270,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"eParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericExceptions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"someOperation","lowerBound":0,"id":278,"many":false,"required":false,"eClass":"EParameter"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eOperation","changeable":false,"resolveProxies":false,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsURI","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":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eSuperPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":293,"many":false,"required":false,"eClass":"EParameter"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"ordered":false,"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":303,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":false,"lowerBound":0,"iD":false,"id":304,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"id":305,"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":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferenceType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":307,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":316,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":317,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":318,"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":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":319,"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":"transient","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":322,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unsettable","changeable":true,"lowerBound":0,"iD":false,"id":323,"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":"derived","changeable":true,"lowerBound":0,"iD":false,"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"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"ordered":false,"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":337,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"ordered":false,"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":339,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"many","changeable":false,"lowerBound":0,"iD":false,"id":341,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"required","changeable":false,"lowerBound":0,"iD":false,"id":342,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"name":"E","id":354,"eClass":"ETypeParameter"},{"name":"T","id":355,"eClass":"ETypeParameter"},{"name":"K","id":356,"eClass":"ETypeParameter"},{"name":"V","id":357,"eClass":"ETypeParameter"},{"ordered":false,"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":358,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"name":"E","id":362,"eClass":"ETypeParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":363,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eUpperBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeArguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":365,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eRawType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":366,"derived":true},{"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":"eLowerBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":367,"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":"eTypeParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":368,"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":"eClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":371,"many":false,"required":false,"eClass":"EParameter"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":54,"target":20},{"source":54,"target":57},{"source":54,"target":1},{"source":57,"target":20},{"source":55,"target":5},{"source":55,"target":58},{"source":55,"target":1},{"source":58,"target":5},{"source":56,"target":16},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":59,"target":48},{"source":59,"target":65},{"source":59,"target":2},{"source":65,"target":48},{"source":60,"target":49},{"source":60,"target":66},{"source":60,"target":2},{"source":66,"target":49},{"source":61,"target":9},{"source":61,"target":67},{"source":61,"target":2},{"source":61,"target":68},{"source":67,"target":9},{"source":62,"target":11},{"source":62,"target":69},{"source":62,"target":2},{"source":69,"target":11},{"source":63,"target":11},{"source":63,"target":70},{"source":63,"target":2},{"source":70,"target":11},{"source":64,"target":9},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":3,"target":84},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":3,"target":94},{"source":3,"target":95},{"source":3,"target":96},{"source":3,"target":97},{"source":71,"target":20},{"source":71,"target":98},{"source":71,"target":3},{"source":71,"target":99},{"source":98,"target":20},{"source":99,"target":3},{"source":99,"target":100},{"source":99,"target":71},{"source":100,"target":3},{"source":72,"target":37},{"source":72,"target":101},{"source":72,"target":3},{"source":101,"target":37},{"source":73,"target":16},{"source":73,"target":102},{"source":73,"target":3},{"source":73,"target":103},{"source":102,"target":16},{"source":103,"target":37},{"source":103,"target":104},{"source":103,"target":73},{"source":104,"target":37},{"source":74,"target":37},{"source":74,"target":105},{"source":74,"target":3},{"source":74,"target":106},{"source":105,"target":37},{"source":106,"target":16},{"source":106,"target":107},{"source":106,"target":74},{"source":107,"target":16},{"source":75,"target":16},{"source":75,"target":108},{"source":75,"target":3},{"source":75,"target":109},{"source":108,"target":16},{"source":109,"target":48},{"source":109,"target":110},{"source":109,"target":75},{"source":110,"target":48},{"source":76,"target":37},{"source":76,"target":111},{"source":76,"target":3},{"source":111,"target":37},{"source":77,"target":12},{"source":77,"target":112},{"source":77,"target":3},{"source":77,"target":113},{"source":112,"target":12},{"source":113,"target":37},{"source":113,"target":114},{"source":113,"target":77},{"source":114,"target":37},{"source":78,"target":37},{"source":78,"target":115},{"source":78,"target":3},{"source":78,"target":116},{"source":115,"target":37},{"source":116,"target":12},{"source":116,"target":117},{"source":116,"target":78},{"source":117,"target":12},{"source":79,"target":12},{"source":79,"target":118},{"source":79,"target":3},{"source":79,"target":119},{"source":118,"target":12},{"source":119,"target":12},{"source":119,"target":120},{"source":119,"target":79},{"source":120,"target":12},{"source":80,"target":51},{"source":80,"target":121},{"source":80,"target":3},{"source":80,"target":122},{"source":121,"target":51},{"source":122,"target":16},{"source":122,"target":123},{"source":122,"target":80},{"source":123,"target":16},{"source":81,"target":20},{"source":81,"target":124},{"source":81,"target":3},{"source":124,"target":20},{"source":82,"target":20},{"source":82,"target":125},{"source":82,"target":3},{"source":125,"target":20},{"source":83,"target":3},{"source":83,"target":126},{"source":83,"target":3},{"source":126,"target":3},{"source":84,"target":12},{"source":84,"target":127},{"source":84,"target":3},{"source":84,"target":128},{"source":127,"target":12},{"source":85,"target":1},{"source":85,"target":129},{"source":85,"target":3},{"source":129,"target":1},{"source":86,"target":15},{"source":86,"target":130},{"source":86,"target":3},{"source":130,"target":15},{"source":87,"target":15},{"source":87,"target":131},{"source":87,"target":3},{"source":131,"target":15},{"source":88,"target":1},{"source":88,"target":132},{"source":88,"target":3},{"source":132,"target":1},{"source":89,"target":15},{"source":89,"target":133},{"source":89,"target":3},{"source":133,"target":15},{"source":90,"target":12},{"source":90,"target":134},{"source":90,"target":3},{"source":134,"target":12},{"source":91,"target":16},{"source":91,"target":135},{"source":91,"target":3},{"source":135,"target":16},{"source":92,"target":3},{"source":92,"target":136},{"source":92,"target":3},{"source":136,"target":3},{"source":93,"target":1},{"source":93,"target":137},{"source":93,"target":3},{"source":137,"target":1},{"source":94,"target":16},{"source":94,"target":138},{"source":94,"target":3},{"source":94,"target":139},{"source":138,"target":16},{"source":95,"target":51},{"source":95,"target":140},{"source":95,"target":3},{"source":140,"target":51},{"source":96,"target":51},{"source":96,"target":141},{"source":96,"target":3},{"source":141,"target":51},{"source":97,"target":4},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":142},{"source":4,"target":143},{"source":4,"target":144},{"source":4,"target":145},{"source":4,"target":146},{"source":4,"target":147},{"source":4,"target":148},{"source":4,"target":149},{"source":4,"target":150},{"source":142,"target":20},{"source":142,"target":151},{"source":142,"target":4},{"source":142,"target":152},{"source":151,"target":20},{"source":152,"target":40},{"source":152,"target":153},{"source":152,"target":142},{"source":153,"target":40},{"source":143,"target":37},{"source":143,"target":154},{"source":143,"target":4},{"source":154,"target":37},{"source":144,"target":48},{"source":144,"target":155},{"source":144,"target":4},{"source":155,"target":48},{"source":145,"target":39},{"source":145,"target":156},{"source":145,"target":4},{"source":156,"target":157},{"source":156,"target":39},{"source":146,"target":40},{"source":146,"target":158},{"source":146,"target":4},{"source":158,"target":40},{"source":147,"target":48},{"source":147,"target":159},{"source":147,"target":4},{"source":159,"target":48},{"source":148,"target":13},{"source":148,"target":160},{"source":148,"target":4},{"source":148,"target":161},{"source":160,"target":13},{"source":149,"target":52},{"source":149,"target":162},{"source":149,"target":4},{"source":162,"target":52},{"source":150,"target":10},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":163},{"source":5,"target":164},{"source":163,"target":20},{"source":163,"target":165},{"source":163,"target":5},{"source":165,"target":20},{"source":164,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":166},{"source":6,"target":167},{"source":6,"target":168},{"source":6,"target":169},{"source":6,"target":170},{"source":166,"target":7},{"source":166,"target":171},{"source":166,"target":6},{"source":166,"target":172},{"source":171,"target":7},{"source":172,"target":48},{"source":172,"target":173},{"source":172,"target":166},{"source":173,"target":48},{"source":167,"target":7},{"source":167,"target":174},{"source":167,"target":6},{"source":167,"target":175},{"source":174,"target":7},{"source":175,"target":37},{"source":175,"target":176},{"source":175,"target":167},{"source":176,"target":37},{"source":168,"target":7},{"source":168,"target":177},{"source":168,"target":6},{"source":168,"target":178},{"source":177,"target":7},{"source":178,"target":48},{"source":178,"target":179},{"source":178,"target":168},{"source":179,"target":48},{"source":169,"target":7},{"source":169,"target":180},{"source":169,"target":6},{"source":169,"target":181},{"source":180,"target":7},{"source":170,"target":5},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":182},{"source":7,"target":183},{"source":7,"target":184},{"source":7,"target":181},{"source":7,"target":185},{"source":182,"target":37},{"source":182,"target":186},{"source":182,"target":7},{"source":186,"target":37},{"source":183,"target":32},{"source":183,"target":187},{"source":183,"target":7},{"source":187,"target":32},{"source":184,"target":48},{"source":184,"target":188},{"source":184,"target":7},{"source":188,"target":48},{"source":181,"target":6},{"source":181,"target":189},{"source":181,"target":7},{"source":181,"target":169},{"source":189,"target":6},{"source":185,"target":10},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":190},{"source":8,"target":191},{"source":8,"target":192},{"source":8,"target":193},{"source":8,"target":194},{"source":190,"target":11},{"source":190,"target":195},{"source":190,"target":8},{"source":190,"target":196},{"source":195,"target":11},{"source":196,"target":3},{"source":196,"target":197},{"source":196,"target":190},{"source":197,"target":3},{"source":191,"target":40},{"source":191,"target":198},{"source":191,"target":8},{"source":191,"target":199},{"source":191,"target":200},{"source":198,"target":40},{"source":199,"target":5},{"source":199,"target":201},{"source":199,"target":191},{"source":201,"target":5},{"source":200,"target":48},{"source":200,"target":202},{"source":200,"target":191},{"source":202,"target":48},{"source":192,"target":48},{"source":192,"target":203},{"source":192,"target":8},{"source":192,"target":204},{"source":192,"target":205},{"source":203,"target":48},{"source":204,"target":5},{"source":204,"target":206},{"source":204,"target":192},{"source":206,"target":5},{"source":205,"target":40},{"source":205,"target":207},{"source":205,"target":192},{"source":207,"target":40},{"source":193,"target":13},{"source":193,"target":208},{"source":193,"target":8},{"source":193,"target":209},{"source":208,"target":13},{"source":194,"target":9},{"source":9,"target":0},{"source":9,"target":210},{"source":9,"target":68},{"source":210,"target":2},{"source":210,"target":211},{"source":210,"target":9},{"source":210,"target":212},{"source":211,"target":2},{"source":212,"target":48},{"source":212,"target":213},{"source":212,"target":210},{"source":213,"target":48},{"source":68,"target":2},{"source":68,"target":214},{"source":68,"target":9},{"source":68,"target":61},{"source":214,"target":2},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":215},{"source":10,"target":216},{"source":215,"target":48},{"source":215,"target":217},{"source":215,"target":10},{"source":217,"target":48},{"source":216,"target":9},{"source":11,"target":0},{"source":11,"target":218},{"source":11,"target":219},{"source":11,"target":220},{"source":11,"target":221},{"source":11,"target":222},{"source":11,"target":223},{"source":11,"target":224},{"source":11,"target":225},{"source":11,"target":226},{"source":11,"target":227},{"source":11,"target":228},{"source":11,"target":229},{"source":11,"target":230},{"source":11,"target":231},{"source":11,"target":232},{"source":218,"target":3},{"source":218,"target":233},{"source":218,"target":11},{"source":233,"target":3},{"source":219,"target":20},{"source":219,"target":234},{"source":219,"target":11},{"source":234,"target":20},{"source":220,"target":44},{"source":220,"target":235},{"source":220,"target":11},{"source":235,"target":44},{"source":221,"target":11},{"source":221,"target":236},{"source":221,"target":11},{"source":236,"target":11},{"source":222,"target":16},{"source":222,"target":237},{"source":222,"target":11},{"source":237,"target":16},{"source":223,"target":15},{"source":223,"target":238},{"source":223,"target":11},{"source":238,"target":15},{"source":224,"target":31},{"source":224,"target":239},{"source":224,"target":11},{"source":239,"target":240},{"source":239,"target":31},{"source":240,"target":11},{"source":225,"target":50},{"source":225,"target":241},{"source":225,"target":11},{"source":241,"target":242},{"source":241,"target":50},{"source":242,"target":11},{"source":226,"target":31},{"source":226,"target":243},{"source":226,"target":11},{"source":243,"target":244},{"source":243,"target":31},{"source":244,"target":11},{"source":227,"target":40},{"source":227,"target":245},{"source":227,"target":11},{"source":227,"target":246},{"source":245,"target":40},{"source":246,"target":16},{"source":246,"target":247},{"source":246,"target":227},{"source":247,"target":16},{"source":228,"target":40},{"source":228,"target":248},{"source":228,"target":11},{"source":228,"target":249},{"source":228,"target":250},{"source":248,"target":40},{"source":249,"target":16},{"source":249,"target":251},{"source":249,"target":228},{"source":251,"target":16},{"source":250,"target":20},{"source":250,"target":252},{"source":250,"target":228},{"source":252,"target":20},{"source":229,"target":11},{"source":229,"target":253},{"source":229,"target":254},{"source":253,"target":16},{"source":253,"target":255},{"source":253,"target":229},{"source":255,"target":16},{"source":254,"target":40},{"source":254,"target":256},{"source":254,"target":229},{"source":256,"target":40},{"source":230,"target":20},{"source":230,"target":257},{"source":230,"target":11},{"source":230,"target":258},{"source":257,"target":20},{"source":258,"target":16},{"source":258,"target":259},{"source":258,"target":230},{"source":259,"target":16},{"source":231,"target":11},{"source":231,"target":260},{"source":260,"target":16},{"source":260,"target":261},{"source":260,"target":231},{"source":261,"target":16},{"source":232,"target":40},{"source":232,"target":262},{"source":232,"target":11},{"source":232,"target":263},{"source":232,"target":264},{"source":232,"target":53},{"source":232,"target":265},{"source":262,"target":40},{"source":263,"target":12},{"source":263,"target":266},{"source":263,"target":232},{"source":266,"target":12},{"source":264,"target":31},{"source":264,"target":267},{"source":264,"target":232},{"source":267,"target":268},{"source":267,"target":31},{"source":265,"target":53},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":269},{"source":12,"target":270},{"source":12,"target":128},{"source":12,"target":271},{"source":12,"target":272},{"source":12,"target":273},{"source":12,"target":274},{"source":12,"target":275},{"source":269,"target":37},{"source":269,"target":276},{"source":269,"target":12},{"source":276,"target":37},{"source":270,"target":20},{"source":270,"target":277},{"source":270,"target":12},{"source":270,"target":278},{"source":277,"target":20},{"source":278,"target":12},{"source":278,"target":279},{"source":278,"target":270},{"source":279,"target":12},{"source":128,"target":3},{"source":128,"target":280},{"source":128,"target":12},{"source":128,"target":84},{"source":280,"target":3},{"source":271,"target":52},{"source":271,"target":281},{"source":271,"target":12},{"source":281,"target":52},{"source":272,"target":14},{"source":272,"target":282},{"source":272,"target":12},{"source":272,"target":283},{"source":282,"target":14},{"source":273,"target":4},{"source":273,"target":284},{"source":273,"target":12},{"source":284,"target":4},{"source":274,"target":51},{"source":274,"target":285},{"source":274,"target":12},{"source":285,"target":51},{"source":275,"target":17},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":286},{"source":13,"target":287},{"source":13,"target":288},{"source":13,"target":209},{"source":13,"target":161},{"source":13,"target":289},{"source":13,"target":290},{"source":13,"target":291},{"source":286,"target":4},{"source":286,"target":292},{"source":286,"target":13},{"source":286,"target":293},{"source":292,"target":4},{"source":293,"target":48},{"source":293,"target":294},{"source":293,"target":286},{"source":294,"target":48},{"source":287,"target":48},{"source":287,"target":295},{"source":287,"target":13},{"source":295,"target":48},{"source":288,"target":48},{"source":288,"target":296},{"source":288,"target":13},{"source":296,"target":48},{"source":209,"target":8},{"source":209,"target":297},{"source":209,"target":13},{"source":209,"target":193},{"source":297,"target":8},{"source":161,"target":4},{"source":161,"target":298},{"source":161,"target":13},{"source":161,"target":148},{"source":298,"target":4},{"source":289,"target":13},{"source":289,"target":299},{"source":289,"target":13},{"source":289,"target":290},{"source":299,"target":13},{"source":290,"target":13},{"source":290,"target":300},{"source":290,"target":13},{"source":290,"target":289},{"source":300,"target":13},{"source":291,"target":10},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":283},{"source":14,"target":301},{"source":283,"target":12},{"source":283,"target":302},{"source":283,"target":14},{"source":283,"target":272},{"source":302,"target":12},{"source":301,"target":17},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":303},{"source":15,"target":304},{"source":15,"target":305},{"source":15,"target":306},{"source":15,"target":307},{"source":15,"target":308},{"source":15,"target":309},{"source":303,"target":20},{"source":303,"target":310},{"source":303,"target":15},{"source":310,"target":20},{"source":304,"target":20},{"source":304,"target":311},{"source":304,"target":15},{"source":311,"target":20},{"source":305,"target":20},{"source":305,"target":312},{"source":305,"target":15},{"source":312,"target":20},{"source":306,"target":15},{"source":306,"target":313},{"source":306,"target":15},{"source":313,"target":15},{"source":307,"target":3},{"source":307,"target":314},{"source":307,"target":15},{"source":314,"target":3},{"source":308,"target":1},{"source":308,"target":315},{"source":308,"target":15},{"source":315,"target":1},{"source":309,"target":16},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":316},{"source":16,"target":317},{"source":16,"target":318},{"source":16,"target":319},{"source":16,"target":320},{"source":16,"target":321},{"source":16,"target":322},{"source":16,"target":323},{"source":16,"target":324},{"source":16,"target":139},{"source":16,"target":325},{"source":316,"target":37},{"source":316,"target":326},{"source":316,"target":16},{"source":326,"target":37},{"source":317,"target":39},{"source":317,"target":327},{"source":317,"target":16},{"source":327,"target":328},{"source":327,"target":39},{"source":318,"target":20},{"source":318,"target":329},{"source":318,"target":16},{"source":329,"target":20},{"source":319,"target":20},{"source":319,"target":330},{"source":319,"target":16},{"source":330,"target":20},{"source":320,"target":20},{"source":320,"target":331},{"source":320,"target":16},{"source":331,"target":20},{"source":321,"target":48},{"source":321,"target":332},{"source":321,"target":16},{"source":332,"target":48},{"source":322,"target":40},{"source":322,"target":333},{"source":322,"target":16},{"source":333,"target":40},{"source":323,"target":20},{"source":323,"target":334},{"source":323,"target":16},{"source":334,"target":20},{"source":324,"target":20},{"source":324,"target":335},{"source":324,"target":16},{"source":335,"target":20},{"source":139,"target":3},{"source":139,"target":336},{"source":139,"target":16},{"source":139,"target":94},{"source":336,"target":3},{"source":325,"target":17},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":337},{"source":17,"target":338},{"source":17,"target":339},{"source":17,"target":340},{"source":17,"target":341},{"source":17,"target":342},{"source":17,"target":343},{"source":17,"target":344},{"source":17,"target":345},{"source":337,"target":20},{"source":337,"target":346},{"source":337,"target":17},{"source":346,"target":20},{"source":338,"target":20},{"source":338,"target":347},{"source":338,"target":17},{"source":347,"target":20},{"source":339,"target":37},{"source":339,"target":348},{"source":339,"target":17},{"source":348,"target":37},{"source":340,"target":37},{"source":340,"target":349},{"source":340,"target":17},{"source":349,"target":37},{"source":341,"target":20},{"source":341,"target":350},{"source":341,"target":17},{"source":350,"target":20},{"source":342,"target":20},{"source":342,"target":351},{"source":342,"target":17},{"source":351,"target":20},{"source":343,"target":4},{"source":343,"target":352},{"source":343,"target":17},{"source":352,"target":4},{"source":344,"target":51},{"source":344,"target":353},{"source":344,"target":17},{"source":353,"target":51},{"source":345,"target":10},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":354},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":355},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":356},{"source":43,"target":357},{"source":44,"target":0},{"source":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":358},{"source":49,"target":359},{"source":358,"target":48},{"source":358,"target":360},{"source":358,"target":49},{"source":360,"target":48},{"source":359,"target":48},{"source":359,"target":361},{"source":359,"target":49},{"source":361,"target":48},{"source":50,"target":0},{"source":50,"target":362},{"source":51,"target":0},{"source":51,"target":363},{"source":51,"target":364},{"source":51,"target":365},{"source":51,"target":366},{"source":51,"target":367},{"source":51,"target":368},{"source":51,"target":369},{"source":363,"target":20},{"source":363,"target":370},{"source":363,"target":51},{"source":363,"target":371},{"source":370,"target":20},{"source":371,"target":40},{"source":371,"target":372},{"source":371,"target":363},{"source":372,"target":40},{"source":364,"target":51},{"source":364,"target":373},{"source":364,"target":51},{"source":373,"target":51},{"source":365,"target":51},{"source":365,"target":374},{"source":365,"target":51},{"source":374,"target":51},{"source":366,"target":4},{"source":366,"target":375},{"source":366,"target":51},{"source":375,"target":4},{"source":367,"target":51},{"source":367,"target":376},{"source":367,"target":51},{"source":376,"target":51},{"source":368,"target":52},{"source":368,"target":377},{"source":368,"target":51},{"source":377,"target":52},{"source":369,"target":4},{"source":369,"target":378},{"source":369,"target":51},{"source":378,"target":4},{"source":52,"target":0},{"source":52,"target":10},{"source":52,"target":379},{"source":52,"target":380},{"source":379,"target":51},{"source":379,"target":381},{"source":379,"target":52},{"source":381,"target":51},{"source":380,"target":10},{"source":53,"target":0}],"multigraph":true}
ecore
relationships
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/temp_repository-bundle/relationworld.ecore
relationworld ThingA compare personne pred succ since ThingB compare role pred succ step RelatedTo validate thingA thingB World compare role1 role2 compare personne1 personne2 affectation role personne thingsa thingsb relations SourceNode compare noeud pred succ Arrow validate source cible Category compare n1 n2 compare n1 n2 affectation source cible sources fleches nom targets Scale nothing nothing one one two two three three four four TargetNode compare noeud pred succ NamedElement name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="relationworld" nsURI="http://relationworld" nsPrefix="_relationworld"> <eClassifiers xsi:type="ecore:EClass" name="ThingA" eSuperTypes="#//SourceNode #//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=since"/> </eAnnotations> <eOperations name="compare" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="personne" eType="#//ThingA"/> </eOperations> <eOperations name="pred" eType="#//ThingA"/> <eOperations name="succ" eType="#//ThingA"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="since" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThingB" eSuperTypes="#//TargetNode #//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=step"/> </eAnnotations> <eOperations name="compare" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="role" eType="#//ThingB"/> </eOperations> <eOperations name="pred" eType="#//ThingB"/> <eOperations name="succ" eType="#//ThingB"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="step" eType="#//Scale"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelatedTo" eSuperTypes="#//Arrow #//NamedElement"> <eAnnotations source="diagraph"> <details key="link"/> <details key="lsrc=thingA"/> <details key="ltrg=thingB"/> <details key="cont=World.relations"/> </eAnnotations> <eOperations name="validate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thingA" eType="#//ThingA"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thingB" eType="#//ThingB"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="World" eSuperTypes="#//Category"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> </eAnnotations> <eOperations name="compare" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="role1" eType="#//ThingB"/> <eParameters name="role2" eType="#//ThingB"/> </eOperations> <eOperations name="compare" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="personne1" eType="#//ThingA"/> <eParameters name="personne2" eType="#//ThingA"/> </eOperations> <eOperations name="affectation" eType="#//RelatedTo"> <eParameters name="role" eType="#//ThingB"/> <eParameters name="personne" eType="#//ThingA"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="thingsa" upperBound="-1" eType="#//ThingA" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thingsb" upperBound="-1" eType="#//ThingB" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1" eType="#//RelatedTo" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceNode" abstract="true"> <eAnnotations source="diagraph"/> <eOperations name="compare" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="noeud" eType="#//SourceNode"/> </eOperations> <eOperations name="pred" eType="#//SourceNode"/> <eOperations name="succ" eType="#//SourceNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arrow" abstract="true"> <eAnnotations source="diagraph"/> <eOperations name="validate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//SourceNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cible" eType="#//TargetNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" abstract="true"> <eAnnotations source="diagraph"/> <eOperations name="compare" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="n1" eType="#//TargetNode"/> <eParameters name="n2" eType="#//TargetNode"/> </eOperations> <eOperations name="compare" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="n1" eType="#//SourceNode"/> <eParameters name="n2" eType="#//SourceNode"/> </eOperations> <eOperations name="affectation" eType="#//Arrow"> <eParameters name="source" eType="#//TargetNode"/> <eParameters name="cible" eType="#//SourceNode"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="sources" upperBound="-1" eType="#//SourceNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fleches" upperBound="-1" eType="#//Arrow"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" upperBound="-1" eType="#//TargetNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Scale"> <eLiterals name="nothing"/> <eLiterals name="one" value="1"/> <eLiterals name="two" value="2"/> <eLiterals name="three" value="3"/> <eLiterals name="four" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TargetNode" abstract="true"> <eAnnotations source="diagraph"/> <eOperations name="compare" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="noeud" eType="#//TargetNode"/> </eOperations> <eOperations name="pred" eType="#//TargetNode"/> <eOperations name="succ" eType="#//TargetNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eAnnotations source="diagraph"> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"_relationworld","nsURI":"http://relationworld","name":"relationworld","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThingA","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThingB","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelatedTo","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"World","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceNode","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arrow","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Scale","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetNode","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"compare","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"pred","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"succ","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":"since","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"personne","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EParameter"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"compare","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"pred","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"succ","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"step","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,"unique":true,"name":"role","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EParameter"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"validate","lowerBound":0,"id":35,"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":"thingA","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thingB","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"compare","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"compare","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"affectation","lowerBound":0,"id":45,"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":"thingsa","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":"thingsb","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":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"role1","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"role2","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EParameter"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"personne1","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"personne2","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EParameter"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"role","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"personne","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"compare","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"pred","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"succ","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"noeud","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EParameter"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"validate","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":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":"cible","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"compare","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"compare","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"affectation","lowerBound":0,"id":84,"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":"sources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fleches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nom","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"n1","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"n2","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EParameter"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"n1","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"n2","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EParameter"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"cible","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EParameter"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"name":"nothing","id":108,"value":0,"literal":"nothing","eClass":"EEnumLiteral"},{"name":"one","id":109,"value":1,"literal":"one","eClass":"EEnumLiteral"},{"name":"two","id":110,"value":2,"literal":"two","eClass":"EEnumLiteral"},{"name":"three","id":111,"value":3,"literal":"three","eClass":"EEnumLiteral"},{"name":"four","id":112,"value":4,"literal":"four","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"compare","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"pred","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"succ","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EOperation"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"noeud","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":5},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":11,"target":17},{"source":11,"target":1},{"source":11,"target":18},{"source":18,"target":1},{"source":18,"target":19},{"source":18,"target":11},{"source":19,"target":1},{"source":12,"target":1},{"source":12,"target":20},{"source":12,"target":1},{"source":20,"target":1},{"source":13,"target":1},{"source":13,"target":21},{"source":13,"target":1},{"source":21,"target":1},{"source":14,"target":22},{"source":14,"target":1},{"source":15,"target":5},{"source":16,"target":10},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":23,"target":29},{"source":23,"target":2},{"source":23,"target":30},{"source":30,"target":2},{"source":30,"target":31},{"source":30,"target":23},{"source":31,"target":2},{"source":24,"target":2},{"source":24,"target":32},{"source":24,"target":2},{"source":32,"target":2},{"source":25,"target":2},{"source":25,"target":33},{"source":25,"target":2},{"source":33,"target":2},{"source":26,"target":8},{"source":26,"target":34},{"source":26,"target":2},{"source":34,"target":8},{"source":27,"target":9},{"source":28,"target":10},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":10},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":35,"target":40},{"source":35,"target":3},{"source":36,"target":1},{"source":36,"target":41},{"source":36,"target":3},{"source":41,"target":1},{"source":37,"target":2},{"source":37,"target":42},{"source":37,"target":3},{"source":42,"target":2},{"source":38,"target":6},{"source":39,"target":10},{"source":4,"target":0},{"source":4,"target":7},{"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":43,"target":50},{"source":43,"target":4},{"source":43,"target":51},{"source":43,"target":52},{"source":51,"target":2},{"source":51,"target":53},{"source":51,"target":43},{"source":53,"target":2},{"source":52,"target":2},{"source":52,"target":54},{"source":52,"target":43},{"source":54,"target":2},{"source":44,"target":55},{"source":44,"target":4},{"source":44,"target":56},{"source":44,"target":57},{"source":56,"target":1},{"source":56,"target":58},{"source":56,"target":44},{"source":58,"target":1},{"source":57,"target":1},{"source":57,"target":59},{"source":57,"target":44},{"source":59,"target":1},{"source":45,"target":3},{"source":45,"target":60},{"source":45,"target":4},{"source":45,"target":61},{"source":45,"target":62},{"source":60,"target":3},{"source":61,"target":2},{"source":61,"target":63},{"source":61,"target":45},{"source":63,"target":2},{"source":62,"target":1},{"source":62,"target":64},{"source":62,"target":45},{"source":64,"target":1},{"source":46,"target":1},{"source":46,"target":65},{"source":46,"target":4},{"source":65,"target":1},{"source":47,"target":2},{"source":47,"target":66},{"source":47,"target":4},{"source":66,"target":2},{"source":48,"target":3},{"source":48,"target":67},{"source":48,"target":4},{"source":67,"target":3},{"source":49,"target":7},{"source":5,"target":0},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":68,"target":71},{"source":68,"target":5},{"source":68,"target":72},{"source":72,"target":5},{"source":72,"target":73},{"source":72,"target":68},{"source":73,"target":5},{"source":69,"target":5},{"source":69,"target":74},{"source":69,"target":5},{"source":74,"target":5},{"source":70,"target":5},{"source":70,"target":75},{"source":70,"target":5},{"source":75,"target":5},{"source":6,"target":0},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":76,"target":79},{"source":76,"target":6},{"source":77,"target":5},{"source":77,"target":80},{"source":77,"target":6},{"source":80,"target":5},{"source":78,"target":9},{"source":78,"target":81},{"source":78,"target":6},{"source":81,"target":9},{"source":7,"target":0},{"source":7,"target":82},{"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":82,"target":89},{"source":82,"target":7},{"source":82,"target":90},{"source":82,"target":91},{"source":90,"target":9},{"source":90,"target":92},{"source":90,"target":82},{"source":92,"target":9},{"source":91,"target":9},{"source":91,"target":93},{"source":91,"target":82},{"source":93,"target":9},{"source":83,"target":94},{"source":83,"target":7},{"source":83,"target":95},{"source":83,"target":96},{"source":95,"target":5},{"source":95,"target":97},{"source":95,"target":83},{"source":97,"target":5},{"source":96,"target":5},{"source":96,"target":98},{"source":96,"target":83},{"source":98,"target":5},{"source":84,"target":6},{"source":84,"target":99},{"source":84,"target":7},{"source":84,"target":100},{"source":84,"target":101},{"source":99,"target":6},{"source":100,"target":9},{"source":100,"target":102},{"source":100,"target":84},{"source":102,"target":9},{"source":101,"target":5},{"source":101,"target":103},{"source":101,"target":84},{"source":103,"target":5},{"source":85,"target":5},{"source":85,"target":104},{"source":85,"target":7},{"source":104,"target":5},{"source":86,"target":6},{"source":86,"target":105},{"source":86,"target":7},{"source":105,"target":6},{"source":87,"target":106},{"source":87,"target":7},{"source":88,"target":9},{"source":88,"target":107},{"source":88,"target":7},{"source":107,"target":9},{"source":8,"target":0},{"source":8,"target":108},{"source":8,"target":109},{"source":8,"target":110},{"source":8,"target":111},{"source":8,"target":112},{"source":108,"target":8},{"source":109,"target":8},{"source":110,"target":8},{"source":111,"target":8},{"source":112,"target":8},{"source":9,"target":0},{"source":9,"target":113},{"source":9,"target":114},{"source":9,"target":115},{"source":113,"target":116},{"source":113,"target":9},{"source":113,"target":117},{"source":117,"target":9},{"source":117,"target":118},{"source":117,"target":113},{"source":118,"target":9},{"source":114,"target":9},{"source":114,"target":119},{"source":114,"target":9},{"source":119,"target":9},{"source":115,"target":9},{"source":115,"target":120},{"source":115,"target":9},{"source":120,"target":9},{"source":10,"target":0},{"source":10,"target":121},{"source":121,"target":122},{"source":121,"target":10}],"multigraph":true}
ecore
components
repo-ecore-all/data/antoniogarmendia/WTurbinesModels/WT/WindTurbines.ecore
dslComponent WTComponents id author subsystems Subsystem name description beh components subsystems Component id name ports machines StateMachine name states transitions Vertex outgoing incoming Edge source target SimpleState InitialState ControlSubsystem name machines DocumElt name desc Port name InPort OutPort
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dslComponent" nsURI="http://mondo.org/Component" nsPrefix="dslcom"> <eClassifiers xsi:type="ecore:EClass" name="WTComponents"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsystems" ordered="false" upperBound="-1" eType="#//Subsystem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subsystem"> <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:EReference" name="beh" ordered="false" upperBound="-1" eType="#//ControlSubsystem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" ordered="false" upperBound="-1" eType="#//Component" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsystems" ordered="false" upperBound="-1" eType="#//Subsystem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ports" ordered="false" upperBound="-1" eType="#//Port" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="machines" ordered="false" unique="false" upperBound="-1" eType="#//StateMachine"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <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="states" ordered="false" upperBound="-1" eType="#//Vertex" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" ordered="false" upperBound="-1" eType="#//Edge" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vertex" abstract="true" eSuperTypes="#//DocumElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" ordered="false" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" ordered="false" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//DocumElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" unique="false" lowerBound="1" eType="#//Vertex" eOpposite="#//Vertex/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" unique="false" lowerBound="1" eType="#//Vertex" eOpposite="#//Vertex/incoming"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleState" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="ControlSubsystem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="machines" ordered="false" upperBound="-1" eType="#//StateMachine" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumElt" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" 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="InPort" eSuperTypes="#//Port"/> <eClassifiers xsi:type="ecore:EClass" name="OutPort" eSuperTypes="#//Port"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"dslcom","nsURI":"http://mondo.org/Component","name":"dslComponent","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WTComponents","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subsystem","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":"StateMachine","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlSubsystem","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumElt","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPort","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPort","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":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":"author","changeable":true,"lowerBound":1,"iD":true,"id":15,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subsystems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":21,"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":"beh","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"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":"subsystems","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"},{"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":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},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"machines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":44,"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":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"machines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"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":0,"target":6},{"source":0,"target":7},{"source":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":14,"target":17},{"source":14,"target":1},{"source":15,"target":18},{"source":15,"target":1},{"source":16,"target":2},{"source":16,"target":19},{"source":16,"target":1},{"source":19,"target":2},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":20,"target":25},{"source":20,"target":2},{"source":21,"target":26},{"source":21,"target":2},{"source":22,"target":9},{"source":22,"target":27},{"source":22,"target":2},{"source":27,"target":9},{"source":23,"target":3},{"source":23,"target":28},{"source":23,"target":2},{"source":28,"target":3},{"source":24,"target":2},{"source":24,"target":29},{"source":24,"target":2},{"source":29,"target":2},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":30,"target":34},{"source":30,"target":3},{"source":31,"target":35},{"source":31,"target":3},{"source":32,"target":11},{"source":32,"target":36},{"source":32,"target":3},{"source":36,"target":11},{"source":33,"target":4},{"source":33,"target":37},{"source":33,"target":3},{"source":37,"target":4},{"source":4,"target":0},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":38,"target":41},{"source":38,"target":4},{"source":39,"target":5},{"source":39,"target":42},{"source":39,"target":4},{"source":42,"target":5},{"source":40,"target":6},{"source":40,"target":43},{"source":40,"target":4},{"source":43,"target":6},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":44,"target":6},{"source":44,"target":47},{"source":44,"target":5},{"source":44,"target":48},{"source":47,"target":6},{"source":45,"target":6},{"source":45,"target":49},{"source":45,"target":5},{"source":45,"target":50},{"source":49,"target":6},{"source":46,"target":10},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":48},{"source":6,"target":50},{"source":6,"target":51},{"source":48,"target":5},{"source":48,"target":52},{"source":48,"target":6},{"source":48,"target":44},{"source":52,"target":5},{"source":50,"target":5},{"source":50,"target":53},{"source":50,"target":6},{"source":50,"target":45},{"source":53,"target":5},{"source":51,"target":10},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":54},{"source":54,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":55},{"source":55,"target":5},{"source":9,"target":0},{"source":9,"target":56},{"source":9,"target":57},{"source":56,"target":58},{"source":56,"target":9},{"source":57,"target":4},{"source":57,"target":59},{"source":57,"target":9},{"source":59,"target":4},{"source":10,"target":0},{"source":10,"target":60},{"source":10,"target":61},{"source":60,"target":62},{"source":60,"target":10},{"source":61,"target":63},{"source":61,"target":10},{"source":11,"target":0},{"source":11,"target":64},{"source":64,"target":65},{"source":64,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":66},{"source":66,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":67},{"source":67,"target":11}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/gemoc/petrinet/petrinetv1/fr.inria.diverse.sample.petrinetv1.xdsml.xpetrinetv1/model/XPetrinetv1.ecore
petrinetv1 Net initialize args run markingToString places transitions Transition isEnabled fire input output name Place name initialTokens tokens
<?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="petrinetv1" nsURI="http://fr.inria.diverse.sample.petrinetv1.xdsml.xpetrinetv1/petrinetv1/" nsPrefix="petrinetv1"> <eClassifiers xsi:type="ecore:EClass" name="Net"> <eOperations name="initialize"> <eAnnotations source="aspect"/> <eParameters name="args" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eParameters> </eOperations> <eOperations name="run"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="markingToString"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="places" upperBound="-1" eType="//Place" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eOperations name="isEnabled"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="fire"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="input" lowerBound="1" upperBound="-1" eType="//Place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output" upperBound="-1" eType="//Place"/> <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="Place"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialTokens"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokens"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"petrinetv1","nsURI":"http://fr.inria.diverse.sample.petrinetv1.xdsml.xpetrinetv1/petrinetv1/","name":"petrinetv1","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Net","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialize","lowerBound":0,"id":4,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"run","lowerBound":0,"id":5,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"markingToString","lowerBound":0,"id":6,"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":"places","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"ordered":true,"upperBound":-1,"unique":true,"name":"args","lowerBound":0,"id":9,"many":true,"required":false,"eClass":"EParameter"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isEnabled","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"fire","lowerBound":0,"id":15,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"output","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},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"initialTokens","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tokens","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":4,"target":1},{"source":4,"target":9},{"source":9,"target":10},{"source":9,"target":4},{"source":5,"target":1},{"source":6,"target":11},{"source":6,"target":1},{"source":7,"target":3},{"source":7,"target":12},{"source":7,"target":1},{"source":12,"target":3},{"source":8,"target":2},{"source":8,"target":13},{"source":8,"target":1},{"source":13,"target":2},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":14,"target":19},{"source":14,"target":2},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":20},{"source":16,"target":2},{"source":20,"target":3},{"source":17,"target":3},{"source":17,"target":21},{"source":17,"target":2},{"source":21,"target":3},{"source":18,"target":22},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":23,"target":26},{"source":23,"target":3},{"source":24,"target":27},{"source":24,"target":3},{"source":25,"target":28},{"source":25,"target":3}],"multigraph":true}
ecore
trace
repo-ecore-all/data/ReEng/sdm-commons/plugins/de.mdelab.sdm.interpreter.core.executionTrace/model/executionTrace.ecore
executionTrace MapEntry java.util.Map$Entry java.util.Map$Entry KeyType ValueType key value ExecutionTrace executions description totalExecutionTime 0 totalExecutionTimeMsec 0 Execution executionStartedTimeStamp 0 executionFinishedTimeStamp 0 executionTime 0 executionTimeMsec 0 elements container ActivityExecution ActivityType activity inParameterValues outParameterValues ActivityNodeExecution ActivityNodeType activityNode ActivityEdgeTraversal ActivityEdgeType activityEdge StoryPatternExecution StoryPatternType storyPattern StoryPatternInitialization StoryPatternType StoryPatternMatching StoryPatternType successful StoryPatternApplication StoryPatternType StoryPatternObjectExecution StoryPatternObjectType storyPatternObject StoryPatternObjectBound StoryPatternObjectType value StoryPatternObjectNotBound StoryPatternObjectType StoryPatternObjectBindingRevoked StoryPatternObjectType previousValue StoryPatternLinkExecution StoryPatternLinkType StoryPatternObjectType storyPatternLink sourceStoryPatternObject targetStoryPatternObject sourceObject TraversingLink StoryPatternLinkType StoryPatternObjectType LinkCheck StoryPatternLinkType StoryPatternObjectType targetObject LinkCheckSuccessful StoryPatternLinkType StoryPatternObjectType LinkCheckFailed StoryPatternLinkType StoryPatternObjectType ExpressionEvaluation ExpressionType expression result InstanceObjectModification StoryPatternObjectType storyPatternObject instanceObject InstanceObjectCreation StoryPatternObjectType InstanceObjectDeletion StoryPatternObjectType InstanceLinkModification StoryPatternLinkType StoryPatternObjectType storyPatternLink sourceStoryPatternObject targetStoryPatternObject sourceInstanceObject targetInstanceObject InstanceLinkCreation StoryPatternLinkType StoryPatternObjectType InstanceLinkDeletion StoryPatternLinkType StoryPatternObjectType AttributeValueSet StoryPatternObjectType FeatureType storyPatternObject feature instanceObject newValue VariableModification ClassifierType variableName classifier value VariableCreated ClassifierType VariableDeleted ClassifierType VariableChanged ClassifierType oldValue StoryPatternObjectConstraintEvaluation StoryPatternObjectType ExpressionType constraint StoryPatternObjectConstraintHolds StoryPatternObjectType ExpressionType StoryPatternObjectConstraintViolated StoryPatternObjectType ExpressionType StoryPatternConstraintEvaluation StoryPatternType ExpressionType constraint StoryPatternConstraintHolds StoryPatternType ExpressionType StoryPatternConstraintViolated StoryPatternType ExpressionType
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="executionTrace" nsURI="http://www.mdelab.de/sdm/interpreter/core/executionTrace/1.0" nsPrefix="sdm.interpreter.core.executionTrace"> <eClassifiers xsi:type="ecore:EClass" name="MapEntry" instanceClassName="java.util.Map$Entry"> <eTypeParameters name="KeyType"/> <eTypeParameters name="ValueType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1"> <eGenericType eTypeParameter="#//MapEntry/KeyType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eGenericType eTypeParameter="#//MapEntry/ValueType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutionTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="executions" upperBound="-1" eType="#//Execution" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalExecutionTime" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//ELong" changeable="false" volatile="true" transient="true" defaultValueLiteral="0" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The sum of the execution times of all contained executions in nanoseconds.&#xD;&#xA;Convert this to other time units using the utility functions in &#xD;&#xA;TimeUnits.NANOTIME."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalExecutionTimeMsec" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//ELong" changeable="false" volatile="true" transient="true" defaultValueLiteral="0" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The sum of the execution times of all contained executions in nanoseconds.&#xD;&#xA;Convert this to other time units using the utility functions in &#xD;&#xA;TimeUnits.NANOTIME."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Execution" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="executionStartedTimeStamp" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//ELong" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="executionFinishedTimeStamp" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//ELong" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="executionTime" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//ELong" changeable="false" volatile="true" transient="true" defaultValueLiteral="0" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The execution time in nanoseconds. Convert this to other time units using the&#xD;&#xA;utility functions in TimeUnits.NANOTIME."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="executionTimeMsec" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//ELong" changeable="false" volatile="true" transient="true" defaultValueLiteral="0" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Execution" containment="true" eOpposite="#//Execution/container"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//Execution" eOpposite="#//Execution/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityExecution" eSuperTypes="#//Execution"> <eTypeParameters name="ActivityType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity"> <eGenericType eTypeParameter="#//ActivityExecution/ActivityType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inParameterValues" upperBound="-1" containment="true"> <eGenericType eClassifier="#//MapEntry"> <eTypeArguments eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outParameterValues" upperBound="-1" containment="true"> <eGenericType eClassifier="#//MapEntry"> <eTypeArguments eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNodeExecution" eSuperTypes="#//Execution"> <eTypeParameters name="ActivityNodeType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activityNode" lowerBound="1"> <eGenericType eTypeParameter="#//ActivityNodeExecution/ActivityNodeType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdgeTraversal" eSuperTypes="#//Execution"> <eTypeParameters name="ActivityEdgeType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activityEdge" lowerBound="1"> <eGenericType eTypeParameter="#//ActivityEdgeTraversal/ActivityEdgeType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoryPatternExecution" abstract="true" eSuperTypes="#//Execution"> <eTypeParameters name="StoryPatternType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storyPattern" lowerBound="1"> <eGenericType eTypeParameter="#//StoryPatternExecution/StoryPatternType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoryPatternInitialization"> <eTypeParameters name="StoryPatternType"/> <eGenericSuperTypes eClassifier="#//StoryPatternExecution"> <eTypeArguments eTypeParameter="#//StoryPatternInitialization/StoryPatternType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoryPatternMatching"> <eTypeParameters name="StoryPatternType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="successful" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eGenericSuperTypes eClassifier="#//StoryPatternExecution"> <eTypeArguments eTypeParameter="#//StoryPatternMatching/StoryPatternType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoryPatternApplication"> <eTypeParameters name="StoryPatternType"/> <eGenericSuperTypes eClassifier="#//StoryPatternExecution"> <eTypeArguments eTypeParameter="#//StoryPatternApplication/StoryPatternType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoryPatternObjectExecution" abstract="true" eSuperTypes="#//Execution"> <eTypeParameters name="StoryPatternObjectType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storyPatternObject" lowerBound="1"> <eGenericType eTypeParameter="#//StoryPatternObjectExecution/StoryPatternObjectType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoryPatternObjectBound"> <eTypeParameters name="StoryPatternObjectType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eGenericSuperTypes eClassifier="#//StoryPatternObjectExecution"> <eTypeArguments eTypeParameter="#//StoryPatternObjectBound/StoryPatternObjectType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoryPatternObjectNotBound"> <eTypeParameters name="StoryPatternObjectType"/> <eGenericSuperTypes eClassifier="#//StoryPatternObjectExecution"> <eTypeArguments eTypeParameter="#//StoryPatternObjectNotBound/StoryPatternObjectType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoryPatternObjectBindingRevoked"> <eTypeParameters name="StoryPatternObjectType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="previousValue" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eGenericSuperTypes eClassifier="#//StoryPatternObjectExecution"> <eTypeArguments eTypeParameter="#//StoryPatternObjectBindingRevoked/StoryPatternObjectType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoryPatternLinkExecution" abstract="true" eSuperTypes="#//Execution"> <eTypeParameters name="StoryPatternLinkType"/> <eTypeParameters name="StoryPatternObjectType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storyPatternLink" lowerBound="1"> <eGenericType eTypeParameter="#//StoryPatternLinkExecution/StoryPatternLinkType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceStoryPatternObject" lowerBound="1"> <eGenericType eTypeParameter="#//StoryPatternLinkExecution/StoryPatternObjectType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targetStoryPatternObject" lowerBound="1"> <eGenericType eTypeParameter="#//StoryPatternLinkExecution/StoryPatternObjectType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceObject" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraversingLink"> <eTypeParameters name="StoryPatternLinkType"/> <eTypeParameters name="StoryPatternObjectType"/> <eGenericSuperTypes eClassifier="#//StoryPatternLinkExecution"> <eTypeArguments eTypeParameter="#//TraversingLink/StoryPatternLinkType"/> <eTypeArguments eTypeParameter="#//TraversingLink/StoryPatternObjectType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkCheck" abstract="true"> <eTypeParameters name="StoryPatternLinkType"/> <eTypeParameters name="StoryPatternObjectType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetObject" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eGenericSuperTypes eClassifier="#//StoryPatternLinkExecution"> <eTypeArguments eTypeParameter="#//LinkCheck/StoryPatternLinkType"/> <eTypeArguments eTypeParameter="#//LinkCheck/StoryPatternObjectType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkCheckSuccessful"> <eTypeParameters name="StoryPatternLinkType"/> <eTypeParameters name="StoryPatternObjectType"/> <eGenericSuperTypes eClassifier="#//LinkCheck"> <eTypeArguments eTypeParameter="#//LinkCheckSuccessful/StoryPatternLinkType"/> <eTypeArguments eTypeParameter="#//LinkCheckSuccessful/StoryPatternObjectType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkCheckFailed"> <eTypeParameters name="StoryPatternLinkType"/> <eTypeParameters name="StoryPatternObjectType"/> <eGenericSuperTypes eClassifier="#//LinkCheck"> <eTypeArguments eTypeParameter="#//LinkCheckFailed/StoryPatternLinkType"/> <eTypeArguments eTypeParameter="#//LinkCheckFailed/StoryPatternObjectType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionEvaluation" eSuperTypes="#//Execution"> <eTypeParameters name="ExpressionType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression"> <eGenericType eTypeParameter="#//ExpressionEvaluation/ExpressionType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="result" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceObjectModification" abstract="true" eSuperTypes="#//Execution"> <eTypeParameters name="StoryPatternObjectType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storyPatternObject" lowerBound="1"> <eGenericType eTypeParameter="#//InstanceObjectModification/StoryPatternObjectType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceObject" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceObjectCreation"> <eTypeParameters name="StoryPatternObjectType"/> <eGenericSuperTypes eClassifier="#//InstanceObjectModification"> <eTypeArguments eTypeParameter="#//InstanceObjectCreation/StoryPatternObjectType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceObjectDeletion"> <eTypeParameters name="StoryPatternObjectType"/> <eGenericSuperTypes eClassifier="#//InstanceObjectModification"> <eTypeArguments eTypeParameter="#//InstanceObjectDeletion/StoryPatternObjectType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceLinkModification" abstract="true" eSuperTypes="#//Execution"> <eTypeParameters name="StoryPatternLinkType"/> <eTypeParameters name="StoryPatternObjectType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storyPatternLink"> <eGenericType eTypeParameter="#//InstanceLinkModification/StoryPatternLinkType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceStoryPatternObject" lowerBound="1"> <eGenericType eTypeParameter="#//InstanceLinkModification/StoryPatternObjectType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targetStoryPatternObject" lowerBound="1"> <eGenericType eTypeParameter="#//InstanceLinkModification/StoryPatternObjectType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceInstanceObject" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetInstanceObject" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceLinkCreation"> <eTypeParameters name="StoryPatternLinkType"/> <eTypeParameters name="StoryPatternObjectType"/> <eGenericSuperTypes eClassifier="#//InstanceLinkModification"> <eTypeArguments eTypeParameter="#//InstanceLinkCreation/StoryPatternLinkType"/> <eTypeArguments eTypeParameter="#//InstanceLinkCreation/StoryPatternObjectType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceLinkDeletion"> <eTypeParameters name="StoryPatternLinkType"/> <eTypeParameters name="StoryPatternObjectType"/> <eGenericSuperTypes eClassifier="#//InstanceLinkModification"> <eTypeArguments eTypeParameter="#//InstanceLinkDeletion/StoryPatternLinkType"/> <eTypeArguments eTypeParameter="#//InstanceLinkDeletion/StoryPatternObjectType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValueSet" eSuperTypes="#//Execution"> <eTypeParameters name="StoryPatternObjectType"/> <eTypeParameters name="FeatureType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storyPatternObject" lowerBound="1"> <eGenericType eTypeParameter="#//AttributeValueSet/StoryPatternObjectType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1"> <eGenericType eTypeParameter="#//AttributeValueSet/FeatureType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceObject" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableModification" abstract="true" eSuperTypes="#//Execution"> <eTypeParameters name="ClassifierType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variableName" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" lowerBound="1"> <eGenericType eTypeParameter="#//VariableModification/ClassifierType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableCreated"> <eTypeParameters name="ClassifierType"/> <eGenericSuperTypes eClassifier="#//VariableModification"> <eTypeArguments eTypeParameter="#//VariableCreated/ClassifierType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeleted"> <eTypeParameters name="ClassifierType"/> <eGenericSuperTypes eClassifier="#//VariableModification"> <eTypeArguments eTypeParameter="#//VariableDeleted/ClassifierType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableChanged"> <eTypeParameters name="ClassifierType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldValue" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eGenericSuperTypes eClassifier="#//VariableModification"> <eTypeArguments eTypeParameter="#//VariableChanged/ClassifierType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoryPatternObjectConstraintEvaluation" abstract="true"> <eTypeParameters name="StoryPatternObjectType"/> <eTypeParameters name="ExpressionType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" lowerBound="1"> <eGenericType eTypeParameter="#//StoryPatternObjectConstraintEvaluation/ExpressionType"/> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//StoryPatternObjectExecution"> <eTypeArguments eTypeParameter="#//StoryPatternObjectConstraintEvaluation/StoryPatternObjectType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoryPatternObjectConstraintHolds"> <eTypeParameters name="StoryPatternObjectType"/> <eTypeParameters name="ExpressionType"/> <eGenericSuperTypes eClassifier="#//StoryPatternObjectConstraintEvaluation"> <eTypeArguments eTypeParameter="#//StoryPatternObjectConstraintHolds/StoryPatternObjectType"/> <eTypeArguments eTypeParameter="#//StoryPatternObjectConstraintHolds/ExpressionType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoryPatternObjectConstraintViolated"> <eTypeParameters name="StoryPatternObjectType"/> <eTypeParameters name="ExpressionType"/> <eGenericSuperTypes eClassifier="#//StoryPatternObjectConstraintEvaluation"> <eTypeArguments eTypeParameter="#//StoryPatternObjectConstraintViolated/StoryPatternObjectType"/> <eTypeArguments eTypeParameter="#//StoryPatternObjectConstraintViolated/ExpressionType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoryPatternConstraintEvaluation" abstract="true"> <eTypeParameters name="StoryPatternType"/> <eTypeParameters name="ExpressionType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" lowerBound="1"> <eGenericType eTypeParameter="#//StoryPatternConstraintEvaluation/ExpressionType"/> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//StoryPatternExecution"> <eTypeArguments eTypeParameter="#//StoryPatternConstraintEvaluation/StoryPatternType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoryPatternConstraintHolds"> <eTypeParameters name="StoryPatternType"/> <eTypeParameters name="ExpressionType"/> <eGenericSuperTypes eClassifier="#//StoryPatternConstraintEvaluation"> <eTypeArguments eTypeParameter="#//StoryPatternConstraintHolds/StoryPatternType"/> <eTypeArguments eTypeParameter="#//StoryPatternConstraintHolds/ExpressionType"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoryPatternConstraintViolated"> <eTypeParameters name="StoryPatternType"/> <eTypeParameters name="ExpressionType"/> <eGenericSuperTypes eClassifier="#//StoryPatternConstraintEvaluation"> <eTypeArguments eTypeParameter="#//StoryPatternConstraintViolated/StoryPatternType"/> <eTypeArguments eTypeParameter="#//StoryPatternConstraintViolated/ExpressionType"/> </eGenericSuperTypes> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"sdm.interpreter.core.executionTrace","nsURI":"http://www.mdelab.de/sdm/interpreter/core/executionTrace/1.0","name":"executionTrace","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"MapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionTrace","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Execution","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityExecution","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNodeExecution","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdgeTraversal","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoryPatternExecution","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoryPatternInitialization","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoryPatternMatching","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoryPatternApplication","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoryPatternObjectExecution","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoryPatternObjectBound","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoryPatternObjectNotBound","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoryPatternObjectBindingRevoked","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoryPatternLinkExecution","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraversingLink","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkCheck","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkCheckSuccessful","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkCheckFailed","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionEvaluation","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceObjectModification","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceObjectCreation","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceObjectDeletion","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceLinkModification","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceLinkCreation","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceLinkDeletion","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValueSet","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableModification","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableCreated","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeleted","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableChanged","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoryPatternObjectConstraintEvaluation","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoryPatternObjectConstraintHolds","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoryPatternObjectConstraintViolated","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoryPatternConstraintEvaluation","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoryPatternConstraintHolds","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoryPatternConstraintViolated","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"name":"KeyType","id":38,"eClass":"ETypeParameter"},{"name":"ValueType","id":39,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"executions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":true,"unique":true,"name":"totalExecutionTime","changeable":false,"lowerBound":0,"iD":false,"id":46,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":true,"unique":true,"name":"totalExecutionTimeMsec","changeable":false,"lowerBound":0,"iD":false,"id":47,"derived":true},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"executionStartedTimeStamp","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":"0","unsettable":false,"transient":false,"unique":true,"name":"executionFinishedTimeStamp","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":true,"unique":true,"name":"executionTime","changeable":false,"lowerBound":0,"iD":false,"id":54,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":true,"unique":true,"name":"executionTimeMsec","changeable":false,"lowerBound":0,"iD":false,"id":55,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"name":"ActivityType","id":64,"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":"activity","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":"inParameterValues","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":"outParameterValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"name":"ActivityNodeType","id":76,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activityNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"name":"ActivityEdgeType","id":80,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activityEdge","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"name":"StoryPatternType","id":84,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"storyPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"name":"StoryPatternType","id":88,"eClass":"ETypeParameter"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"name":"StoryPatternType","id":91,"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":"successful","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"name":"StoryPatternType","id":96,"eClass":"ETypeParameter"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"name":"StoryPatternObjectType","id":99,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"storyPatternObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"name":"StoryPatternObjectType","id":103,"eClass":"ETypeParameter"},{"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":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"name":"StoryPatternObjectType","id":108,"eClass":"ETypeParameter"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"name":"StoryPatternObjectType","id":111,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"previousValue","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"name":"StoryPatternLinkType","id":116,"eClass":"ETypeParameter"},{"name":"StoryPatternObjectType","id":117,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"storyPatternLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceStoryPatternObject","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":"targetStoryPatternObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceObject","changeable":true,"lowerBound":1,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"name":"StoryPatternLinkType","id":127,"eClass":"ETypeParameter"},{"name":"StoryPatternObjectType","id":128,"eClass":"ETypeParameter"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"name":"StoryPatternLinkType","id":132,"eClass":"ETypeParameter"},{"name":"StoryPatternObjectType","id":133,"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":"targetObject","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"name":"StoryPatternLinkType","id":139,"eClass":"ETypeParameter"},{"name":"StoryPatternObjectType","id":140,"eClass":"ETypeParameter"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"name":"StoryPatternLinkType","id":144,"eClass":"ETypeParameter"},{"name":"StoryPatternObjectType","id":145,"eClass":"ETypeParameter"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"name":"ExpressionType","id":149,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"lowerBound":1,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"name":"StoryPatternObjectType","id":155,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"storyPatternObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instanceObject","changeable":true,"lowerBound":1,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"name":"StoryPatternObjectType","id":161,"eClass":"ETypeParameter"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"name":"StoryPatternObjectType","id":164,"eClass":"ETypeParameter"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"name":"StoryPatternLinkType","id":167,"eClass":"ETypeParameter"},{"name":"StoryPatternObjectType","id":168,"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":"storyPatternLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceStoryPatternObject","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"targetStoryPatternObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceInstanceObject","changeable":true,"lowerBound":1,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetInstanceObject","changeable":true,"lowerBound":1,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"name":"StoryPatternLinkType","id":180,"eClass":"ETypeParameter"},{"name":"StoryPatternObjectType","id":181,"eClass":"ETypeParameter"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"name":"StoryPatternLinkType","id":185,"eClass":"ETypeParameter"},{"name":"StoryPatternObjectType","id":186,"eClass":"ETypeParameter"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"name":"StoryPatternObjectType","id":190,"eClass":"ETypeParameter"},{"name":"FeatureType","id":191,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"storyPatternObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"container":false,"ordered":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":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instanceObject","changeable":true,"lowerBound":1,"iD":false,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"lowerBound":1,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"name":"ClassifierType","id":201,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variableName","changeable":true,"lowerBound":1,"iD":false,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"name":"ClassifierType","id":209,"eClass":"ETypeParameter"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"name":"ClassifierType","id":212,"eClass":"ETypeParameter"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"name":"ClassifierType","id":215,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldValue","changeable":true,"lowerBound":1,"iD":false,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"name":"StoryPatternObjectType","id":220,"eClass":"ETypeParameter"},{"name":"ExpressionType","id":221,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"name":"StoryPatternObjectType","id":226,"eClass":"ETypeParameter"},{"name":"ExpressionType","id":227,"eClass":"ETypeParameter"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"name":"StoryPatternObjectType","id":231,"eClass":"ETypeParameter"},{"name":"ExpressionType","id":232,"eClass":"ETypeParameter"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"name":"StoryPatternType","id":236,"eClass":"ETypeParameter"},{"name":"ExpressionType","id":237,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"name":"StoryPatternType","id":242,"eClass":"ETypeParameter"},{"name":"ExpressionType","id":243,"eClass":"ETypeParameter"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"name":"StoryPatternType","id":247,"eClass":"ETypeParameter"},{"name":"ExpressionType","id":248,"eClass":"ETypeParameter"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":1,"target":0},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":40,"target":42},{"source":40,"target":1},{"source":42,"target":38},{"source":41,"target":43},{"source":41,"target":1},{"source":43,"target":39},{"source":2,"target":0},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":44,"target":3},{"source":44,"target":48},{"source":44,"target":2},{"source":48,"target":3},{"source":45,"target":49},{"source":45,"target":2},{"source":46,"target":50},{"source":46,"target":2},{"source":47,"target":51},{"source":47,"target":2},{"source":3,"target":0},{"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":52,"target":58},{"source":52,"target":3},{"source":53,"target":59},{"source":53,"target":3},{"source":54,"target":60},{"source":54,"target":3},{"source":55,"target":61},{"source":55,"target":3},{"source":56,"target":3},{"source":56,"target":62},{"source":56,"target":3},{"source":56,"target":57},{"source":62,"target":3},{"source":57,"target":3},{"source":57,"target":63},{"source":57,"target":3},{"source":57,"target":56},{"source":63,"target":3},{"source":4,"target":0},{"source":4,"target":64},{"source":4,"target":3},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":65,"target":69},{"source":65,"target":4},{"source":69,"target":64},{"source":66,"target":1},{"source":66,"target":70},{"source":66,"target":4},{"source":70,"target":71},{"source":70,"target":72},{"source":70,"target":1},{"source":67,"target":1},{"source":67,"target":73},{"source":67,"target":4},{"source":73,"target":74},{"source":73,"target":75},{"source":73,"target":1},{"source":68,"target":3},{"source":5,"target":0},{"source":5,"target":76},{"source":5,"target":3},{"source":5,"target":77},{"source":5,"target":78},{"source":77,"target":79},{"source":77,"target":5},{"source":79,"target":76},{"source":78,"target":3},{"source":6,"target":0},{"source":6,"target":80},{"source":6,"target":3},{"source":6,"target":81},{"source":6,"target":82},{"source":81,"target":83},{"source":81,"target":6},{"source":83,"target":80},{"source":82,"target":3},{"source":7,"target":0},{"source":7,"target":84},{"source":7,"target":3},{"source":7,"target":85},{"source":7,"target":86},{"source":85,"target":87},{"source":85,"target":7},{"source":87,"target":84},{"source":86,"target":3},{"source":8,"target":0},{"source":8,"target":88},{"source":8,"target":7},{"source":8,"target":89},{"source":89,"target":90},{"source":89,"target":7},{"source":90,"target":88},{"source":9,"target":0},{"source":9,"target":91},{"source":9,"target":7},{"source":9,"target":92},{"source":9,"target":93},{"source":92,"target":94},{"source":92,"target":9},{"source":93,"target":95},{"source":93,"target":7},{"source":95,"target":91},{"source":10,"target":0},{"source":10,"target":96},{"source":10,"target":7},{"source":10,"target":97},{"source":97,"target":98},{"source":97,"target":7},{"source":98,"target":96},{"source":11,"target":0},{"source":11,"target":99},{"source":11,"target":3},{"source":11,"target":100},{"source":11,"target":101},{"source":100,"target":102},{"source":100,"target":11},{"source":102,"target":99},{"source":101,"target":3},{"source":12,"target":0},{"source":12,"target":103},{"source":12,"target":11},{"source":12,"target":104},{"source":12,"target":105},{"source":104,"target":106},{"source":104,"target":12},{"source":105,"target":107},{"source":105,"target":11},{"source":107,"target":103},{"source":13,"target":0},{"source":13,"target":108},{"source":13,"target":11},{"source":13,"target":109},{"source":109,"target":110},{"source":109,"target":11},{"source":110,"target":108},{"source":14,"target":0},{"source":14,"target":111},{"source":14,"target":11},{"source":14,"target":112},{"source":14,"target":113},{"source":112,"target":114},{"source":112,"target":14},{"source":113,"target":115},{"source":113,"target":11},{"source":115,"target":111},{"source":15,"target":0},{"source":15,"target":116},{"source":15,"target":117},{"source":15,"target":3},{"source":15,"target":118},{"source":15,"target":119},{"source":15,"target":120},{"source":15,"target":121},{"source":15,"target":122},{"source":118,"target":123},{"source":118,"target":15},{"source":123,"target":116},{"source":119,"target":124},{"source":119,"target":15},{"source":124,"target":117},{"source":120,"target":125},{"source":120,"target":15},{"source":125,"target":117},{"source":121,"target":126},{"source":121,"target":15},{"source":122,"target":3},{"source":16,"target":0},{"source":16,"target":127},{"source":16,"target":128},{"source":16,"target":15},{"source":16,"target":129},{"source":129,"target":130},{"source":129,"target":131},{"source":129,"target":15},{"source":130,"target":127},{"source":131,"target":128},{"source":17,"target":0},{"source":17,"target":132},{"source":17,"target":133},{"source":17,"target":15},{"source":17,"target":134},{"source":17,"target":135},{"source":134,"target":136},{"source":134,"target":17},{"source":135,"target":137},{"source":135,"target":138},{"source":135,"target":15},{"source":137,"target":132},{"source":138,"target":133},{"source":18,"target":0},{"source":18,"target":139},{"source":18,"target":140},{"source":18,"target":17},{"source":18,"target":141},{"source":141,"target":142},{"source":141,"target":143},{"source":141,"target":17},{"source":142,"target":139},{"source":143,"target":140},{"source":19,"target":0},{"source":19,"target":144},{"source":19,"target":145},{"source":19,"target":17},{"source":19,"target":146},{"source":146,"target":147},{"source":146,"target":148},{"source":146,"target":17},{"source":147,"target":144},{"source":148,"target":145},{"source":20,"target":0},{"source":20,"target":149},{"source":20,"target":3},{"source":20,"target":150},{"source":20,"target":151},{"source":20,"target":152},{"source":150,"target":153},{"source":150,"target":20},{"source":153,"target":149},{"source":151,"target":154},{"source":151,"target":20},{"source":152,"target":3},{"source":21,"target":0},{"source":21,"target":155},{"source":21,"target":3},{"source":21,"target":156},{"source":21,"target":157},{"source":21,"target":158},{"source":156,"target":159},{"source":156,"target":21},{"source":159,"target":155},{"source":157,"target":160},{"source":157,"target":21},{"source":158,"target":3},{"source":22,"target":0},{"source":22,"target":161},{"source":22,"target":21},{"source":22,"target":162},{"source":162,"target":163},{"source":162,"target":21},{"source":163,"target":161},{"source":23,"target":0},{"source":23,"target":164},{"source":23,"target":21},{"source":23,"target":165},{"source":165,"target":166},{"source":165,"target":21},{"source":166,"target":164},{"source":24,"target":0},{"source":24,"target":167},{"source":24,"target":168},{"source":24,"target":3},{"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":169,"target":175},{"source":169,"target":24},{"source":175,"target":167},{"source":170,"target":176},{"source":170,"target":24},{"source":176,"target":168},{"source":171,"target":177},{"source":171,"target":24},{"source":177,"target":168},{"source":172,"target":178},{"source":172,"target":24},{"source":173,"target":179},{"source":173,"target":24},{"source":174,"target":3},{"source":25,"target":0},{"source":25,"target":180},{"source":25,"target":181},{"source":25,"target":24},{"source":25,"target":182},{"source":182,"target":183},{"source":182,"target":184},{"source":182,"target":24},{"source":183,"target":180},{"source":184,"target":181},{"source":26,"target":0},{"source":26,"target":185},{"source":26,"target":186},{"source":26,"target":24},{"source":26,"target":187},{"source":187,"target":188},{"source":187,"target":189},{"source":187,"target":24},{"source":188,"target":185},{"source":189,"target":186},{"source":27,"target":0},{"source":27,"target":190},{"source":27,"target":191},{"source":27,"target":3},{"source":27,"target":192},{"source":27,"target":193},{"source":27,"target":194},{"source":27,"target":195},{"source":27,"target":196},{"source":192,"target":197},{"source":192,"target":27},{"source":197,"target":190},{"source":193,"target":198},{"source":193,"target":27},{"source":198,"target":191},{"source":194,"target":199},{"source":194,"target":27},{"source":195,"target":200},{"source":195,"target":27},{"source":196,"target":3},{"source":28,"target":0},{"source":28,"target":201},{"source":28,"target":3},{"source":28,"target":202},{"source":28,"target":203},{"source":28,"target":204},{"source":28,"target":205},{"source":202,"target":206},{"source":202,"target":28},{"source":203,"target":207},{"source":203,"target":28},{"source":207,"target":201},{"source":204,"target":208},{"source":204,"target":28},{"source":205,"target":3},{"source":29,"target":0},{"source":29,"target":209},{"source":29,"target":28},{"source":29,"target":210},{"source":210,"target":211},{"source":210,"target":28},{"source":211,"target":209},{"source":30,"target":0},{"source":30,"target":212},{"source":30,"target":28},{"source":30,"target":213},{"source":213,"target":214},{"source":213,"target":28},{"source":214,"target":212},{"source":31,"target":0},{"source":31,"target":215},{"source":31,"target":28},{"source":31,"target":216},{"source":31,"target":217},{"source":216,"target":218},{"source":216,"target":31},{"source":217,"target":219},{"source":217,"target":28},{"source":219,"target":215},{"source":32,"target":0},{"source":32,"target":220},{"source":32,"target":221},{"source":32,"target":11},{"source":32,"target":222},{"source":32,"target":223},{"source":222,"target":224},{"source":222,"target":32},{"source":224,"target":221},{"source":223,"target":225},{"source":223,"target":11},{"source":225,"target":220},{"source":33,"target":0},{"source":33,"target":226},{"source":33,"target":227},{"source":33,"target":32},{"source":33,"target":228},{"source":228,"target":229},{"source":228,"target":230},{"source":228,"target":32},{"source":229,"target":226},{"source":230,"target":227},{"source":34,"target":0},{"source":34,"target":231},{"source":34,"target":232},{"source":34,"target":32},{"source":34,"target":233},{"source":233,"target":234},{"source":233,"target":235},{"source":233,"target":32},{"source":234,"target":231},{"source":235,"target":232},{"source":35,"target":0},{"source":35,"target":236},{"source":35,"target":237},{"source":35,"target":7},{"source":35,"target":238},{"source":35,"target":239},{"source":238,"target":240},{"source":238,"target":35},{"source":240,"target":237},{"source":239,"target":241},{"source":239,"target":7},{"source":241,"target":236},{"source":36,"target":0},{"source":36,"target":242},{"source":36,"target":243},{"source":36,"target":35},{"source":36,"target":244},{"source":244,"target":245},{"source":244,"target":246},{"source":244,"target":35},{"source":245,"target":242},{"source":246,"target":243},{"source":37,"target":0},{"source":37,"target":247},{"source":37,"target":248},{"source":37,"target":35},{"source":37,"target":249},{"source":249,"target":250},{"source":249,"target":251},{"source":249,"target":35},{"source":250,"target":247},{"source":251,"target":248}],"multigraph":true}
ecore
relationships
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/testcompat103.ecore
testcompat103 World things foos ec0s ec2s Thing id relations NamedElement name RelatedTo fromThing toThing since Foo EClass0 e1s EClass1 EClass2 EClass3 subs
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="testcompat103" nsURI="http://testcompat103" nsPrefix="_testcompat103"> <eAnnotations source="diagen"> <details key="knownas=simple world"/> <details key="origin=http://org.isoe.fr"/> <details key="leftparent=nil" value=""/> <details key="rightparent=nil" value=""/> <details key="requires=nil" value=""/> <details key="context=startup"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="World" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=things"/> <details key="kref=foos"/> <details key="kref=ec0s"/> <details key="kref=ec2s"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="things" upperBound="-1" eType="#//Thing" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foos" upperBound="-1" eType="#//Foo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ec0s" upperBound="-1" eType="#//EClass0" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ec2s" upperBound="-1" eType="#//EClass2" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Thing" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1" eType="#//RelatedTo" containment="true" eOpposite="#//RelatedTo/fromThing"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eAnnotations source="diagraph"> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelatedTo" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="link"/> <details key="cont=Thing.relations"/> <details key="lsrc=fromThing"/> <details key="ltrg=toThing"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fromThing" eType="#//Thing" eOpposite="#//Thing/relations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toThing" eType="#//Thing"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="since" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Foo" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass0" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=e1s"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="e1s" upperBound="-1" eType="#//EClass1" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass1" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass2" eSuperTypes="#//EClass0"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass3" eSuperTypes="#//World"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> <details key="kref=subs"/> <details key="cont=EClass3.subs"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="subs" upperBound="-1" eType="#//EClass3" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"_testcompat103","nsURI":"http://testcompat103","name":"testcompat103","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"World","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thing","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":"RelatedTo","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Foo","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass0","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass1","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass2","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass3","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":"things","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":"foos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ec0s","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":"ec2s","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromThing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toThing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"since","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e1s","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":10,"target":2},{"source":10,"target":15},{"source":10,"target":1},{"source":15,"target":2},{"source":11,"target":5},{"source":11,"target":16},{"source":11,"target":1},{"source":16,"target":5},{"source":12,"target":6},{"source":12,"target":17},{"source":12,"target":1},{"source":17,"target":6},{"source":13,"target":8},{"source":13,"target":18},{"source":13,"target":1},{"source":18,"target":8},{"source":14,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":19,"target":22},{"source":19,"target":2},{"source":20,"target":4},{"source":20,"target":23},{"source":20,"target":2},{"source":20,"target":24},{"source":23,"target":4},{"source":21,"target":3},{"source":3,"target":0},{"source":3,"target":25},{"source":25,"target":26},{"source":25,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":24},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":24,"target":2},{"source":24,"target":30},{"source":24,"target":4},{"source":24,"target":20},{"source":30,"target":2},{"source":27,"target":2},{"source":27,"target":31},{"source":27,"target":4},{"source":31,"target":2},{"source":28,"target":32},{"source":28,"target":4},{"source":29,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":33},{"source":33,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":34},{"source":6,"target":35},{"source":34,"target":7},{"source":34,"target":36},{"source":34,"target":6},{"source":36,"target":7},{"source":35,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":37},{"source":37,"target":3},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":38},{"source":38,"target":6},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":39},{"source":9,"target":40},{"source":39,"target":9},{"source":39,"target":41},{"source":39,"target":9},{"source":41,"target":9},{"source":40,"target":1}],"multigraph":true}
ecore
softwarerepository
repo-ecore-all/data/mickaelistria/org.eclipse.cbi.p2repo.aggregator/org.eclipse.cbi.p2repo.aggregator.legacy/models/aggregator_1.1.0.ecore
aggregator Aggregation getAllMetadataRepositoryReferences enabledOnly getValidationSets enabledOnly getAllContributions enabledOnly validationSets configurations customCategories contacts buildmaster label buildRoot ${user.home}/build packedStrategy sendmail type mavenResult mavenMappings AvailableVersionsHeader availableVersions installableUnitRequest AvailableVersion versionMatch version filter availableFrom REPOSITORY Bundle Category labelOverride ChildrenProvider T children Configuration getName getOSGiEnvironmentString operatingSystem windowSystem architecture Contact name email aggregation Contribution getRepositories enabledOnly getAllMavenMappings label repositories contacts mavenMappings Feature categories CustomCategory identifier label description features DescriptionProvider description EnabledStatusProvider branchEnabled false enabled true ExclusionRule IdentificationProvider getIdentification InfosProvider errors warnings infos InstallableUnitRequest isMappedRepositoryBroken isBranchEnabled resolveAsSingleton resolveAsSingleton forceResolve resolveAvailableVersions updateOnly name versionRange 0.0.0 availableVersionsHeader availableVersions LabelProvider label MappedRepository getMapRules enabledOnly getUnits enabledOnly isMapExclusive products bundles features categories mirrorArtifacts true categoryPrefix mapRules MappedUnit getRequirement getFilter validConfigurations MapRule MavenItem groupId artifactId MavenMapping map installableUnitID namePattern groupId artifactId MetadataRepositoryReference getAggregation isBranchEnabled getResolvedLocation startRepositoryLoad forceReload cancelRepositoryLoad onRepositoryLoad metadataRepository location nature p2 Product Property key value Status code message StatusProvider status ValidationSet getAllValidationRepositories getAllContributions getDeclaredContributions getDeclaredValidationRepositories isExtensionOf validationSet abstract false extension false label contributions validationRepositories extends ValidConfigurationsRule validConfigurations AggregationType Stable S Integration I Nightly N Maintenance M Continuous C Release R Architecture X86 x86 PPC ppc X86_64 x86_64 IA64 ia64 IA64_32 ia64_32 Sparc sparc PPC64 ppc64 S390 s390 S390X s390x AvailableFrom REPOSITORY repository CONTRIBUTION contribution VALIDATION_SET validationSet AGGREGATION aggregation InstallableUnitType BUNDLE bundle FEATURE feature PRODUCT product CATEGORY category FRAGMENT fragment OTHER other OperatingSystem Win32 win32 Linux linux MacOSX macosx AIX aix HPUX hpux Solaris solaris QNX qnx PackedStrategy Copy COPY Verify VERIFY UnpackAsSibling UNPACK_AS_SIBLING Unpack UNPACK Skip SKIP StatusCode OK ok BROKEN broken WAITING waiting VersionMatch BELOW below MATCHES matches ABOVE above WindowSystem Win32 win32 GTK gtk Carbon carbon Cocoa cocoa Motif motif Photon photon p2view Bundle Bundles bundles Category getNotNullCategoryContainer getNotNullFeatureContainer getNotNullProductContainer getNotNullBundleContainer getNotNullFragmentContainer isNested categoryContainer featureContainer productContainer bundleContainer fragmentContainer iuDetails Categories categories Feature getNotNullFeatureContainer getNotNullBundleContainer getNotNullFragmentContainer featureContainer bundleContainer fragmentContainer Features features Fragment Fragments fragments InstallableUnits getNotNullCategoryContainer getNotNullFeatureContainer getNotNullProductContainer getNotNullBundleContainer getNotNullFragmentContainer getNotNullMiscellaneousContainer allIUs categoryContainer featureContainer productContainer bundleContainer fragmentContainer miscellaneousContainer IUDetails requirementsContainer providedCapabilitiesContainer propertiesContainer touchpointsContainer updateDescriptor copyright licensesContainer IUPresentation id version name label description type filter installableUnit IUPresentationWithDetails detailsResolved Licenses licenses RepositoryBrowser repositories loading false MetadataRepositoryStructuredView name installableUnitList properties metadataRepository loaded repositoryReferences location Miscellaneous others OtherIU Product getNotNullFeatureContainer getNotNullBundleContainer getNotNullFragmentContainer featureContainer bundleContainer fragmentContainer Products products Properties propertyList ProvidedCapabilities providedCapabilities ProvidedCapabilityWrapper genuine RepositoryReferences repositoryReferences Requirements requirements RequirementWrapper genuine Touchpoints touchpointType touchpointDataList
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="aggregator" nsURI="http://www.eclipse.org/cbi/p2repo/2011/aggregator/1.1.0" nsPrefix="aggregator"> <eClassifiers xsi:type="ecore:EClass" name="Aggregation" eSuperTypes="#//DescriptionProvider #//StatusProvider #//InfosProvider"> <eOperations name="getAllMetadataRepositoryReferences" upperBound="-1" eType="#//MetadataRepositoryReference"> <eParameters name="enabledOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getValidationSets" upperBound="-1" eType="#//ValidationSet"> <eParameters name="enabledOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getAllContributions" upperBound="-1" eType="#//Contribution"> <eParameters name="enabledOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="validationSets" upperBound="-1" eType="#//ValidationSet" containment="true" eKeys="#//ValidationSet/label"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configurations" lowerBound="1" upperBound="-1" eType="#//Configuration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customCategories" upperBound="-1" eType="#//CustomCategory" containment="true" eKeys="#//CustomCategory/identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contacts" upperBound="-1" eType="#//Contact" containment="true" eOpposite="#//Contact/aggregation" eKeys="#//Contact/email"/> <eStructuralFeatures xsi:type="ecore:EReference" name="buildmaster" eType="#//Contact" eKeys="#//Contact/email"/> <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="buildRoot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="${user.home}/build"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packedStrategy" eType="#//PackedStrategy"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sendmail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//AggregationType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mavenResult" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mavenMappings" upperBound="-1" eType="#//MavenMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AvailableVersionsHeader"> <eStructuralFeatures xsi:type="ecore:EReference" name="availableVersions" upperBound="-1" eType="#//AvailableVersion" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="installableUnitRequest" lowerBound="1" eType="#//InstallableUnitRequest" changeable="false" transient="true" resolveProxies="false" eOpposite="#//InstallableUnitRequest/availableVersionsHeader"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AvailableVersion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="versionMatch" lowerBound="1" eType="#//VersionMatch" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//Version"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filter"> <eGenericType eClassifier="ecore:EDataType ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//IMatchExpression"> <eTypeArguments eClassifier="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//IInstallableUnit"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="availableFrom" lowerBound="1" eType="#//AvailableFrom" defaultValueLiteral="REPOSITORY"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//Comparable"> <eTypeArguments eClassifier="#//AvailableVersion"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bundle" eSuperTypes="#//MappedUnit"/> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//MappedUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="labelOverride" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChildrenProvider" abstract="true" interface="true"> <eTypeParameters name="T"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" changeable="false" volatile="true" transient="true" resolveProxies="false"> <eGenericType eTypeParameter="#//ChildrenProvider/T"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Configuration" eSuperTypes="#//EnabledStatusProvider"> <eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getOSGiEnvironmentString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operatingSystem" lowerBound="1" eType="#//OperatingSystem"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowSystem" lowerBound="1" eType="#//WindowSystem"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="architecture" lowerBound="1" eType="#//Architecture"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Contact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregation" lowerBound="1" eType="#//Aggregation" eOpposite="#//Aggregation/contacts"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Contribution" eSuperTypes="#//EnabledStatusProvider #//DescriptionProvider #//StatusProvider #//InfosProvider #//IdentificationProvider"> <eOperations name="getRepositories" upperBound="-1" eType="#//MappedRepository"> <eParameters name="enabledOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getAllMavenMappings" upperBound="-1" eType="#//MavenMapping"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repositories" upperBound="-1" eType="#//MappedRepository" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contacts" upperBound="-1" eType="#//Contact" eKeys="#//Contact/email"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mavenMappings" upperBound="-1" eType="#//MavenMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//MappedUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//CustomCategory" eOpposite="#//CustomCategory/features"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomCategory" eSuperTypes="#//StatusProvider #//InfosProvider"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" lowerBound="1" 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="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" eOpposite="#//Feature/categories"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DescriptionProvider"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnabledStatusProvider" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="branchEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" defaultValueLiteral="false" unsettable="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExclusionRule" eSuperTypes="#//MapRule"/> <eClassifiers xsi:type="ecore:EClass" name="IdentificationProvider" abstract="true" interface="true"> <eOperations name="getIdentification" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfosProvider"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="errors" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="warnings" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="infos" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstallableUnitRequest" abstract="true" eSuperTypes="#//StatusProvider #//InfosProvider #//DescriptionProvider"> <eOperations name="isMappedRepositoryBroken" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isBranchEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="resolveAsSingleton" eType="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//IInstallableUnit"/> <eOperations name="resolveAsSingleton" eType="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//IInstallableUnit"> <eParameters name="forceResolve" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="resolveAvailableVersions"> <eParameters name="updateOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="versionRange" eType="ecore:EDataType ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//VersionRange" defaultValueLiteral="0.0.0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="availableVersionsHeader" eType="#//AvailableVersionsHeader" transient="true" containment="true" resolveProxies="false" eOpposite="#//AvailableVersionsHeader/installableUnitRequest"/> <eStructuralFeatures xsi:type="ecore:EReference" name="availableVersions" upperBound="-1" eType="#//AvailableVersion" transient="true" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelProvider" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappedRepository" eSuperTypes="#//MetadataRepositoryReference #//DescriptionProvider #//IdentificationProvider"> <eOperations name="getMapRules" upperBound="-1" eType="#//MapRule"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the MapRules referenced by this instance. Rules that have their &lt;code>enabled&lt;/code> flag set to false will be excluded if the parameter &lt;code>enabledOnly&lt;/code> is set to &lt;code>true&lt;/code>."/> </eAnnotations> <eParameters name="enabledOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getUnits" upperBound="-1" eType="#//MappedUnit"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the MappedUnits referenced by this instance. Units that have their &lt;code>enabled&lt;/code> flag set to false will be excluded if the parameter &lt;code>enabledOnly&lt;/code> is set to &lt;code>true&lt;/code>."/> </eAnnotations> <eParameters name="enabledOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="isMapExclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns &lt;code>true&lt;/code> if the container has MappedUnit children."/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="products" upperBound="-1" eType="#//Product" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundles" upperBound="-1" eType="#//Bundle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//Category" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mirrorArtifacts" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="categoryPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapRules" upperBound="-1" eType="#//MapRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappedUnit" abstract="true" eSuperTypes="#//InstallableUnitRequest #//EnabledStatusProvider #//IdentificationProvider"> <eOperations name="getRequirement" eType="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//IRequirement"/> <eOperations name="getFilter"> <eGenericType eClassifier="ecore:EDataType ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//IMatchExpression"> <eTypeArguments eClassifier="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//IInstallableUnit"/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="validConfigurations" upperBound="-1" eType="#//Configuration" eKeys="#//Configuration/operatingSystem #//Configuration/windowSystem #//Configuration/architecture"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapRule" abstract="true" eSuperTypes="#//InstallableUnitRequest #//DescriptionProvider #//EnabledStatusProvider"/> <eClassifiers xsi:type="ecore:EClass" name="MavenItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupId" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="artifactId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MavenMapping" eSuperTypes="#//StatusProvider #//InfosProvider"> <eOperations name="map" eType="#//MavenItem"> <eParameters name="installableUnitID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namePattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="artifactId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetadataRepositoryReference" eSuperTypes="#//EnabledStatusProvider #//StatusProvider #//InfosProvider"> <eOperations name="getAggregation" eType="#//Aggregation"/> <eOperations name="isBranchEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="getResolvedLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="startRepositoryLoad"> <eParameters name="forceReload" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="cancelRepositoryLoad"/> <eOperations name="onRepositoryLoad"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metadataRepository" eType="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//MetadataRepository" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="p2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Product" eSuperTypes="#//MappedUnit"/> <eClassifiers xsi:type="ecore:EClass" name="Property"> <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"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//Comparable"> <eTypeArguments eClassifier="#//Property"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Status"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" lowerBound="1" eType="#//StatusCode" changeable="false" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" changeable="false" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatusProvider" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="status" lowerBound="1" eType="#//Status" changeable="false" volatile="true" transient="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValidationSet" eSuperTypes="#//EnabledStatusProvider #//DescriptionProvider #//StatusProvider #//InfosProvider #//IdentificationProvider"> <eOperations name="getAllValidationRepositories" upperBound="-1" eType="#//MetadataRepositoryReference"/> <eOperations name="getAllContributions" upperBound="-1" eType="#//Contribution"/> <eOperations name="getDeclaredContributions" upperBound="-1" eType="#//Contribution"/> <eOperations name="getDeclaredValidationRepositories" upperBound="-1" eType="#//MetadataRepositoryReference"/> <eOperations name="isExtensionOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="validationSet" eType="#//ValidationSet"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" defaultValueLiteral="false" unsettable="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" defaultValueLiteral="false" unsettable="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contributions" upperBound="-1" eType="#//Contribution" containment="true" eKeys="#//Contribution/label"/> <eStructuralFeatures xsi:type="ecore:EReference" name="validationRepositories" upperBound="-1" eType="#//MetadataRepositoryReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1" eType="#//ValidationSet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValidConfigurationsRule" eSuperTypes="#//MapRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="validConfigurations" upperBound="-1" eType="#//Configuration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AggregationType"> <eLiterals name="Stable" value="3" literal="S"/> <eLiterals name="Integration" value="2" literal="I"/> <eLiterals name="Nightly" value="1" literal="N"/> <eLiterals name="Maintenance" value="5" literal="M"/> <eLiterals name="Continuous" literal="C"/> <eLiterals name="Release" value="4" literal="R"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Architecture"> <eLiterals name="X86" literal="x86"/> <eLiterals name="PPC" value="1" literal="ppc"/> <eLiterals name="X86_64" value="2" literal="x86_64"/> <eLiterals name="IA64" value="3" literal="ia64"/> <eLiterals name="IA64_32" value="4" literal="ia64_32"/> <eLiterals name="Sparc" value="5" literal="sparc"/> <eLiterals name="PPC64" value="6" literal="ppc64"/> <eLiterals name="S390" value="7" literal="s390"/> <eLiterals name="S390X" value="8" literal="s390x"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AvailableFrom"> <eLiterals name="REPOSITORY" literal="repository"/> <eLiterals name="CONTRIBUTION" value="1" literal="contribution"/> <eLiterals name="VALIDATION_SET" value="2" literal="validationSet"/> <eLiterals name="AGGREGATION" value="3" literal="aggregation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InstallableUnitType"> <eLiterals name="BUNDLE" literal="bundle"/> <eLiterals name="FEATURE" value="1" literal="feature"/> <eLiterals name="PRODUCT" value="2" literal="product"/> <eLiterals name="CATEGORY" value="3" literal="category"/> <eLiterals name="FRAGMENT" value="4" literal="fragment"/> <eLiterals name="OTHER" value="5" literal="other"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OperatingSystem"> <eLiterals name="Win32" literal="win32"/> <eLiterals name="Linux" value="1" literal="linux"/> <eLiterals name="MacOSX" value="2" literal="macosx"/> <eLiterals name="AIX" value="3" literal="aix"/> <eLiterals name="HPUX" value="4" literal="hpux"/> <eLiterals name="Solaris" value="5" literal="solaris"/> <eLiterals name="QNX" value="6" literal="qnx"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PackedStrategy"> <eLiterals name="Copy" literal="COPY"/> <eLiterals name="Verify" value="1" literal="VERIFY"/> <eLiterals name="UnpackAsSibling" value="2" literal="UNPACK_AS_SIBLING"/> <eLiterals name="Unpack" value="3" literal="UNPACK"/> <eLiterals name="Skip" value="4" literal="SKIP"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StatusCode"> <eLiterals name="OK" literal="ok"/> <eLiterals name="BROKEN" value="1" literal="broken"/> <eLiterals name="WAITING" value="2" literal="waiting"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VersionMatch"> <eLiterals name="BELOW" literal="below"/> <eLiterals name="MATCHES" value="1" literal="matches"/> <eLiterals name="ABOVE" value="2" literal="above"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="WindowSystem"> <eLiterals name="Win32" literal="win32"/> <eLiterals name="GTK" value="1" literal="gtk"/> <eLiterals name="Carbon" value="2" literal="carbon"/> <eLiterals name="Cocoa" value="3" literal="cocoa"/> <eLiterals name="Motif" value="4" literal="motif"/> <eLiterals name="Photon" value="5" literal="photon"/> </eClassifiers> <eSubpackages name="p2view" nsURI="http://www.eclipse.org/cbi/p2repo/2010/aggregator/p2view/1.0.0" nsPrefix="p2view"> <eClassifiers xsi:type="ecore:EClass" name="Bundle" eSuperTypes="#//p2view/IUPresentationWithDetails"/> <eClassifiers xsi:type="ecore:EClass" name="Bundles"> <eStructuralFeatures xsi:type="ecore:EReference" name="bundles" upperBound="-1" eType="#//p2view/Bundle"/> <eGenericSuperTypes eClassifier="#//ChildrenProvider"> <eTypeArguments eClassifier="#//p2view/Bundle"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//p2view/IUPresentation"> <eOperations name="getNotNullCategoryContainer" eType="#//p2view/Categories"/> <eOperations name="getNotNullFeatureContainer" eType="#//p2view/Features"/> <eOperations name="getNotNullProductContainer" eType="#//p2view/Products"/> <eOperations name="getNotNullBundleContainer" eType="#//p2view/Bundles"/> <eOperations name="getNotNullFragmentContainer" eType="#//p2view/Fragments"/> <eOperations name="isNested" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categoryContainer" eType="#//p2view/Categories" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureContainer" eType="#//p2view/Features" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="productContainer" eType="#//p2view/Products" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleContainer" eType="#//p2view/Bundles" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragmentContainer" eType="#//p2view/Fragments" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iuDetails" eType="#//p2view/IUDetails" changeable="false" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Categories"> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//p2view/Category"/> <eGenericSuperTypes eClassifier="#//ChildrenProvider"> <eTypeArguments eClassifier="#//p2view/Category"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//p2view/IUPresentationWithDetails"> <eOperations name="getNotNullFeatureContainer" eType="#//p2view/Features"/> <eOperations name="getNotNullBundleContainer" eType="#//p2view/Bundles"/> <eOperations name="getNotNullFragmentContainer" eType="#//p2view/Fragments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureContainer" eType="#//p2view/Features" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleContainer" eType="#//p2view/Bundles" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragmentContainer" eType="#//p2view/Fragments" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Features"> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//p2view/Feature"/> <eGenericSuperTypes eClassifier="#//ChildrenProvider"> <eTypeArguments eClassifier="#//p2view/Feature"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fragment" eSuperTypes="#//p2view/Bundle"/> <eClassifiers xsi:type="ecore:EClass" name="Fragments"> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//p2view/Fragment"/> <eGenericSuperTypes eClassifier="#//ChildrenProvider"> <eTypeArguments eClassifier="#//p2view/Fragment"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstallableUnits"> <eOperations name="getNotNullCategoryContainer" eType="#//p2view/Categories"/> <eOperations name="getNotNullFeatureContainer" eType="#//p2view/Features"/> <eOperations name="getNotNullProductContainer" eType="#//p2view/Products"/> <eOperations name="getNotNullBundleContainer" eType="#//p2view/Bundles"/> <eOperations name="getNotNullFragmentContainer" eType="#//p2view/Fragments"/> <eOperations name="getNotNullMiscellaneousContainer" eType="#//p2view/Miscellaneous"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allIUs" upperBound="-1" eType="#//p2view/IUPresentation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categoryContainer" eType="#//p2view/Categories" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureContainer" eType="#//p2view/Features" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="productContainer" eType="#//p2view/Products" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleContainer" eType="#//p2view/Bundles" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragmentContainer" eType="#//p2view/Fragments" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="miscellaneousContainer" eType="#//p2view/Miscellaneous" containment="true"/> <eGenericSuperTypes eClassifier="#//ChildrenProvider"> <eTypeArguments eClassifier="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IUDetails"> <eStructuralFeatures xsi:type="ecore:EReference" name="requirementsContainer" eType="#//p2view/Requirements" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedCapabilitiesContainer" eType="#//p2view/ProvidedCapabilities" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propertiesContainer" eType="#//p2view/Properties" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="touchpointsContainer" eType="#//p2view/Touchpoints" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updateDescriptor" eType="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//IUpdateDescriptor" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="copyright" eType="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//ICopyright" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="licensesContainer" eType="#//p2view/Licenses" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IUPresentation" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//Version"/> <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="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" unique="false" lowerBound="1" eType="#//InstallableUnitType" changeable="false" volatile="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="installableUnit" eType="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//IInstallableUnit" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IUPresentationWithDetails" abstract="true" eSuperTypes="#//p2view/IUPresentation #//p2view/IUDetails"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="detailsResolved" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Licenses"> <eStructuralFeatures xsi:type="ecore:EReference" name="licenses" upperBound="-1" eType="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//ILicense"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepositoryBrowser"> <eStructuralFeatures xsi:type="ecore:EReference" name="repositories" upperBound="-1" eType="#//p2view/MetadataRepositoryStructuredView" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loading" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" defaultValueLiteral="false" unsettable="true" derived="true"/> <eGenericSuperTypes eClassifier="#//StatusProvider"/> <eGenericSuperTypes eClassifier="#//ChildrenProvider"> <eTypeArguments eClassifier="#//p2view/MetadataRepositoryStructuredView"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetadataRepositoryStructuredView"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="installableUnitList" unique="false" eType="#//p2view/InstallableUnits" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" eType="#//p2view/Properties" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metadataRepository" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//MetadataRepository" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loaded" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repositoryReferences" eType="#//p2view/RepositoryReferences"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//URI" changeable="false" volatile="true" transient="true" defaultValueLiteral="" unsettable="true" derived="true"/> <eGenericSuperTypes eClassifier="#//ChildrenProvider"> <eTypeArguments eClassifier="#//p2view/InstallableUnits"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Miscellaneous"> <eStructuralFeatures xsi:type="ecore:EReference" name="others" upperBound="-1" eType="#//p2view/OtherIU"/> <eGenericSuperTypes eClassifier="#//ChildrenProvider"> <eTypeArguments eClassifier="#//p2view/OtherIU"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OtherIU" eSuperTypes="#//p2view/IUPresentationWithDetails"/> <eClassifiers xsi:type="ecore:EClass" name="Product" eSuperTypes="#//p2view/IUPresentationWithDetails"> <eOperations name="getNotNullFeatureContainer" eType="#//p2view/Features"/> <eOperations name="getNotNullBundleContainer" eType="#//p2view/Bundles"/> <eOperations name="getNotNullFragmentContainer" eType="#//p2view/Fragments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureContainer" eType="#//p2view/Features" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bundleContainer" eType="#//p2view/Bundles" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragmentContainer" eType="#//p2view/Fragments" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Products"> <eStructuralFeatures xsi:type="ecore:EReference" name="products" upperBound="-1" eType="#//p2view/Product"/> <eGenericSuperTypes eClassifier="#//ChildrenProvider"> <eTypeArguments eClassifier="#//p2view/Product"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Properties"> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyList" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidedCapabilities"> <eStructuralFeatures xsi:type="ecore:EReference" name="providedCapabilities" upperBound="-1" eType="#//p2view/ProvidedCapabilityWrapper" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidedCapabilityWrapper" eSuperTypes="../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//IProvidedCapability #//LabelProvider"> <eStructuralFeatures xsi:type="ecore:EReference" name="genuine" lowerBound="1" eType="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//IProvidedCapability" changeable="false" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepositoryReferences"> <eStructuralFeatures xsi:type="ecore:EReference" name="repositoryReferences" upperBound="-1" eType="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//IRepositoryReference"/> <eGenericSuperTypes eClassifier="#//ChildrenProvider"> <eTypeArguments eClassifier="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//IRepositoryReference"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Requirements"> <eStructuralFeatures xsi:type="ecore:EReference" name="requirements" upperBound="-1" eType="#//p2view/RequirementWrapper" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequirementWrapper" eSuperTypes="../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//IRequirement #//LabelProvider"> <eStructuralFeatures xsi:type="ecore:EReference" name="genuine" lowerBound="1" eType="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//IRequirement" changeable="false" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Touchpoints"> <eStructuralFeatures xsi:type="ecore:EReference" name="touchpointType" eType="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//ITouchpointType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="touchpointDataList" upperBound="-1" eType="ecore:EClass ../../org.eclipse.cbi.p2repo.p2/model/p2.ecore#//ITouchpointData"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"aggregator","nsURI":"http://www.eclipse.org/cbi/p2repo/2011/aggregator/1.1.0","name":"aggregator","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aggregation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AvailableVersionsHeader","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AvailableVersion","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bundle","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChildrenProvider","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contact","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution","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":"CustomCategory","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescriptionProvider","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnabledStatusProvider","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusionRule","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentificationProvider","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfosProvider","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstallableUnitRequest","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelProvider","instanceClass":null,"abstract":true,"id":18,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappedRepository","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappedUnit","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapRule","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MavenItem","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MavenMapping","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataRepositoryReference","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Product","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Status","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatusProvider","instanceClass":null,"abstract":true,"id":28,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidationSet","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidConfigurationsRule","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AggregationType","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Architecture","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AvailableFrom","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InstallableUnitType","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperatingSystem","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PackedStrategy","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StatusCode","instanceClass":null,"id":37,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VersionMatch","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"WindowSystem","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"p2view","nsURI":"http://www.eclipse.org/cbi/p2repo/2010/aggregator/p2view/1.0.0","name":"p2view","id":40,"eClass":"EPackage"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMetadataRepositoryReferences","lowerBound":0,"id":41,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getValidationSets","lowerBound":0,"id":42,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllContributions","lowerBound":0,"id":43,"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":"validationSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customCategories","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":"contacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"buildmaster","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"${user.home}/build","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"${user.home}/build","unsettable":false,"transient":false,"unique":true,"name":"buildRoot","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packedStrategy","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":"sendmail","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"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":"mavenResult","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":"mavenMappings","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"enabledOnly","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EParameter"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"enabledOnly","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EParameter"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"enabledOnly","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EParameter"},{"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aggregation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"availableVersions","changeable":false,"resolveProxies":false,"lowerBound":0,"id":84,"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":"installableUnitRequest","changeable":false,"resolveProxies":false,"lowerBound":1,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"availableVersionsHeader","changeable":true,"resolveProxies":false,"lowerBound":0,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"versionMatch","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":"version","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":"filter","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"REPOSITORY","unsettable":false,"transient":false,"unique":true,"name":"availableFrom","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"},{"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":"labelOverride","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"name":"T","id":104,"eClass":"ETypeParameter"},{"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":"children","changeable":false,"resolveProxies":false,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOSGiEnvironmentString","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operatingSystem","changeable":true,"lowerBound":1,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windowSystem","changeable":true,"lowerBound":1,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"architecture","changeable":true,"lowerBound":1,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"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},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getRepositories","lowerBound":0,"id":122,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMavenMappings","lowerBound":0,"id":123,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"repositories","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":false,"unsettable":false,"transient":false,"unique":true,"name":"contacts","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":"mavenMappings","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,"unique":true,"name":"enabledOnly","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EParameter"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":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":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":true,"unique":true,"name":"branchEnabled","changeable":false,"lowerBound":0,"iD":false,"id":155,"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":"enabled","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,"unique":true,"name":"getIdentification","lowerBound":1,"id":160,"many":false,"required":true,"eClass":"EOperation"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"errors","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"warnings","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"infos","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMappedRepositoryBroken","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isBranchEnabled","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveAsSingleton","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveAsSingleton","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveAvailableVersions","lowerBound":0,"id":172,"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":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0.0","unsettable":false,"transient":false,"unique":true,"name":"versionRange","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"availableVersions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"forceResolve","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateOnly","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EParameter"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMapRules","lowerBound":0,"id":193,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getUnits","lowerBound":0,"id":194,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMapExclusive","lowerBound":0,"id":195,"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":"products","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"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":"mirrorArtifacts","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":"categoryPrefix","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mapRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"enabledOnly","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EParameter"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"enabledOnly","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRequirement","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFilter","lowerBound":0,"id":221,"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":"validConfigurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"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,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"groupId","changeable":true,"lowerBound":0,"iD":false,"id":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":"artifactId","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"map","lowerBound":0,"id":237,"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":"namePattern","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":"groupId","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":"artifactId","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"installableUnitID","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EParameter"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAggregation","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isBranchEnabled","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getResolvedLocation","lowerBound":0,"id":251,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"startRepositoryLoad","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cancelRepositoryLoad","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"onRepositoryLoad","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"metadataRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":256,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"p2","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"p2","unsettable":false,"transient":false,"unique":true,"name":"nature","changeable":true,"lowerBound":1,"iD":false,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"forceReload","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EParameter"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"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":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":"value","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"code","changeable":false,"lowerBound":1,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"message","changeable":false,"lowerBound":0,"iD":false,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"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":"status","changeable":false,"resolveProxies":false,"lowerBound":1,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllValidationRepositories","lowerBound":0,"id":282,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllContributions","lowerBound":0,"id":283,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDeclaredContributions","lowerBound":0,"id":284,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDeclaredValidationRepositories","lowerBound":0,"id":285,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isExtensionOf","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":true,"unique":true,"name":"abstract","changeable":false,"lowerBound":0,"iD":false,"id":287,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":true,"unique":true,"name":"extension","changeable":false,"lowerBound":0,"iD":false,"id":288,"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":"contributions","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":"validationRepositories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","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"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"validationSet","lowerBound":0,"id":302,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"validConfigurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"name":"Stable","id":313,"value":3,"literal":"S","eClass":"EEnumLiteral"},{"name":"Integration","id":314,"value":2,"literal":"I","eClass":"EEnumLiteral"},{"name":"Nightly","id":315,"value":1,"literal":"N","eClass":"EEnumLiteral"},{"name":"Maintenance","id":316,"value":5,"literal":"M","eClass":"EEnumLiteral"},{"name":"Continuous","id":317,"value":0,"literal":"C","eClass":"EEnumLiteral"},{"name":"Release","id":318,"value":4,"literal":"R","eClass":"EEnumLiteral"},{"name":"X86","id":319,"value":0,"literal":"x86","eClass":"EEnumLiteral"},{"name":"PPC","id":320,"value":1,"literal":"ppc","eClass":"EEnumLiteral"},{"name":"X86_64","id":321,"value":2,"literal":"x86_64","eClass":"EEnumLiteral"},{"name":"IA64","id":322,"value":3,"literal":"ia64","eClass":"EEnumLiteral"},{"name":"IA64_32","id":323,"value":4,"literal":"ia64_32","eClass":"EEnumLiteral"},{"name":"Sparc","id":324,"value":5,"literal":"sparc","eClass":"EEnumLiteral"},{"name":"PPC64","id":325,"value":6,"literal":"ppc64","eClass":"EEnumLiteral"},{"name":"S390","id":326,"value":7,"literal":"s390","eClass":"EEnumLiteral"},{"name":"S390X","id":327,"value":8,"literal":"s390x","eClass":"EEnumLiteral"},{"name":"REPOSITORY","id":328,"value":0,"literal":"repository","eClass":"EEnumLiteral"},{"name":"CONTRIBUTION","id":329,"value":1,"literal":"contribution","eClass":"EEnumLiteral"},{"name":"VALIDATION_SET","id":330,"value":2,"literal":"validationSet","eClass":"EEnumLiteral"},{"name":"AGGREGATION","id":331,"value":3,"literal":"aggregation","eClass":"EEnumLiteral"},{"name":"BUNDLE","id":332,"value":0,"literal":"bundle","eClass":"EEnumLiteral"},{"name":"FEATURE","id":333,"value":1,"literal":"feature","eClass":"EEnumLiteral"},{"name":"PRODUCT","id":334,"value":2,"literal":"product","eClass":"EEnumLiteral"},{"name":"CATEGORY","id":335,"value":3,"literal":"category","eClass":"EEnumLiteral"},{"name":"FRAGMENT","id":336,"value":4,"literal":"fragment","eClass":"EEnumLiteral"},{"name":"OTHER","id":337,"value":5,"literal":"other","eClass":"EEnumLiteral"},{"name":"Win32","id":338,"value":0,"literal":"win32","eClass":"EEnumLiteral"},{"name":"Linux","id":339,"value":1,"literal":"linux","eClass":"EEnumLiteral"},{"name":"MacOSX","id":340,"value":2,"literal":"macosx","eClass":"EEnumLiteral"},{"name":"AIX","id":341,"value":3,"literal":"aix","eClass":"EEnumLiteral"},{"name":"HPUX","id":342,"value":4,"literal":"hpux","eClass":"EEnumLiteral"},{"name":"Solaris","id":343,"value":5,"literal":"solaris","eClass":"EEnumLiteral"},{"name":"QNX","id":344,"value":6,"literal":"qnx","eClass":"EEnumLiteral"},{"name":"Copy","id":345,"value":0,"literal":"COPY","eClass":"EEnumLiteral"},{"name":"Verify","id":346,"value":1,"literal":"VERIFY","eClass":"EEnumLiteral"},{"name":"UnpackAsSibling","id":347,"value":2,"literal":"UNPACK_AS_SIBLING","eClass":"EEnumLiteral"},{"name":"Unpack","id":348,"value":3,"literal":"UNPACK","eClass":"EEnumLiteral"},{"name":"Skip","id":349,"value":4,"literal":"SKIP","eClass":"EEnumLiteral"},{"name":"OK","id":350,"value":0,"literal":"ok","eClass":"EEnumLiteral"},{"name":"BROKEN","id":351,"value":1,"literal":"broken","eClass":"EEnumLiteral"},{"name":"WAITING","id":352,"value":2,"literal":"waiting","eClass":"EEnumLiteral"},{"name":"BELOW","id":353,"value":0,"literal":"below","eClass":"EEnumLiteral"},{"name":"MATCHES","id":354,"value":1,"literal":"matches","eClass":"EEnumLiteral"},{"name":"ABOVE","id":355,"value":2,"literal":"above","eClass":"EEnumLiteral"},{"name":"Win32","id":356,"value":0,"literal":"win32","eClass":"EEnumLiteral"},{"name":"GTK","id":357,"value":1,"literal":"gtk","eClass":"EEnumLiteral"},{"name":"Carbon","id":358,"value":2,"literal":"carbon","eClass":"EEnumLiteral"},{"name":"Cocoa","id":359,"value":3,"literal":"cocoa","eClass":"EEnumLiteral"},{"name":"Motif","id":360,"value":4,"literal":"motif","eClass":"EEnumLiteral"},{"name":"Photon","id":361,"value":5,"literal":"photon","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bundle","instanceClass":null,"abstract":false,"id":362,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bundles","instanceClass":null,"abstract":false,"id":363,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":364,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Categories","instanceClass":null,"abstract":false,"id":365,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":366,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Features","instanceClass":null,"abstract":false,"id":367,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fragment","instanceClass":null,"abstract":false,"id":368,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fragments","instanceClass":null,"abstract":false,"id":369,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstallableUnits","instanceClass":null,"abstract":false,"id":370,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IUDetails","instanceClass":null,"abstract":false,"id":371,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IUPresentation","instanceClass":null,"abstract":true,"id":372,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IUPresentationWithDetails","instanceClass":null,"abstract":true,"id":373,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Licenses","instanceClass":null,"abstract":false,"id":374,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepositoryBrowser","instanceClass":null,"abstract":false,"id":375,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataRepositoryStructuredView","instanceClass":null,"abstract":false,"id":376,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Miscellaneous","instanceClass":null,"abstract":false,"id":377,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherIU","instanceClass":null,"abstract":false,"id":378,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Product","instanceClass":null,"abstract":false,"id":379,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Products","instanceClass":null,"abstract":false,"id":380,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Properties","instanceClass":null,"abstract":false,"id":381,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedCapabilities","instanceClass":null,"abstract":false,"id":382,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedCapabilityWrapper","instanceClass":null,"abstract":false,"id":383,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepositoryReferences","instanceClass":null,"abstract":false,"id":384,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirements","instanceClass":null,"abstract":false,"id":385,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementWrapper","instanceClass":null,"abstract":false,"id":386,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Touchpoints","instanceClass":null,"abstract":false,"id":387,"interface":false,"eClass":"EClass"},{"id":388,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bundles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullCategoryContainer","lowerBound":0,"id":393,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullFeatureContainer","lowerBound":0,"id":394,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullProductContainer","lowerBound":0,"id":395,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullBundleContainer","lowerBound":0,"id":396,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullFragmentContainer","lowerBound":0,"id":397,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isNested","lowerBound":0,"id":398,"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":"categoryContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"productContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragmentContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iuDetails","changeable":false,"resolveProxies":false,"lowerBound":0,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"container":false,"ordered":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":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullFeatureContainer","lowerBound":0,"id":422,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullBundleContainer","lowerBound":0,"id":423,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullFragmentContainer","lowerBound":0,"id":424,"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":"featureContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragmentContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"container":false,"ordered":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":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullCategoryContainer","lowerBound":0,"id":444,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullFeatureContainer","lowerBound":0,"id":445,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullProductContainer","lowerBound":0,"id":446,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullBundleContainer","lowerBound":0,"id":447,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullFragmentContainer","lowerBound":0,"id":448,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullMiscellaneousContainer","lowerBound":0,"id":449,"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":"allIUs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categoryContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"productContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragmentContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"miscellaneousContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requirementsContainer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":472,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providedCapabilitiesContainer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":473,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertiesContainer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":474,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"touchpointsContainer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":475,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updateDescriptor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":476,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"copyright","changeable":true,"resolveProxies":false,"lowerBound":0,"id":477,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"licensesContainer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"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":486,"derived":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":487,"derived":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":488,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":489,"derived":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":490,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":false,"name":"type","changeable":false,"lowerBound":1,"iD":false,"id":491,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"lowerBound":0,"iD":false,"id":492,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"installableUnit","changeable":true,"resolveProxies":false,"lowerBound":0,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"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":"detailsResolved","changeable":true,"lowerBound":0,"iD":false,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"licenses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"derived":false},{"id":507,"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":"repositories","changeable":true,"resolveProxies":false,"lowerBound":0,"id":508,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":true,"unique":true,"name":"loading","changeable":false,"lowerBound":0,"iD":false,"id":509,"derived":true},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":515,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"installableUnitList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":516,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":517,"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":"metadataRepository","changeable":true,"resolveProxies":false,"lowerBound":1,"id":518,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"loaded","changeable":true,"lowerBound":0,"iD":false,"id":519,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repositoryReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":520,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":true,"transient":true,"unique":true,"name":"location","changeable":false,"lowerBound":1,"iD":false,"id":521,"derived":true},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"others","changeable":true,"resolveProxies":true,"lowerBound":0,"id":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullFeatureContainer","lowerBound":0,"id":536,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullBundleContainer","lowerBound":0,"id":537,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNotNullFragmentContainer","lowerBound":0,"id":538,"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":"featureContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":539,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bundleContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":540,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragmentContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"products","changeable":true,"resolveProxies":true,"lowerBound":0,"id":549,"derived":false},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providedCapabilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":555,"derived":false},{"id":556,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"genuine","changeable":false,"resolveProxies":false,"lowerBound":1,"id":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repositoryReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":561,"derived":false},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"container":false,"ordered":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":565,"derived":false},{"id":566,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"genuine","changeable":false,"resolveProxies":false,"lowerBound":1,"id":567,"derived":false},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"touchpointType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":571,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"touchpointDataList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":572,"derived":false},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":28},{"source":1,"target":16},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":41,"target":24},{"source":41,"target":59},{"source":41,"target":1},{"source":41,"target":60},{"source":59,"target":24},{"source":60,"target":61},{"source":60,"target":41},{"source":42,"target":29},{"source":42,"target":62},{"source":42,"target":1},{"source":42,"target":63},{"source":62,"target":29},{"source":63,"target":64},{"source":63,"target":42},{"source":43,"target":9},{"source":43,"target":65},{"source":43,"target":1},{"source":43,"target":66},{"source":65,"target":9},{"source":66,"target":67},{"source":66,"target":43},{"source":44,"target":29},{"source":44,"target":68},{"source":44,"target":1},{"source":44,"target":69},{"source":68,"target":29},{"source":45,"target":7},{"source":45,"target":70},{"source":45,"target":1},{"source":70,"target":7},{"source":46,"target":11},{"source":46,"target":71},{"source":46,"target":1},{"source":46,"target":72},{"source":71,"target":11},{"source":47,"target":8},{"source":47,"target":73},{"source":47,"target":1},{"source":47,"target":74},{"source":47,"target":75},{"source":73,"target":8},{"source":48,"target":8},{"source":48,"target":76},{"source":48,"target":1},{"source":48,"target":75},{"source":76,"target":8},{"source":49,"target":77},{"source":49,"target":1},{"source":50,"target":78},{"source":50,"target":1},{"source":51,"target":36},{"source":51,"target":79},{"source":51,"target":1},{"source":79,"target":36},{"source":52,"target":80},{"source":52,"target":1},{"source":53,"target":31},{"source":53,"target":81},{"source":53,"target":1},{"source":81,"target":31},{"source":54,"target":82},{"source":54,"target":1},{"source":55,"target":23},{"source":55,"target":83},{"source":55,"target":1},{"source":83,"target":23},{"source":56,"target":12},{"source":57,"target":28},{"source":58,"target":16},{"source":2,"target":0},{"source":2,"target":84},{"source":2,"target":85},{"source":84,"target":3},{"source":84,"target":86},{"source":84,"target":2},{"source":86,"target":3},{"source":85,"target":17},{"source":85,"target":87},{"source":85,"target":2},{"source":85,"target":88},{"source":87,"target":17},{"source":3,"target":0},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":89,"target":38},{"source":89,"target":94},{"source":89,"target":3},{"source":94,"target":38},{"source":90,"target":95},{"source":90,"target":3},{"source":91,"target":96},{"source":91,"target":3},{"source":96,"target":97},{"source":92,"target":33},{"source":92,"target":98},{"source":92,"target":3},{"source":98,"target":33},{"source":93,"target":99},{"source":99,"target":3},{"source":4,"target":0},{"source":4,"target":20},{"source":4,"target":100},{"source":100,"target":20},{"source":5,"target":0},{"source":5,"target":20},{"source":5,"target":101},{"source":5,"target":102},{"source":101,"target":103},{"source":101,"target":5},{"source":102,"target":20},{"source":6,"target":0},{"source":6,"target":104},{"source":6,"target":105},{"source":105,"target":106},{"source":105,"target":6},{"source":106,"target":104},{"source":7,"target":0},{"source":7,"target":13},{"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":107,"target":113},{"source":107,"target":7},{"source":108,"target":114},{"source":108,"target":7},{"source":109,"target":35},{"source":109,"target":115},{"source":109,"target":7},{"source":115,"target":35},{"source":110,"target":39},{"source":110,"target":116},{"source":110,"target":7},{"source":116,"target":39},{"source":111,"target":32},{"source":111,"target":117},{"source":111,"target":7},{"source":117,"target":32},{"source":112,"target":13},{"source":8,"target":0},{"source":8,"target":118},{"source":8,"target":75},{"source":8,"target":74},{"source":118,"target":119},{"source":118,"target":8},{"source":75,"target":120},{"source":75,"target":8},{"source":74,"target":1},{"source":74,"target":121},{"source":74,"target":8},{"source":74,"target":47},{"source":121,"target":1},{"source":9,"target":0},{"source":9,"target":13},{"source":9,"target":12},{"source":9,"target":28},{"source":9,"target":16},{"source":9,"target":15},{"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":129},{"source":9,"target":130},{"source":9,"target":131},{"source":9,"target":132},{"source":122,"target":19},{"source":122,"target":133},{"source":122,"target":9},{"source":122,"target":134},{"source":133,"target":19},{"source":134,"target":135},{"source":134,"target":122},{"source":123,"target":23},{"source":123,"target":136},{"source":123,"target":9},{"source":136,"target":23},{"source":124,"target":137},{"source":124,"target":9},{"source":125,"target":19},{"source":125,"target":138},{"source":125,"target":9},{"source":138,"target":19},{"source":126,"target":8},{"source":126,"target":139},{"source":126,"target":9},{"source":126,"target":75},{"source":139,"target":8},{"source":127,"target":23},{"source":127,"target":140},{"source":127,"target":9},{"source":140,"target":23},{"source":128,"target":13},{"source":129,"target":12},{"source":130,"target":28},{"source":131,"target":16},{"source":132,"target":15},{"source":10,"target":0},{"source":10,"target":20},{"source":10,"target":141},{"source":10,"target":142},{"source":141,"target":11},{"source":141,"target":143},{"source":141,"target":10},{"source":141,"target":144},{"source":143,"target":11},{"source":142,"target":20},{"source":11,"target":0},{"source":11,"target":28},{"source":11,"target":16},{"source":11,"target":72},{"source":11,"target":145},{"source":11,"target":146},{"source":11,"target":144},{"source":11,"target":147},{"source":11,"target":148},{"source":72,"target":149},{"source":72,"target":11},{"source":145,"target":150},{"source":145,"target":11},{"source":146,"target":151},{"source":146,"target":11},{"source":144,"target":10},{"source":144,"target":152},{"source":144,"target":11},{"source":144,"target":141},{"source":152,"target":10},{"source":147,"target":28},{"source":148,"target":16},{"source":12,"target":0},{"source":12,"target":153},{"source":153,"target":154},{"source":153,"target":12},{"source":13,"target":0},{"source":13,"target":155},{"source":13,"target":156},{"source":155,"target":157},{"source":155,"target":13},{"source":156,"target":158},{"source":156,"target":13},{"source":14,"target":0},{"source":14,"target":21},{"source":14,"target":159},{"source":159,"target":21},{"source":15,"target":0},{"source":15,"target":160},{"source":160,"target":161},{"source":160,"target":15},{"source":16,"target":0},{"source":16,"target":162},{"source":16,"target":163},{"source":16,"target":164},{"source":162,"target":165},{"source":162,"target":16},{"source":163,"target":166},{"source":163,"target":16},{"source":164,"target":167},{"source":164,"target":16},{"source":17,"target":0},{"source":17,"target":28},{"source":17,"target":16},{"source":17,"target":12},{"source":17,"target":168},{"source":17,"target":169},{"source":17,"target":170},{"source":17,"target":171},{"source":17,"target":172},{"source":17,"target":173},{"source":17,"target":174},{"source":17,"target":88},{"source":17,"target":175},{"source":17,"target":176},{"source":17,"target":177},{"source":17,"target":178},{"source":168,"target":179},{"source":168,"target":17},{"source":169,"target":180},{"source":169,"target":17},{"source":170,"target":181},{"source":170,"target":17},{"source":171,"target":182},{"source":171,"target":17},{"source":171,"target":183},{"source":183,"target":184},{"source":183,"target":171},{"source":172,"target":17},{"source":172,"target":185},{"source":185,"target":186},{"source":185,"target":172},{"source":173,"target":187},{"source":173,"target":17},{"source":174,"target":188},{"source":174,"target":17},{"source":88,"target":2},{"source":88,"target":189},{"source":88,"target":17},{"source":88,"target":85},{"source":189,"target":2},{"source":175,"target":3},{"source":175,"target":190},{"source":175,"target":17},{"source":190,"target":3},{"source":176,"target":28},{"source":177,"target":16},{"source":178,"target":12},{"source":18,"target":0},{"source":18,"target":191},{"source":191,"target":192},{"source":191,"target":18},{"source":19,"target":0},{"source":19,"target":24},{"source":19,"target":12},{"source":19,"target":15},{"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":193,"target":21},{"source":193,"target":206},{"source":193,"target":19},{"source":193,"target":207},{"source":206,"target":21},{"source":207,"target":208},{"source":207,"target":193},{"source":194,"target":20},{"source":194,"target":209},{"source":194,"target":19},{"source":194,"target":210},{"source":209,"target":20},{"source":210,"target":211},{"source":210,"target":194},{"source":195,"target":212},{"source":195,"target":19},{"source":196,"target":25},{"source":196,"target":213},{"source":196,"target":19},{"source":213,"target":25},{"source":197,"target":4},{"source":197,"target":214},{"source":197,"target":19},{"source":214,"target":4},{"source":198,"target":10},{"source":198,"target":215},{"source":198,"target":19},{"source":215,"target":10},{"source":199,"target":5},{"source":199,"target":216},{"source":199,"target":19},{"source":216,"target":5},{"source":200,"target":217},{"source":200,"target":19},{"source":201,"target":218},{"source":201,"target":19},{"source":202,"target":21},{"source":202,"target":219},{"source":202,"target":19},{"source":219,"target":21},{"source":203,"target":24},{"source":204,"target":12},{"source":205,"target":15},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":13},{"source":20,"target":15},{"source":20,"target":220},{"source":20,"target":221},{"source":20,"target":222},{"source":20,"target":223},{"source":20,"target":224},{"source":20,"target":225},{"source":220,"target":226},{"source":220,"target":20},{"source":221,"target":227},{"source":221,"target":20},{"source":227,"target":228},{"source":222,"target":7},{"source":222,"target":229},{"source":222,"target":20},{"source":222,"target":109},{"source":222,"target":110},{"source":222,"target":111},{"source":229,"target":7},{"source":223,"target":17},{"source":224,"target":13},{"source":225,"target":15},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":12},{"source":21,"target":13},{"source":21,"target":230},{"source":21,"target":231},{"source":21,"target":232},{"source":230,"target":17},{"source":231,"target":12},{"source":232,"target":13},{"source":22,"target":0},{"source":22,"target":233},{"source":22,"target":234},{"source":233,"target":235},{"source":233,"target":22},{"source":234,"target":236},{"source":234,"target":22},{"source":23,"target":0},{"source":23,"target":28},{"source":23,"target":16},{"source":23,"target":237},{"source":23,"target":238},{"source":23,"target":239},{"source":23,"target":240},{"source":23,"target":241},{"source":23,"target":242},{"source":237,"target":22},{"source":237,"target":243},{"source":237,"target":23},{"source":237,"target":244},{"source":243,"target":22},{"source":244,"target":245},{"source":244,"target":237},{"source":238,"target":246},{"source":238,"target":23},{"source":239,"target":247},{"source":239,"target":23},{"source":240,"target":248},{"source":240,"target":23},{"source":241,"target":28},{"source":242,"target":16},{"source":24,"target":0},{"source":24,"target":13},{"source":24,"target":28},{"source":24,"target":16},{"source":24,"target":249},{"source":24,"target":250},{"source":24,"target":251},{"source":24,"target":252},{"source":24,"target":253},{"source":24,"target":254},{"source":24,"target":255},{"source":24,"target":256},{"source":24,"target":257},{"source":24,"target":258},{"source":24,"target":259},{"source":24,"target":260},{"source":249,"target":1},{"source":249,"target":261},{"source":249,"target":24},{"source":261,"target":1},{"source":250,"target":262},{"source":250,"target":24},{"source":251,"target":263},{"source":251,"target":24},{"source":252,"target":24},{"source":252,"target":264},{"source":264,"target":265},{"source":264,"target":252},{"source":253,"target":24},{"source":254,"target":24},{"source":255,"target":266},{"source":255,"target":24},{"source":256,"target":267},{"source":256,"target":24},{"source":257,"target":268},{"source":257,"target":24},{"source":258,"target":13},{"source":259,"target":28},{"source":260,"target":16},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":269},{"source":269,"target":20},{"source":26,"target":0},{"source":26,"target":270},{"source":26,"target":271},{"source":26,"target":272},{"source":270,"target":273},{"source":270,"target":26},{"source":271,"target":274},{"source":271,"target":26},{"source":272,"target":275},{"source":275,"target":26},{"source":27,"target":0},{"source":27,"target":276},{"source":27,"target":277},{"source":276,"target":37},{"source":276,"target":278},{"source":276,"target":27},{"source":278,"target":37},{"source":277,"target":279},{"source":277,"target":27},{"source":28,"target":0},{"source":28,"target":280},{"source":280,"target":27},{"source":280,"target":281},{"source":280,"target":28},{"source":281,"target":27},{"source":29,"target":0},{"source":29,"target":13},{"source":29,"target":12},{"source":29,"target":28},{"source":29,"target":16},{"source":29,"target":15},{"source":29,"target":282},{"source":29,"target":283},{"source":29,"target":284},{"source":29,"target":285},{"source":29,"target":286},{"source":29,"target":287},{"source":29,"target":288},{"source":29,"target":69},{"source":29,"target":289},{"source":29,"target":290},{"source":29,"target":291},{"source":29,"target":292},{"source":29,"target":293},{"source":29,"target":294},{"source":29,"target":295},{"source":29,"target":296},{"source":282,"target":24},{"source":282,"target":297},{"source":282,"target":29},{"source":297,"target":24},{"source":283,"target":9},{"source":283,"target":298},{"source":283,"target":29},{"source":298,"target":9},{"source":284,"target":9},{"source":284,"target":299},{"source":284,"target":29},{"source":299,"target":9},{"source":285,"target":24},{"source":285,"target":300},{"source":285,"target":29},{"source":300,"target":24},{"source":286,"target":301},{"source":286,"target":29},{"source":286,"target":302},{"source":302,"target":29},{"source":302,"target":303},{"source":302,"target":286},{"source":303,"target":29},{"source":287,"target":304},{"source":287,"target":29},{"source":288,"target":305},{"source":288,"target":29},{"source":69,"target":306},{"source":69,"target":29},{"source":289,"target":9},{"source":289,"target":307},{"source":289,"target":29},{"source":289,"target":124},{"source":307,"target":9},{"source":290,"target":24},{"source":290,"target":308},{"source":290,"target":29},{"source":308,"target":24},{"source":291,"target":29},{"source":291,"target":309},{"source":291,"target":29},{"source":309,"target":29},{"source":292,"target":13},{"source":293,"target":12},{"source":294,"target":28},{"source":295,"target":16},{"source":296,"target":15},{"source":30,"target":0},{"source":30,"target":21},{"source":30,"target":310},{"source":30,"target":311},{"source":310,"target":7},{"source":310,"target":312},{"source":310,"target":30},{"source":312,"target":7},{"source":311,"target":21},{"source":31,"target":0},{"source":31,"target":313},{"source":31,"target":314},{"source":31,"target":315},{"source":31,"target":316},{"source":31,"target":317},{"source":31,"target":318},{"source":313,"target":31},{"source":314,"target":31},{"source":315,"target":31},{"source":316,"target":31},{"source":317,"target":31},{"source":318,"target":31},{"source":32,"target":0},{"source":32,"target":319},{"source":32,"target":320},{"source":32,"target":321},{"source":32,"target":322},{"source":32,"target":323},{"source":32,"target":324},{"source":32,"target":325},{"source":32,"target":326},{"source":32,"target":327},{"source":319,"target":32},{"source":320,"target":32},{"source":321,"target":32},{"source":322,"target":32},{"source":323,"target":32},{"source":324,"target":32},{"source":325,"target":32},{"source":326,"target":32},{"source":327,"target":32},{"source":33,"target":0},{"source":33,"target":328},{"source":33,"target":329},{"source":33,"target":330},{"source":33,"target":331},{"source":328,"target":33},{"source":329,"target":33},{"source":330,"target":33},{"source":331,"target":33},{"source":34,"target":0},{"source":34,"target":332},{"source":34,"target":333},{"source":34,"target":334},{"source":34,"target":335},{"source":34,"target":336},{"source":34,"target":337},{"source":332,"target":34},{"source":333,"target":34},{"source":334,"target":34},{"source":335,"target":34},{"source":336,"target":34},{"source":337,"target":34},{"source":35,"target":0},{"source":35,"target":338},{"source":35,"target":339},{"source":35,"target":340},{"source":35,"target":341},{"source":35,"target":342},{"source":35,"target":343},{"source":35,"target":344},{"source":338,"target":35},{"source":339,"target":35},{"source":340,"target":35},{"source":341,"target":35},{"source":342,"target":35},{"source":343,"target":35},{"source":344,"target":35},{"source":36,"target":0},{"source":36,"target":345},{"source":36,"target":346},{"source":36,"target":347},{"source":36,"target":348},{"source":36,"target":349},{"source":345,"target":36},{"source":346,"target":36},{"source":347,"target":36},{"source":348,"target":36},{"source":349,"target":36},{"source":37,"target":0},{"source":37,"target":350},{"source":37,"target":351},{"source":37,"target":352},{"source":350,"target":37},{"source":351,"target":37},{"source":352,"target":37},{"source":38,"target":0},{"source":38,"target":353},{"source":38,"target":354},{"source":38,"target":355},{"source":353,"target":38},{"source":354,"target":38},{"source":355,"target":38},{"source":39,"target":0},{"source":39,"target":356},{"source":39,"target":357},{"source":39,"target":358},{"source":39,"target":359},{"source":39,"target":360},{"source":39,"target":361},{"source":356,"target":39},{"source":357,"target":39},{"source":358,"target":39},{"source":359,"target":39},{"source":360,"target":39},{"source":361,"target":39},{"source":40,"target":362},{"source":40,"target":363},{"source":40,"target":364},{"source":40,"target":365},{"source":40,"target":366},{"source":40,"target":367},{"source":40,"target":368},{"source":40,"target":369},{"source":40,"target":370},{"source":40,"target":371},{"source":40,"target":372},{"source":40,"target":373},{"source":40,"target":374},{"source":40,"target":375},{"source":40,"target":376},{"source":40,"target":377},{"source":40,"target":378},{"source":40,"target":379},{"source":40,"target":380},{"source":40,"target":381},{"source":40,"target":382},{"source":40,"target":383},{"source":40,"target":384},{"source":40,"target":385},{"source":40,"target":386},{"source":40,"target":387},{"source":40,"target":0},{"source":362,"target":40},{"source":362,"target":373},{"source":362,"target":388},{"source":388,"target":373},{"source":363,"target":40},{"source":363,"target":6},{"source":363,"target":389},{"source":363,"target":390},{"source":389,"target":362},{"source":389,"target":391},{"source":389,"target":363},{"source":391,"target":362},{"source":390,"target":392},{"source":390,"target":6},{"source":392,"target":362},{"source":364,"target":40},{"source":364,"target":372},{"source":364,"target":393},{"source":364,"target":394},{"source":364,"target":395},{"source":364,"target":396},{"source":364,"target":397},{"source":364,"target":398},{"source":364,"target":399},{"source":364,"target":400},{"source":364,"target":401},{"source":364,"target":402},{"source":364,"target":403},{"source":364,"target":404},{"source":364,"target":405},{"source":393,"target":365},{"source":393,"target":406},{"source":393,"target":364},{"source":406,"target":365},{"source":394,"target":367},{"source":394,"target":407},{"source":394,"target":364},{"source":407,"target":367},{"source":395,"target":380},{"source":395,"target":408},{"source":395,"target":364},{"source":408,"target":380},{"source":396,"target":363},{"source":396,"target":409},{"source":396,"target":364},{"source":409,"target":363},{"source":397,"target":369},{"source":397,"target":410},{"source":397,"target":364},{"source":410,"target":369},{"source":398,"target":411},{"source":398,"target":364},{"source":399,"target":365},{"source":399,"target":412},{"source":399,"target":364},{"source":412,"target":365},{"source":400,"target":367},{"source":400,"target":413},{"source":400,"target":364},{"source":413,"target":367},{"source":401,"target":380},{"source":401,"target":414},{"source":401,"target":364},{"source":414,"target":380},{"source":402,"target":363},{"source":402,"target":415},{"source":402,"target":364},{"source":415,"target":363},{"source":403,"target":369},{"source":403,"target":416},{"source":403,"target":364},{"source":416,"target":369},{"source":404,"target":371},{"source":404,"target":417},{"source":404,"target":364},{"source":417,"target":371},{"source":405,"target":372},{"source":365,"target":40},{"source":365,"target":6},{"source":365,"target":418},{"source":365,"target":419},{"source":418,"target":364},{"source":418,"target":420},{"source":418,"target":365},{"source":420,"target":364},{"source":419,"target":421},{"source":419,"target":6},{"source":421,"target":364},{"source":366,"target":40},{"source":366,"target":373},{"source":366,"target":422},{"source":366,"target":423},{"source":366,"target":424},{"source":366,"target":425},{"source":366,"target":426},{"source":366,"target":427},{"source":366,"target":428},{"source":422,"target":367},{"source":422,"target":429},{"source":422,"target":366},{"source":429,"target":367},{"source":423,"target":363},{"source":423,"target":430},{"source":423,"target":366},{"source":430,"target":363},{"source":424,"target":369},{"source":424,"target":431},{"source":424,"target":366},{"source":431,"target":369},{"source":425,"target":367},{"source":425,"target":432},{"source":425,"target":366},{"source":432,"target":367},{"source":426,"target":363},{"source":426,"target":433},{"source":426,"target":366},{"source":433,"target":363},{"source":427,"target":369},{"source":427,"target":434},{"source":427,"target":366},{"source":434,"target":369},{"source":428,"target":373},{"source":367,"target":40},{"source":367,"target":6},{"source":367,"target":435},{"source":367,"target":436},{"source":435,"target":366},{"source":435,"target":437},{"source":435,"target":367},{"source":437,"target":366},{"source":436,"target":438},{"source":436,"target":6},{"source":438,"target":366},{"source":368,"target":40},{"source":368,"target":362},{"source":368,"target":439},{"source":439,"target":362},{"source":369,"target":40},{"source":369,"target":6},{"source":369,"target":440},{"source":369,"target":441},{"source":440,"target":368},{"source":440,"target":442},{"source":440,"target":369},{"source":442,"target":368},{"source":441,"target":443},{"source":441,"target":6},{"source":443,"target":368},{"source":370,"target":40},{"source":370,"target":6},{"source":370,"target":444},{"source":370,"target":445},{"source":370,"target":446},{"source":370,"target":447},{"source":370,"target":448},{"source":370,"target":449},{"source":370,"target":450},{"source":370,"target":451},{"source":370,"target":452},{"source":370,"target":453},{"source":370,"target":454},{"source":370,"target":455},{"source":370,"target":456},{"source":370,"target":457},{"source":444,"target":365},{"source":444,"target":458},{"source":444,"target":370},{"source":458,"target":365},{"source":445,"target":367},{"source":445,"target":459},{"source":445,"target":370},{"source":459,"target":367},{"source":446,"target":380},{"source":446,"target":460},{"source":446,"target":370},{"source":460,"target":380},{"source":447,"target":363},{"source":447,"target":461},{"source":447,"target":370},{"source":461,"target":363},{"source":448,"target":369},{"source":448,"target":462},{"source":448,"target":370},{"source":462,"target":369},{"source":449,"target":377},{"source":449,"target":463},{"source":449,"target":370},{"source":463,"target":377},{"source":450,"target":372},{"source":450,"target":464},{"source":450,"target":370},{"source":464,"target":372},{"source":451,"target":365},{"source":451,"target":465},{"source":451,"target":370},{"source":465,"target":365},{"source":452,"target":367},{"source":452,"target":466},{"source":452,"target":370},{"source":466,"target":367},{"source":453,"target":380},{"source":453,"target":467},{"source":453,"target":370},{"source":467,"target":380},{"source":454,"target":363},{"source":454,"target":468},{"source":454,"target":370},{"source":468,"target":363},{"source":455,"target":369},{"source":455,"target":469},{"source":455,"target":370},{"source":469,"target":369},{"source":456,"target":377},{"source":456,"target":470},{"source":456,"target":370},{"source":470,"target":377},{"source":457,"target":471},{"source":457,"target":6},{"source":371,"target":40},{"source":371,"target":472},{"source":371,"target":473},{"source":371,"target":474},{"source":371,"target":475},{"source":371,"target":476},{"source":371,"target":477},{"source":371,"target":478},{"source":472,"target":385},{"source":472,"target":479},{"source":472,"target":371},{"source":479,"target":385},{"source":473,"target":382},{"source":473,"target":480},{"source":473,"target":371},{"source":480,"target":382},{"source":474,"target":381},{"source":474,"target":481},{"source":474,"target":371},{"source":481,"target":381},{"source":475,"target":387},{"source":475,"target":482},{"source":475,"target":371},{"source":482,"target":387},{"source":476,"target":483},{"source":476,"target":371},{"source":477,"target":484},{"source":477,"target":371},{"source":478,"target":374},{"source":478,"target":485},{"source":478,"target":371},{"source":485,"target":374},{"source":372,"target":40},{"source":372,"target":486},{"source":372,"target":487},{"source":372,"target":488},{"source":372,"target":489},{"source":372,"target":490},{"source":372,"target":491},{"source":372,"target":492},{"source":372,"target":493},{"source":486,"target":494},{"source":486,"target":372},{"source":487,"target":495},{"source":487,"target":372},{"source":488,"target":496},{"source":488,"target":372},{"source":489,"target":497},{"source":489,"target":372},{"source":490,"target":498},{"source":490,"target":372},{"source":491,"target":34},{"source":491,"target":499},{"source":491,"target":372},{"source":499,"target":34},{"source":492,"target":500},{"source":492,"target":372},{"source":493,"target":501},{"source":493,"target":372},{"source":373,"target":40},{"source":373,"target":372},{"source":373,"target":371},{"source":373,"target":502},{"source":373,"target":503},{"source":373,"target":504},{"source":502,"target":505},{"source":502,"target":373},{"source":503,"target":372},{"source":504,"target":371},{"source":374,"target":40},{"source":374,"target":506},{"source":506,"target":507},{"source":506,"target":374},{"source":375,"target":40},{"source":375,"target":28},{"source":375,"target":6},{"source":375,"target":508},{"source":375,"target":509},{"source":375,"target":510},{"source":375,"target":511},{"source":508,"target":376},{"source":508,"target":512},{"source":508,"target":375},{"source":512,"target":376},{"source":509,"target":513},{"source":509,"target":375},{"source":510,"target":28},{"source":511,"target":514},{"source":511,"target":6},{"source":514,"target":376},{"source":376,"target":40},{"source":376,"target":6},{"source":376,"target":515},{"source":376,"target":516},{"source":376,"target":517},{"source":376,"target":518},{"source":376,"target":519},{"source":376,"target":520},{"source":376,"target":521},{"source":376,"target":522},{"source":515,"target":523},{"source":515,"target":376},{"source":516,"target":370},{"source":516,"target":524},{"source":516,"target":376},{"source":524,"target":370},{"source":517,"target":381},{"source":517,"target":525},{"source":517,"target":376},{"source":525,"target":381},{"source":518,"target":526},{"source":518,"target":376},{"source":519,"target":527},{"source":519,"target":376},{"source":520,"target":384},{"source":520,"target":528},{"source":520,"target":376},{"source":528,"target":384},{"source":521,"target":529},{"source":521,"target":376},{"source":522,"target":530},{"source":522,"target":6},{"source":530,"target":370},{"source":377,"target":40},{"source":377,"target":6},{"source":377,"target":531},{"source":377,"target":532},{"source":531,"target":378},{"source":531,"target":533},{"source":531,"target":377},{"source":533,"target":378},{"source":532,"target":534},{"source":532,"target":6},{"source":534,"target":378},{"source":378,"target":40},{"source":378,"target":373},{"source":378,"target":535},{"source":535,"target":373},{"source":379,"target":40},{"source":379,"target":373},{"source":379,"target":536},{"source":379,"target":537},{"source":379,"target":538},{"source":379,"target":539},{"source":379,"target":540},{"source":379,"target":541},{"source":379,"target":542},{"source":536,"target":367},{"source":536,"target":543},{"source":536,"target":379},{"source":543,"target":367},{"source":537,"target":363},{"source":537,"target":544},{"source":537,"target":379},{"source":544,"target":363},{"source":538,"target":369},{"source":538,"target":545},{"source":538,"target":379},{"source":545,"target":369},{"source":539,"target":367},{"source":539,"target":546},{"source":539,"target":379},{"source":546,"target":367},{"source":540,"target":363},{"source":540,"target":547},{"source":540,"target":379},{"source":547,"target":363},{"source":541,"target":369},{"source":541,"target":548},{"source":541,"target":379},{"source":548,"target":369},{"source":542,"target":373},{"source":380,"target":40},{"source":380,"target":6},{"source":380,"target":549},{"source":380,"target":550},{"source":549,"target":379},{"source":549,"target":551},{"source":549,"target":380},{"source":551,"target":379},{"source":550,"target":552},{"source":550,"target":6},{"source":552,"target":379},{"source":381,"target":40},{"source":381,"target":553},{"source":553,"target":26},{"source":553,"target":554},{"source":553,"target":381},{"source":554,"target":26},{"source":382,"target":40},{"source":382,"target":555},{"source":555,"target":383},{"source":555,"target":556},{"source":555,"target":382},{"source":556,"target":383},{"source":383,"target":40},{"source":383,"target":18},{"source":383,"target":557},{"source":383,"target":558},{"source":383,"target":559},{"source":557,"target":560},{"source":557,"target":383},{"source":559,"target":18},{"source":384,"target":40},{"source":384,"target":6},{"source":384,"target":561},{"source":384,"target":562},{"source":561,"target":563},{"source":561,"target":384},{"source":562,"target":564},{"source":562,"target":6},{"source":385,"target":40},{"source":385,"target":565},{"source":565,"target":386},{"source":565,"target":566},{"source":565,"target":385},{"source":566,"target":386},{"source":386,"target":40},{"source":386,"target":18},{"source":386,"target":567},{"source":386,"target":568},{"source":386,"target":569},{"source":567,"target":570},{"source":567,"target":386},{"source":569,"target":18},{"source":387,"target":40},{"source":387,"target":571},{"source":387,"target":572},{"source":571,"target":573},{"source":571,"target":387},{"source":572,"target":574},{"source":572,"target":387}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/openworm/org.geppetto.model/src/main/resources/geppettoModel.ecore
model GeppettoModel variables libraries tags id name dataSources queries Node getPath id name tags GeppettoLibrary getTypeById types sharedTypes LibraryManager libraries ExperimentState recordedVariables setParameters experimentId projectId VariableValue pointer value Tag tags name DomainModel domainModel format ModelFormat modelFormat ExternalDomainModel fileFormat ZIP FileFormat ZIP ZIP HDF5 HDF5 StringToStringMap java.util.Map$Entry java.util.Map$Entry key value ISynchable synched types Type getDefaultValue extendsType type superType abstract visualType referencedVariables domainModel VisualType defaultValue ImportType url referenceURL modelInterpreterId autoresolve true CompositeType variables defaultValue PointerType defaultValue QuantityType defaultValue ParameterType defaultValue StateVariableType defaultValue DynamicsType defaultValue ArgumentType defaultValue ExpressionType defaultValue HTMLType defaultValue JSONType defaultValue TextType defaultValue URLType defaultValue PointType defaultValue ArrayType size arrayType defaultValue CompositeVisualType variables visualGroups ConnectionType variables defaultValue SimpleType ImageType defaultValue SimpleArrayType defaultValue MetadataType values Value Composite value StringToValueMap java.util.Map$Entry java.util.Map$Entry key value Quantity scalingFactor value PhysicalQuantity unit Unit unit TimeSeries unit scalingFactor value MDTimeSeries value MetadataValue Text text URL url HTML html Pointer getInstancePath elements point path PointerElement variable type index -1 Point x y z Dynamics initialCondition dynamics FunctionPlot title xAxisLabel yAxisLabel initialValue finalValue stepValue Function arguments expression functionPlot Argument argument Expression expression VisualValue groupElements position Collada collada OBJ obj Sphere radius Cylinder bottomRadius topRadius height distal Particles particles SkeletonAnimation skeletonTransformationSeries SkeletonTransformation skeletonTransformation VisualGroupElement defaultColor parameter VisualGroup lowSpectrumColor highSpectrumColor type visualGroupElements Connection a b connectivity Connectivity DIRECTIONAL DIRECTIONAL BIDIRECTIONAL BIDIRECTIONAL NON_DIRECTIONAL NON_DIRECTIONAL ArrayElement index position initialValue ArrayValue elements Image data name reference format ImageFormat PNG PNG JPEG JPEG IIP IIP DCM DCM NIFTI NIFTI TIFF TIFF DZI DZI GOOGLE_MAP GOOGLE_MAP ImportValue modelInterpreterId Metadata value JSON json GenericArray elements StringArray elements IntArray elements DoubleArray elements AArrayValue variables Variable anonymousTypes types initialValues static position TypeToValueMap java.util.Map$Entry java.util.Map$Entry key value datasources DataSource dataSourceService libraryConfigurations url queries dependenciesLibrary targetLibrary fetchVariableQuery DataSourceLibraryConfiguration library modelInterpreterId format Query description matchingCriteria runForCount true returnType ProcessQuery parameters queryProcessorId SimpleQuery query countQuery CompoundQuery queryChain CompoundRefQuery queryChain QueryResults getValue field row id header results RunnableQuery targetVariablePath queryPath booleanOperator AND AQueryResult QueryResult values SerializableQueryResult values QueryMatchingCriteria type BooleanOperator AND AND NAND NAND OR OR
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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="https://raw.githubusercontent.com/openworm/org.geppetto.model/master/src/main/resources/geppettoModel.ecore" nsPrefix="gep"> <eClassifiers xsi:type="ecore:EClass" name="GeppettoModel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The root of every Geppetto model"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//variables/Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The top level variables instantiated inside the Geppetto Model. The type of the variables will be coming from inside Libraries available inside this GeppettoModel."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="libraries" upperBound="-1" eType="#//GeppettoLibrary" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The libraries are container of types. A library can be associated to a modelInterpreter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//Tag" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The tags available in the GeppettoModel."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral=""> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The id of the GeppettoModel."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral=""> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of the GeppettoModel."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dataSources" upperBound="-1" eType="#//datasources/DataSource" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The data sources available for this model."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="queries" upperBound="-1" eType="#//datasources/Query" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//ISynchable"> <eOperations name="getPath" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//Tag"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GeppettoLibrary" eSuperTypes="#//Node"> <eOperations name="getTypeById" eType="#//types/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//types/Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sharedTypes" upperBound="-1" eType="#//types/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryManager"> <eStructuralFeatures xsi:type="ecore:EReference" name="libraries" upperBound="-1" eType="#//GeppettoLibrary" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExperimentState"> <eStructuralFeatures xsi:type="ecore:EReference" name="recordedVariables" upperBound="-1" eType="#//VariableValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setParameters" upperBound="-1" eType="#//VariableValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="experimentId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="pointer" lowerBound="1" eType="#//values/Pointer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//values/Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="#//ISynchable"> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//Tag" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainModel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="format" eType="#//ModelFormat" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelFormat"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelFormat" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalDomainModel" eSuperTypes="#//DomainModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileFormat" lowerBound="1" eType="#//FileFormat" defaultValueLiteral="ZIP"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FileFormat"> <eLiterals name="ZIP"/> <eLiterals name="HDF5" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToStringMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ISynchable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synched" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" transient="true"/> </eClassifiers> <eSubpackages name="types" nsURI="https://raw.githubusercontent.com/openworm/org.geppetto.model/master/src/main/resources/geppettoModel.ecore#//types" nsPrefix="gep"> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//Node"> <eOperations name="getDefaultValue" eType="#//values/Value"/> <eOperations name="extendsType" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"> <eParameters name="type" lowerBound="1" eType="#//types/Type"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" upperBound="-1" eType="#//types/Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="visualType" eType="#//types/VisualType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedVariables" upperBound="-1" eType="#//variables/Variable" transient="true" resolveProxies="false" eOpposite="#//variables/Variable/types"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainModel" eType="#//DomainModel" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VisualType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//values/VisualValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceURL" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelInterpreterId" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoresolve" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//variables/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//values/Composite" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PointerType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//values/Pointer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuantityType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//values/Quantity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//values/Quantity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateVariableType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//values/Quantity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DynamicsType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//values/Dynamics" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArgumentType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//values/Argument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//values/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HTMLType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//values/HTML" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JSONType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//values/JSON" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//values/Text" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="URLType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//values/URL" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PointType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//values/Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayType" lowerBound="1" eType="#//types/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//values/ArrayValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeVisualType" eSuperTypes="#//types/VisualType"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//variables/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="visualGroups" upperBound="-1" eType="#//values/VisualGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectionType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//variables/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//values/Composite" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleType" eSuperTypes="#//types/Type"/> <eClassifiers xsi:type="ecore:EClass" name="ImageType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//values/Image"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleArrayType" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//values/AArrayValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetadataType" eSuperTypes="#//types/Type"/> </eSubpackages> <eSubpackages name="values" nsURI="https://raw.githubusercontent.com/openworm/org.geppetto.model/master/src/main/resources/geppettoModel.ecore#//values" nsPrefix="gep"> <eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true" eSuperTypes="#//ISynchable"/> <eClassifiers xsi:type="ecore:EClass" name="Composite" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//values/StringToValueMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToValueMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//values/Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Quantity" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scalingFactor" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PhysicalQuantity" eSuperTypes="#//values/Quantity"> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" eType="#//values/Unit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeSeries" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" eType="#//values/Unit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scalingFactor" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MDTimeSeries" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//values/Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetadataValue" abstract="true" eSuperTypes="#//values/Value"/> <eClassifiers xsi:type="ecore:EClass" name="Text" eSuperTypes="#//values/MetadataValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="URL" eSuperTypes="#//values/MetadataValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HTML" eSuperTypes="#//values/MetadataValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="html" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pointer" eSuperTypes="#//values/Value"> <eOperations name="getInstancePath" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//values/PointerElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="point" eType="#//values/Point" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PointerElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//variables/Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//types/Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IntObject" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Point" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="z" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dynamics" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialCondition" eType="#//values/PhysicalQuantity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dynamics" eType="#//values/Function" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionPlot"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xAxisLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="yAxisLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stepValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//values/Argument" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//values/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionPlot" eType="#//values/FunctionPlot" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Argument" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="argument" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VisualValue" abstract="true" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="groupElements" upperBound="-1" eType="#//values/VisualGroupElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//values/Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Collada" eSuperTypes="#//values/VisualValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collada" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OBJ" eSuperTypes="#//values/VisualValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="obj" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sphere" eSuperTypes="#//values/VisualValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="radius" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cylinder" eSuperTypes="#//values/VisualValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bottomRadius" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topRadius" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"/> <eStructuralFeatures xsi:type="ecore:EReference" name="distal" eType="#//values/Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Particles" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="particles" upperBound="-1" eType="#//values/Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SkeletonAnimation" eSuperTypes="#//values/VisualValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="skeletonTransformationSeries" upperBound="-1" eType="#//values/SkeletonTransformation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SkeletonTransformation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="skeletonTransformation" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VisualGroupElement" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultColor" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//values/Quantity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VisualGroup" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowSpectrumColor" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="highSpectrumColor" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="visualGroupElements" lowerBound="1" upperBound="-1" eType="#//values/VisualGroupElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connection" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="a" lowerBound="1" eType="#//values/Pointer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="b" lowerBound="1" eType="#//values/Pointer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectivity" eType="#//values/Connectivity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Connectivity"> <eLiterals name="DIRECTIONAL"/> <eLiterals name="BIDIRECTIONAL" value="1"/> <eLiterals name="NON_DIRECTIONAL" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayElement" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"/> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//values/Point" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//values/Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayValue" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="#//values/ArrayElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Image" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reference" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="#//values/ImageFormat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ImageFormat"> <eLiterals name="PNG" literal="PNG"/> <eLiterals name="JPEG" value="1" literal="JPEG"/> <eLiterals name="IIP" value="2" literal="IIP"/> <eLiterals name="DCM" value="3" literal="DCM"/> <eLiterals name="NIFTI" value="4" literal="NIFTI"/> <eLiterals name="TIFF" value="5" literal="TIFF"/> <eLiterals name="DZI" value="6" literal="DZI"/> <eLiterals name="GOOGLE_MAP" value="7" literal="GOOGLE_MAP"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportValue" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelInterpreterId" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metadata" eSuperTypes="#//values/MetadataValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//values/StringToValueMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JSON" eSuperTypes="#//values/MetadataValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="json" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericArray" eSuperTypes="#//values/AArrayValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//values/Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringArray" eSuperTypes="#//values/AArrayValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elements" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntArray" eSuperTypes="#//values/AArrayValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elements" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleArray" eSuperTypes="#//values/AArrayValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elements" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AArrayValue" abstract="true" eSuperTypes="#//values/Value"/> </eSubpackages> <eSubpackages name="variables" nsURI="https://raw.githubusercontent.com/openworm/org.geppetto.model/master/src/main/resources/geppettoModel.ecore#//variables" nsPrefix="gep"> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousTypes" upperBound="-1" eType="#//types/Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//types/Type" resolveProxies="false" eOpposite="#//types/Type/referencedVariables"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValues" upperBound="-1" eType="#//variables/TypeToValueMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//values/Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeToValueMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="#//types/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//values/Value" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="datasources" nsURI="https://raw.githubusercontent.com/openworm/org.geppetto.model/master/src/main/resources/geppettoModel.ecore#//datasources" nsPrefix="gep"> <eClassifiers xsi:type="ecore:EClass" name="DataSource" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSourceService" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="libraryConfigurations" upperBound="-1" eType="#//datasources/DataSourceLibraryConfiguration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="queries" upperBound="-1" eType="#//datasources/Query" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependenciesLibrary" upperBound="-1" eType="#//GeppettoLibrary"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetLibrary" lowerBound="1" eType="#//GeppettoLibrary"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fetchVariableQuery" eType="#//datasources/Query" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataSourceLibraryConfiguration"> <eStructuralFeatures xsi:type="ecore:EReference" name="library" lowerBound="1" eType="#//GeppettoLibrary"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelInterpreterId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query" abstract="true" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="matchingCriteria" upperBound="-1" eType="#//datasources/QueryMatchingCriteria" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="runForCount" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//types/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessQuery" eSuperTypes="#//datasources/Query"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//StringToStringMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="queryProcessorId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleQuery" eSuperTypes="#//datasources/Query"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="query" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="countQuery" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompoundQuery" eSuperTypes="#//datasources/Query"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Compound queries allow creating composite queries which chain together multiple queries. The results of a query in the chain will be fed to the subsequent query."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="queryChain" lowerBound="1" upperBound="-1" eType="#//datasources/Query" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of queries for this Compound query."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompoundRefQuery" eSuperTypes="#//datasources/Query"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Compound ref queries make it possible to reference queries from any datasource"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="queryChain" lowerBound="1" upperBound="-1" eType="#//datasources/Query"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of queries for this Compound query."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryResults"> <eOperations name="getValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"> <eParameters name="field" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eParameters name="row" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="header" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="results" upperBound="-1" eType="#//datasources/AQueryResult" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RunnableQuery"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetVariablePath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="queryPath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanOperator" eType="#//datasources/BooleanOperator" defaultValueLiteral="AND"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AQueryResult" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="QueryResult" eSuperTypes="#//datasources/AQueryResult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SerializableQueryResult" eSuperTypes="#//datasources/AQueryResult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryMatchingCriteria"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" upperBound="-1" eType="#//types/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BooleanOperator"> <eLiterals name="AND" literal="AND"/> <eLiterals name="NAND" value="1" literal="NAND"/> <eLiterals name="OR" value="2" literal="OR"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"gep","nsURI":"https://raw.githubusercontent.com/openworm/org.geppetto.model/master/src/main/resources/geppettoModel.ecore","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeppettoModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeppettoLibrary","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryManager","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExperimentState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainModel","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelFormat","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalDomainModel","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FileFormat","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToStringMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ISynchable","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"nsPrefix":"gep","nsURI":"https://raw.githubusercontent.com/openworm/org.geppetto.model/master/src/main/resources/geppettoModel.ecore#//types","name":"types","id":14,"eClass":"EPackage"},{"nsPrefix":"gep","nsURI":"https://raw.githubusercontent.com/openworm/org.geppetto.model/master/src/main/resources/geppettoModel.ecore#//values","name":"values","id":15,"eClass":"EPackage"},{"nsPrefix":"gep","nsURI":"https://raw.githubusercontent.com/openworm/org.geppetto.model/master/src/main/resources/geppettoModel.ecore#//variables","name":"variables","id":16,"eClass":"EPackage"},{"nsPrefix":"gep","nsURI":"https://raw.githubusercontent.com/openworm/org.geppetto.model/master/src/main/resources/geppettoModel.ecore#//datasources","name":"datasources","id":17,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":false,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":21,"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":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":"dataSources","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":"queries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSource","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"id":32,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPath","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":36,"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":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":"tags","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,"unique":true,"name":"getTypeById","lowerBound":0,"id":44,"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":"types","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":"sharedTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"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":"libraries","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":"recordedVariables","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":"setParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"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":"experimentId","changeable":true,"lowerBound":1,"iD":false,"id":56,"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":"projectId","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointer","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pointer","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"id":65,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"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":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"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":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":true,"unique":true,"name":"domainModel","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":"format","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelFormat","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"ZIP","unsettable":false,"transient":false,"unique":true,"name":"fileFormat","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"name":"ZIP","id":82,"value":0,"literal":"ZIP","eClass":"EEnumLiteral"},{"name":"HDF5","id":83,"value":1,"literal":"HDF5","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"synched","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualType","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportType","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeType","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointerType","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantityType","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateVariableType","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicsType","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentType","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionType","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HTMLType","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JSONType","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextType","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URLType","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointType","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeVisualType","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionType","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImageType","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleArrayType","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataType","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDefaultValue","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"extendsType","lowerBound":0,"id":113,"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":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"visualType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"referencedVariables","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"domainModel","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,"unique":true,"name":"type","lowerBound":1,"id":122,"many":false,"required":true,"eClass":"EParameter"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":false,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualValue","instanceClass":null,"abstract":true,"id":132,"interface":false,"eClass":"EClass"},{"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":"url","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":"referenceURL","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":"modelInterpreterId","changeable":true,"lowerBound":0,"iD":false,"id":136,"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":"autoresolve","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"},{"container":false,"ordered":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":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":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composite","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Quantity","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"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":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dynamics","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argument","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"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":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HTML","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"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":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JSON","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"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":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URL","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arrayType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayValue","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"visualGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualGroup","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AArrayValue","instanceClass":null,"abstract":true,"id":220,"interface":false,"eClass":"EClass"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToValueMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalQuantity","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeSeries","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDTimeSeries","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataValue","instanceClass":null,"abstract":true,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointerElement","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionPlot","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collada","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OBJ","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sphere","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cylinder","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Particles","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SkeletonAnimation","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SkeletonTransformation","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualGroupElement","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Connectivity","instanceClass":null,"id":241,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayElement","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImageFormat","instanceClass":null,"id":243,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportValue","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metadata","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericArray","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringArray","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntArray","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleArray","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"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":"scalingFactor","changeable":true,"lowerBound":0,"iD":false,"id":258,"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":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scalingFactor","changeable":true,"lowerBound":0,"iD":false,"id":270,"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":"value","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"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":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"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":"url","changeable":true,"lowerBound":1,"iD":false,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"html","changeable":true,"lowerBound":1,"iD":false,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInstancePath","lowerBound":0,"id":289,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"point","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"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":"index","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":304,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":305,"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":"z","changeable":true,"lowerBound":1,"iD":false,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"dynamics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"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":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xAxisLabel","changeable":true,"lowerBound":0,"iD":false,"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":"yAxisLabel","changeable":true,"lowerBound":0,"iD":false,"id":318,"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":"initialValue","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"finalValue","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stepValue","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"container":false,"ordered":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":329,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionPlot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"lowerBound":1,"iD":false,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"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":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"groupElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"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":"collada","changeable":true,"lowerBound":1,"iD":false,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"obj","changeable":true,"lowerBound":1,"iD":false,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"radius","changeable":true,"lowerBound":1,"iD":false,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bottomRadius","changeable":true,"lowerBound":1,"iD":false,"id":355,"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":"topRadius","changeable":true,"lowerBound":1,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":1,"iD":false,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"distal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"particles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"skeletonTransformationSeries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"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":"skeletonTransformation","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultColor","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowSpectrumColor","changeable":true,"lowerBound":0,"iD":false,"id":377,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"highSpectrumColor","changeable":true,"lowerBound":0,"iD":false,"id":378,"derived":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":379,"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":"visualGroupElements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":1,"id":386,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"b","changeable":true,"resolveProxies":true,"lowerBound":1,"id":387,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectivity","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"name":"DIRECTIONAL","id":393,"value":0,"literal":"DIRECTIONAL","eClass":"EEnumLiteral"},{"name":"BIDIRECTIONAL","id":394,"value":1,"literal":"BIDIRECTIONAL","eClass":"EEnumLiteral"},{"name":"NON_DIRECTIONAL","id":395,"value":2,"literal":"NON_DIRECTIONAL","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":1,"iD":false,"id":396,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":1,"iD":false,"id":406,"derived":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":407,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"lowerBound":0,"iD":false,"id":408,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"name":"PNG","id":415,"value":0,"literal":"PNG","eClass":"EEnumLiteral"},{"name":"JPEG","id":416,"value":1,"literal":"JPEG","eClass":"EEnumLiteral"},{"name":"IIP","id":417,"value":2,"literal":"IIP","eClass":"EEnumLiteral"},{"name":"DCM","id":418,"value":3,"literal":"DCM","eClass":"EEnumLiteral"},{"name":"NIFTI","id":419,"value":4,"literal":"NIFTI","eClass":"EEnumLiteral"},{"name":"TIFF","id":420,"value":5,"literal":"TIFF","eClass":"EEnumLiteral"},{"name":"DZI","id":421,"value":6,"literal":"DZI","eClass":"EEnumLiteral"},{"name":"GOOGLE_MAP","id":422,"value":7,"literal":"GOOGLE_MAP","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":"modelInterpreterId","changeable":true,"lowerBound":0,"iD":false,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"json","changeable":true,"lowerBound":1,"iD":false,"id":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"container":false,"ordered":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":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"id":434,"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":"elements","changeable":true,"lowerBound":0,"iD":false,"id":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"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":"elements","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"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":"elements","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"TypeToValueMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":445,"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":"anonymousTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":456,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSourceLibraryConfiguration","instanceClass":null,"abstract":false,"id":460,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessQuery","instanceClass":null,"abstract":false,"id":461,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleQuery","instanceClass":null,"abstract":false,"id":462,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundQuery","instanceClass":null,"abstract":false,"id":463,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundRefQuery","instanceClass":null,"abstract":false,"id":464,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryResults","instanceClass":null,"abstract":false,"id":465,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RunnableQuery","instanceClass":null,"abstract":false,"id":466,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AQueryResult","instanceClass":null,"abstract":true,"id":467,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryResult","instanceClass":null,"abstract":false,"id":468,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SerializableQueryResult","instanceClass":null,"abstract":false,"id":469,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryMatchingCriteria","instanceClass":null,"abstract":false,"id":470,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanOperator","instanceClass":null,"id":471,"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":"dataSourceService","changeable":true,"lowerBound":1,"iD":false,"id":472,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraryConfigurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":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":474,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependenciesLibrary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":476,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetLibrary","changeable":true,"resolveProxies":true,"lowerBound":1,"id":477,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fetchVariableQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":1,"id":487,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelInterpreterId","changeable":true,"lowerBound":1,"iD":false,"id":488,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":1,"iD":false,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":493,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"matchingCriteria","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"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":"runForCount","changeable":true,"lowerBound":0,"iD":false,"id":495,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"container":false,"ordered":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":502,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"queryProcessorId","changeable":true,"lowerBound":1,"iD":false,"id":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"lowerBound":1,"iD":false,"id":507,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"countQuery","changeable":true,"lowerBound":1,"iD":false,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"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":"queryChain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":512,"derived":false},{"id":513,"eClass":"EGenericType"},{"id":514,"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":"queryChain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":0,"id":518,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":519,"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":"header","changeable":true,"lowerBound":0,"iD":false,"id":520,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"results","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"field","lowerBound":0,"id":523,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"row","lowerBound":0,"id":524,"many":false,"required":false,"eClass":"EParameter"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetVariablePath","changeable":true,"lowerBound":1,"iD":false,"id":530,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"queryPath","changeable":true,"lowerBound":1,"iD":false,"id":531,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"AND","unsettable":false,"transient":false,"unique":true,"name":"booleanOperator","changeable":true,"lowerBound":0,"iD":false,"id":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"values","changeable":true,"lowerBound":1,"iD":false,"id":536,"derived":false},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"values","changeable":true,"lowerBound":1,"iD":false,"id":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"name":"AND","id":544,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"NAND","id":545,"value":1,"literal":"NAND","eClass":"EEnumLiteral"},{"name":"OR","id":546,"value":2,"literal":"OR","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":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":18,"target":25},{"source":18,"target":26},{"source":18,"target":1},{"source":26,"target":25},{"source":19,"target":3},{"source":19,"target":27},{"source":19,"target":1},{"source":27,"target":3},{"source":20,"target":7},{"source":20,"target":28},{"source":20,"target":1},{"source":28,"target":7},{"source":21,"target":29},{"source":21,"target":1},{"source":22,"target":30},{"source":22,"target":1},{"source":23,"target":31},{"source":23,"target":32},{"source":23,"target":1},{"source":32,"target":31},{"source":24,"target":33},{"source":24,"target":34},{"source":24,"target":1},{"source":34,"target":33},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":35,"target":40},{"source":35,"target":2},{"source":36,"target":41},{"source":36,"target":2},{"source":37,"target":42},{"source":37,"target":2},{"source":38,"target":7},{"source":38,"target":43},{"source":38,"target":2},{"source":43,"target":7},{"source":39,"target":13},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":44,"target":48},{"source":44,"target":49},{"source":44,"target":3},{"source":49,"target":48},{"source":45,"target":48},{"source":45,"target":50},{"source":45,"target":3},{"source":50,"target":48},{"source":46,"target":48},{"source":46,"target":51},{"source":46,"target":3},{"source":51,"target":48},{"source":47,"target":2},{"source":4,"target":0},{"source":4,"target":52},{"source":52,"target":3},{"source":52,"target":53},{"source":52,"target":4},{"source":53,"target":3},{"source":5,"target":0},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":54,"target":6},{"source":54,"target":58},{"source":54,"target":5},{"source":58,"target":6},{"source":55,"target":6},{"source":55,"target":59},{"source":55,"target":5},{"source":59,"target":6},{"source":56,"target":60},{"source":56,"target":5},{"source":57,"target":61},{"source":57,"target":5},{"source":6,"target":0},{"source":6,"target":62},{"source":6,"target":63},{"source":62,"target":64},{"source":62,"target":65},{"source":62,"target":6},{"source":65,"target":64},{"source":63,"target":66},{"source":63,"target":67},{"source":63,"target":6},{"source":67,"target":66},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":68,"target":7},{"source":68,"target":71},{"source":68,"target":7},{"source":71,"target":7},{"source":69,"target":72},{"source":69,"target":7},{"source":70,"target":13},{"source":8,"target":0},{"source":8,"target":73},{"source":8,"target":74},{"source":73,"target":75},{"source":73,"target":8},{"source":74,"target":9},{"source":74,"target":76},{"source":74,"target":8},{"source":76,"target":9},{"source":9,"target":0},{"source":9,"target":77},{"source":77,"target":78},{"source":77,"target":9},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":79},{"source":10,"target":80},{"source":79,"target":11},{"source":79,"target":81},{"source":79,"target":10},{"source":81,"target":11},{"source":80,"target":8},{"source":11,"target":0},{"source":11,"target":82},{"source":11,"target":83},{"source":82,"target":11},{"source":83,"target":11},{"source":12,"target":0},{"source":12,"target":84},{"source":12,"target":85},{"source":84,"target":86},{"source":84,"target":12},{"source":85,"target":87},{"source":85,"target":12},{"source":13,"target":0},{"source":13,"target":88},{"source":88,"target":89},{"source":88,"target":13},{"source":14,"target":48},{"source":14,"target":90},{"source":14,"target":91},{"source":14,"target":92},{"source":14,"target":93},{"source":14,"target":94},{"source":14,"target":95},{"source":14,"target":96},{"source":14,"target":97},{"source":14,"target":98},{"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":109},{"source":14,"target":110},{"source":14,"target":111},{"source":14,"target":0},{"source":48,"target":14},{"source":48,"target":2},{"source":48,"target":112},{"source":48,"target":113},{"source":48,"target":114},{"source":48,"target":115},{"source":48,"target":116},{"source":48,"target":117},{"source":48,"target":118},{"source":48,"target":119},{"source":112,"target":66},{"source":112,"target":120},{"source":112,"target":48},{"source":120,"target":66},{"source":113,"target":121},{"source":113,"target":48},{"source":113,"target":122},{"source":122,"target":48},{"source":122,"target":123},{"source":122,"target":113},{"source":123,"target":48},{"source":114,"target":48},{"source":114,"target":124},{"source":114,"target":48},{"source":124,"target":48},{"source":115,"target":125},{"source":115,"target":48},{"source":116,"target":90},{"source":116,"target":126},{"source":116,"target":48},{"source":126,"target":90},{"source":117,"target":25},{"source":117,"target":127},{"source":117,"target":48},{"source":117,"target":128},{"source":127,"target":25},{"source":118,"target":8},{"source":118,"target":129},{"source":118,"target":48},{"source":129,"target":8},{"source":119,"target":2},{"source":90,"target":14},{"source":90,"target":48},{"source":90,"target":130},{"source":90,"target":131},{"source":130,"target":132},{"source":130,"target":133},{"source":130,"target":90},{"source":133,"target":132},{"source":131,"target":48},{"source":91,"target":14},{"source":91,"target":48},{"source":91,"target":134},{"source":91,"target":135},{"source":91,"target":136},{"source":91,"target":137},{"source":91,"target":138},{"source":134,"target":139},{"source":134,"target":91},{"source":135,"target":140},{"source":135,"target":91},{"source":136,"target":141},{"source":136,"target":91},{"source":137,"target":142},{"source":137,"target":91},{"source":138,"target":48},{"source":92,"target":14},{"source":92,"target":48},{"source":92,"target":143},{"source":92,"target":144},{"source":92,"target":145},{"source":143,"target":25},{"source":143,"target":146},{"source":143,"target":92},{"source":146,"target":25},{"source":144,"target":147},{"source":144,"target":148},{"source":144,"target":92},{"source":148,"target":147},{"source":145,"target":48},{"source":93,"target":14},{"source":93,"target":48},{"source":93,"target":149},{"source":93,"target":150},{"source":149,"target":64},{"source":149,"target":151},{"source":149,"target":93},{"source":151,"target":64},{"source":150,"target":48},{"source":94,"target":14},{"source":94,"target":48},{"source":94,"target":152},{"source":94,"target":153},{"source":152,"target":154},{"source":152,"target":155},{"source":152,"target":94},{"source":155,"target":154},{"source":153,"target":48},{"source":95,"target":14},{"source":95,"target":48},{"source":95,"target":156},{"source":95,"target":157},{"source":156,"target":154},{"source":156,"target":158},{"source":156,"target":95},{"source":158,"target":154},{"source":157,"target":48},{"source":96,"target":14},{"source":96,"target":48},{"source":96,"target":159},{"source":96,"target":160},{"source":159,"target":154},{"source":159,"target":161},{"source":159,"target":96},{"source":161,"target":154},{"source":160,"target":48},{"source":97,"target":14},{"source":97,"target":48},{"source":97,"target":162},{"source":97,"target":163},{"source":162,"target":164},{"source":162,"target":165},{"source":162,"target":97},{"source":165,"target":164},{"source":163,"target":48},{"source":98,"target":14},{"source":98,"target":48},{"source":98,"target":166},{"source":98,"target":167},{"source":166,"target":168},{"source":166,"target":169},{"source":166,"target":98},{"source":169,"target":168},{"source":167,"target":48},{"source":99,"target":14},{"source":99,"target":48},{"source":99,"target":170},{"source":99,"target":171},{"source":170,"target":172},{"source":170,"target":173},{"source":170,"target":99},{"source":173,"target":172},{"source":171,"target":48},{"source":100,"target":14},{"source":100,"target":48},{"source":100,"target":174},{"source":100,"target":175},{"source":174,"target":176},{"source":174,"target":177},{"source":174,"target":100},{"source":177,"target":176},{"source":175,"target":48},{"source":101,"target":14},{"source":101,"target":48},{"source":101,"target":178},{"source":101,"target":179},{"source":178,"target":180},{"source":178,"target":181},{"source":178,"target":101},{"source":181,"target":180},{"source":179,"target":48},{"source":102,"target":14},{"source":102,"target":48},{"source":102,"target":182},{"source":102,"target":183},{"source":182,"target":184},{"source":182,"target":185},{"source":182,"target":102},{"source":185,"target":184},{"source":183,"target":48},{"source":103,"target":14},{"source":103,"target":48},{"source":103,"target":186},{"source":103,"target":187},{"source":186,"target":188},{"source":186,"target":189},{"source":186,"target":103},{"source":189,"target":188},{"source":187,"target":48},{"source":104,"target":14},{"source":104,"target":48},{"source":104,"target":190},{"source":104,"target":191},{"source":190,"target":192},{"source":190,"target":193},{"source":190,"target":104},{"source":193,"target":192},{"source":191,"target":48},{"source":105,"target":14},{"source":105,"target":48},{"source":105,"target":194},{"source":105,"target":195},{"source":105,"target":196},{"source":105,"target":197},{"source":194,"target":198},{"source":194,"target":105},{"source":195,"target":48},{"source":195,"target":199},{"source":195,"target":105},{"source":199,"target":48},{"source":196,"target":200},{"source":196,"target":201},{"source":196,"target":105},{"source":201,"target":200},{"source":197,"target":48},{"source":106,"target":14},{"source":106,"target":90},{"source":106,"target":202},{"source":106,"target":203},{"source":106,"target":204},{"source":202,"target":25},{"source":202,"target":205},{"source":202,"target":106},{"source":205,"target":25},{"source":203,"target":206},{"source":203,"target":207},{"source":203,"target":106},{"source":207,"target":206},{"source":204,"target":90},{"source":107,"target":14},{"source":107,"target":48},{"source":107,"target":208},{"source":107,"target":209},{"source":107,"target":210},{"source":208,"target":25},{"source":208,"target":211},{"source":208,"target":107},{"source":211,"target":25},{"source":209,"target":147},{"source":209,"target":212},{"source":209,"target":107},{"source":212,"target":147},{"source":210,"target":48},{"source":108,"target":14},{"source":108,"target":48},{"source":108,"target":213},{"source":213,"target":48},{"source":109,"target":14},{"source":109,"target":48},{"source":109,"target":214},{"source":109,"target":215},{"source":214,"target":216},{"source":214,"target":217},{"source":214,"target":109},{"source":217,"target":216},{"source":215,"target":48},{"source":110,"target":14},{"source":110,"target":48},{"source":110,"target":218},{"source":110,"target":219},{"source":218,"target":220},{"source":218,"target":221},{"source":218,"target":110},{"source":221,"target":220},{"source":219,"target":48},{"source":111,"target":14},{"source":111,"target":48},{"source":111,"target":222},{"source":222,"target":48},{"source":15,"target":66},{"source":15,"target":147},{"source":15,"target":223},{"source":15,"target":154},{"source":15,"target":224},{"source":15,"target":225},{"source":15,"target":226},{"source":15,"target":227},{"source":15,"target":228},{"source":15,"target":184},{"source":15,"target":188},{"source":15,"target":176},{"source":15,"target":64},{"source":15,"target":229},{"source":15,"target":192},{"source":15,"target":164},{"source":15,"target":230},{"source":15,"target":231},{"source":15,"target":168},{"source":15,"target":172},{"source":15,"target":132},{"source":15,"target":232},{"source":15,"target":233},{"source":15,"target":234},{"source":15,"target":235},{"source":15,"target":236},{"source":15,"target":237},{"source":15,"target":238},{"source":15,"target":239},{"source":15,"target":206},{"source":15,"target":240},{"source":15,"target":241},{"source":15,"target":242},{"source":15,"target":200},{"source":15,"target":216},{"source":15,"target":243},{"source":15,"target":244},{"source":15,"target":245},{"source":15,"target":180},{"source":15,"target":246},{"source":15,"target":247},{"source":15,"target":248},{"source":15,"target":249},{"source":15,"target":220},{"source":15,"target":0},{"source":66,"target":15},{"source":66,"target":13},{"source":66,"target":250},{"source":250,"target":13},{"source":147,"target":15},{"source":147,"target":66},{"source":147,"target":251},{"source":147,"target":252},{"source":251,"target":223},{"source":251,"target":253},{"source":251,"target":147},{"source":253,"target":223},{"source":252,"target":66},{"source":223,"target":15},{"source":223,"target":254},{"source":223,"target":255},{"source":254,"target":256},{"source":254,"target":223},{"source":255,"target":66},{"source":255,"target":257},{"source":255,"target":223},{"source":257,"target":66},{"source":154,"target":15},{"source":154,"target":66},{"source":154,"target":258},{"source":154,"target":259},{"source":154,"target":260},{"source":258,"target":261},{"source":258,"target":154},{"source":259,"target":262},{"source":259,"target":154},{"source":260,"target":66},{"source":224,"target":15},{"source":224,"target":154},{"source":224,"target":263},{"source":224,"target":264},{"source":263,"target":225},{"source":263,"target":265},{"source":263,"target":224},{"source":265,"target":225},{"source":264,"target":154},{"source":225,"target":15},{"source":225,"target":66},{"source":225,"target":266},{"source":225,"target":267},{"source":266,"target":268},{"source":266,"target":225},{"source":267,"target":66},{"source":226,"target":15},{"source":226,"target":66},{"source":226,"target":269},{"source":226,"target":270},{"source":226,"target":271},{"source":226,"target":272},{"source":269,"target":225},{"source":269,"target":273},{"source":269,"target":226},{"source":273,"target":225},{"source":270,"target":274},{"source":270,"target":226},{"source":271,"target":275},{"source":271,"target":226},{"source":272,"target":66},{"source":227,"target":15},{"source":227,"target":66},{"source":227,"target":276},{"source":227,"target":277},{"source":276,"target":66},{"source":276,"target":278},{"source":276,"target":227},{"source":278,"target":66},{"source":277,"target":66},{"source":228,"target":15},{"source":228,"target":66},{"source":228,"target":279},{"source":279,"target":66},{"source":184,"target":15},{"source":184,"target":228},{"source":184,"target":280},{"source":184,"target":281},{"source":280,"target":282},{"source":280,"target":184},{"source":281,"target":228},{"source":188,"target":15},{"source":188,"target":228},{"source":188,"target":283},{"source":188,"target":284},{"source":283,"target":285},{"source":283,"target":188},{"source":284,"target":228},{"source":176,"target":15},{"source":176,"target":228},{"source":176,"target":286},{"source":176,"target":287},{"source":286,"target":288},{"source":286,"target":176},{"source":287,"target":228},{"source":64,"target":15},{"source":64,"target":66},{"source":64,"target":289},{"source":64,"target":290},{"source":64,"target":291},{"source":64,"target":292},{"source":64,"target":293},{"source":289,"target":294},{"source":289,"target":64},{"source":290,"target":229},{"source":290,"target":295},{"source":290,"target":64},{"source":295,"target":229},{"source":291,"target":192},{"source":291,"target":296},{"source":291,"target":64},{"source":296,"target":192},{"source":292,"target":297},{"source":292,"target":64},{"source":293,"target":66},{"source":229,"target":15},{"source":229,"target":298},{"source":229,"target":299},{"source":229,"target":300},{"source":298,"target":25},{"source":298,"target":301},{"source":298,"target":229},{"source":301,"target":25},{"source":299,"target":48},{"source":299,"target":302},{"source":299,"target":229},{"source":302,"target":48},{"source":300,"target":303},{"source":300,"target":229},{"source":192,"target":15},{"source":192,"target":66},{"source":192,"target":304},{"source":192,"target":305},{"source":192,"target":306},{"source":192,"target":307},{"source":304,"target":308},{"source":304,"target":192},{"source":305,"target":309},{"source":305,"target":192},{"source":306,"target":310},{"source":306,"target":192},{"source":307,"target":66},{"source":164,"target":15},{"source":164,"target":66},{"source":164,"target":311},{"source":164,"target":312},{"source":164,"target":313},{"source":311,"target":224},{"source":311,"target":314},{"source":311,"target":164},{"source":314,"target":224},{"source":312,"target":231},{"source":312,"target":315},{"source":312,"target":164},{"source":315,"target":231},{"source":313,"target":66},{"source":230,"target":15},{"source":230,"target":316},{"source":230,"target":317},{"source":230,"target":318},{"source":230,"target":319},{"source":230,"target":320},{"source":230,"target":321},{"source":316,"target":322},{"source":316,"target":230},{"source":317,"target":323},{"source":317,"target":230},{"source":318,"target":324},{"source":318,"target":230},{"source":319,"target":325},{"source":319,"target":230},{"source":320,"target":326},{"source":320,"target":230},{"source":321,"target":327},{"source":321,"target":230},{"source":231,"target":15},{"source":231,"target":66},{"source":231,"target":328},{"source":231,"target":329},{"source":231,"target":330},{"source":231,"target":331},{"source":328,"target":168},{"source":328,"target":332},{"source":328,"target":231},{"source":332,"target":168},{"source":329,"target":172},{"source":329,"target":333},{"source":329,"target":231},{"source":333,"target":172},{"source":330,"target":230},{"source":330,"target":334},{"source":330,"target":231},{"source":334,"target":230},{"source":331,"target":66},{"source":168,"target":15},{"source":168,"target":66},{"source":168,"target":335},{"source":168,"target":336},{"source":335,"target":337},{"source":335,"target":168},{"source":336,"target":66},{"source":172,"target":15},{"source":172,"target":66},{"source":172,"target":338},{"source":172,"target":339},{"source":338,"target":340},{"source":338,"target":172},{"source":339,"target":66},{"source":132,"target":15},{"source":132,"target":66},{"source":132,"target":341},{"source":132,"target":342},{"source":132,"target":343},{"source":341,"target":239},{"source":341,"target":344},{"source":341,"target":132},{"source":344,"target":239},{"source":342,"target":192},{"source":342,"target":345},{"source":342,"target":132},{"source":345,"target":192},{"source":343,"target":66},{"source":232,"target":15},{"source":232,"target":132},{"source":232,"target":346},{"source":232,"target":347},{"source":346,"target":348},{"source":346,"target":232},{"source":347,"target":132},{"source":233,"target":15},{"source":233,"target":132},{"source":233,"target":349},{"source":233,"target":350},{"source":349,"target":351},{"source":349,"target":233},{"source":350,"target":132},{"source":234,"target":15},{"source":234,"target":132},{"source":234,"target":352},{"source":234,"target":353},{"source":352,"target":354},{"source":352,"target":234},{"source":353,"target":132},{"source":235,"target":15},{"source":235,"target":132},{"source":235,"target":355},{"source":235,"target":356},{"source":235,"target":357},{"source":235,"target":358},{"source":235,"target":359},{"source":355,"target":360},{"source":355,"target":235},{"source":356,"target":361},{"source":356,"target":235},{"source":357,"target":362},{"source":357,"target":235},{"source":358,"target":192},{"source":358,"target":363},{"source":358,"target":235},{"source":363,"target":192},{"source":359,"target":132},{"source":236,"target":15},{"source":236,"target":66},{"source":236,"target":364},{"source":236,"target":365},{"source":364,"target":192},{"source":364,"target":366},{"source":364,"target":236},{"source":366,"target":192},{"source":365,"target":66},{"source":237,"target":15},{"source":237,"target":132},{"source":237,"target":367},{"source":237,"target":368},{"source":367,"target":238},{"source":367,"target":369},{"source":367,"target":237},{"source":369,"target":238},{"source":368,"target":132},{"source":238,"target":15},{"source":238,"target":370},{"source":370,"target":371},{"source":370,"target":238},{"source":239,"target":15},{"source":239,"target":2},{"source":239,"target":372},{"source":239,"target":373},{"source":239,"target":374},{"source":372,"target":375},{"source":372,"target":239},{"source":373,"target":154},{"source":373,"target":376},{"source":373,"target":239},{"source":376,"target":154},{"source":374,"target":2},{"source":206,"target":15},{"source":206,"target":2},{"source":206,"target":377},{"source":206,"target":378},{"source":206,"target":379},{"source":206,"target":380},{"source":206,"target":381},{"source":377,"target":382},{"source":377,"target":206},{"source":378,"target":383},{"source":378,"target":206},{"source":379,"target":384},{"source":379,"target":206},{"source":380,"target":239},{"source":380,"target":385},{"source":380,"target":206},{"source":385,"target":239},{"source":381,"target":2},{"source":240,"target":15},{"source":240,"target":66},{"source":240,"target":386},{"source":240,"target":387},{"source":240,"target":388},{"source":240,"target":389},{"source":386,"target":64},{"source":386,"target":390},{"source":386,"target":240},{"source":390,"target":64},{"source":387,"target":64},{"source":387,"target":391},{"source":387,"target":240},{"source":391,"target":64},{"source":388,"target":241},{"source":388,"target":392},{"source":388,"target":240},{"source":392,"target":241},{"source":389,"target":66},{"source":241,"target":15},{"source":241,"target":393},{"source":241,"target":394},{"source":241,"target":395},{"source":393,"target":241},{"source":394,"target":241},{"source":395,"target":241},{"source":242,"target":15},{"source":242,"target":66},{"source":242,"target":396},{"source":242,"target":397},{"source":242,"target":398},{"source":242,"target":399},{"source":396,"target":400},{"source":396,"target":242},{"source":397,"target":192},{"source":397,"target":401},{"source":397,"target":242},{"source":401,"target":192},{"source":398,"target":66},{"source":398,"target":402},{"source":398,"target":242},{"source":402,"target":66},{"source":399,"target":66},{"source":200,"target":15},{"source":200,"target":66},{"source":200,"target":403},{"source":200,"target":404},{"source":403,"target":242},{"source":403,"target":405},{"source":403,"target":200},{"source":405,"target":242},{"source":404,"target":66},{"source":216,"target":15},{"source":216,"target":66},{"source":216,"target":406},{"source":216,"target":407},{"source":216,"target":408},{"source":216,"target":409},{"source":216,"target":410},{"source":406,"target":411},{"source":406,"target":216},{"source":407,"target":412},{"source":407,"target":216},{"source":408,"target":413},{"source":408,"target":216},{"source":409,"target":243},{"source":409,"target":414},{"source":409,"target":216},{"source":414,"target":243},{"source":410,"target":66},{"source":243,"target":15},{"source":243,"target":415},{"source":243,"target":416},{"source":243,"target":417},{"source":243,"target":418},{"source":243,"target":419},{"source":243,"target":420},{"source":243,"target":421},{"source":243,"target":422},{"source":415,"target":243},{"source":416,"target":243},{"source":417,"target":243},{"source":418,"target":243},{"source":419,"target":243},{"source":420,"target":243},{"source":421,"target":243},{"source":422,"target":243},{"source":244,"target":15},{"source":244,"target":66},{"source":244,"target":423},{"source":244,"target":424},{"source":423,"target":425},{"source":423,"target":244},{"source":424,"target":66},{"source":245,"target":15},{"source":245,"target":228},{"source":245,"target":426},{"source":245,"target":427},{"source":426,"target":223},{"source":426,"target":428},{"source":426,"target":245},{"source":428,"target":223},{"source":427,"target":228},{"source":180,"target":15},{"source":180,"target":228},{"source":180,"target":429},{"source":180,"target":430},{"source":429,"target":431},{"source":429,"target":180},{"source":430,"target":228},{"source":246,"target":15},{"source":246,"target":220},{"source":246,"target":432},{"source":246,"target":433},{"source":432,"target":66},{"source":432,"target":434},{"source":432,"target":246},{"source":434,"target":66},{"source":433,"target":220},{"source":247,"target":15},{"source":247,"target":220},{"source":247,"target":435},{"source":247,"target":436},{"source":435,"target":437},{"source":435,"target":247},{"source":436,"target":220},{"source":248,"target":15},{"source":248,"target":220},{"source":248,"target":438},{"source":248,"target":439},{"source":438,"target":440},{"source":438,"target":248},{"source":439,"target":220},{"source":249,"target":15},{"source":249,"target":220},{"source":249,"target":441},{"source":249,"target":442},{"source":441,"target":443},{"source":441,"target":249},{"source":442,"target":220},{"source":220,"target":15},{"source":220,"target":66},{"source":220,"target":444},{"source":444,"target":66},{"source":16,"target":25},{"source":16,"target":445},{"source":16,"target":0},{"source":25,"target":16},{"source":25,"target":2},{"source":25,"target":446},{"source":25,"target":128},{"source":25,"target":447},{"source":25,"target":448},{"source":25,"target":449},{"source":25,"target":450},{"source":446,"target":48},{"source":446,"target":451},{"source":446,"target":25},{"source":451,"target":48},{"source":128,"target":48},{"source":128,"target":452},{"source":128,"target":25},{"source":128,"target":117},{"source":452,"target":48},{"source":447,"target":445},{"source":447,"target":453},{"source":447,"target":25},{"source":453,"target":445},{"source":448,"target":454},{"source":448,"target":25},{"source":449,"target":192},{"source":449,"target":455},{"source":449,"target":25},{"source":455,"target":192},{"source":450,"target":2},{"source":445,"target":16},{"source":445,"target":456},{"source":445,"target":457},{"source":456,"target":48},{"source":456,"target":458},{"source":456,"target":445},{"source":458,"target":48},{"source":457,"target":66},{"source":457,"target":459},{"source":457,"target":445},{"source":459,"target":66},{"source":17,"target":31},{"source":17,"target":460},{"source":17,"target":33},{"source":17,"target":461},{"source":17,"target":462},{"source":17,"target":463},{"source":17,"target":464},{"source":17,"target":465},{"source":17,"target":466},{"source":17,"target":467},{"source":17,"target":468},{"source":17,"target":469},{"source":17,"target":470},{"source":17,"target":471},{"source":17,"target":0},{"source":31,"target":17},{"source":31,"target":2},{"source":31,"target":472},{"source":31,"target":473},{"source":31,"target":474},{"source":31,"target":475},{"source":31,"target":476},{"source":31,"target":477},{"source":31,"target":478},{"source":31,"target":479},{"source":472,"target":480},{"source":472,"target":31},{"source":473,"target":460},{"source":473,"target":481},{"source":473,"target":31},{"source":481,"target":460},{"source":474,"target":482},{"source":474,"target":31},{"source":475,"target":33},{"source":475,"target":483},{"source":475,"target":31},{"source":483,"target":33},{"source":476,"target":3},{"source":476,"target":484},{"source":476,"target":31},{"source":484,"target":3},{"source":477,"target":3},{"source":477,"target":485},{"source":477,"target":31},{"source":485,"target":3},{"source":478,"target":33},{"source":478,"target":486},{"source":478,"target":31},{"source":486,"target":33},{"source":479,"target":2},{"source":460,"target":17},{"source":460,"target":487},{"source":460,"target":488},{"source":460,"target":489},{"source":487,"target":3},{"source":487,"target":490},{"source":487,"target":460},{"source":490,"target":3},{"source":488,"target":491},{"source":488,"target":460},{"source":489,"target":492},{"source":489,"target":460},{"source":33,"target":17},{"source":33,"target":2},{"source":33,"target":493},{"source":33,"target":494},{"source":33,"target":495},{"source":33,"target":496},{"source":33,"target":497},{"source":493,"target":498},{"source":493,"target":33},{"source":494,"target":470},{"source":494,"target":499},{"source":494,"target":33},{"source":499,"target":470},{"source":495,"target":500},{"source":495,"target":33},{"source":496,"target":48},{"source":496,"target":501},{"source":496,"target":33},{"source":501,"target":48},{"source":497,"target":2},{"source":461,"target":17},{"source":461,"target":33},{"source":461,"target":502},{"source":461,"target":503},{"source":461,"target":504},{"source":502,"target":12},{"source":502,"target":505},{"source":502,"target":461},{"source":505,"target":12},{"source":503,"target":506},{"source":503,"target":461},{"source":504,"target":33},{"source":462,"target":17},{"source":462,"target":33},{"source":462,"target":507},{"source":462,"target":508},{"source":462,"target":509},{"source":507,"target":510},{"source":507,"target":462},{"source":508,"target":511},{"source":508,"target":462},{"source":509,"target":33},{"source":463,"target":17},{"source":463,"target":33},{"source":463,"target":512},{"source":463,"target":513},{"source":512,"target":33},{"source":512,"target":514},{"source":512,"target":463},{"source":514,"target":33},{"source":513,"target":33},{"source":464,"target":17},{"source":464,"target":33},{"source":464,"target":515},{"source":464,"target":516},{"source":515,"target":33},{"source":515,"target":517},{"source":515,"target":464},{"source":517,"target":33},{"source":516,"target":33},{"source":465,"target":17},{"source":465,"target":518},{"source":465,"target":519},{"source":465,"target":520},{"source":465,"target":521},{"source":518,"target":522},{"source":518,"target":465},{"source":518,"target":523},{"source":518,"target":524},{"source":523,"target":525},{"source":523,"target":518},{"source":524,"target":526},{"source":524,"target":518},{"source":519,"target":527},{"source":519,"target":465},{"source":520,"target":528},{"source":520,"target":465},{"source":521,"target":467},{"source":521,"target":529},{"source":521,"target":465},{"source":529,"target":467},{"source":466,"target":17},{"source":466,"target":530},{"source":466,"target":531},{"source":466,"target":532},{"source":530,"target":533},{"source":530,"target":466},{"source":531,"target":534},{"source":531,"target":466},{"source":532,"target":471},{"source":532,"target":535},{"source":532,"target":466},{"source":535,"target":471},{"source":467,"target":17},{"source":468,"target":17},{"source":468,"target":467},{"source":468,"target":536},{"source":468,"target":537},{"source":536,"target":538},{"source":536,"target":468},{"source":537,"target":467},{"source":469,"target":17},{"source":469,"target":467},{"source":469,"target":539},{"source":469,"target":540},{"source":539,"target":541},{"source":539,"target":469},{"source":540,"target":467},{"source":470,"target":17},{"source":470,"target":542},{"source":542,"target":48},{"source":542,"target":543},{"source":542,"target":470},{"source":543,"target":48},{"source":471,"target":17},{"source":471,"target":544},{"source":471,"target":545},{"source":471,"target":546},{"source":544,"target":471},{"source":545,"target":471},{"source":546,"target":471}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/szocske19/dipterv/src/config/XMLType.ecore
type AnySimpleType java.lang.Object java.lang.Object AnyType mixed any anyAttribute AnyURI java.lang.String java.lang.String Base64Binary byte[] byte[] Boolean boolean boolean BooleanObject java.lang.Boolean java.lang.Boolean Byte byte byte ByteObject java.lang.Byte java.lang.Byte Date javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar DateTime javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar Decimal java.math.BigDecimal java.math.BigDecimal Double double double DoubleObject java.lang.Double java.lang.Double Duration javax.xml.datatype.Duration javax.xml.datatype.Duration ENTITIES java.util.List java.util.List ENTITIESBase java.util.List java.util.List ENTITY java.lang.String java.lang.String Float float float FloatObject java.lang.Float java.lang.Float GDay javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar GMonth javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar GMonthDay javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar GYear javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar GYearMonth javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar HexBinary byte[] byte[] ID java.lang.String java.lang.String IDREF java.lang.String java.lang.String IDREFS java.util.List java.util.List IDREFSBase java.util.List java.util.List Int int int Integer java.math.BigInteger java.math.BigInteger IntObject java.lang.Integer java.lang.Integer Language java.lang.String java.lang.String Long long long LongObject java.lang.Long java.lang.Long Name java.lang.String java.lang.String NCName java.lang.String java.lang.String NegativeInteger java.math.BigInteger java.math.BigInteger NMTOKEN java.lang.String java.lang.String NMTOKENS java.util.List java.util.List NMTOKENSBase java.util.List java.util.List NonNegativeInteger java.math.BigInteger java.math.BigInteger NonPositiveInteger java.math.BigInteger java.math.BigInteger NormalizedString java.lang.String java.lang.String NOTATION javax.xml.namespace.QName javax.xml.namespace.QName PositiveInteger java.math.BigInteger java.math.BigInteger ProcessingInstruction data target QName javax.xml.namespace.QName javax.xml.namespace.QName Short short short ShortObject java.lang.Short java.lang.Short SimpleAnyType rawValue value instanceType String java.lang.String java.lang.String Time javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar Token java.lang.String java.lang.String UnsignedByte short short UnsignedByteObject java.lang.Short java.lang.Short UnsignedInt long long UnsignedIntObject java.lang.Long java.lang.Long UnsignedLong java.math.BigInteger java.math.BigInteger UnsignedShort int int UnsignedShortObject java.lang.Integer java.lang.Integer XMLTypeDocumentRoot mixed xMLNSPrefixMap xSISchemaLocation cDATA comment processingInstruction text
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="type" nsURI="http://www.eclipse.org/emf/2003/XMLType" nsPrefix="ecore.xml.type"> <eClassifiers xsi:type="ecore:EDataType" name="AnySimpleType" instanceClassName="java.lang.Object"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="anySimpleType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnyType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="anyType"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="AnyURI" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="anyURI"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Base64Binary" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="base64Binary"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="boolean"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="BooleanObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="boolean:Object"/> <details key="baseType" value="boolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Byte" instanceClassName="byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ByteObject" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="byte:Object"/> <details key="baseType" value="byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Date" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="date"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DateTime" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="dateTime"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Decimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="decimal"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="double"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DoubleObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="double:Object"/> <details key="baseType" value="double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Duration" instanceClassName="javax.xml.datatype.Duration"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="duration"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ENTITIES" instanceClassName="java.util.List"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ENTITIES"/> <details key="baseType" value="ENTITIES_._base"/> <details key="minLength" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ENTITIESBase" instanceClassName="java.util.List"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ENTITIES_._base"/> <details key="itemType" value="ENTITY"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ENTITY" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ENTITY"/> <details key="baseType" value="NCName"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Float" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="float"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="FloatObject" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="float:Object"/> <details key="baseType" value="float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="GDay" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="gDay"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="GMonth" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="gMonth"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="GMonthDay" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="gMonthDay"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="GYear" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="gYear"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="GYearMonth" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="gYearMonth"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="HexBinary" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="hexBinary"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ID" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ID"/> <details key="baseType" value="NCName"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IDREF" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IDREF"/> <details key="baseType" value="NCName"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IDREFS" instanceClassName="java.util.List"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IDREFS"/> <details key="baseType" value="IDREFS_._base"/> <details key="minLength" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IDREFSBase" instanceClassName="java.util.List"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IDREFS_._base"/> <details key="itemType" value="IDREF"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Int" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="integer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IntObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="int:Object"/> <details key="baseType" value="int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Language" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="language"/> <details key="baseType" value="token"/> <details key="pattern" value="[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Long" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="LongObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="long:Object"/> <details key="baseType" value="long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Name" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Name"/> <details key="baseType" value="token"/> <details key="pattern" value="\i\c*"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NCName" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NCName"/> <details key="baseType" value="Name"/> <details key="pattern" value="[\i-[:]][\c-[:]]*"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NegativeInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="negativeInteger"/> <details key="baseType" value="nonPositiveInteger"/> <details key="maxInclusive" value="-1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NMTOKEN" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NMTOKEN"/> <details key="baseType" value="token"/> <details key="pattern" value="\c+"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NMTOKENS" instanceClassName="java.util.List"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NMTOKENS"/> <details key="baseType" value="NMTOKENS_._base"/> <details key="minLength" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NMTOKENSBase" instanceClassName="java.util.List"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NMTOKENS_._base"/> <details key="itemType" value="NMTOKEN"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NonNegativeInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="nonNegativeInteger"/> <details key="baseType" value="integer"/> <details key="minInclusive" value="0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NonPositiveInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="nonPositiveInteger"/> <details key="baseType" value="integer"/> <details key="maxInclusive" value="0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NormalizedString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="normalizedString"/> <details key="baseType" value="string"/> <details key="whiteSpace" value="replace"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NOTATION" instanceClassName="javax.xml.namespace.QName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NOTATION"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PositiveInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="positiveInteger"/> <details key="baseType" value="nonNegativeInteger"/> <details key="minInclusive" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessingInstruction"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="processingInstruction_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="data"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" lowerBound="1" eType="#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="target"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="QName" instanceClassName="javax.xml.namespace.QName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="QName"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Short" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ShortObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="short:Object"/> <details key="baseType" value="short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleAnyType" eSuperTypes="#//AnyType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="simpleAnyType"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rawValue" eType="#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":3"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//AnySimpleType" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":4"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceType" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":5"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="string"/> <details key="whiteSpace" value="preserve"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Time" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="time"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Token" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="token"/> <details key="baseType" value="normalizedString"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnsignedByte" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="unsignedByte"/> <details key="maxInclusive" value="255"/> <details key="minInclusive" value="0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnsignedByteObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="unsignedByte:Object"/> <details key="baseType" value="unsignedByte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnsignedInt" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="unsignedInt"/> <details key="maxInclusive" value="4294967295"/> <details key="minInclusive" value="0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnsignedIntObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="unsignedInt:Object"/> <details key="baseType" value="unsignedInt"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnsignedLong" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="unsignedLong"/> <details key="baseType" value="nonNegativeInteger"/> <details key="maxInclusive" value="18446744073709551615"/> <details key="minInclusive" value="0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnsignedShort" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="unsignedShort"/> <details key="maxInclusive" value="65535"/> <details key="minInclusive" value="0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnsignedShortObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="unsignedShort:Object"/> <details key="baseType" value="unsignedShort"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XMLTypeDocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cDATA" unique="false" upperBound="-2" eType="#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="cDATA"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" unique="false" upperBound="-2" eType="#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="comment"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="processingInstruction" upperBound="-2" eType="#//ProcessingInstruction" 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="processingInstruction"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" unique="false" upperBound="-2" eType="#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="text"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ecore.xml.type","nsURI":"http://www.eclipse.org/emf/2003/XMLType","name":"type","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"AnySimpleType","instanceClass":"java.lang.Object","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"AnyURI","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"Base64Binary","instanceClass":"[B","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"BooleanObject","instanceClass":"java.lang.Boolean","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"Byte","instanceClass":"byte","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"ByteObject","instanceClass":"java.lang.Byte","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"Date","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"DateTime","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"Decimal","instanceClass":"java.math.BigDecimal","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"DoubleObject","instanceClass":"java.lang.Double","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.Duration","defaultValue":null,"instanceClassName":"javax.xml.datatype.Duration","name":"Duration","instanceClass":"javax.xml.datatype.Duration","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"ENTITIES","instanceClass":"java.util.List","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"ENTITIESBase","instanceClass":"java.util.List","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ENTITY","instanceClass":"java.lang.String","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"Float","instanceClass":"float","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"FloatObject","instanceClass":"java.lang.Float","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"GDay","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"GMonth","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"GMonthDay","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"GYear","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"GYearMonth","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"HexBinary","instanceClass":"[B","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ID","instanceClass":"java.lang.String","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"IDREF","instanceClass":"java.lang.String","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"IDREFS","instanceClass":"java.util.List","id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"IDREFSBase","instanceClass":"java.util.List","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Int","instanceClass":"int","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"Integer","instanceClass":"java.math.BigInteger","id":31,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"IntObject","instanceClass":"java.lang.Integer","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Language","instanceClass":"java.lang.String","id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"Long","instanceClass":"long","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"LongObject","instanceClass":"java.lang.Long","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Name","instanceClass":"java.lang.String","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"NCName","instanceClass":"java.lang.String","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"NegativeInteger","instanceClass":"java.math.BigInteger","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"NMTOKEN","instanceClass":"java.lang.String","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"NMTOKENS","instanceClass":"java.util.List","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"NMTOKENSBase","instanceClass":"java.util.List","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"NonNegativeInteger","instanceClass":"java.math.BigInteger","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"NonPositiveInteger","instanceClass":"java.math.BigInteger","id":43,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"NormalizedString","instanceClass":"java.lang.String","id":44,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.namespace.QName","defaultValue":null,"instanceClassName":"javax.xml.namespace.QName","name":"NOTATION","instanceClass":"javax.xml.namespace.QName","id":45,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"PositiveInteger","instanceClass":"java.math.BigInteger","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingInstruction","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.xml.namespace.QName","defaultValue":null,"instanceClassName":"javax.xml.namespace.QName","name":"QName","instanceClass":"javax.xml.namespace.QName","id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"Short","instanceClass":"short","id":49,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"ShortObject","instanceClass":"java.lang.Short","id":50,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleAnyType","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":52,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"Time","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":53,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Token","instanceClass":"java.lang.String","id":54,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"UnsignedByte","instanceClass":"short","id":55,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"UnsignedByteObject","instanceClass":"java.lang.Short","id":56,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"UnsignedInt","instanceClass":"long","id":57,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"UnsignedIntObject","instanceClass":"java.lang.Long","id":58,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"UnsignedLong","instanceClass":"java.math.BigInteger","id":59,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"UnsignedShort","instanceClass":"int","id":60,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"UnsignedShortObject","instanceClass":"java.lang.Integer","id":61,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLTypeDocumentRoot","instanceClass":null,"abstract":false,"id":62,"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":63,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"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":"data","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":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":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"rawValue","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":74,"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":"instanceType","changeable":true,"resolveProxies":false,"lowerBound":1,"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":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},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"cDATA","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"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":"processingInstruction","changeable":true,"resolveProxies":false,"lowerBound":0,"id":85,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":true},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":63},{"source":2,"target":64},{"source":2,"target":65},{"source":63,"target":66},{"source":63,"target":2},{"source":64,"target":67},{"source":64,"target":2},{"source":65,"target":68},{"source":65,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":0},{"source":17,"target":0},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":44,"target":0},{"source":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":47,"target":69},{"source":47,"target":70},{"source":69,"target":52},{"source":69,"target":71},{"source":69,"target":47},{"source":71,"target":52},{"source":70,"target":52},{"source":70,"target":72},{"source":70,"target":47},{"source":72,"target":52},{"source":48,"target":0},{"source":49,"target":0},{"source":50,"target":0},{"source":51,"target":0},{"source":51,"target":2},{"source":51,"target":73},{"source":51,"target":74},{"source":51,"target":75},{"source":51,"target":76},{"source":73,"target":52},{"source":73,"target":77},{"source":73,"target":51},{"source":77,"target":52},{"source":74,"target":1},{"source":74,"target":78},{"source":74,"target":51},{"source":78,"target":1},{"source":75,"target":79},{"source":75,"target":51},{"source":76,"target":2},{"source":52,"target":0},{"source":53,"target":0},{"source":54,"target":0},{"source":55,"target":0},{"source":56,"target":0},{"source":57,"target":0},{"source":58,"target":0},{"source":59,"target":0},{"source":60,"target":0},{"source":61,"target":0},{"source":62,"target":0},{"source":62,"target":80},{"source":62,"target":81},{"source":62,"target":82},{"source":62,"target":83},{"source":62,"target":84},{"source":62,"target":85},{"source":62,"target":86},{"source":80,"target":87},{"source":80,"target":62},{"source":81,"target":88},{"source":81,"target":62},{"source":82,"target":89},{"source":82,"target":62},{"source":83,"target":52},{"source":83,"target":90},{"source":83,"target":62},{"source":90,"target":52},{"source":84,"target":52},{"source":84,"target":91},{"source":84,"target":62},{"source":91,"target":52},{"source":85,"target":47},{"source":85,"target":92},{"source":85,"target":62},{"source":92,"target":47},{"source":86,"target":52},{"source":86,"target":93},{"source":86,"target":62},{"source":93,"target":52}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/jlcanovas/gra2mol/core/Grammar2Model/metamodel/javaSimplified.ecore
JavaSimplified StringElement strValue NamedElement name TypedElement type Type type Comment isJavadoc false CommentedElement comment InfixOperatorType EQUALS EQUALS NOT_EQUALS NOT_EQUALS CONDITIONAL_AND CONDITIONAL_AND CONDITIONAL_OR CONDITIONAL_OR AssignmentOperatorType ASSIGN ASSIGN PLUS_ASSIGN PLUS_ASSIGN LiteralType STRING STRING INTEGER INTEGER BOOLEAN BOOLEAN NULL NULL VisibilityType PUBLIC PUBLIC PROTECTED PROTECTED PACKAGE PACKAGE PRIVATE PRIVATE JavaClass imports fields methods Field visibility expr Method parameters exceptions statements returnType Parameter Statement CommentStatement comment ExpressionStatement expr IfStatement expr ifst elsest VariableDeclarationStatement expr ReturnStatement expr Expression Name identifier CastExpression var type MethodInvocation object method MethodCall arguments childCall methodName InfixExpression expr1 operator expr2 Assignment expr1 operator expr2 Literal type value ClassInstanceCreation arguments className
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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="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="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//Name" containment="true"/> </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="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="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: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:EEnum" name="AssignmentOperatorType"> <eLiterals name="ASSIGN"/> <eLiterals name="PLUS_ASSIGN" value="1"/> </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:EEnum" name="VisibilityType"> <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="JavaClass" abstract="true" 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="Field" eSuperTypes="#//StringElement #//CommentedElement #//NamedElement #//TypedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" lowerBound="1" eType="#//VisibilityType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//StringElement #//CommentedElement #//NamedElement"> <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="Parameter" eSuperTypes="#//NamedElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Statement" eSuperTypes="#//StringElement"/> <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="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expression" 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="VariableDeclarationStatement" eSuperTypes="#//Statement #//TypedElement #//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> </eClassifiers> <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="Expression" abstract="true" eSuperTypes="#//StringElement"/> <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="CastExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="var" lowerBound="1" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"/> </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="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="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: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: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: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> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"javas","nsURI":"gts.inf.um.es/javaSimplified","name":"JavaSimplified","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","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,"instanceClassName":null,"name":"InfixOperatorType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentOperatorType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LiteralType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityType","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaClass","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommentStatement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationStatement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"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":"Name","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocation","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":29,"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":"strValue","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"id":37,"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":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"name":"EQUALS","id":43,"value":0,"literal":"EQUALS","eClass":"EEnumLiteral"},{"name":"NOT_EQUALS","id":44,"value":1,"literal":"NOT_EQUALS","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_AND","id":45,"value":2,"literal":"CONDITIONAL_AND","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_OR","id":46,"value":3,"literal":"CONDITIONAL_OR","eClass":"EEnumLiteral"},{"name":"ASSIGN","id":47,"value":0,"literal":"ASSIGN","eClass":"EEnumLiteral"},{"name":"PLUS_ASSIGN","id":48,"value":1,"literal":"PLUS_ASSIGN","eClass":"EEnumLiteral"},{"name":"STRING","id":49,"value":0,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"INTEGER","id":50,"value":1,"literal":"INTEGER","eClass":"EEnumLiteral"},{"name":"BOOLEAN","id":51,"value":2,"literal":"BOOLEAN","eClass":"EEnumLiteral"},{"name":"NULL","id":52,"value":3,"literal":"NULL","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":53,"value":0,"literal":"PUBLIC","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":54,"value":1,"literal":"PROTECTED","eClass":"EEnumLiteral"},{"name":"PACKAGE","id":55,"value":2,"literal":"PACKAGE","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":56,"value":3,"literal":"PRIVATE","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":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":"fields","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":"methods","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"},{"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},{"container":false,"ordered":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":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":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":73,"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":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":"statements","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":"returnType","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"},{"container":false,"ordered":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":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"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":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":"elsest","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":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"var","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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":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":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","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":"childCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"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":129,"derived":false},{"container":false,"ordered":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":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"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":136,"derived":false},{"container":false,"ordered":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":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":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":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":1,"target":0},{"source":1,"target":30},{"source":30,"target":31},{"source":30,"target":1},{"source":2,"target":0},{"source":2,"target":32},{"source":32,"target":22},{"source":32,"target":33},{"source":32,"target":2},{"source":33,"target":22},{"source":3,"target":0},{"source":3,"target":34},{"source":34,"target":4},{"source":34,"target":35},{"source":34,"target":3},{"source":35,"target":4},{"source":4,"target":0},{"source":4,"target":36},{"source":36,"target":37},{"source":36,"target":4},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":38},{"source":5,"target":39},{"source":38,"target":40},{"source":38,"target":5},{"source":39,"target":1},{"source":6,"target":0},{"source":6,"target":41},{"source":41,"target":5},{"source":41,"target":42},{"source":41,"target":6},{"source":42,"target":5},{"source":7,"target":0},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":43,"target":7},{"source":44,"target":7},{"source":45,"target":7},{"source":46,"target":7},{"source":8,"target":0},{"source":8,"target":47},{"source":8,"target":48},{"source":47,"target":8},{"source":48,"target":8},{"source":9,"target":0},{"source":9,"target":49},{"source":9,"target":50},{"source":9,"target":51},{"source":9,"target":52},{"source":49,"target":9},{"source":50,"target":9},{"source":51,"target":9},{"source":52,"target":9},{"source":10,"target":0},{"source":10,"target":53},{"source":10,"target":54},{"source":10,"target":55},{"source":10,"target":56},{"source":53,"target":10},{"source":54,"target":10},{"source":55,"target":10},{"source":56,"target":10},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":2},{"source":11,"target":57},{"source":11,"target":58},{"source":11,"target":59},{"source":11,"target":60},{"source":11,"target":61},{"source":57,"target":62},{"source":57,"target":11},{"source":58,"target":12},{"source":58,"target":63},{"source":58,"target":11},{"source":63,"target":12},{"source":59,"target":13},{"source":59,"target":64},{"source":59,"target":11},{"source":64,"target":13},{"source":60,"target":6},{"source":61,"target":2},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":6},{"source":12,"target":2},{"source":12,"target":3},{"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":65,"target":10},{"source":65,"target":71},{"source":65,"target":12},{"source":71,"target":10},{"source":66,"target":21},{"source":66,"target":72},{"source":66,"target":12},{"source":72,"target":21},{"source":67,"target":1},{"source":68,"target":6},{"source":69,"target":2},{"source":70,"target":3},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":6},{"source":13,"target":2},{"source":13,"target":73},{"source":13,"target":74},{"source":13,"target":75},{"source":13,"target":76},{"source":13,"target":77},{"source":13,"target":78},{"source":13,"target":79},{"source":73,"target":14},{"source":73,"target":80},{"source":73,"target":13},{"source":80,"target":14},{"source":74,"target":81},{"source":74,"target":13},{"source":75,"target":15},{"source":75,"target":82},{"source":75,"target":13},{"source":82,"target":15},{"source":76,"target":4},{"source":76,"target":83},{"source":76,"target":13},{"source":83,"target":4},{"source":77,"target":1},{"source":78,"target":6},{"source":79,"target":2},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":3},{"source":14,"target":84},{"source":14,"target":85},{"source":84,"target":2},{"source":85,"target":3},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":86},{"source":86,"target":1},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":87},{"source":16,"target":88},{"source":87,"target":5},{"source":87,"target":89},{"source":87,"target":16},{"source":89,"target":5},{"source":88,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":90},{"source":17,"target":91},{"source":90,"target":21},{"source":90,"target":92},{"source":90,"target":17},{"source":92,"target":21},{"source":91,"target":15},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":93},{"source":18,"target":94},{"source":18,"target":95},{"source":18,"target":96},{"source":93,"target":21},{"source":93,"target":97},{"source":93,"target":18},{"source":97,"target":21},{"source":94,"target":15},{"source":94,"target":98},{"source":94,"target":18},{"source":98,"target":15},{"source":95,"target":15},{"source":95,"target":99},{"source":95,"target":18},{"source":99,"target":15},{"source":96,"target":15},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":3},{"source":19,"target":2},{"source":19,"target":100},{"source":19,"target":101},{"source":19,"target":102},{"source":19,"target":103},{"source":100,"target":21},{"source":100,"target":104},{"source":100,"target":19},{"source":104,"target":21},{"source":101,"target":15},{"source":102,"target":3},{"source":103,"target":2},{"source":20,"target":0},{"source":20,"target":15},{"source":20,"target":105},{"source":20,"target":106},{"source":105,"target":21},{"source":105,"target":107},{"source":105,"target":20},{"source":107,"target":21},{"source":106,"target":15},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":108},{"source":108,"target":1},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":109},{"source":22,"target":110},{"source":109,"target":111},{"source":109,"target":22},{"source":110,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":112},{"source":23,"target":113},{"source":23,"target":114},{"source":112,"target":22},{"source":112,"target":115},{"source":112,"target":23},{"source":115,"target":22},{"source":113,"target":4},{"source":113,"target":116},{"source":113,"target":23},{"source":116,"target":4},{"source":114,"target":21},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":117},{"source":24,"target":118},{"source":24,"target":119},{"source":117,"target":22},{"source":117,"target":120},{"source":117,"target":24},{"source":120,"target":22},{"source":118,"target":25},{"source":118,"target":121},{"source":118,"target":24},{"source":121,"target":25},{"source":119,"target":21},{"source":25,"target":0},{"source":25,"target":122},{"source":25,"target":123},{"source":25,"target":124},{"source":122,"target":21},{"source":122,"target":125},{"source":122,"target":25},{"source":125,"target":21},{"source":123,"target":25},{"source":123,"target":126},{"source":123,"target":25},{"source":126,"target":25},{"source":124,"target":22},{"source":124,"target":127},{"source":124,"target":25},{"source":127,"target":22},{"source":26,"target":0},{"source":26,"target":21},{"source":26,"target":128},{"source":26,"target":129},{"source":26,"target":130},{"source":26,"target":131},{"source":128,"target":21},{"source":128,"target":132},{"source":128,"target":26},{"source":132,"target":21},{"source":129,"target":7},{"source":129,"target":133},{"source":129,"target":26},{"source":133,"target":7},{"source":130,"target":21},{"source":130,"target":134},{"source":130,"target":26},{"source":134,"target":21},{"source":131,"target":21},{"source":27,"target":0},{"source":27,"target":21},{"source":27,"target":135},{"source":27,"target":136},{"source":27,"target":137},{"source":27,"target":138},{"source":135,"target":21},{"source":135,"target":139},{"source":135,"target":27},{"source":139,"target":21},{"source":136,"target":8},{"source":136,"target":140},{"source":136,"target":27},{"source":140,"target":8},{"source":137,"target":21},{"source":137,"target":141},{"source":137,"target":27},{"source":141,"target":21},{"source":138,"target":21},{"source":28,"target":0},{"source":28,"target":21},{"source":28,"target":142},{"source":28,"target":143},{"source":28,"target":144},{"source":142,"target":9},{"source":142,"target":145},{"source":142,"target":28},{"source":145,"target":9},{"source":143,"target":146},{"source":143,"target":28},{"source":144,"target":21},{"source":29,"target":0},{"source":29,"target":21},{"source":29,"target":147},{"source":29,"target":148},{"source":29,"target":149},{"source":147,"target":21},{"source":147,"target":150},{"source":147,"target":29},{"source":150,"target":21},{"source":148,"target":4},{"source":148,"target":151},{"source":148,"target":29},{"source":151,"target":4},{"source":149,"target":21}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsRoyalAndLoyalownedElementHasVisibility.ecore
UML2 VisibilityKind package package private private protected protected public public ConnectableElement Profile ExtensionEnd Connector ReadIsClassifiedObjectAction ParameterableClassifier Operation StructuredClassifier AcceptEventAction DeploymentSpecification SendSignalAction DestroyLinkAction GeneralOrdering ExecutableNode JoinNode Class ClearStructuralFeatureAction ExpansionRegion InvocationAction CombinedFragment Enumeration Region Interface RaiseExceptionAction Collaboration EventOccurrence Vertex Activity OutputPin CreateLinkAction DeploymentTarget ValueSpecification ProtocolTransition Extension PartDecomposition ActivityEdge Stereotype OpaqueExpression AddStructuralFeatureValueAction Expression AssociationClass Duration Manifestation RedefinableTemplateSignature TimeTrigger Association TimeConstraint CollaborationOccurrence Transition CallAction Lifeline Port Signal StructuredActivityNode LiteralUnlimitedNatural LinkAction Namespace member PrimitiveFunction Deployment RemoveVariableValueAction WriteLinkAction ReclassifyObjectAction TimeInterval Reception ReadLinkObjectEndQualifierAction DataStoreNode Actor CreateLinkObjectAction TemplateableClassifier InteractionOccurrence InstanceSpecification ChangeTrigger FinalNode FlowFinalNode Trigger StructuralFeatureAction ApplyFunctionAction ActivityParameterNode InformationItem CreateObjectAction CallOperationAction Variable State InteractionFragment ExecutionOccurrence RemoveStructuralFeatureValueAction Permission ReadExtentAction Action ReadSelfAction Substitution Parameter Interaction ClearVariableAction ClearAssociationAction EnumerationLiteral BehavioralFeature CommunicationPath ConnectionPointReference Interval FinalState Device CallBehaviorAction Pin ActivityFinalNode Realization DurationConstraint InformationFlow ReadStructuralFeatureAction IntervalConstraint EncapsulatedClassifier ControlFlow LiteralNull Message ExecutionEnvironment Usage ExtensionPoint DestroyObjectAction Gate MergeNode Abstraction DecisionNode ParameterSet VariableAction LiteralInteger ForkNode UseCase ReadLinkObjectEndAction Dependency Include MessageEnd DeployedArtifact Type Node ActivityNode Feature MessageTrigger ObjectFlow PackageableElement Constraint DataType CentralBufferNode Implementation NamedElement visibility InstanceValue StateInvariant Artifact InteractionOperand Property ValuePin Pseudostate Behavior Continuation TimeObservationAction StartOwnedBehaviorAction AddVariableValueAction InitialNode WriteVariableAction ProtocolStateMachine Model LiteralString GeneralizationSet CallTrigger InteractionConstraint Package LoopNode ActivityPartition Extend RedefinableElement PrimitiveType ExpansionNode SendObjectAction LiteralBoolean Stop InputPin DurationInterval SignalTrigger ReadLinkAction StructuralFeature BehavioredClassifier LiteralSpecification StateMachine ControlNode TimeExpression ReplyAction Component BroadcastSignalAction TestIdentityAction ConditionalNode ReadVariableAction AcceptCallAction AnyTrigger WriteStructuralFeatureAction DurationObservationAction ObjectNode TypedElement Classifier
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="package" value="1" literal="package"/> <eLiterals name="private" value="2" literal="private"/> <eLiterals name="protected" value="3" literal="protected"/> <eLiterals name="public" value="4" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"name":"package","id":199,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":200,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":201,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":202,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"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":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"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":1,"target":0},{"source":1,"target":199},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":199,"target":1},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":2,"target":0},{"source":2,"target":145},{"source":2,"target":203},{"source":203,"target":145},{"source":3,"target":0},{"source":3,"target":166},{"source":3,"target":204},{"source":204,"target":166},{"source":4,"target":0},{"source":4,"target":150},{"source":4,"target":205},{"source":205,"target":150},{"source":5,"target":0},{"source":5,"target":137},{"source":5,"target":206},{"source":206,"target":137},{"source":6,"target":0},{"source":6,"target":90},{"source":6,"target":207},{"source":207,"target":90},{"source":7,"target":0},{"source":7,"target":198},{"source":7,"target":208},{"source":208,"target":198},{"source":8,"target":0},{"source":8,"target":98},{"source":8,"target":197},{"source":8,"target":209},{"source":8,"target":210},{"source":209,"target":98},{"source":210,"target":197},{"source":9,"target":0},{"source":9,"target":198},{"source":9,"target":211},{"source":211,"target":198},{"source":10,"target":0},{"source":10,"target":90},{"source":10,"target":212},{"source":212,"target":90},{"source":11,"target":0},{"source":11,"target":148},{"source":11,"target":213},{"source":213,"target":148},{"source":12,"target":0},{"source":12,"target":20},{"source":12,"target":214},{"source":214,"target":20},{"source":13,"target":0},{"source":13,"target":62},{"source":13,"target":215},{"source":215,"target":62},{"source":14,"target":0},{"source":14,"target":145},{"source":14,"target":216},{"source":216,"target":145},{"source":15,"target":0},{"source":15,"target":136},{"source":15,"target":217},{"source":217,"target":136},{"source":16,"target":0},{"source":16,"target":184},{"source":16,"target":218},{"source":218,"target":184},{"source":17,"target":0},{"source":17,"target":181},{"source":17,"target":112},{"source":17,"target":219},{"source":17,"target":220},{"source":219,"target":181},{"source":220,"target":112},{"source":18,"target":0},{"source":18,"target":77},{"source":18,"target":221},{"source":221,"target":77},{"source":19,"target":0},{"source":19,"target":55},{"source":19,"target":222},{"source":222,"target":55},{"source":20,"target":0},{"source":20,"target":90},{"source":20,"target":223},{"source":223,"target":90},{"source":21,"target":0},{"source":21,"target":85},{"source":21,"target":224},{"source":224,"target":85},{"source":22,"target":0},{"source":22,"target":142},{"source":22,"target":225},{"source":225,"target":142},{"source":23,"target":0},{"source":23,"target":58},{"source":23,"target":170},{"source":23,"target":226},{"source":23,"target":227},{"source":226,"target":58},{"source":227,"target":170},{"source":24,"target":0},{"source":24,"target":198},{"source":24,"target":228},{"source":228,"target":198},{"source":25,"target":0},{"source":25,"target":90},{"source":25,"target":229},{"source":229,"target":90},{"source":26,"target":0},{"source":26,"target":181},{"source":26,"target":9},{"source":26,"target":230},{"source":26,"target":231},{"source":230,"target":181},{"source":231,"target":9},{"source":27,"target":0},{"source":27,"target":85},{"source":27,"target":132},{"source":27,"target":232},{"source":27,"target":233},{"source":232,"target":85},{"source":233,"target":132},{"source":28,"target":0},{"source":28,"target":145},{"source":28,"target":234},{"source":234,"target":145},{"source":29,"target":0},{"source":29,"target":153},{"source":29,"target":235},{"source":235,"target":153},{"source":30,"target":0},{"source":30,"target":105},{"source":30,"target":236},{"source":236,"target":105},{"source":31,"target":0},{"source":31,"target":62},{"source":31,"target":237},{"source":237,"target":62},{"source":32,"target":0},{"source":32,"target":145},{"source":32,"target":238},{"source":238,"target":145},{"source":33,"target":0},{"source":33,"target":197},{"source":33,"target":239},{"source":239,"target":197},{"source":34,"target":0},{"source":34,"target":50},{"source":34,"target":240},{"source":240,"target":50},{"source":35,"target":0},{"source":35,"target":47},{"source":35,"target":241},{"source":241,"target":47},{"source":36,"target":0},{"source":36,"target":71},{"source":36,"target":242},{"source":242,"target":71},{"source":37,"target":0},{"source":37,"target":170},{"source":37,"target":243},{"source":243,"target":170},{"source":38,"target":0},{"source":38,"target":17},{"source":38,"target":244},{"source":244,"target":17},{"source":39,"target":0},{"source":39,"target":33},{"source":39,"target":245},{"source":245,"target":33},{"source":40,"target":0},{"source":40,"target":194},{"source":40,"target":246},{"source":246,"target":194},{"source":41,"target":0},{"source":41,"target":39},{"source":41,"target":247},{"source":247,"target":39},{"source":42,"target":0},{"source":42,"target":17},{"source":42,"target":47},{"source":42,"target":248},{"source":42,"target":249},{"source":248,"target":17},{"source":249,"target":47},{"source":43,"target":0},{"source":43,"target":33},{"source":43,"target":250},{"source":250,"target":33},{"source":44,"target":0},{"source":44,"target":122},{"source":44,"target":251},{"source":251,"target":122},{"source":45,"target":0},{"source":45,"target":170},{"source":45,"target":252},{"source":252,"target":170},{"source":46,"target":0},{"source":46,"target":76},{"source":46,"target":253},{"source":253,"target":76},{"source":47,"target":0},{"source":47,"target":198},{"source":47,"target":254},{"source":254,"target":198},{"source":48,"target":0},{"source":48,"target":111},{"source":48,"target":255},{"source":255,"target":111},{"source":49,"target":0},{"source":49,"target":145},{"source":49,"target":256},{"source":256,"target":145},{"source":50,"target":0},{"source":50,"target":170},{"source":50,"target":257},{"source":257,"target":170},{"source":51,"target":0},{"source":51,"target":20},{"source":51,"target":258},{"source":258,"target":20},{"source":52,"target":0},{"source":52,"target":145},{"source":52,"target":259},{"source":259,"target":145},{"source":53,"target":0},{"source":53,"target":150},{"source":53,"target":260},{"source":260,"target":150},{"source":54,"target":0},{"source":54,"target":198},{"source":54,"target":261},{"source":261,"target":198},{"source":55,"target":0},{"source":55,"target":90},{"source":55,"target":58},{"source":55,"target":262},{"source":55,"target":263},{"source":262,"target":90},{"source":263,"target":58},{"source":56,"target":0},{"source":56,"target":182},{"source":56,"target":264},{"source":264,"target":182},{"source":57,"target":0},{"source":57,"target":90},{"source":57,"target":265},{"source":265,"target":90},{"source":58,"target":0},{"source":58,"target":145},{"source":58,"target":266},{"source":58,"target":267},{"source":266,"target":145},{"source":266,"target":268},{"source":266,"target":58},{"source":268,"target":145},{"source":267,"target":145},{"source":59,"target":0},{"source":59,"target":140},{"source":59,"target":269},{"source":269,"target":140},{"source":60,"target":0},{"source":60,"target":130},{"source":60,"target":270},{"source":270,"target":130},{"source":61,"target":0},{"source":61,"target":159},{"source":61,"target":271},{"source":271,"target":159},{"source":62,"target":0},{"source":62,"target":57},{"source":62,"target":272},{"source":272,"target":57},{"source":63,"target":0},{"source":63,"target":90},{"source":63,"target":273},{"source":273,"target":90},{"source":64,"target":0},{"source":64,"target":101},{"source":64,"target":274},{"source":274,"target":101},{"source":65,"target":0},{"source":65,"target":98},{"source":65,"target":275},{"source":275,"target":98},{"source":66,"target":0},{"source":66,"target":90},{"source":66,"target":276},{"source":276,"target":90},{"source":67,"target":0},{"source":67,"target":143},{"source":67,"target":277},{"source":277,"target":143},{"source":68,"target":0},{"source":68,"target":198},{"source":68,"target":278},{"source":278,"target":198},{"source":69,"target":0},{"source":69,"target":31},{"source":69,"target":279},{"source":279,"target":31},{"source":70,"target":0},{"source":70,"target":198},{"source":70,"target":280},{"source":280,"target":198},{"source":71,"target":0},{"source":71,"target":85},{"source":71,"target":281},{"source":281,"target":85},{"source":72,"target":0},{"source":72,"target":140},{"source":72,"target":32},{"source":72,"target":133},{"source":72,"target":282},{"source":72,"target":283},{"source":72,"target":284},{"source":282,"target":140},{"source":283,"target":32},{"source":284,"target":133},{"source":73,"target":0},{"source":73,"target":76},{"source":73,"target":285},{"source":285,"target":76},{"source":74,"target":0},{"source":74,"target":184},{"source":74,"target":286},{"source":286,"target":184},{"source":75,"target":0},{"source":75,"target":74},{"source":75,"target":287},{"source":287,"target":74},{"source":76,"target":0},{"source":76,"target":145},{"source":76,"target":288},{"source":288,"target":145},{"source":77,"target":0},{"source":77,"target":90},{"source":77,"target":289},{"source":289,"target":90},{"source":78,"target":0},{"source":78,"target":90},{"source":78,"target":290},{"source":290,"target":90},{"source":79,"target":0},{"source":79,"target":196},{"source":79,"target":291},{"source":291,"target":196},{"source":80,"target":0},{"source":80,"target":198},{"source":80,"target":292},{"source":292,"target":198},{"source":81,"target":0},{"source":81,"target":90},{"source":81,"target":293},{"source":293,"target":90},{"source":82,"target":0},{"source":82,"target":51},{"source":82,"target":294},{"source":294,"target":51},{"source":83,"target":0},{"source":83,"target":2},{"source":83,"target":197},{"source":83,"target":295},{"source":83,"target":296},{"source":295,"target":2},{"source":296,"target":197},{"source":84,"target":0},{"source":84,"target":58},{"source":84,"target":170},{"source":84,"target":28},{"source":84,"target":297},{"source":84,"target":298},{"source":84,"target":299},{"source":297,"target":58},{"source":298,"target":170},{"source":299,"target":28},{"source":85,"target":0},{"source":85,"target":145},{"source":85,"target":300},{"source":300,"target":145},{"source":86,"target":0},{"source":86,"target":85},{"source":86,"target":301},{"source":301,"target":85},{"source":87,"target":0},{"source":87,"target":194},{"source":87,"target":302},{"source":302,"target":194},{"source":88,"target":0},{"source":88,"target":130},{"source":88,"target":303},{"source":303,"target":130},{"source":89,"target":0},{"source":89,"target":90},{"source":89,"target":304},{"source":304,"target":90},{"source":90,"target":0},{"source":90,"target":15},{"source":90,"target":305},{"source":305,"target":15},{"source":91,"target":0},{"source":91,"target":90},{"source":91,"target":306},{"source":306,"target":90},{"source":92,"target":0},{"source":92,"target":107},{"source":92,"target":307},{"source":307,"target":107},{"source":93,"target":0},{"source":93,"target":2},{"source":93,"target":197},{"source":93,"target":308},{"source":93,"target":309},{"source":308,"target":2},{"source":309,"target":197},{"source":94,"target":0},{"source":94,"target":153},{"source":94,"target":85},{"source":94,"target":310},{"source":94,"target":311},{"source":310,"target":153},{"source":311,"target":85},{"source":95,"target":0},{"source":95,"target":125},{"source":95,"target":312},{"source":312,"target":125},{"source":96,"target":0},{"source":96,"target":90},{"source":96,"target":313},{"source":313,"target":90},{"source":97,"target":0},{"source":97,"target":72},{"source":97,"target":314},{"source":314,"target":72},{"source":98,"target":0},{"source":98,"target":58},{"source":98,"target":137},{"source":98,"target":315},{"source":98,"target":316},{"source":315,"target":58},{"source":316,"target":137},{"source":99,"target":0},{"source":99,"target":47},{"source":99,"target":317},{"source":317,"target":47},{"source":100,"target":0},{"source":100,"target":28},{"source":100,"target":318},{"source":318,"target":28},{"source":101,"target":0},{"source":101,"target":33},{"source":101,"target":319},{"source":319,"target":33},{"source":102,"target":0},{"source":102,"target":84},{"source":102,"target":320},{"source":320,"target":84},{"source":103,"target":0},{"source":103,"target":135},{"source":103,"target":321},{"source":321,"target":135},{"source":104,"target":0},{"source":104,"target":51},{"source":104,"target":322},{"source":322,"target":51},{"source":105,"target":0},{"source":105,"target":196},{"source":105,"target":323},{"source":323,"target":196},{"source":106,"target":0},{"source":106,"target":74},{"source":106,"target":324},{"source":324,"target":74},{"source":107,"target":0},{"source":107,"target":122},{"source":107,"target":325},{"source":325,"target":122},{"source":108,"target":0},{"source":108,"target":111},{"source":108,"target":326},{"source":326,"target":111},{"source":109,"target":0},{"source":109,"target":140},{"source":109,"target":327},{"source":327,"target":140},{"source":110,"target":0},{"source":110,"target":77},{"source":110,"target":328},{"source":328,"target":77},{"source":111,"target":0},{"source":111,"target":141},{"source":111,"target":329},{"source":329,"target":141},{"source":112,"target":0},{"source":112,"target":9},{"source":112,"target":330},{"source":330,"target":9},{"source":113,"target":0},{"source":113,"target":37},{"source":113,"target":331},{"source":331,"target":37},{"source":114,"target":0},{"source":114,"target":182},{"source":114,"target":332},{"source":332,"target":182},{"source":115,"target":0},{"source":115,"target":145},{"source":115,"target":333},{"source":333,"target":145},{"source":116,"target":0},{"source":116,"target":135},{"source":116,"target":334},{"source":334,"target":135},{"source":117,"target":0},{"source":117,"target":130},{"source":117,"target":335},{"source":335,"target":130},{"source":118,"target":0},{"source":118,"target":170},{"source":118,"target":336},{"source":336,"target":170},{"source":119,"target":0},{"source":119,"target":90},{"source":119,"target":337},{"source":337,"target":90},{"source":120,"target":0},{"source":120,"target":132},{"source":120,"target":338},{"source":338,"target":132},{"source":121,"target":0},{"source":121,"target":184},{"source":121,"target":339},{"source":339,"target":184},{"source":122,"target":0},{"source":122,"target":130},{"source":122,"target":340},{"source":340,"target":130},{"source":123,"target":0},{"source":123,"target":184},{"source":123,"target":341},{"source":341,"target":184},{"source":124,"target":0},{"source":124,"target":145},{"source":124,"target":342},{"source":342,"target":145},{"source":125,"target":0},{"source":125,"target":90},{"source":125,"target":343},{"source":343,"target":90},{"source":126,"target":0},{"source":126,"target":182},{"source":126,"target":344},{"source":344,"target":182},{"source":127,"target":0},{"source":127,"target":184},{"source":127,"target":345},{"source":345,"target":184},{"source":128,"target":0},{"source":128,"target":181},{"source":128,"target":346},{"source":346,"target":181},{"source":129,"target":0},{"source":129,"target":90},{"source":129,"target":347},{"source":347,"target":90},{"source":130,"target":0},{"source":130,"target":140},{"source":130,"target":348},{"source":348,"target":140},{"source":131,"target":0},{"source":131,"target":145},{"source":131,"target":349},{"source":349,"target":145},{"source":132,"target":0},{"source":132,"target":145},{"source":132,"target":350},{"source":350,"target":145},{"source":133,"target":0},{"source":133,"target":145},{"source":133,"target":351},{"source":351,"target":145},{"source":134,"target":0},{"source":134,"target":140},{"source":134,"target":352},{"source":352,"target":140},{"source":135,"target":0},{"source":135,"target":17},{"source":135,"target":32},{"source":135,"target":353},{"source":135,"target":354},{"source":353,"target":17},{"source":354,"target":32},{"source":136,"target":0},{"source":136,"target":170},{"source":136,"target":355},{"source":355,"target":170},{"source":137,"target":0},{"source":137,"target":170},{"source":137,"target":356},{"source":356,"target":170},{"source":138,"target":0},{"source":138,"target":76},{"source":138,"target":357},{"source":357,"target":76},{"source":139,"target":0},{"source":139,"target":37},{"source":139,"target":358},{"source":358,"target":37},{"source":140,"target":0},{"source":140,"target":145},{"source":140,"target":359},{"source":359,"target":145},{"source":141,"target":0},{"source":141,"target":140},{"source":141,"target":360},{"source":360,"target":140},{"source":142,"target":0},{"source":142,"target":198},{"source":142,"target":361},{"source":361,"target":198},{"source":143,"target":0},{"source":143,"target":196},{"source":143,"target":362},{"source":362,"target":196},{"source":144,"target":0},{"source":144,"target":107},{"source":144,"target":363},{"source":363,"target":107},{"source":145,"target":0},{"source":145,"target":364},{"source":364,"target":1},{"source":364,"target":365},{"source":364,"target":145},{"source":365,"target":1},{"source":146,"target":0},{"source":146,"target":33},{"source":146,"target":366},{"source":366,"target":33},{"source":147,"target":0},{"source":147,"target":85},{"source":147,"target":367},{"source":367,"target":85},{"source":148,"target":0},{"source":148,"target":198},{"source":148,"target":133},{"source":148,"target":368},{"source":148,"target":369},{"source":368,"target":198},{"source":369,"target":133},{"source":149,"target":0},{"source":149,"target":58},{"source":149,"target":85},{"source":149,"target":370},{"source":149,"target":371},{"source":370,"target":58},{"source":371,"target":85},{"source":150,"target":0},{"source":150,"target":180},{"source":150,"target":2},{"source":150,"target":32},{"source":150,"target":372},{"source":150,"target":373},{"source":150,"target":374},{"source":372,"target":180},{"source":373,"target":2},{"source":374,"target":32},{"source":151,"target":0},{"source":151,"target":176},{"source":151,"target":375},{"source":375,"target":176},{"source":152,"target":0},{"source":152,"target":28},{"source":152,"target":376},{"source":376,"target":28},{"source":153,"target":0},{"source":153,"target":17},{"source":153,"target":377},{"source":377,"target":17},{"source":154,"target":0},{"source":154,"target":85},{"source":154,"target":378},{"source":378,"target":85},{"source":155,"target":0},{"source":155,"target":194},{"source":155,"target":379},{"source":379,"target":194},{"source":156,"target":0},{"source":156,"target":90},{"source":156,"target":380},{"source":380,"target":90},{"source":157,"target":0},{"source":157,"target":159},{"source":157,"target":381},{"source":381,"target":159},{"source":158,"target":0},{"source":158,"target":184},{"source":158,"target":382},{"source":382,"target":184},{"source":159,"target":0},{"source":159,"target":125},{"source":159,"target":383},{"source":383,"target":125},{"source":160,"target":0},{"source":160,"target":183},{"source":160,"target":384},{"source":384,"target":183},{"source":161,"target":0},{"source":161,"target":166},{"source":161,"target":385},{"source":385,"target":166},{"source":162,"target":0},{"source":162,"target":182},{"source":162,"target":386},{"source":386,"target":182},{"source":163,"target":0},{"source":163,"target":140},{"source":163,"target":387},{"source":387,"target":140},{"source":164,"target":0},{"source":164,"target":138},{"source":164,"target":388},{"source":388,"target":138},{"source":165,"target":0},{"source":165,"target":141},{"source":165,"target":389},{"source":389,"target":141},{"source":166,"target":0},{"source":166,"target":58},{"source":166,"target":140},{"source":166,"target":390},{"source":166,"target":391},{"source":390,"target":58},{"source":391,"target":140},{"source":167,"target":0},{"source":167,"target":55},{"source":167,"target":392},{"source":392,"target":55},{"source":168,"target":0},{"source":168,"target":145},{"source":168,"target":393},{"source":393,"target":145},{"source":169,"target":0},{"source":169,"target":145},{"source":169,"target":394},{"source":394,"target":145},{"source":170,"target":0},{"source":170,"target":145},{"source":170,"target":395},{"source":395,"target":145},{"source":171,"target":0},{"source":171,"target":142},{"source":171,"target":396},{"source":396,"target":142},{"source":172,"target":0},{"source":172,"target":196},{"source":172,"target":397},{"source":397,"target":196},{"source":173,"target":0},{"source":173,"target":20},{"source":173,"target":398},{"source":398,"target":20},{"source":174,"target":0},{"source":174,"target":182},{"source":174,"target":399},{"source":399,"target":182},{"source":175,"target":0},{"source":175,"target":27},{"source":175,"target":400},{"source":400,"target":27},{"source":176,"target":0},{"source":176,"target":105},{"source":176,"target":401},{"source":401,"target":105},{"source":177,"target":0},{"source":177,"target":101},{"source":177,"target":402},{"source":402,"target":101},{"source":178,"target":0},{"source":178,"target":138},{"source":178,"target":403},{"source":403,"target":138},{"source":179,"target":0},{"source":179,"target":57},{"source":179,"target":404},{"source":404,"target":57},{"source":180,"target":0},{"source":180,"target":137},{"source":180,"target":197},{"source":180,"target":405},{"source":180,"target":406},{"source":405,"target":137},{"source":406,"target":197},{"source":181,"target":0},{"source":181,"target":198},{"source":181,"target":407},{"source":407,"target":198},{"source":182,"target":0},{"source":182,"target":33},{"source":182,"target":408},{"source":408,"target":33},{"source":183,"target":0},{"source":183,"target":153},{"source":183,"target":409},{"source":409,"target":153},{"source":184,"target":0},{"source":184,"target":136},{"source":184,"target":410},{"source":410,"target":136},{"source":185,"target":0},{"source":185,"target":33},{"source":185,"target":411},{"source":411,"target":33},{"source":186,"target":0},{"source":186,"target":90},{"source":186,"target":412},{"source":412,"target":90},{"source":187,"target":0},{"source":187,"target":17},{"source":187,"target":413},{"source":413,"target":17},{"source":188,"target":0},{"source":188,"target":20},{"source":188,"target":414},{"source":414,"target":20},{"source":189,"target":0},{"source":189,"target":90},{"source":189,"target":415},{"source":415,"target":90},{"source":190,"target":0},{"source":190,"target":55},{"source":190,"target":416},{"source":416,"target":55},{"source":191,"target":0},{"source":191,"target":125},{"source":191,"target":417},{"source":417,"target":125},{"source":192,"target":0},{"source":192,"target":10},{"source":192,"target":418},{"source":418,"target":10},{"source":193,"target":0},{"source":193,"target":138},{"source":193,"target":419},{"source":419,"target":138},{"source":194,"target":0},{"source":194,"target":77},{"source":194,"target":420},{"source":420,"target":77},{"source":195,"target":0},{"source":195,"target":194},{"source":195,"target":421},{"source":421,"target":194},{"source":196,"target":0},{"source":196,"target":136},{"source":196,"target":197},{"source":196,"target":422},{"source":196,"target":423},{"source":422,"target":136},{"source":423,"target":197},{"source":197,"target":0},{"source":197,"target":145},{"source":197,"target":424},{"source":424,"target":145},{"source":198,"target":0},{"source":198,"target":58},{"source":198,"target":134},{"source":198,"target":170},{"source":198,"target":425},{"source":198,"target":426},{"source":198,"target":427},{"source":425,"target":58},{"source":426,"target":134},{"source":427,"target":170}],"multigraph":true}
ecore
education
repo-ecore-all/data/krissrex/ntnu-tdt4250-study-emf/no.ntnu.tdt4250.oving1.model/model/studies.ecore
studies University name courses studies Course name code studyPoints courseInstances CourseInstance course year semester instanceName Study studyInstances name code SemesterCode Spring Spring Autumn Autumn CourseCode java.lang.String java.lang.String StudyInstance study startYear year StudyYear nextYear programName springSemester autumnSemester StudyCourse courseInstance mandatory Semester courses studyYearSemester
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="studies" nsURI="platform:/plugin/no.ntnu.tdt4250.oving1.model/model/studies.ecore" nsPrefix="studies"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="validationDelegates" value="http://www.eclipse.org/acceleo/query/1.0"/> <details key="settingDelegates" value="http://www.eclipse.org/acceleo/query/1.0"/> <details key="invocationDelegates" value="http://www.eclipse.org/acceleo/query/1.0"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="University"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="courses" upperBound="-1" eType="#//Course" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="studies" upperBound="-1" eType="#//Study" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Course"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="shouldStartWith2Or3Letters shouldEndWithNumbers"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/acceleo/query/1.0"> <details key="shouldStartWith2Or3Letters" value="self.code.matches('^[A-Z]{2,3}.*')"/> <details key="shouldEndWithNumbers" value="self.code.matches('.*[0-9]{4}$')"/> </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="code" eType="#//CourseCode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="studyPoints" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="courseInstances" upperBound="-1" eType="#//CourseInstance" containment="true" eOpposite="#//CourseInstance/course"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CourseInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="course" lowerBound="1" eType="#//Course" eOpposite="#//Course/courseInstances"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="semester" lowerBound="1" eType="#//SemesterCode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/acceleo/query/1.0"> <details key="derivation" value="self.course.name + ' - ' + self.semester.toString() + ' ' + self.year"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Study"> <eStructuralFeatures xsi:type="ecore:EReference" name="studyInstances" upperBound="-1" eType="#//StudyInstance" containment="true" eOpposite="#//StudyInstance/study"/> <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:EEnum" name="SemesterCode"> <eLiterals name="Spring"/> <eLiterals name="Autumn" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="CourseCode" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EClass" name="StudyInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="study" lowerBound="1" eType="#//Study" eOpposite="#//Study/studyInstances"/> <eStructuralFeatures xsi:type="ecore:EReference" name="startYear" lowerBound="1" eType="#//StudyYear" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StudyYear"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="springContainsOnlySpringClasses fallContainsOnlyFallClasses"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/acceleo/query/1.0"> <details key="springContainsOnlySpringClasses" value="if self.springSemester &lt;> null then not self.springSemester.courses.semester.toString()->exists(name | name &lt;> 'Spring') else true endif"/> <details key="fallContainsOnlySpringClasses" value="if self.fallSemester &lt;> null then not self.fallSemester.courses.semester.toString()->exists(name | name &lt;> 'Autumn') else true endif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nextYear" upperBound="-1" eType="#//StudyYear" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="programName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="springSemester" eType="#//Semester" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="autumnSemester" eType="#//Semester" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StudyCourse"> <eStructuralFeatures xsi:type="ecore:EReference" name="courseInstance" lowerBound="1" eType="#//CourseInstance"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mandatory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Semester"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="shouldHave30StudyPoints"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/acceleo/query/1.0"> <details key="shouldHave30StudyPoints" value="self.courses.course.studyPoints->sum() = 30.0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="courses" lowerBound="1" upperBound="-1" eType="#//CourseInstance"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="studyYearSemester" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/acceleo/query/1.0"> <details key="derivation" value="if self.eContainmentFeature() &lt;> null and self.eContainmentFeature().name = 'autumnSemester' then 'Autumn' else 'Spring' endif"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"studies","nsURI":"platform:/plugin/no.ntnu.tdt4250.oving1.model/model/studies.ecore","name":"studies","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"University","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Course","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CourseInstance","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Study","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SemesterCode","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"CourseCode","instanceClass":"java.lang.String","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StudyInstance","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StudyYear","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StudyCourse","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Semester","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"courses","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":"studies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"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},{"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":18,"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":"studyPoints","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"courseInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"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":"course","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"year","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"semester","changeable":true,"lowerBound":1,"iD":false,"id":27,"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":"instanceName","changeable":false,"lowerBound":0,"iD":false,"id":28,"derived":true},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"studyInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"code","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"study","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"name":"Spring","id":40,"value":0,"literal":"Spring","eClass":"EEnumLiteral"},{"name":"Autumn","id":41,"value":1,"literal":"Autumn","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":"startYear","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"year","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nextYear","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"programName","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"springSemester","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":"autumnSemester","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"courseInstance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mandatory","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"courses","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"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":"studyYearSemester","changeable":false,"lowerBound":0,"iD":false,"id":60,"derived":true},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":11,"target":14},{"source":11,"target":1},{"source":12,"target":2},{"source":12,"target":15},{"source":12,"target":1},{"source":15,"target":2},{"source":13,"target":4},{"source":13,"target":16},{"source":13,"target":1},{"source":16,"target":4},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":17,"target":21},{"source":17,"target":2},{"source":18,"target":6},{"source":18,"target":22},{"source":18,"target":2},{"source":22,"target":6},{"source":19,"target":23},{"source":19,"target":2},{"source":20,"target":3},{"source":20,"target":24},{"source":20,"target":2},{"source":20,"target":25},{"source":24,"target":3},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":25,"target":2},{"source":25,"target":29},{"source":25,"target":3},{"source":25,"target":20},{"source":29,"target":2},{"source":26,"target":30},{"source":26,"target":3},{"source":27,"target":5},{"source":27,"target":31},{"source":27,"target":3},{"source":31,"target":5},{"source":28,"target":32},{"source":28,"target":3},{"source":4,"target":0},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":33,"target":7},{"source":33,"target":36},{"source":33,"target":4},{"source":33,"target":37},{"source":36,"target":7},{"source":34,"target":38},{"source":34,"target":4},{"source":35,"target":39},{"source":35,"target":4},{"source":5,"target":0},{"source":5,"target":40},{"source":5,"target":41},{"source":40,"target":5},{"source":41,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":37},{"source":7,"target":42},{"source":7,"target":43},{"source":37,"target":4},{"source":37,"target":44},{"source":37,"target":7},{"source":37,"target":33},{"source":44,"target":4},{"source":42,"target":8},{"source":42,"target":45},{"source":42,"target":7},{"source":45,"target":8},{"source":43,"target":46},{"source":43,"target":7},{"source":8,"target":0},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":47,"target":8},{"source":47,"target":51},{"source":47,"target":8},{"source":51,"target":8},{"source":48,"target":52},{"source":48,"target":8},{"source":49,"target":10},{"source":49,"target":53},{"source":49,"target":8},{"source":53,"target":10},{"source":50,"target":10},{"source":50,"target":54},{"source":50,"target":8},{"source":54,"target":10},{"source":9,"target":0},{"source":9,"target":55},{"source":9,"target":56},{"source":55,"target":3},{"source":55,"target":57},{"source":55,"target":9},{"source":57,"target":3},{"source":56,"target":58},{"source":56,"target":9},{"source":10,"target":0},{"source":10,"target":59},{"source":10,"target":60},{"source":59,"target":3},{"source":59,"target":61},{"source":59,"target":10},{"source":61,"target":3},{"source":60,"target":62},{"source":60,"target":10}],"multigraph":true}
ecore
graphicaleditor
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/dsml.ecore
dsml DEdge targetNode targetReference sourceNode eTargetReferenceBridge DGraphElement name DNode edges pointOfView pointOfViewName parentPointOfView childrenPointOfView labels DLink sourceReference eSourceReferenceBridge linkLabels DReference nonGraphicalProperty DContainment compartment DGraph nodes rootPointOfView DClassElement eClass labelAttribute eClassBridge DContainedElement containment eContainmentReferenceBridge DContainedEdge DAttributeBridge DReferenceBridge DClassBridge Diagraph dConcreteSyntax dAbstractSyntax DSemanticBridge dModelElements DModelElementBridge ecoreName ecorePath DLabel eAttributeBridge name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dsml" nsURI="http://isoe-2012-dsml-dsml" nsPrefix="dsml"> <eClassifiers xsi:type="ecore:EClass" name="DEdge" abstract="true" eSuperTypes="#//DGraphElement"> <eAnnotations source="diagraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetNode" eType="#//DNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetReference" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceNode" eType="#//DNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTargetReferenceBridge" eType="#//DReferenceBridge"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DGraphElement" abstract="true"> <eAnnotations source="diagraph"/> <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="DNode" eSuperTypes="#//DGraphElement #//DClassElement #//DContainedElement"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="kref=labels" value=""/> <details key="ref=parentPointOfView" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//DEdge" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pointOfView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pointOfViewName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentPointOfView" eType="#//DNode" eOpposite="#//DNode/childrenPointOfView"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childrenPointOfView" upperBound="-1" eType="#//DNode" eOpposite="#//DNode/parentPointOfView"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labels" upperBound="-1" eType="#//DLabel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DLink" eSuperTypes="#//DContainedEdge #//DClassElement"> <eAnnotations source="diagraph"> <details key="link" value=""/> <details key="cont=DNode.edges" value=""/> <details key="lsrc=sourceNode" value=""/> <details key="ltrg=targetNode" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceReference" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSourceReferenceBridge" eType="#//DReferenceBridge"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkLabels" upperBound="-1" eType="#//DLabel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DReference" eSuperTypes="#//DEdge"> <eAnnotations source="diagraph"> <details key="link" value=""/> <details key="cont=DNode.edges" value=""/> <details key="lsrc=sourceNode" value=""/> <details key="ltrg=targetNode" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nonGraphicalProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DContainment" eSuperTypes="#//DContainedEdge"> <eAnnotations source="diagraph"> <details key="link" value=""/> <details key="cont=DNode.edges" value=""/> <details key="lsrc=sourceNode" value=""/> <details key="ltrg=targetNode" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compartment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DGraph"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="pov:concreteSyntax" value=""/> <details key="ref=rootPointOfView" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//DNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootPointOfView" lowerBound="1" eType="#//DNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DClassElement" abstract="true"> <eAnnotations source="diagraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labelAttribute" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassBridge" eType="#//DClassBridge"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DContainedElement" abstract="true" eSuperTypes="#//DGraphElement"> <eAnnotations source="diagraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containment" eType="#//DNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainmentReferenceBridge" eType="#//DReferenceBridge"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DContainedEdge" abstract="true" eSuperTypes="#//DContainedElement #//DEdge"> <eAnnotations source="diagraph"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DAttributeBridge" eSuperTypes="#//DModelElementBridge"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DReferenceBridge" eSuperTypes="#//DModelElementBridge"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DClassBridge" eSuperTypes="#//DModelElementBridge"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Diagraph"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="pov" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dConcreteSyntax" lowerBound="1" eType="#//DGraph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dAbstractSyntax" lowerBound="1" eType="#//DSemanticBridge" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DSemanticBridge"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="kref=dModelElements" value=""/> <details key="pov:abstractSyntax" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dModelElements" upperBound="-1" eType="#//DModelElementBridge" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DModelElementBridge"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=ecoreName" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ecoreName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ecorePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DLabel"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeBridge" eType="#//DAttributeBridge"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"dsml","nsURI":"http://isoe-2012-dsml-dsml","name":"dsml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DEdge","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DGraphElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DNode","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DLink","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DReference","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DContainment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DGraph","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DClassElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DContainedElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DContainedEdge","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DAttributeBridge","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DReferenceBridge","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DClassBridge","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagraph","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DSemanticBridge","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DModelElementBridge","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DLabel","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":false,"unsettable":false,"transient":false,"unique":true,"name":"targetNode","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":false,"unsettable":false,"transient":false,"unique":true,"name":"targetReference","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":"sourceNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eTargetReferenceBridge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"pointOfView","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":"pointOfViewName","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentPointOfView","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":"childrenPointOfView","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":"labels","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eSourceReferenceBridge","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":"linkLabels","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nonGraphicalProperty","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"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":"compartment","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","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":"rootPointOfView","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":"eClass","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":false,"unsettable":false,"transient":false,"unique":true,"name":"labelAttribute","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":"eClassBridge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eContainmentReferenceBridge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dConcreteSyntax","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dAbstractSyntax","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dModelElements","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":"ecoreName","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":"ecorePath","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eAttributeBridge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":18,"target":3},{"source":18,"target":23},{"source":18,"target":1},{"source":23,"target":3},{"source":19,"target":24},{"source":19,"target":1},{"source":20,"target":3},{"source":20,"target":25},{"source":20,"target":1},{"source":25,"target":3},{"source":21,"target":12},{"source":21,"target":26},{"source":21,"target":1},{"source":26,"target":12},{"source":22,"target":2},{"source":2,"target":0},{"source":2,"target":27},{"source":27,"target":28},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":8},{"source":3,"target":9},{"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":29,"target":1},{"source":29,"target":38},{"source":29,"target":3},{"source":38,"target":1},{"source":30,"target":39},{"source":30,"target":3},{"source":31,"target":40},{"source":31,"target":3},{"source":32,"target":3},{"source":32,"target":41},{"source":32,"target":3},{"source":32,"target":33},{"source":41,"target":3},{"source":33,"target":3},{"source":33,"target":42},{"source":33,"target":3},{"source":33,"target":32},{"source":42,"target":3},{"source":34,"target":17},{"source":34,"target":43},{"source":34,"target":3},{"source":43,"target":17},{"source":35,"target":2},{"source":36,"target":8},{"source":37,"target":9},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":8},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":44,"target":49},{"source":44,"target":4},{"source":45,"target":12},{"source":45,"target":50},{"source":45,"target":4},{"source":50,"target":12},{"source":46,"target":17},{"source":46,"target":51},{"source":46,"target":4},{"source":51,"target":17},{"source":47,"target":10},{"source":48,"target":8},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":52},{"source":5,"target":53},{"source":52,"target":54},{"source":52,"target":5},{"source":53,"target":1},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":55},{"source":6,"target":56},{"source":55,"target":57},{"source":55,"target":6},{"source":56,"target":10},{"source":7,"target":0},{"source":7,"target":58},{"source":7,"target":59},{"source":58,"target":3},{"source":58,"target":60},{"source":58,"target":7},{"source":60,"target":3},{"source":59,"target":3},{"source":59,"target":61},{"source":59,"target":7},{"source":61,"target":3},{"source":8,"target":0},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":62,"target":65},{"source":62,"target":8},{"source":63,"target":66},{"source":63,"target":8},{"source":64,"target":13},{"source":64,"target":67},{"source":64,"target":8},{"source":67,"target":13},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":68},{"source":9,"target":69},{"source":9,"target":70},{"source":68,"target":3},{"source":68,"target":71},{"source":68,"target":9},{"source":71,"target":3},{"source":69,"target":12},{"source":69,"target":72},{"source":69,"target":9},{"source":72,"target":12},{"source":70,"target":2},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":1},{"source":10,"target":73},{"source":10,"target":74},{"source":73,"target":9},{"source":74,"target":1},{"source":11,"target":0},{"source":11,"target":16},{"source":11,"target":75},{"source":75,"target":16},{"source":12,"target":0},{"source":12,"target":16},{"source":12,"target":76},{"source":76,"target":16},{"source":13,"target":0},{"source":13,"target":16},{"source":13,"target":77},{"source":77,"target":16},{"source":14,"target":0},{"source":14,"target":78},{"source":14,"target":79},{"source":78,"target":7},{"source":78,"target":80},{"source":78,"target":14},{"source":80,"target":7},{"source":79,"target":15},{"source":79,"target":81},{"source":79,"target":14},{"source":81,"target":15},{"source":15,"target":0},{"source":15,"target":82},{"source":82,"target":16},{"source":82,"target":83},{"source":82,"target":15},{"source":83,"target":16},{"source":16,"target":0},{"source":16,"target":84},{"source":16,"target":85},{"source":84,"target":86},{"source":84,"target":16},{"source":85,"target":87},{"source":85,"target":16},{"source":17,"target":0},{"source":17,"target":88},{"source":17,"target":89},{"source":88,"target":11},{"source":88,"target":90},{"source":88,"target":17},{"source":90,"target":11},{"source":89,"target":91},{"source":89,"target":17}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/delislesim/Trace-Compass/org.eclipse.tracecompass.tmf.statemachine.ecore/model/state_machine.ecore
statemachine Statemachine states associatedTree associatedAttribute Named name AbstractState transitions AbstractTransition state stateChange InitialState FinalState State stateColor Transition ConditionalTransition StateValueType int int null null string string long long eventField eventField eventName eventName delete delete query query definedState definedState StateAttributeType null null constant constant eventField eventField location location query query StateValue type value StateAttribute type value stateAttributeQuery ConditionalState condition andExpression true conditionsOrganization StateChange stateAttribute stateValue AbstractCondition stateValue isNotCondition FieldCondition fieldName AttributeCondition stateAttribute
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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" nsURI="org.eclipse.tracecompass.tmf.statemachine" nsPrefix="statemachine"> <eClassifiers xsi:type="ecore:EClass" name="Statemachine" eSuperTypes="#//Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//AbstractState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="associatedTree" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="associatedAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Named"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractState" abstract="true" eSuperTypes="#//Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//AbstractTransition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTransition" abstract="true" eSuperTypes="#//Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//AbstractState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stateChange" upperBound="-1" eType="#//StateChange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//AbstractState"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//AbstractState"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//AbstractState"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stateColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//AbstractTransition"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalTransition" eSuperTypes="#//AbstractTransition"/> <eClassifiers xsi:type="ecore:EEnum" name="StateValueType"> <eLiterals name="int"/> <eLiterals name="null" value="1"/> <eLiterals name="string" value="2"/> <eLiterals name="long" value="3"/> <eLiterals name="eventField" value="4"/> <eLiterals name="eventName" value="5"/> <eLiterals name="delete" value="6"/> <eLiterals name="query" value="7"/> <eLiterals name="definedState" value="8"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StateAttributeType"> <eLiterals name="null"/> <eLiterals name="constant"/> <eLiterals name="eventField"/> <eLiterals name="location"/> <eLiterals name="query"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//StateValueType"/> <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="StateAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//StateAttributeType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stateAttributeQuery" upperBound="-1" eType="#//StateAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalState" eSuperTypes="#//AbstractState"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" upperBound="-1" eType="#//AbstractCondition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="andExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionsOrganization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateChange"> <eStructuralFeatures xsi:type="ecore:EReference" name="stateAttribute" upperBound="-1" eType="#//StateAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stateValue" eType="#//StateValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractCondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="stateValue" eType="#//StateValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNotCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldCondition" eSuperTypes="#//AbstractCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeCondition" eSuperTypes="#//AbstractCondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="stateAttribute" upperBound="-1" eType="#//StateAttribute" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"statemachine","nsURI":"org.eclipse.tracecompass.tmf.statemachine","name":"statemachine","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":"Named","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractState","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTransition","instanceClass":null,"abstract":true,"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":"FinalState","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalTransition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StateValueType","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StateAttributeType","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateValue","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateAttribute","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalState","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateChange","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractCondition","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldCondition","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeCondition","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"associatedTree","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":"associatedAttribute","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","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":"stateChange","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stateColor","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"},{"name":"int","id":43,"value":0,"literal":"int","eClass":"EEnumLiteral"},{"name":"null","id":44,"value":1,"literal":"null","eClass":"EEnumLiteral"},{"name":"string","id":45,"value":2,"literal":"string","eClass":"EEnumLiteral"},{"name":"long","id":46,"value":3,"literal":"long","eClass":"EEnumLiteral"},{"name":"eventField","id":47,"value":4,"literal":"eventField","eClass":"EEnumLiteral"},{"name":"eventName","id":48,"value":5,"literal":"eventName","eClass":"EEnumLiteral"},{"name":"delete","id":49,"value":6,"literal":"delete","eClass":"EEnumLiteral"},{"name":"query","id":50,"value":7,"literal":"query","eClass":"EEnumLiteral"},{"name":"definedState","id":51,"value":8,"literal":"definedState","eClass":"EEnumLiteral"},{"name":"null","id":52,"value":0,"literal":"null","eClass":"EEnumLiteral"},{"name":"constant","id":53,"value":0,"literal":"constant","eClass":"EEnumLiteral"},{"name":"eventField","id":54,"value":0,"literal":"eventField","eClass":"EEnumLiteral"},{"name":"location","id":55,"value":0,"literal":"location","eClass":"EEnumLiteral"},{"name":"query","id":56,"value":0,"literal":"query","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"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":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":"value","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":"stateAttributeQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"andExpression","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":"conditionsOrganization","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stateAttribute","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":"stateValue","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stateValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNotCondition","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fieldName","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stateAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":19,"target":3},{"source":19,"target":23},{"source":19,"target":1},{"source":23,"target":3},{"source":20,"target":24},{"source":20,"target":1},{"source":21,"target":25},{"source":21,"target":1},{"source":22,"target":2},{"source":2,"target":0},{"source":2,"target":26},{"source":26,"target":27},{"source":26,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":28},{"source":3,"target":29},{"source":28,"target":4},{"source":28,"target":30},{"source":28,"target":3},{"source":30,"target":4},{"source":29,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":31,"target":3},{"source":31,"target":34},{"source":31,"target":4},{"source":34,"target":3},{"source":32,"target":15},{"source":32,"target":35},{"source":32,"target":4},{"source":35,"target":15},{"source":33,"target":2},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":36},{"source":36,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":37},{"source":37,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":38},{"source":7,"target":39},{"source":38,"target":40},{"source":38,"target":7},{"source":39,"target":3},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":41},{"source":41,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":42},{"source":42,"target":4},{"source":10,"target":0},{"source":10,"target":43},{"source":10,"target":44},{"source":10,"target":45},{"source":10,"target":46},{"source":10,"target":47},{"source":10,"target":48},{"source":10,"target":49},{"source":10,"target":50},{"source":10,"target":51},{"source":43,"target":10},{"source":44,"target":10},{"source":45,"target":10},{"source":46,"target":10},{"source":47,"target":10},{"source":48,"target":10},{"source":49,"target":10},{"source":50,"target":10},{"source":51,"target":10},{"source":11,"target":0},{"source":11,"target":52},{"source":11,"target":53},{"source":11,"target":54},{"source":11,"target":55},{"source":11,"target":56},{"source":52,"target":11},{"source":53,"target":11},{"source":54,"target":11},{"source":55,"target":11},{"source":56,"target":11},{"source":12,"target":0},{"source":12,"target":57},{"source":12,"target":58},{"source":57,"target":10},{"source":57,"target":59},{"source":57,"target":12},{"source":59,"target":10},{"source":58,"target":60},{"source":58,"target":12},{"source":13,"target":0},{"source":13,"target":61},{"source":13,"target":62},{"source":13,"target":63},{"source":61,"target":11},{"source":61,"target":64},{"source":61,"target":13},{"source":64,"target":11},{"source":62,"target":65},{"source":62,"target":13},{"source":63,"target":13},{"source":63,"target":66},{"source":63,"target":13},{"source":66,"target":13},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":67},{"source":14,"target":68},{"source":14,"target":69},{"source":14,"target":70},{"source":67,"target":16},{"source":67,"target":71},{"source":67,"target":14},{"source":71,"target":16},{"source":68,"target":72},{"source":68,"target":14},{"source":69,"target":73},{"source":69,"target":14},{"source":70,"target":3},{"source":15,"target":0},{"source":15,"target":74},{"source":15,"target":75},{"source":74,"target":13},{"source":74,"target":76},{"source":74,"target":15},{"source":76,"target":13},{"source":75,"target":12},{"source":75,"target":77},{"source":75,"target":15},{"source":77,"target":12},{"source":16,"target":0},{"source":16,"target":78},{"source":16,"target":79},{"source":78,"target":12},{"source":78,"target":80},{"source":78,"target":16},{"source":80,"target":12},{"source":79,"target":81},{"source":79,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":82},{"source":17,"target":83},{"source":82,"target":84},{"source":82,"target":17},{"source":83,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":85},{"source":18,"target":86},{"source":85,"target":13},{"source":85,"target":87},{"source":85,"target":18},{"source":87,"target":13},{"source":86,"target":16}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsUML2tia1.ecore
UML2 AssociationClass TypedElement type DataType Artifact Enumeration Interval DeploymentSpecification OutputPin PrimitiveType Device LiteralBoolean LiteralUnlimitedNatural LiteralNull Extension LiteralInteger ExtensionEnd InformationItem Classifier Type Interaction Class EncapsulatedClassifier ActivityParameterNode Collaboration OpaqueExpression Component ExecutionEnvironment LiteralSpecification CommunicationPath ParameterableClassifier InputPin Behavior TemplateableClassifier StructuredClassifier TimeInterval Property DurationInterval Association ValuePin Operation Expression DataStoreNode Actor Interface ExpansionNode ObjectNode ProtocolStateMachine ValueSpecification Stereotype Port CentralBufferNode LiteralString Parameter Node InstanceValue StateMachine TestIdentityAction first second Variable UseCase StructuralFeature Signal Activity BehavioredClassifier Duration Pin TimeExpression
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Type"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="second" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"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"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"second","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"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":38},{"source":1,"target":67},{"source":1,"target":68},{"source":67,"target":21},{"source":68,"target":38},{"source":2,"target":0},{"source":2,"target":69},{"source":69,"target":19},{"source":69,"target":70},{"source":69,"target":2},{"source":70,"target":19},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":71},{"source":71,"target":18},{"source":4,"target":0},{"source":4,"target":18},{"source":4,"target":72},{"source":72,"target":18},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":73},{"source":73,"target":3},{"source":6,"target":0},{"source":6,"target":48},{"source":6,"target":74},{"source":74,"target":48},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":75},{"source":75,"target":4},{"source":8,"target":0},{"source":8,"target":65},{"source":8,"target":76},{"source":76,"target":65},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":77},{"source":77,"target":3},{"source":10,"target":0},{"source":10,"target":54},{"source":10,"target":78},{"source":78,"target":54},{"source":11,"target":0},{"source":11,"target":28},{"source":11,"target":79},{"source":79,"target":28},{"source":12,"target":0},{"source":12,"target":28},{"source":12,"target":80},{"source":80,"target":28},{"source":13,"target":0},{"source":13,"target":28},{"source":13,"target":81},{"source":81,"target":28},{"source":14,"target":0},{"source":14,"target":38},{"source":14,"target":82},{"source":82,"target":38},{"source":15,"target":0},{"source":15,"target":28},{"source":15,"target":83},{"source":83,"target":28},{"source":16,"target":0},{"source":16,"target":36},{"source":16,"target":84},{"source":84,"target":36},{"source":17,"target":0},{"source":17,"target":18},{"source":17,"target":85},{"source":85,"target":18},{"source":18,"target":0},{"source":18,"target":19},{"source":18,"target":86},{"source":86,"target":19},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":32},{"source":20,"target":87},{"source":87,"target":32},{"source":21,"target":0},{"source":21,"target":63},{"source":21,"target":22},{"source":21,"target":88},{"source":21,"target":89},{"source":88,"target":63},{"source":89,"target":22},{"source":22,"target":0},{"source":22,"target":34},{"source":22,"target":90},{"source":90,"target":34},{"source":23,"target":0},{"source":23,"target":46},{"source":23,"target":91},{"source":91,"target":46},{"source":24,"target":0},{"source":24,"target":63},{"source":24,"target":34},{"source":24,"target":92},{"source":24,"target":93},{"source":92,"target":63},{"source":93,"target":34},{"source":25,"target":0},{"source":25,"target":48},{"source":25,"target":94},{"source":94,"target":48},{"source":26,"target":0},{"source":26,"target":21},{"source":26,"target":95},{"source":95,"target":21},{"source":27,"target":0},{"source":27,"target":54},{"source":27,"target":96},{"source":96,"target":54},{"source":28,"target":0},{"source":28,"target":48},{"source":28,"target":97},{"source":97,"target":48},{"source":29,"target":0},{"source":29,"target":38},{"source":29,"target":98},{"source":98,"target":38},{"source":30,"target":0},{"source":30,"target":18},{"source":30,"target":99},{"source":99,"target":18},{"source":31,"target":0},{"source":31,"target":65},{"source":31,"target":100},{"source":100,"target":65},{"source":32,"target":0},{"source":32,"target":21},{"source":32,"target":101},{"source":101,"target":21},{"source":33,"target":0},{"source":33,"target":18},{"source":33,"target":102},{"source":102,"target":18},{"source":34,"target":0},{"source":34,"target":18},{"source":34,"target":103},{"source":103,"target":18},{"source":35,"target":0},{"source":35,"target":6},{"source":35,"target":104},{"source":104,"target":6},{"source":36,"target":0},{"source":36,"target":60},{"source":36,"target":105},{"source":105,"target":60},{"source":37,"target":0},{"source":37,"target":6},{"source":37,"target":106},{"source":106,"target":6},{"source":38,"target":0},{"source":38,"target":18},{"source":38,"target":107},{"source":107,"target":18},{"source":39,"target":0},{"source":39,"target":31},{"source":39,"target":108},{"source":108,"target":31},{"source":40,"target":0},{"source":40,"target":2},{"source":40,"target":109},{"source":109,"target":2},{"source":41,"target":0},{"source":41,"target":25},{"source":41,"target":110},{"source":110,"target":25},{"source":42,"target":0},{"source":42,"target":51},{"source":42,"target":111},{"source":111,"target":51},{"source":43,"target":0},{"source":43,"target":18},{"source":43,"target":112},{"source":112,"target":18},{"source":44,"target":0},{"source":44,"target":18},{"source":44,"target":113},{"source":113,"target":18},{"source":45,"target":0},{"source":45,"target":46},{"source":45,"target":114},{"source":114,"target":46},{"source":46,"target":0},{"source":46,"target":2},{"source":46,"target":115},{"source":115,"target":2},{"source":47,"target":0},{"source":47,"target":56},{"source":47,"target":116},{"source":116,"target":56},{"source":48,"target":0},{"source":48,"target":2},{"source":48,"target":117},{"source":117,"target":2},{"source":49,"target":0},{"source":49,"target":21},{"source":49,"target":118},{"source":118,"target":21},{"source":50,"target":0},{"source":50,"target":36},{"source":50,"target":119},{"source":119,"target":36},{"source":51,"target":0},{"source":51,"target":46},{"source":51,"target":120},{"source":120,"target":46},{"source":52,"target":0},{"source":52,"target":28},{"source":52,"target":121},{"source":121,"target":28},{"source":53,"target":0},{"source":53,"target":2},{"source":53,"target":122},{"source":122,"target":2},{"source":54,"target":0},{"source":54,"target":21},{"source":54,"target":123},{"source":123,"target":21},{"source":55,"target":0},{"source":55,"target":48},{"source":55,"target":124},{"source":124,"target":48},{"source":56,"target":0},{"source":56,"target":32},{"source":56,"target":125},{"source":125,"target":32},{"source":57,"target":0},{"source":57,"target":126},{"source":57,"target":127},{"source":126,"target":31},{"source":126,"target":128},{"source":126,"target":57},{"source":128,"target":31},{"source":127,"target":31},{"source":127,"target":129},{"source":127,"target":57},{"source":129,"target":31},{"source":58,"target":0},{"source":58,"target":2},{"source":58,"target":130},{"source":130,"target":2},{"source":59,"target":0},{"source":59,"target":63},{"source":59,"target":131},{"source":131,"target":63},{"source":60,"target":0},{"source":60,"target":2},{"source":60,"target":132},{"source":132,"target":2},{"source":61,"target":0},{"source":61,"target":18},{"source":61,"target":133},{"source":133,"target":18},{"source":62,"target":0},{"source":62,"target":32},{"source":62,"target":134},{"source":134,"target":32},{"source":63,"target":0},{"source":63,"target":18},{"source":63,"target":135},{"source":135,"target":18},{"source":64,"target":0},{"source":64,"target":48},{"source":64,"target":136},{"source":136,"target":48},{"source":65,"target":0},{"source":65,"target":46},{"source":65,"target":137},{"source":137,"target":46},{"source":66,"target":0},{"source":66,"target":48},{"source":66,"target":138},{"source":138,"target":48}],"multigraph":true}
ecore
constraints
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/eclipse/ocl/tests/org.eclipse.ocl.examples.xtext.tests/src/org/eclipse/ocl/examples/test/xtext/models/OCLCST.ecore
ocl cst CSTNode startOffset endOffset startToken endToken ast IToken lpg.runtime.IToken lpg.runtime.IToken PackageDeclarationCS pathNameCS contextDecls packageDeclarationCS PathNameCS simpleNames TypeCS OCLExpressionCS SimpleNameCS value type SimpleTypeEnum identifier identifier self self Integer Integer String String Real Real Boolean Boolean OclAny OclAny OclVoid OclVoid OclInvalid OclInvalid OclMessage OclMessage keyword keyword UnlimitedNatural UnlimitedNatural ContextDeclCS PropertyContextCS pathNameCS simpleNameCS typeCS constraints InitOrDerValueCS expressionCS ClassifierContextDeclCS pathNameCS constraints simpleNameCS InvOrDefCS simpleNameCS OperationContextDeclCS operationCS prePostOrBodyDecls OperationCS pathNameCS simpleNameCS parameters typeCS VariableCS name typeCS initExpression PrePostOrBodyDeclCS kind simpleNameCS expressionCS PrePostOrBodyEnum pre pre post post body body DerValueCS InitValueCS InvCS expressionCS DefCS defExpressionCS static false DefExpressionCS operationCS variableCS expressionCS VariableExpCS arguments simpleNameCS isMarkedPreCS IsMarkedPreCS PrimitiveTypeCS TupleTypeCS variables CollectionTypeCS collectionTypeIdentifier typeCS CollectionTypeIdentifierEnum Set Set Bag Bag Sequence Sequence Collection Collection OrderedSet OrderedSet LetExpCS variables inExpression IfExpCS thenExpression elseExpression condition MessageExpCS target kind simpleNameCS arguments MessageExpKind hasSent hasSent sent sent OCLMessageArgCS typeCS expression LiteralExpCS CollectionLiteralExpCS collectionType collectionLiteralParts CollectionLiteralPartCS expressionCS TupleLiteralExpCS variables PrimitiveLiteralExpCS symbol IntegerLiteralExpCS integerSymbol UnlimitedNaturalLiteralExpCS integerSymbol RealLiteralExpCS realSymbol StringLiteralExpCS stringSymbol unescapedStringSymbol BooleanLiteralExpCS booleanSymbol NullLiteralExpCS InvalidLiteralExpCS CollectionRangeCS lastExpressionCS CallExpCS source accessor simpleNameCS DotOrArrowEnum none none dot dot arrow arrow LoopExpCS variable1 variable2 body IteratorExpCS IterateExpCS FeatureCallExpCS pathNameCS arguments isMarkedPreCS OperationCallExpCS isAtomic false OCLDocumentCS packageDeclarations
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ocl" nsURI="http://www.eclipse.org/ocl/1.1.0/OCLCST" nsPrefix="ocl"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore#/"/> </eAnnotations> <eSubpackages name="cst" nsURI="http://www.eclipse.org/ocl/1.1.0/OCL/CST" nsPrefix="ocl.cst"> <eClassifiers xsi:type="ecore:EClass" name="CSTNode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startToken" ordered="false" eType="#//cst/IToken" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endToken" ordered="false" eType="#//cst/IToken" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ast" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IToken" instanceClassName="lpg.runtime.IToken"/> <eClassifiers xsi:type="ecore:EClass" name="PackageDeclarationCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextDecls" upperBound="-1" eType="#//cst/ContextDeclCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packageDeclarationCS" eType="#//cst/PackageDeclarationCS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathNameCS" eSuperTypes="#//cst/TypeCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNames" upperBound="-1" eType="#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeCS" abstract="true" eSuperTypes="#//cst/OCLExpressionCS"/> <eClassifiers xsi:type="ecore:EClass" name="OCLExpressionCS" abstract="true" eSuperTypes="#//cst/CSTNode"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="OclExpressionCS"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleNameCS" eSuperTypes="#//cst/OCLExpressionCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//cst/SimpleTypeEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SimpleTypeEnum"> <eLiterals name="identifier" value="1"/> <eLiterals name="self" value="2"/> <eLiterals name="Integer" value="3"/> <eLiterals name="String" value="4"/> <eLiterals name="Real" value="5"/> <eLiterals name="Boolean" value="6"/> <eLiterals name="OclAny" value="7"/> <eLiterals name="OclVoid" value="8"/> <eLiterals name="OclInvalid" value="9"/> <eLiterals name="OclMessage" value="10"/> <eLiterals name="keyword" value="11"/> <eLiterals name="UnlimitedNatural" value="12"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextDeclCS" abstract="true" eSuperTypes="#//cst/CSTNode"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyContextCS" eSuperTypes="#//cst/ContextDeclCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//cst/InitOrDerValueCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitOrDerValueCS" abstract="true" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionCS" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="oclExpressionCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierContextDeclCS" eSuperTypes="#//cst/ContextDeclCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" ordered="false" upperBound="-1" eType="#//cst/InvOrDefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvOrDefCS" abstract="true" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationContextDeclCS" eSuperTypes="#//cst/ContextDeclCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="operationCS" eType="#//cst/OperationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prePostOrBodyDecls" lowerBound="1" upperBound="-1" eType="#//cst/PrePostOrBodyDeclCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="#//cst/TypeCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" eType="#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrePostOrBodyDeclCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//cst/PrePostOrBodyEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionCS" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="oclExpressionCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrePostOrBodyEnum"> <eLiterals name="pre" value="1"/> <eLiterals name="post" value="2"/> <eLiterals name="body" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DerValueCS" eSuperTypes="#//cst/InitOrDerValueCS"/> <eClassifiers xsi:type="ecore:EClass" name="InitValueCS" eSuperTypes="#//cst/InitOrDerValueCS"/> <eClassifiers xsi:type="ecore:EClass" name="InvCS" eSuperTypes="#//cst/InvOrDefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionCS" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="oclExpressionCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefCS" eSuperTypes="#//cst/InvOrDefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="defExpressionCS" eType="#//cst/DefExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefExpressionCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="operationCS" eType="#//cst/OperationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableCS" eType="#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionCS" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="oclExpressionCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExpCS" eSuperTypes="#//cst/OCLExpressionCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isMarkedPreCS" eType="#//cst/IsMarkedPreCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsMarkedPreCS" eSuperTypes="#//cst/CSTNode"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeCS" eSuperTypes="#//cst/SimpleNameCS #//cst/TypeCS"/> <eClassifiers xsi:type="ecore:EClass" name="TupleTypeCS" eSuperTypes="#//cst/TypeCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" lowerBound="1" upperBound="-1" eType="#//cst/VariableCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionTypeCS" eSuperTypes="#//cst/SimpleNameCS #//cst/TypeCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collectionTypeIdentifier" eType="#//cst/CollectionTypeIdentifierEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="#//cst/TypeCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CollectionTypeIdentifierEnum"> <eLiterals name="Set" value="1"/> <eLiterals name="Bag" value="2"/> <eLiterals name="Sequence" value="3"/> <eLiterals name="Collection" value="4"/> <eLiterals name="OrderedSet" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExpCS" eSuperTypes="#//cst/OCLExpressionCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" lowerBound="1" upperBound="-1" eType="#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inExpression" eType="#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExpCS" eSuperTypes="#//cst/OCLExpressionCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" lowerBound="1" eType="#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" lowerBound="1" eType="#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageExpCS" eSuperTypes="#//cst/OCLExpressionCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//cst/MessageExpKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//cst/OCLMessageArgCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MessageExpKind"> <eLiterals name="hasSent" value="1"/> <eLiterals name="sent" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OCLMessageArgCS" eSuperTypes="#//cst/CSTNode"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="OclMessageArgCS"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="oclExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExpCS" abstract="true" eSuperTypes="#//cst/OCLExpressionCS"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralExpCS" eSuperTypes="#//cst/LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collectionType" eType="#//cst/CollectionTypeIdentifierEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collectionLiteralParts" upperBound="-1" eType="#//cst/CollectionLiteralPartCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralPartCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionCS" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="oclExpressionCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralExpCS" eSuperTypes="#//cst/LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//cst/VariableCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveLiteralExpCS" eSuperTypes="#//cst/LiteralExpCS"> <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="IntegerLiteralExpCS" eSuperTypes="#//cst/PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnlimitedNaturalLiteralExpCS" eSuperTypes="#//cst/PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealLiteralExpCS" eSuperTypes="#//cst/PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteralExpCS" eSuperTypes="#//cst/PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unescapedStringSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteralExpCS" eSuperTypes="#//cst/SimpleNameCS #//cst/PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteralExpCS" eSuperTypes="#//cst/SimpleNameCS #//cst/LiteralExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="InvalidLiteralExpCS" eSuperTypes="#//cst/SimpleNameCS #//cst/LiteralExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionRangeCS" eSuperTypes="#//cst/CollectionLiteralPartCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="lastExpressionCS" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="lastOclExpressionCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallExpCS" eSuperTypes="#//cst/OCLExpressionCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessor" eType="#//cst/DotOrArrowEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DotOrArrowEnum"> <eLiterals name="none" value="1"/> <eLiterals name="dot" value="2"/> <eLiterals name="arrow" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopExpCS" eSuperTypes="#//cst/CallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable1" eType="#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable2" eType="#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExpCS" eSuperTypes="#//cst/LoopExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="IterateExpCS" eSuperTypes="#//cst/LoopExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureCallExpCS" eSuperTypes="#//cst/CallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isMarkedPreCS" eType="#//cst/IsMarkedPreCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExpCS" eSuperTypes="#//cst/FeatureCallExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAtomic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OCLDocumentCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="packageDeclarations" ordered="false" upperBound="-1" eType="#//cst/PackageDeclarationCS" containment="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/ocl/1.1.0/OCLCST","name":"ocl","id":0,"eClass":"EPackage"},{"nsPrefix":"ocl.cst","nsURI":"http://www.eclipse.org/ocl/1.1.0/OCL/CST","name":"cst","id":1,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSTNode","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"lpg.runtime.IToken","defaultValue":null,"instanceClassName":"lpg.runtime.IToken","name":"IToken","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclarationCS","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathNameCS","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeCS","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OCLExpressionCS","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleNameCS","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SimpleTypeEnum","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextDeclCS","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyContextCS","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitOrDerValueCS","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierContextDeclCS","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvOrDefCS","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationContextDeclCS","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCS","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableCS","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrePostOrBodyDeclCS","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrePostOrBodyEnum","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerValueCS","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitValueCS","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvCS","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefCS","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefExpressionCS","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExpCS","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsMarkedPreCS","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeCS","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeCS","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionTypeCS","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionTypeIdentifierEnum","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExpCS","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExpCS","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageExpCS","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessageExpKind","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OCLMessageArgCS","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExpCS","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExpCS","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPartCS","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExpCS","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExpCS","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExpCS","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalLiteralExpCS","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralExpCS","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExpCS","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExpCS","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExpCS","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExpCS","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRangeCS","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExpCS","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DotOrArrowEnum","instanceClass":null,"id":50,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExpCS","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExpCS","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExpCS","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCallExpCS","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExpCS","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OCLDocumentCS","instanceClass":null,"abstract":false,"id":56,"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":"startOffset","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":"endOffset","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"startToken","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"endToken","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"ast","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"contextDecls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"packageDeclarationCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNames","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"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":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"name":"identifier","id":84,"value":1,"literal":"identifier","eClass":"EEnumLiteral"},{"name":"self","id":85,"value":2,"literal":"self","eClass":"EEnumLiteral"},{"name":"Integer","id":86,"value":3,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"String","id":87,"value":4,"literal":"String","eClass":"EEnumLiteral"},{"name":"Real","id":88,"value":5,"literal":"Real","eClass":"EEnumLiteral"},{"name":"Boolean","id":89,"value":6,"literal":"Boolean","eClass":"EEnumLiteral"},{"name":"OclAny","id":90,"value":7,"literal":"OclAny","eClass":"EEnumLiteral"},{"name":"OclVoid","id":91,"value":8,"literal":"OclVoid","eClass":"EEnumLiteral"},{"name":"OclInvalid","id":92,"value":9,"literal":"OclInvalid","eClass":"EEnumLiteral"},{"name":"OclMessage","id":93,"value":10,"literal":"OclMessage","eClass":"EEnumLiteral"},{"name":"keyword","id":94,"value":11,"literal":"keyword","eClass":"EEnumLiteral"},{"name":"UnlimitedNatural","id":95,"value":12,"literal":"UnlimitedNatural","eClass":"EEnumLiteral"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","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":"simpleNameCS","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":"typeCS","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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"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":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":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"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":"prePostOrBodyDecls","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","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":"simpleNameCS","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":"parameters","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":"typeCS","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":"simpleNameCS","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":"expressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"name":"pre","id":147,"value":1,"literal":"pre","eClass":"EEnumLiteral"},{"name":"post","id":148,"value":2,"literal":"post","eClass":"EEnumLiteral"},{"name":"body","id":149,"value":3,"literal":"body","eClass":"EEnumLiteral"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationCS","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":"variableCS","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":"expressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":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":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"isMarkedPreCS","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"},{"id":175,"eClass":"EGenericType"},{"id":176,"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":"variables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypeIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"name":"Set","id":186,"value":1,"literal":"Set","eClass":"EEnumLiteral"},{"name":"Bag","id":187,"value":2,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Sequence","id":188,"value":3,"literal":"Sequence","eClass":"EEnumLiteral"},{"name":"Collection","id":189,"value":4,"literal":"Collection","eClass":"EEnumLiteral"},{"name":"OrderedSet","id":190,"value":5,"literal":"OrderedSet","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":"variables","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"inExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":197,"derived":false},{"container":false,"ordered":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":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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"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":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":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","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"},{"name":"hasSent","id":212,"value":1,"literal":"hasSent","eClass":"EEnumLiteral"},{"name":"sent","id":213,"value":2,"literal":"sent","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":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collectionType","changeable":true,"lowerBound":0,"iD":false,"id":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":"collectionLiteralParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"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":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"realSymbol","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringSymbol","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":"unescapedStringSymbol","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"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":"booleanSymbol","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lastExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"lowerBound":0,"iD":false,"id":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":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"name":"none","id":266,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"dot","id":267,"value":2,"literal":"dot","eClass":"EEnumLiteral"},{"name":"arrow","id":268,"value":3,"literal":"arrow","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":"variable1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"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":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"isMarkedPreCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAtomic","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"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":"packageDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":0},{"source":2,"target":1},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":57,"target":62},{"source":57,"target":2},{"source":58,"target":63},{"source":58,"target":2},{"source":59,"target":3},{"source":59,"target":64},{"source":59,"target":2},{"source":64,"target":3},{"source":60,"target":3},{"source":60,"target":65},{"source":60,"target":2},{"source":65,"target":3},{"source":61,"target":66},{"source":61,"target":2},{"source":3,"target":1},{"source":4,"target":1},{"source":4,"target":2},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":70},{"source":67,"target":5},{"source":67,"target":71},{"source":67,"target":4},{"source":71,"target":5},{"source":68,"target":10},{"source":68,"target":72},{"source":68,"target":4},{"source":72,"target":10},{"source":69,"target":4},{"source":69,"target":73},{"source":69,"target":4},{"source":73,"target":4},{"source":70,"target":2},{"source":5,"target":1},{"source":5,"target":6},{"source":5,"target":74},{"source":5,"target":75},{"source":74,"target":8},{"source":74,"target":76},{"source":74,"target":5},{"source":76,"target":8},{"source":75,"target":6},{"source":6,"target":1},{"source":6,"target":7},{"source":6,"target":77},{"source":77,"target":7},{"source":7,"target":1},{"source":7,"target":2},{"source":7,"target":78},{"source":78,"target":2},{"source":8,"target":1},{"source":8,"target":7},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":79,"target":82},{"source":79,"target":8},{"source":80,"target":9},{"source":80,"target":83},{"source":80,"target":8},{"source":83,"target":9},{"source":81,"target":7},{"source":9,"target":1},{"source":9,"target":84},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":9,"target":92},{"source":9,"target":93},{"source":9,"target":94},{"source":9,"target":95},{"source":84,"target":9},{"source":85,"target":9},{"source":86,"target":9},{"source":87,"target":9},{"source":88,"target":9},{"source":89,"target":9},{"source":90,"target":9},{"source":91,"target":9},{"source":92,"target":9},{"source":93,"target":9},{"source":94,"target":9},{"source":95,"target":9},{"source":10,"target":1},{"source":10,"target":2},{"source":10,"target":96},{"source":96,"target":2},{"source":11,"target":1},{"source":11,"target":10},{"source":11,"target":97},{"source":11,"target":98},{"source":11,"target":99},{"source":11,"target":100},{"source":11,"target":101},{"source":97,"target":5},{"source":97,"target":102},{"source":97,"target":11},{"source":102,"target":5},{"source":98,"target":8},{"source":98,"target":103},{"source":98,"target":11},{"source":103,"target":8},{"source":99,"target":6},{"source":99,"target":104},{"source":99,"target":11},{"source":104,"target":6},{"source":100,"target":12},{"source":100,"target":105},{"source":100,"target":11},{"source":105,"target":12},{"source":101,"target":10},{"source":12,"target":1},{"source":12,"target":2},{"source":12,"target":106},{"source":12,"target":107},{"source":106,"target":7},{"source":106,"target":108},{"source":106,"target":12},{"source":108,"target":7},{"source":107,"target":2},{"source":13,"target":1},{"source":13,"target":10},{"source":13,"target":109},{"source":13,"target":110},{"source":13,"target":111},{"source":13,"target":112},{"source":109,"target":5},{"source":109,"target":113},{"source":109,"target":13},{"source":113,"target":5},{"source":110,"target":14},{"source":110,"target":114},{"source":110,"target":13},{"source":114,"target":14},{"source":111,"target":8},{"source":111,"target":115},{"source":111,"target":13},{"source":115,"target":8},{"source":112,"target":10},{"source":14,"target":1},{"source":14,"target":2},{"source":14,"target":116},{"source":14,"target":117},{"source":116,"target":8},{"source":116,"target":118},{"source":116,"target":14},{"source":118,"target":8},{"source":117,"target":2},{"source":15,"target":1},{"source":15,"target":10},{"source":15,"target":119},{"source":15,"target":120},{"source":15,"target":121},{"source":119,"target":16},{"source":119,"target":122},{"source":119,"target":15},{"source":122,"target":16},{"source":120,"target":18},{"source":120,"target":123},{"source":120,"target":15},{"source":123,"target":18},{"source":121,"target":10},{"source":16,"target":1},{"source":16,"target":2},{"source":16,"target":124},{"source":16,"target":125},{"source":16,"target":126},{"source":16,"target":127},{"source":16,"target":128},{"source":124,"target":5},{"source":124,"target":129},{"source":124,"target":16},{"source":129,"target":5},{"source":125,"target":8},{"source":125,"target":130},{"source":125,"target":16},{"source":130,"target":8},{"source":126,"target":17},{"source":126,"target":131},{"source":126,"target":16},{"source":131,"target":17},{"source":127,"target":6},{"source":127,"target":132},{"source":127,"target":16},{"source":132,"target":6},{"source":128,"target":2},{"source":17,"target":1},{"source":17,"target":2},{"source":17,"target":133},{"source":17,"target":134},{"source":17,"target":135},{"source":17,"target":136},{"source":133,"target":137},{"source":133,"target":17},{"source":134,"target":6},{"source":134,"target":138},{"source":134,"target":17},{"source":138,"target":6},{"source":135,"target":7},{"source":135,"target":139},{"source":135,"target":17},{"source":139,"target":7},{"source":136,"target":2},{"source":18,"target":1},{"source":18,"target":2},{"source":18,"target":140},{"source":18,"target":141},{"source":18,"target":142},{"source":18,"target":143},{"source":140,"target":19},{"source":140,"target":144},{"source":140,"target":18},{"source":144,"target":19},{"source":141,"target":8},{"source":141,"target":145},{"source":141,"target":18},{"source":145,"target":8},{"source":142,"target":7},{"source":142,"target":146},{"source":142,"target":18},{"source":146,"target":7},{"source":143,"target":2},{"source":19,"target":1},{"source":19,"target":147},{"source":19,"target":148},{"source":19,"target":149},{"source":147,"target":19},{"source":148,"target":19},{"source":149,"target":19},{"source":20,"target":1},{"source":20,"target":12},{"source":20,"target":150},{"source":150,"target":12},{"source":21,"target":1},{"source":21,"target":12},{"source":21,"target":151},{"source":151,"target":12},{"source":22,"target":1},{"source":22,"target":14},{"source":22,"target":152},{"source":22,"target":153},{"source":152,"target":7},{"source":152,"target":154},{"source":152,"target":22},{"source":154,"target":7},{"source":153,"target":14},{"source":23,"target":1},{"source":23,"target":14},{"source":23,"target":155},{"source":23,"target":156},{"source":23,"target":157},{"source":155,"target":24},{"source":155,"target":158},{"source":155,"target":23},{"source":158,"target":24},{"source":156,"target":159},{"source":156,"target":23},{"source":157,"target":14},{"source":24,"target":1},{"source":24,"target":2},{"source":24,"target":160},{"source":24,"target":161},{"source":24,"target":162},{"source":24,"target":163},{"source":160,"target":16},{"source":160,"target":164},{"source":160,"target":24},{"source":164,"target":16},{"source":161,"target":17},{"source":161,"target":165},{"source":161,"target":24},{"source":165,"target":17},{"source":162,"target":7},{"source":162,"target":166},{"source":162,"target":24},{"source":166,"target":7},{"source":163,"target":2},{"source":25,"target":1},{"source":25,"target":7},{"source":25,"target":167},{"source":25,"target":168},{"source":25,"target":169},{"source":25,"target":170},{"source":167,"target":7},{"source":167,"target":171},{"source":167,"target":25},{"source":171,"target":7},{"source":168,"target":8},{"source":168,"target":172},{"source":168,"target":25},{"source":172,"target":8},{"source":169,"target":26},{"source":169,"target":173},{"source":169,"target":25},{"source":173,"target":26},{"source":170,"target":7},{"source":26,"target":1},{"source":26,"target":2},{"source":26,"target":174},{"source":174,"target":2},{"source":27,"target":1},{"source":27,"target":8},{"source":27,"target":6},{"source":27,"target":175},{"source":27,"target":176},{"source":175,"target":8},{"source":176,"target":6},{"source":28,"target":1},{"source":28,"target":6},{"source":28,"target":177},{"source":28,"target":178},{"source":177,"target":17},{"source":177,"target":179},{"source":177,"target":28},{"source":179,"target":17},{"source":178,"target":6},{"source":29,"target":1},{"source":29,"target":8},{"source":29,"target":6},{"source":29,"target":180},{"source":29,"target":181},{"source":29,"target":182},{"source":29,"target":183},{"source":180,"target":30},{"source":180,"target":184},{"source":180,"target":29},{"source":184,"target":30},{"source":181,"target":6},{"source":181,"target":185},{"source":181,"target":29},{"source":185,"target":6},{"source":182,"target":8},{"source":183,"target":6},{"source":30,"target":1},{"source":30,"target":186},{"source":30,"target":187},{"source":30,"target":188},{"source":30,"target":189},{"source":30,"target":190},{"source":186,"target":30},{"source":187,"target":30},{"source":188,"target":30},{"source":189,"target":30},{"source":190,"target":30},{"source":31,"target":1},{"source":31,"target":7},{"source":31,"target":191},{"source":31,"target":192},{"source":31,"target":193},{"source":191,"target":17},{"source":191,"target":194},{"source":191,"target":31},{"source":194,"target":17},{"source":192,"target":7},{"source":192,"target":195},{"source":192,"target":31},{"source":195,"target":7},{"source":193,"target":7},{"source":32,"target":1},{"source":32,"target":7},{"source":32,"target":196},{"source":32,"target":197},{"source":32,"target":198},{"source":32,"target":199},{"source":196,"target":7},{"source":196,"target":200},{"source":196,"target":32},{"source":200,"target":7},{"source":197,"target":7},{"source":197,"target":201},{"source":197,"target":32},{"source":201,"target":7},{"source":198,"target":7},{"source":198,"target":202},{"source":198,"target":32},{"source":202,"target":7},{"source":199,"target":7},{"source":33,"target":1},{"source":33,"target":7},{"source":33,"target":203},{"source":33,"target":204},{"source":33,"target":205},{"source":33,"target":206},{"source":33,"target":207},{"source":203,"target":7},{"source":203,"target":208},{"source":203,"target":33},{"source":208,"target":7},{"source":204,"target":34},{"source":204,"target":209},{"source":204,"target":33},{"source":209,"target":34},{"source":205,"target":8},{"source":205,"target":210},{"source":205,"target":33},{"source":210,"target":8},{"source":206,"target":35},{"source":206,"target":211},{"source":206,"target":33},{"source":211,"target":35},{"source":207,"target":7},{"source":34,"target":1},{"source":34,"target":212},{"source":34,"target":213},{"source":212,"target":34},{"source":213,"target":34},{"source":35,"target":1},{"source":35,"target":2},{"source":35,"target":214},{"source":35,"target":215},{"source":35,"target":216},{"source":214,"target":6},{"source":214,"target":217},{"source":214,"target":35},{"source":217,"target":6},{"source":215,"target":7},{"source":215,"target":218},{"source":215,"target":35},{"source":218,"target":7},{"source":216,"target":2},{"source":36,"target":1},{"source":36,"target":7},{"source":36,"target":219},{"source":219,"target":7},{"source":37,"target":1},{"source":37,"target":36},{"source":37,"target":220},{"source":37,"target":221},{"source":37,"target":222},{"source":220,"target":30},{"source":220,"target":223},{"source":220,"target":37},{"source":223,"target":30},{"source":221,"target":38},{"source":221,"target":224},{"source":221,"target":37},{"source":224,"target":38},{"source":222,"target":36},{"source":38,"target":1},{"source":38,"target":2},{"source":38,"target":225},{"source":38,"target":226},{"source":225,"target":7},{"source":225,"target":227},{"source":225,"target":38},{"source":227,"target":7},{"source":226,"target":2},{"source":39,"target":1},{"source":39,"target":36},{"source":39,"target":228},{"source":39,"target":229},{"source":228,"target":17},{"source":228,"target":230},{"source":228,"target":39},{"source":230,"target":17},{"source":229,"target":36},{"source":40,"target":1},{"source":40,"target":36},{"source":40,"target":231},{"source":40,"target":232},{"source":231,"target":233},{"source":231,"target":40},{"source":232,"target":36},{"source":41,"target":1},{"source":41,"target":40},{"source":41,"target":234},{"source":41,"target":235},{"source":234,"target":236},{"source":234,"target":41},{"source":235,"target":40},{"source":42,"target":1},{"source":42,"target":40},{"source":42,"target":237},{"source":42,"target":238},{"source":237,"target":239},{"source":237,"target":42},{"source":238,"target":40},{"source":43,"target":1},{"source":43,"target":40},{"source":43,"target":240},{"source":43,"target":241},{"source":240,"target":242},{"source":240,"target":43},{"source":241,"target":40},{"source":44,"target":1},{"source":44,"target":40},{"source":44,"target":243},{"source":44,"target":244},{"source":44,"target":245},{"source":243,"target":246},{"source":243,"target":44},{"source":244,"target":247},{"source":244,"target":44},{"source":245,"target":40},{"source":45,"target":1},{"source":45,"target":8},{"source":45,"target":40},{"source":45,"target":248},{"source":45,"target":249},{"source":45,"target":250},{"source":248,"target":251},{"source":248,"target":45},{"source":249,"target":8},{"source":250,"target":40},{"source":46,"target":1},{"source":46,"target":8},{"source":46,"target":36},{"source":46,"target":252},{"source":46,"target":253},{"source":252,"target":8},{"source":253,"target":36},{"source":47,"target":1},{"source":47,"target":8},{"source":47,"target":36},{"source":47,"target":254},{"source":47,"target":255},{"source":254,"target":8},{"source":255,"target":36},{"source":48,"target":1},{"source":48,"target":38},{"source":48,"target":256},{"source":48,"target":257},{"source":256,"target":7},{"source":256,"target":258},{"source":256,"target":48},{"source":258,"target":7},{"source":257,"target":38},{"source":49,"target":1},{"source":49,"target":7},{"source":49,"target":259},{"source":49,"target":260},{"source":49,"target":261},{"source":49,"target":262},{"source":259,"target":7},{"source":259,"target":263},{"source":259,"target":49},{"source":263,"target":7},{"source":260,"target":50},{"source":260,"target":264},{"source":260,"target":49},{"source":264,"target":50},{"source":261,"target":8},{"source":261,"target":265},{"source":261,"target":49},{"source":265,"target":8},{"source":262,"target":7},{"source":50,"target":1},{"source":50,"target":266},{"source":50,"target":267},{"source":50,"target":268},{"source":266,"target":50},{"source":267,"target":50},{"source":268,"target":50},{"source":51,"target":1},{"source":51,"target":49},{"source":51,"target":269},{"source":51,"target":270},{"source":51,"target":271},{"source":51,"target":272},{"source":269,"target":17},{"source":269,"target":273},{"source":269,"target":51},{"source":273,"target":17},{"source":270,"target":17},{"source":270,"target":274},{"source":270,"target":51},{"source":274,"target":17},{"source":271,"target":7},{"source":271,"target":275},{"source":271,"target":51},{"source":275,"target":7},{"source":272,"target":49},{"source":52,"target":1},{"source":52,"target":51},{"source":52,"target":276},{"source":276,"target":51},{"source":53,"target":1},{"source":53,"target":51},{"source":53,"target":277},{"source":277,"target":51},{"source":54,"target":1},{"source":54,"target":49},{"source":54,"target":278},{"source":54,"target":279},{"source":54,"target":280},{"source":54,"target":281},{"source":278,"target":5},{"source":278,"target":282},{"source":278,"target":54},{"source":282,"target":5},{"source":279,"target":7},{"source":279,"target":283},{"source":279,"target":54},{"source":283,"target":7},{"source":280,"target":26},{"source":280,"target":284},{"source":280,"target":54},{"source":284,"target":26},{"source":281,"target":49},{"source":55,"target":1},{"source":55,"target":54},{"source":55,"target":285},{"source":55,"target":286},{"source":285,"target":287},{"source":285,"target":55},{"source":286,"target":54},{"source":56,"target":1},{"source":56,"target":2},{"source":56,"target":288},{"source":56,"target":289},{"source":288,"target":4},{"source":288,"target":290},{"source":288,"target":56},{"source":290,"target":4},{"source":289,"target":2}],"multigraph":true}
ecore
webapp
repo-ecore-all/data/mdsd-team-1/photos-xtext/org.xtext.example.mydsl/model/generated/MyDsl.ecore
myDsl Model elements Domain name elements Entity elements Entities elements Photo name Album name UserDomain name Functionality elements Functionalities functions elements items resources aditionals ProfileManagement items ProfileManagementFunctions name AppAccess items AppAccessFunctions name AlbumManagement items AlbumManagementFunctions name PhotoActions items PhotoActionsFunctions name LandingActions items LandingFunctions name DomainConnection elements DomainRelations elements name Architecture elements NTiers elements Layer elements PresentationLayer elements PresentationContent elements PresentationSegments name BusinessLogicLayer elements BusinessLogicContent elements BusinessLogicSegments name DataPersistenceLayer elements DataPersistenceContent elements DataPersistenceSegments name SegmentStructure elements SegmentStructureContent name elements DirectoryContent name elements Directories elements SingleFile name MultipleFile name LayerRelations layerelations name layerorigin layertarget LayerSource layerelations LayerTarget layerelations ArchitectureComponents archcomponent FrontEnd name BackEnd name PersistenceDataComponent name NTiersConnections ntierconnection name ntierorigin ntiertarget NTierSource ntierconnection NTierTarget ntierconnection NTiersRelations name Technology name elements Technologies factors React name reacts ReactModules reactmodules ReactSubModules reactmodules ReactConfiguration dependencies configurations ReactDependencies dependencies ReactDependenciesRules name dependencies ReactDependenciesSubRules dependencies SingleDependencies dependencies PackageName name PackageVersion name ReactConfigurations name configurations DOMConfigurations elements name ReactComponents componentslogic componentsui ComponentsLogic name logiccomponents LogicContent name logiccomponents LogicStructure name logiccomponents ComponentsUI name uicomponents UIContent name uicontent ComponentClass componentclass ReactFunctions componentclass lifecycleclass renderclass ReactConstructor componentclass State name componentclass CoreFunctionsDeclaration name Props name componentclass ReactCoreFunctions name ReactActions reactactcontent ReactActionsContent reactrelcontent ReactServicesType name ReactServicesRelation reactrelationcontent name ReactLibraries reactlibraries ReactLibrary name ReactInfo reactinformation ReactInformation name Spring name PostgreSQL name AmazonWebServices name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="myDsl" nsURI="http://www.xtext.org/example/mydsl/MyDsl" nsPrefix="myDsl"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Domain"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Entities" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entities"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Photo"> <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="Album"> <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="UserDomain"> <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="Functionality"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Functionalities" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Functionalities"> <eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1" eType="#//ProfileManagement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//AppAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//AlbumManagement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//PhotoActions" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aditionals" upperBound="-1" eType="#//LandingActions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProfileManagement"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//ProfileManagementFunctions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProfileManagementFunctions"> <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="AppAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//AppAccessFunctions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AppAccessFunctions"> <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="AlbumManagement"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//AlbumManagementFunctions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlbumManagementFunctions"> <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="PhotoActions"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//PhotoActionsFunctions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PhotoActionsFunctions"> <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="LandingActions"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//LandingFunctions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LandingFunctions"> <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="DomainConnection"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//DomainRelations" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainRelations"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" 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="Architecture"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NTiers"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layer"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PresentationLayer"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PresentationContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//PresentationSegments" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PresentationSegments"> <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="BusinessLogicLayer"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusinessLogicContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//BusinessLogicSegments" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusinessLogicSegments"> <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="DataPersistenceLayer"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//DataPersistenceContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataPersistenceContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//DataPersistenceSegments" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataPersistenceSegments"> <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="SegmentStructure"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//SegmentStructureContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SegmentStructureContent"> <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="#//DirectoryContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectoryContent"> <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="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Directories"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//MultipleFile" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleFile"> <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="MultipleFile"> <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="LayerRelations"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="layerelations" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layerorigin" upperBound="-1" eType="#//LayerSource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layertarget" upperBound="-1" eType="#//LayerTarget" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayerSource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="layerelations" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayerTarget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="layerelations" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArchitectureComponents"> <eStructuralFeatures xsi:type="ecore:EReference" name="archcomponent" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FrontEnd"> <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="BackEnd"> <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="PersistenceDataComponent"> <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="NTiersConnections"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ntierconnection" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ntierorigin" upperBound="-1" eType="#//NTierSource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ntiertarget" upperBound="-1" eType="#//NTierTarget" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NTierSource"> <eStructuralFeatures xsi:type="ecore:EReference" name="ntierconnection" upperBound="-1" eType="#//NTiersRelations" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NTierTarget"> <eStructuralFeatures xsi:type="ecore:EReference" name="ntierconnection" upperBound="-1" eType="#//NTiersRelations" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NTiersRelations"> <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="Technology"> <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="#//Technologies" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Technologies"> <eStructuralFeatures xsi:type="ecore:EReference" name="factors" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="React"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reacts" upperBound="-1" eType="#//ReactModules" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactModules"> <eStructuralFeatures xsi:type="ecore:EReference" name="reactmodules" upperBound="-1" eType="#//ReactSubModules" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactSubModules"> <eStructuralFeatures xsi:type="ecore:EReference" name="reactmodules" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactConfiguration"> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="#//ReactDependencies" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configurations" upperBound="-1" eType="#//ReactConfigurations" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactDependencies"> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="#//ReactDependenciesRules" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactDependenciesRules"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="#//ReactDependenciesSubRules" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactDependenciesSubRules"> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="#//SingleDependencies" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleDependencies"> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageName"> <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="PackageVersion"> <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="ReactConfigurations"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configurations" upperBound="-1" eType="#//DOMConfigurations" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DOMConfigurations"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elements" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactComponents"> <eStructuralFeatures xsi:type="ecore:EReference" name="componentslogic" upperBound="-1" eType="#//ComponentsLogic" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentsui" upperBound="-1" eType="#//ComponentsUI" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentsLogic"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logiccomponents" upperBound="-1" eType="#//LogicContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logiccomponents" upperBound="-1" eType="#//LogicStructure" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicStructure"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logiccomponents" upperBound="-1" eType="#//ComponentClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentsUI"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uicomponents" upperBound="-1" eType="#//UIContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UIContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uicontent" upperBound="-1" eType="#//ComponentClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="componentclass" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactFunctions"> <eStructuralFeatures xsi:type="ecore:EReference" name="componentclass" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lifecycleclass" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="renderclass" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactConstructor"> <eStructuralFeatures xsi:type="ecore:EReference" name="componentclass" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentclass" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CoreFunctionsDeclaration"> <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="Props"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentclass" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactCoreFunctions"> <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="ReactActions"> <eStructuralFeatures xsi:type="ecore:EReference" name="reactactcontent" upperBound="-1" eType="#//ReactActionsContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactActionsContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="reactrelcontent" upperBound="-1" eType="#//ReactServicesRelation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactServicesType"> <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="ReactServicesRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="reactrelationcontent" upperBound="-1" eType="#//ReactServicesType" 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="ReactLibraries"> <eStructuralFeatures xsi:type="ecore:EReference" name="reactlibraries" upperBound="-1" eType="#//ReactLibrary" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactLibrary"> <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="ReactInfo"> <eStructuralFeatures xsi:type="ecore:EReference" name="reactinformation" upperBound="-1" eType="#//ReactInformation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactInformation"> <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"> <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="PostgreSQL"> <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="AmazonWebServices"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"myDsl","nsURI":"http://www.xtext.org/example/mydsl/MyDsl","name":"myDsl","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":"Domain","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entities","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Photo","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Album","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserDomain","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Functionality","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Functionalities","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProfileManagement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProfileManagementFunctions","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AppAccess","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AppAccessFunctions","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlbumManagement","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlbumManagementFunctions","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhotoActions","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhotoActionsFunctions","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LandingActions","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LandingFunctions","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainConnection","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainRelations","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Architecture","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NTiers","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layer","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentationLayer","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentationContent","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentationSegments","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessLogicLayer","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessLogicContent","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessLogicSegments","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPersistenceLayer","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPersistenceContent","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPersistenceSegments","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SegmentStructure","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SegmentStructureContent","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectoryContent","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Directories","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleFile","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleFile","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerRelations","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerSource","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerTarget","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchitectureComponents","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FrontEnd","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BackEnd","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersistenceDataComponent","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NTiersConnections","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NTierSource","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NTierTarget","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NTiersRelations","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Technology","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Technologies","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"React","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactModules","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactSubModules","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactConfiguration","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactDependencies","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactDependenciesRules","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactDependenciesSubRules","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleDependencies","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageName","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageVersion","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactConfigurations","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DOMConfigurations","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactComponents","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentsLogic","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicContent","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicStructure","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentsUI","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIContent","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentClass","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactFunctions","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactConstructor","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoreFunctionsDeclaration","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Props","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactCoreFunctions","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactActions","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactActionsContent","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactServicesType","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactServicesRelation","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactLibraries","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactLibrary","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactInfo","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactInformation","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spring","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostgreSQL","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AmazonWebServices","instanceClass":null,"abstract":false,"id":88,"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":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functions","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":"elements","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":"items","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":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aditionals","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"},{"container":false,"ordered":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":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":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":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":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":133,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":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":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":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"id":182,"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":"layerelations","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layerorigin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layertarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"layerelations","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"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":"layerelations","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"archcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ntierconnection","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":"name","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ntierorigin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ntiertarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ntierconnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ntierconnection","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"container":false,"ordered":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":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"factors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactmodules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactmodules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":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":231,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"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":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","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":"name","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"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":"elements","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentslogic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentsui","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logiccomponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logiccomponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logiccomponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uicomponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uicontent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lifecycleclass","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"renderclass","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"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},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"componentclass","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":297,"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":"componentclass","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactactcontent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactrelcontent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"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},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactrelationcontent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":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":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactlibraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactinformation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":1,"target":0},{"source":1,"target":89},{"source":89,"target":90},{"source":89,"target":1},{"source":2,"target":0},{"source":2,"target":91},{"source":2,"target":92},{"source":91,"target":93},{"source":91,"target":2},{"source":92,"target":94},{"source":92,"target":2},{"source":3,"target":0},{"source":3,"target":95},{"source":95,"target":4},{"source":95,"target":96},{"source":95,"target":3},{"source":96,"target":4},{"source":4,"target":0},{"source":4,"target":97},{"source":97,"target":98},{"source":97,"target":4},{"source":5,"target":0},{"source":5,"target":99},{"source":99,"target":100},{"source":99,"target":5},{"source":6,"target":0},{"source":6,"target":101},{"source":101,"target":102},{"source":101,"target":6},{"source":7,"target":0},{"source":7,"target":103},{"source":103,"target":104},{"source":103,"target":7},{"source":8,"target":0},{"source":8,"target":105},{"source":105,"target":9},{"source":105,"target":106},{"source":105,"target":8},{"source":106,"target":9},{"source":9,"target":0},{"source":9,"target":107},{"source":9,"target":108},{"source":9,"target":109},{"source":9,"target":110},{"source":9,"target":111},{"source":107,"target":10},{"source":107,"target":112},{"source":107,"target":9},{"source":112,"target":10},{"source":108,"target":12},{"source":108,"target":113},{"source":108,"target":9},{"source":113,"target":12},{"source":109,"target":14},{"source":109,"target":114},{"source":109,"target":9},{"source":114,"target":14},{"source":110,"target":16},{"source":110,"target":115},{"source":110,"target":9},{"source":115,"target":16},{"source":111,"target":18},{"source":111,"target":116},{"source":111,"target":9},{"source":116,"target":18},{"source":10,"target":0},{"source":10,"target":117},{"source":117,"target":11},{"source":117,"target":118},{"source":117,"target":10},{"source":118,"target":11},{"source":11,"target":0},{"source":11,"target":119},{"source":119,"target":120},{"source":119,"target":11},{"source":12,"target":0},{"source":12,"target":121},{"source":121,"target":13},{"source":121,"target":122},{"source":121,"target":12},{"source":122,"target":13},{"source":13,"target":0},{"source":13,"target":123},{"source":123,"target":124},{"source":123,"target":13},{"source":14,"target":0},{"source":14,"target":125},{"source":125,"target":15},{"source":125,"target":126},{"source":125,"target":14},{"source":126,"target":15},{"source":15,"target":0},{"source":15,"target":127},{"source":127,"target":128},{"source":127,"target":15},{"source":16,"target":0},{"source":16,"target":129},{"source":129,"target":17},{"source":129,"target":130},{"source":129,"target":16},{"source":130,"target":17},{"source":17,"target":0},{"source":17,"target":131},{"source":131,"target":132},{"source":131,"target":17},{"source":18,"target":0},{"source":18,"target":133},{"source":133,"target":19},{"source":133,"target":134},{"source":133,"target":18},{"source":134,"target":19},{"source":19,"target":0},{"source":19,"target":135},{"source":135,"target":136},{"source":135,"target":19},{"source":20,"target":0},{"source":20,"target":137},{"source":137,"target":21},{"source":137,"target":138},{"source":137,"target":20},{"source":138,"target":21},{"source":21,"target":0},{"source":21,"target":139},{"source":21,"target":140},{"source":139,"target":141},{"source":139,"target":21},{"source":140,"target":142},{"source":140,"target":21},{"source":22,"target":0},{"source":22,"target":143},{"source":143,"target":144},{"source":143,"target":22},{"source":23,"target":0},{"source":23,"target":145},{"source":145,"target":146},{"source":145,"target":23},{"source":24,"target":0},{"source":24,"target":147},{"source":147,"target":148},{"source":147,"target":24},{"source":25,"target":0},{"source":25,"target":149},{"source":149,"target":150},{"source":149,"target":25},{"source":26,"target":0},{"source":26,"target":151},{"source":151,"target":27},{"source":151,"target":152},{"source":151,"target":26},{"source":152,"target":27},{"source":27,"target":0},{"source":27,"target":153},{"source":153,"target":154},{"source":153,"target":27},{"source":28,"target":0},{"source":28,"target":155},{"source":155,"target":156},{"source":155,"target":28},{"source":29,"target":0},{"source":29,"target":157},{"source":157,"target":30},{"source":157,"target":158},{"source":157,"target":29},{"source":158,"target":30},{"source":30,"target":0},{"source":30,"target":159},{"source":159,"target":160},{"source":159,"target":30},{"source":31,"target":0},{"source":31,"target":161},{"source":161,"target":32},{"source":161,"target":162},{"source":161,"target":31},{"source":162,"target":32},{"source":32,"target":0},{"source":32,"target":163},{"source":163,"target":33},{"source":163,"target":164},{"source":163,"target":32},{"source":164,"target":33},{"source":33,"target":0},{"source":33,"target":165},{"source":165,"target":166},{"source":165,"target":33},{"source":34,"target":0},{"source":34,"target":167},{"source":167,"target":35},{"source":167,"target":168},{"source":167,"target":34},{"source":168,"target":35},{"source":35,"target":0},{"source":35,"target":169},{"source":35,"target":170},{"source":169,"target":171},{"source":169,"target":35},{"source":170,"target":36},{"source":170,"target":172},{"source":170,"target":35},{"source":172,"target":36},{"source":36,"target":0},{"source":36,"target":173},{"source":36,"target":174},{"source":173,"target":175},{"source":173,"target":36},{"source":174,"target":176},{"source":174,"target":36},{"source":37,"target":0},{"source":37,"target":177},{"source":177,"target":39},{"source":177,"target":178},{"source":177,"target":37},{"source":178,"target":39},{"source":38,"target":0},{"source":38,"target":179},{"source":179,"target":180},{"source":179,"target":38},{"source":39,"target":0},{"source":39,"target":181},{"source":181,"target":182},{"source":181,"target":39},{"source":40,"target":0},{"source":40,"target":183},{"source":40,"target":184},{"source":40,"target":185},{"source":40,"target":186},{"source":183,"target":187},{"source":183,"target":40},{"source":184,"target":188},{"source":184,"target":40},{"source":185,"target":41},{"source":185,"target":189},{"source":185,"target":40},{"source":189,"target":41},{"source":186,"target":42},{"source":186,"target":190},{"source":186,"target":40},{"source":190,"target":42},{"source":41,"target":0},{"source":41,"target":191},{"source":191,"target":192},{"source":191,"target":41},{"source":42,"target":0},{"source":42,"target":193},{"source":193,"target":194},{"source":193,"target":42},{"source":43,"target":0},{"source":43,"target":195},{"source":195,"target":196},{"source":195,"target":43},{"source":44,"target":0},{"source":44,"target":197},{"source":197,"target":198},{"source":197,"target":44},{"source":45,"target":0},{"source":45,"target":199},{"source":199,"target":200},{"source":199,"target":45},{"source":46,"target":0},{"source":46,"target":201},{"source":201,"target":202},{"source":201,"target":46},{"source":47,"target":0},{"source":47,"target":203},{"source":47,"target":204},{"source":47,"target":205},{"source":47,"target":206},{"source":203,"target":207},{"source":203,"target":47},{"source":204,"target":208},{"source":204,"target":47},{"source":205,"target":48},{"source":205,"target":209},{"source":205,"target":47},{"source":209,"target":48},{"source":206,"target":49},{"source":206,"target":210},{"source":206,"target":47},{"source":210,"target":49},{"source":48,"target":0},{"source":48,"target":211},{"source":211,"target":50},{"source":211,"target":212},{"source":211,"target":48},{"source":212,"target":50},{"source":49,"target":0},{"source":49,"target":213},{"source":213,"target":50},{"source":213,"target":214},{"source":213,"target":49},{"source":214,"target":50},{"source":50,"target":0},{"source":50,"target":215},{"source":215,"target":216},{"source":215,"target":50},{"source":51,"target":0},{"source":51,"target":217},{"source":51,"target":218},{"source":217,"target":219},{"source":217,"target":51},{"source":218,"target":52},{"source":218,"target":220},{"source":218,"target":51},{"source":220,"target":52},{"source":52,"target":0},{"source":52,"target":221},{"source":221,"target":222},{"source":221,"target":52},{"source":53,"target":0},{"source":53,"target":223},{"source":53,"target":224},{"source":223,"target":225},{"source":223,"target":53},{"source":224,"target":54},{"source":224,"target":226},{"source":224,"target":53},{"source":226,"target":54},{"source":54,"target":0},{"source":54,"target":227},{"source":227,"target":55},{"source":227,"target":228},{"source":227,"target":54},{"source":228,"target":55},{"source":55,"target":0},{"source":55,"target":229},{"source":229,"target":230},{"source":229,"target":55},{"source":56,"target":0},{"source":56,"target":231},{"source":56,"target":232},{"source":231,"target":57},{"source":231,"target":233},{"source":231,"target":56},{"source":233,"target":57},{"source":232,"target":63},{"source":232,"target":234},{"source":232,"target":56},{"source":234,"target":63},{"source":57,"target":0},{"source":57,"target":235},{"source":235,"target":58},{"source":235,"target":236},{"source":235,"target":57},{"source":236,"target":58},{"source":58,"target":0},{"source":58,"target":237},{"source":58,"target":238},{"source":237,"target":239},{"source":237,"target":58},{"source":238,"target":59},{"source":238,"target":240},{"source":238,"target":58},{"source":240,"target":59},{"source":59,"target":0},{"source":59,"target":241},{"source":241,"target":60},{"source":241,"target":242},{"source":241,"target":59},{"source":242,"target":60},{"source":60,"target":0},{"source":60,"target":243},{"source":243,"target":244},{"source":243,"target":60},{"source":61,"target":0},{"source":61,"target":245},{"source":245,"target":246},{"source":245,"target":61},{"source":62,"target":0},{"source":62,"target":247},{"source":247,"target":248},{"source":247,"target":62},{"source":63,"target":0},{"source":63,"target":249},{"source":63,"target":250},{"source":249,"target":251},{"source":249,"target":63},{"source":250,"target":64},{"source":250,"target":252},{"source":250,"target":63},{"source":252,"target":64},{"source":64,"target":0},{"source":64,"target":253},{"source":64,"target":254},{"source":253,"target":255},{"source":253,"target":64},{"source":254,"target":256},{"source":254,"target":64},{"source":65,"target":0},{"source":65,"target":257},{"source":65,"target":258},{"source":257,"target":66},{"source":257,"target":259},{"source":257,"target":65},{"source":259,"target":66},{"source":258,"target":69},{"source":258,"target":260},{"source":258,"target":65},{"source":260,"target":69},{"source":66,"target":0},{"source":66,"target":261},{"source":66,"target":262},{"source":261,"target":263},{"source":261,"target":66},{"source":262,"target":67},{"source":262,"target":264},{"source":262,"target":66},{"source":264,"target":67},{"source":67,"target":0},{"source":67,"target":265},{"source":67,"target":266},{"source":265,"target":267},{"source":265,"target":67},{"source":266,"target":68},{"source":266,"target":268},{"source":266,"target":67},{"source":268,"target":68},{"source":68,"target":0},{"source":68,"target":269},{"source":68,"target":270},{"source":269,"target":271},{"source":269,"target":68},{"source":270,"target":71},{"source":270,"target":272},{"source":270,"target":68},{"source":272,"target":71},{"source":69,"target":0},{"source":69,"target":273},{"source":69,"target":274},{"source":273,"target":275},{"source":273,"target":69},{"source":274,"target":70},{"source":274,"target":276},{"source":274,"target":69},{"source":276,"target":70},{"source":70,"target":0},{"source":70,"target":277},{"source":70,"target":278},{"source":277,"target":279},{"source":277,"target":70},{"source":278,"target":71},{"source":278,"target":280},{"source":278,"target":70},{"source":280,"target":71},{"source":71,"target":0},{"source":71,"target":281},{"source":281,"target":282},{"source":281,"target":71},{"source":72,"target":0},{"source":72,"target":283},{"source":72,"target":284},{"source":72,"target":285},{"source":283,"target":286},{"source":283,"target":72},{"source":284,"target":287},{"source":284,"target":72},{"source":285,"target":288},{"source":285,"target":72},{"source":73,"target":0},{"source":73,"target":289},{"source":289,"target":290},{"source":289,"target":73},{"source":74,"target":0},{"source":74,"target":291},{"source":74,"target":292},{"source":291,"target":293},{"source":291,"target":74},{"source":292,"target":294},{"source":292,"target":74},{"source":75,"target":0},{"source":75,"target":295},{"source":295,"target":296},{"source":295,"target":75},{"source":76,"target":0},{"source":76,"target":297},{"source":76,"target":298},{"source":297,"target":299},{"source":297,"target":76},{"source":298,"target":300},{"source":298,"target":76},{"source":77,"target":0},{"source":77,"target":301},{"source":301,"target":302},{"source":301,"target":77},{"source":78,"target":0},{"source":78,"target":303},{"source":303,"target":79},{"source":303,"target":304},{"source":303,"target":78},{"source":304,"target":79},{"source":79,"target":0},{"source":79,"target":305},{"source":305,"target":81},{"source":305,"target":306},{"source":305,"target":79},{"source":306,"target":81},{"source":80,"target":0},{"source":80,"target":307},{"source":307,"target":308},{"source":307,"target":80},{"source":81,"target":0},{"source":81,"target":309},{"source":81,"target":310},{"source":309,"target":80},{"source":309,"target":311},{"source":309,"target":81},{"source":311,"target":80},{"source":310,"target":312},{"source":310,"target":81},{"source":82,"target":0},{"source":82,"target":313},{"source":313,"target":83},{"source":313,"target":314},{"source":313,"target":82},{"source":314,"target":83},{"source":83,"target":0},{"source":83,"target":315},{"source":315,"target":316},{"source":315,"target":83},{"source":84,"target":0},{"source":84,"target":317},{"source":317,"target":85},{"source":317,"target":318},{"source":317,"target":84},{"source":318,"target":85},{"source":85,"target":0},{"source":85,"target":319},{"source":319,"target":320},{"source":319,"target":85},{"source":86,"target":0},{"source":86,"target":321},{"source":321,"target":322},{"source":321,"target":86},{"source":87,"target":0},{"source":87,"target":323},{"source":323,"target":324},{"source":323,"target":87},{"source":88,"target":0},{"source":88,"target":325},{"source":325,"target":326},{"source":325,"target":88}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/lolybc88/LinTra/atl2JavaSimpl/JavaSimplified.ecore
javasimplified VisibilityKind public public private private protected protected none none NamedElement name Method class visibility params returnType modifier statements Variable type class modifier name Parameter type Comment class Class variables comments superClass methods imports isAbstract modifier implements Package ownedElems package Model packs Type PrimitiveType ImportDeclaration importedElement Modifier visibility isStatic isVolatile isSynchronized isFinal Interface Statement ForStatement body expression updaters initializers IfStatement expression body else WhileStatement body expression TryStatement body catchClauses ThrowStatement expression ReturnStatement expression Expression Assignment leftHandSide rightHandSide BooleanLiteral value ExpressionStatement expression CatchStatment body exception Block statements CastExpression expression type ThisExpression type VariableAccess variable expression StringLiteral value NumberLiteral value NullLiteral ClassInstanceCreation expression type InstanceOfExpression leftOperand rightOperand ArrayAccess array index ArrayCreation dimensions type initializars
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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="http://javasimplified" nsPrefix="javas"> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="public"/> <eLiterals name="private" value="1"/> <eLiterals name="protected" value="2"/> <eLiterals name="none" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" eType="#//Modifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="class" eType="#//Class" eOpposite="#//Class/variables"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" eType="#//Modifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" lowerBound="1" eType="#//Class" eOpposite="#//Class/comments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true" eOpposite="#//Variable/class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true" eOpposite="#//Comment/class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//Method" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//ImportDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" eType="#//Modifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implements" upperBound="-1" eType="#//Interface" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElems" upperBound="-1" eType="#//Class" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="packs" upperBound="-1" eType="#//Package" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="ImportDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" lowerBound="1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isVolatile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSynchronized" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isFinal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updaters" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializers" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClauses" upperBound="-1" eType="#//CatchStatment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" lowerBound="1" eType="#//Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" lowerBound="1" eType="#//Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" 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="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatchStatment" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" lowerBound="1" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" 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="NumberLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceOfExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" lowerBound="1" eType="#//Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" lowerBound="1" eType="#//Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayCreation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1" eType="#//Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializars" upperBound="-1" eType="#//Expression"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"javas","nsURI":"http://javasimplified","name":"javasimplified","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"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":"Method","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportDeclaration","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchStatment","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"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":"VariableAccess","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOfExpression","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayCreation","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"name":"public","id":38,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":39,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":40,"value":2,"literal":"protected","eClass":"EEnumLiteral"},{"name":"none","id":41,"value":3,"literal":"none","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"visibility","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":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnType","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":"modifier","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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":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":57,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","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":"modifier","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":"name","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","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":"superClass","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":"methods","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":"imports","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":"isAbstract","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":"modifier","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":"implements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"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":"ownedElems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packs","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"id":99,"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":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStatic","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVolatile","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSynchronized","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":"isFinal","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"},{"container":false,"ordered":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":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"updaters","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":"initializers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":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":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"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":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":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":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"catchClauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"leftHandSide","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":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"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":148,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":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":198,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":1,"target":0},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":38,"target":1},{"source":39,"target":1},{"source":40,"target":1},{"source":41,"target":1},{"source":2,"target":0},{"source":2,"target":42},{"source":42,"target":43},{"source":42,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"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":44,"target":7},{"source":44,"target":51},{"source":44,"target":3},{"source":51,"target":7},{"source":45,"target":1},{"source":45,"target":52},{"source":45,"target":3},{"source":52,"target":1},{"source":46,"target":5},{"source":46,"target":53},{"source":46,"target":3},{"source":53,"target":5},{"source":47,"target":10},{"source":47,"target":54},{"source":47,"target":3},{"source":54,"target":10},{"source":48,"target":13},{"source":48,"target":55},{"source":48,"target":3},{"source":55,"target":13},{"source":49,"target":15},{"source":49,"target":56},{"source":49,"target":3},{"source":56,"target":15},{"source":50,"target":2},{"source":4,"target":0},{"source":4,"target":15},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":57,"target":10},{"source":57,"target":62},{"source":57,"target":4},{"source":62,"target":10},{"source":58,"target":7},{"source":58,"target":63},{"source":58,"target":4},{"source":58,"target":64},{"source":63,"target":7},{"source":59,"target":13},{"source":59,"target":65},{"source":59,"target":4},{"source":65,"target":13},{"source":60,"target":66},{"source":60,"target":4},{"source":61,"target":15},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":67},{"source":5,"target":68},{"source":67,"target":10},{"source":67,"target":69},{"source":67,"target":5},{"source":69,"target":10},{"source":68,"target":2},{"source":6,"target":0},{"source":6,"target":70},{"source":70,"target":7},{"source":70,"target":71},{"source":70,"target":6},{"source":70,"target":72},{"source":71,"target":7},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":64},{"source":7,"target":72},{"source":7,"target":73},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":64,"target":4},{"source":64,"target":80},{"source":64,"target":7},{"source":64,"target":58},{"source":80,"target":4},{"source":72,"target":6},{"source":72,"target":81},{"source":72,"target":7},{"source":72,"target":70},{"source":81,"target":6},{"source":73,"target":7},{"source":73,"target":82},{"source":73,"target":7},{"source":82,"target":7},{"source":74,"target":3},{"source":74,"target":83},{"source":74,"target":7},{"source":83,"target":3},{"source":75,"target":12},{"source":75,"target":84},{"source":75,"target":7},{"source":84,"target":12},{"source":76,"target":85},{"source":76,"target":7},{"source":77,"target":13},{"source":77,"target":86},{"source":77,"target":7},{"source":86,"target":13},{"source":78,"target":14},{"source":78,"target":87},{"source":78,"target":7},{"source":87,"target":14},{"source":79,"target":10},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":88},{"source":8,"target":89},{"source":8,"target":90},{"source":88,"target":7},{"source":88,"target":91},{"source":88,"target":8},{"source":91,"target":7},{"source":89,"target":8},{"source":89,"target":92},{"source":89,"target":8},{"source":92,"target":8},{"source":90,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":93},{"source":9,"target":94},{"source":93,"target":8},{"source":93,"target":95},{"source":93,"target":9},{"source":95,"target":8},{"source":94,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":96},{"source":96,"target":2},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":97},{"source":97,"target":10},{"source":12,"target":0},{"source":12,"target":98},{"source":98,"target":2},{"source":98,"target":99},{"source":98,"target":12},{"source":99,"target":2},{"source":13,"target":0},{"source":13,"target":100},{"source":13,"target":101},{"source":13,"target":102},{"source":13,"target":103},{"source":13,"target":104},{"source":100,"target":1},{"source":100,"target":105},{"source":100,"target":13},{"source":105,"target":1},{"source":101,"target":106},{"source":101,"target":13},{"source":102,"target":107},{"source":102,"target":13},{"source":103,"target":108},{"source":103,"target":13},{"source":104,"target":109},{"source":104,"target":13},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":110},{"source":110,"target":10},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":111},{"source":16,"target":112},{"source":16,"target":113},{"source":16,"target":114},{"source":16,"target":115},{"source":111,"target":15},{"source":111,"target":116},{"source":111,"target":16},{"source":116,"target":15},{"source":112,"target":22},{"source":112,"target":117},{"source":112,"target":16},{"source":117,"target":22},{"source":113,"target":22},{"source":113,"target":118},{"source":113,"target":16},{"source":118,"target":22},{"source":114,"target":22},{"source":114,"target":119},{"source":114,"target":16},{"source":119,"target":22},{"source":115,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":120},{"source":17,"target":121},{"source":17,"target":122},{"source":17,"target":123},{"source":120,"target":22},{"source":120,"target":124},{"source":120,"target":17},{"source":124,"target":22},{"source":121,"target":15},{"source":121,"target":125},{"source":121,"target":17},{"source":125,"target":15},{"source":122,"target":15},{"source":122,"target":126},{"source":122,"target":17},{"source":126,"target":15},{"source":123,"target":15},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":127},{"source":18,"target":128},{"source":18,"target":129},{"source":127,"target":15},{"source":127,"target":130},{"source":127,"target":18},{"source":130,"target":15},{"source":128,"target":22},{"source":128,"target":131},{"source":128,"target":18},{"source":131,"target":22},{"source":129,"target":15},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":132},{"source":19,"target":133},{"source":19,"target":134},{"source":132,"target":15},{"source":132,"target":135},{"source":132,"target":19},{"source":135,"target":15},{"source":133,"target":26},{"source":133,"target":136},{"source":133,"target":19},{"source":136,"target":26},{"source":134,"target":15},{"source":20,"target":0},{"source":20,"target":15},{"source":20,"target":137},{"source":20,"target":138},{"source":137,"target":22},{"source":137,"target":139},{"source":137,"target":20},{"source":139,"target":22},{"source":138,"target":15},{"source":21,"target":0},{"source":21,"target":15},{"source":21,"target":140},{"source":21,"target":141},{"source":140,"target":22},{"source":140,"target":142},{"source":140,"target":21},{"source":142,"target":22},{"source":141,"target":15},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":143},{"source":23,"target":144},{"source":23,"target":145},{"source":143,"target":22},{"source":143,"target":146},{"source":143,"target":23},{"source":146,"target":22},{"source":144,"target":22},{"source":144,"target":147},{"source":144,"target":23},{"source":147,"target":22},{"source":145,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":148},{"source":24,"target":149},{"source":148,"target":150},{"source":148,"target":24},{"source":149,"target":22},{"source":25,"target":0},{"source":25,"target":15},{"source":25,"target":151},{"source":25,"target":152},{"source":151,"target":22},{"source":151,"target":153},{"source":151,"target":25},{"source":153,"target":22},{"source":152,"target":15},{"source":26,"target":0},{"source":26,"target":15},{"source":26,"target":154},{"source":26,"target":155},{"source":26,"target":156},{"source":154,"target":15},{"source":154,"target":157},{"source":154,"target":26},{"source":157,"target":15},{"source":155,"target":5},{"source":155,"target":158},{"source":155,"target":26},{"source":158,"target":5},{"source":156,"target":15},{"source":27,"target":0},{"source":27,"target":15},{"source":27,"target":159},{"source":27,"target":160},{"source":159,"target":15},{"source":159,"target":161},{"source":159,"target":27},{"source":161,"target":15},{"source":160,"target":15},{"source":28,"target":0},{"source":28,"target":22},{"source":28,"target":162},{"source":28,"target":163},{"source":28,"target":164},{"source":162,"target":22},{"source":162,"target":165},{"source":162,"target":28},{"source":165,"target":22},{"source":163,"target":10},{"source":163,"target":166},{"source":163,"target":28},{"source":166,"target":10},{"source":164,"target":22},{"source":29,"target":0},{"source":29,"target":22},{"source":29,"target":167},{"source":29,"target":168},{"source":167,"target":10},{"source":167,"target":169},{"source":167,"target":29},{"source":169,"target":10},{"source":168,"target":22},{"source":30,"target":0},{"source":30,"target":22},{"source":30,"target":170},{"source":30,"target":171},{"source":30,"target":172},{"source":170,"target":4},{"source":170,"target":173},{"source":170,"target":30},{"source":173,"target":4},{"source":171,"target":22},{"source":171,"target":174},{"source":171,"target":30},{"source":174,"target":22},{"source":172,"target":22},{"source":31,"target":0},{"source":31,"target":22},{"source":31,"target":175},{"source":31,"target":176},{"source":175,"target":177},{"source":175,"target":31},{"source":176,"target":22},{"source":32,"target":0},{"source":32,"target":22},{"source":32,"target":178},{"source":32,"target":179},{"source":178,"target":180},{"source":178,"target":32},{"source":179,"target":22},{"source":33,"target":0},{"source":33,"target":22},{"source":33,"target":181},{"source":181,"target":22},{"source":34,"target":0},{"source":34,"target":22},{"source":34,"target":182},{"source":34,"target":183},{"source":34,"target":184},{"source":182,"target":22},{"source":182,"target":185},{"source":182,"target":34},{"source":185,"target":22},{"source":183,"target":10},{"source":183,"target":186},{"source":183,"target":34},{"source":186,"target":10},{"source":184,"target":22},{"source":35,"target":0},{"source":35,"target":22},{"source":35,"target":187},{"source":35,"target":188},{"source":35,"target":189},{"source":187,"target":22},{"source":187,"target":190},{"source":187,"target":35},{"source":190,"target":22},{"source":188,"target":10},{"source":188,"target":191},{"source":188,"target":35},{"source":191,"target":10},{"source":189,"target":22},{"source":36,"target":0},{"source":36,"target":22},{"source":36,"target":192},{"source":36,"target":193},{"source":36,"target":194},{"source":192,"target":22},{"source":192,"target":195},{"source":192,"target":36},{"source":195,"target":22},{"source":193,"target":22},{"source":193,"target":196},{"source":193,"target":36},{"source":196,"target":22},{"source":194,"target":22},{"source":37,"target":0},{"source":37,"target":22},{"source":37,"target":197},{"source":37,"target":198},{"source":37,"target":199},{"source":37,"target":200},{"source":197,"target":22},{"source":197,"target":201},{"source":197,"target":37},{"source":201,"target":22},{"source":198,"target":10},{"source":198,"target":202},{"source":198,"target":37},{"source":202,"target":10},{"source":199,"target":22},{"source":199,"target":203},{"source":199,"target":37},{"source":203,"target":22},{"source":200,"target":22}],"multigraph":true}
ecore
robots
repo-ecore-all/data/pedrorleonardo/teseVisualino/eclipse project/imported/org.eclipse.epsilon.examples.standalone/src/org/eclipse/epsilon/examples/standalone/models/farrusco.ecore
farrusco Robot nodes actionChild child next Name Node Child source target Next source target ActionChild source target Behavior Name Prior Paralell Sequential StateOverride succ_policy fail_policy runn_policy Action name Condition IRdist distancia how_sucess RightBumper LeftBumper Wait time Actuate Motors MotorLeft 255 MotorRight 255 ServoRange min max inc LED on_off
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="farrusco" nsURI="http://farrusco/1.0" nsPrefix="farrusco"> <eAnnotations source="gmf"> <details key="farr" value="usco"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Robot"> <eAnnotations source="gmf.diagram"> <details key="farr" value="usco"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionChild" upperBound="-1" eType="#//ActionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="child" upperBound="-1" eType="#//Child" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" upperBound="-1" eType="#//Next" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node"/> <eClassifiers xsi:type="ecore:EClass" name="Child"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> <details key="style" value="dot"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="#//Behavior"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Next"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> <details key="target.decoration" value="arrow"/> <details key="style" value="dot"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionChild"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> <details key="style" value="dot"/> <details key="width" value="2"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Behavior"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="#//Action"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Behavior" abstract="true" eSuperTypes="#//Node"> <eAnnotations source="gmf.node"> <details key="figure" value="rounded"/> <details key="resizable" value="false"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="gmf.label"> <details key="label" value="Name"/> <details key="label.text" value="controlo"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Prior" eSuperTypes="#//Behavior"> <eAnnotations source="gmf.node"> <details key="label" value="Name"/> <details key="label.readOnly" value="true"/> <details key="tool.name" value="Prioridade"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paralell" eSuperTypes="#//Behavior"> <eAnnotations source="gmf.node"> <details key="label" value="Name"/> <details key="label.readOnly" value="true"/> <details key="tool.name" value="Paralelo"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequential" eSuperTypes="#//Behavior"> <eAnnotations source="gmf.node"> <details key="label" value="Name"/> <details key="label.readOnly" value="true"/> <details key="tool.name" value="Sequencia"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateOverride" eSuperTypes="#//Behavior"> <eAnnotations source="gmf.node"> <details key="label" value="Name"/> <details key="label.readOnly" value="true"/> <details key="tool.name" value="Mudanca de Estado"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="succ_policy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"> <details key="label.text" value="0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fail_policy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"> <details key="label.text" value="0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="runn_policy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"> <details key="label.text" value="0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" eSuperTypes="#//Node"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="figure" value="rectangle"/> <details key="resizable" value="false"/> <details key="label.readOnly" value="true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" abstract="true" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="IRdist" eSuperTypes="#//Condition"> <eAnnotations source="gmf.node"> <details key="label.text" value="255, 255"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distancia" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"> <details key="label.text" value="10"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="how_sucess" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="gmf.label"> <details key="label.text" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RightBumper" eSuperTypes="#//Condition"> <eAnnotations source="gmf.node"> <details key="label.text" value="BumperDireito"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LeftBumper" eSuperTypes="#//Condition"> <eAnnotations source="gmf.node"> <details key="label.text" value="BumperEsquerdo"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Wait" eSuperTypes="#//Condition"> <eAnnotations source="gmf.node"> <details key="label.text" value="Wait"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"> <details key="label.text" value="500"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Actuate" abstract="true" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Motors" eSuperTypes="#//Actuate"> <eAnnotations source="gmf.node"> <details key="label.text" value="255, 255"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="MotorLeft" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="255"> <eAnnotations source="gmf.label"> <details key="label.text" value="255"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="MotorRight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="255"> <eAnnotations source="gmf.label"> <details key="label.text" value="255"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServoRange" eSuperTypes="#//Actuate"> <eAnnotations source="gmf.node"> <details key="label.text" value="Servo"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"> <details key="label.text" value="0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"> <details key="label.text" value="160"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="gmf.label"> <details key="label.text" value="10"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LED" eSuperTypes="#//Actuate"> <eAnnotations source="gmf.node"> <details key="label.text" value="LED"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="on_off" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="gmf.label"> <details key="label.text" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"farrusco","nsURI":"http://farrusco/1.0","name":"farrusco","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Robot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Child","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Next","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionChild","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prior","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paralell","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequential","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateOverride","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IRdist","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightBumper","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftBumper","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wait","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actuate","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Motors","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServoRange","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LED","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionChild","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"succ_policy","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fail_policy","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"runn_policy","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distancia","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"how_sucess","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":255,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"255","unsettable":false,"transient":false,"unique":true,"name":"MotorLeft","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":255,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"255","unsettable":false,"transient":false,"unique":true,"name":"MotorRight","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inc","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"on_off","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":21,"target":2},{"source":21,"target":26},{"source":21,"target":1},{"source":26,"target":2},{"source":22,"target":5},{"source":22,"target":27},{"source":22,"target":1},{"source":27,"target":5},{"source":23,"target":3},{"source":23,"target":28},{"source":23,"target":1},{"source":28,"target":3},{"source":24,"target":4},{"source":24,"target":29},{"source":24,"target":1},{"source":29,"target":4},{"source":25,"target":30},{"source":25,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":31,"target":6},{"source":31,"target":33},{"source":31,"target":3},{"source":33,"target":6},{"source":32,"target":6},{"source":32,"target":34},{"source":32,"target":3},{"source":34,"target":6},{"source":4,"target":0},{"source":4,"target":35},{"source":4,"target":36},{"source":35,"target":2},{"source":35,"target":37},{"source":35,"target":4},{"source":37,"target":2},{"source":36,"target":2},{"source":36,"target":38},{"source":36,"target":4},{"source":38,"target":2},{"source":5,"target":0},{"source":5,"target":39},{"source":5,"target":40},{"source":39,"target":6},{"source":39,"target":41},{"source":39,"target":5},{"source":41,"target":6},{"source":40,"target":11},{"source":40,"target":42},{"source":40,"target":5},{"source":42,"target":11},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":43},{"source":6,"target":44},{"source":43,"target":45},{"source":43,"target":6},{"source":44,"target":2},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":46},{"source":46,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":47},{"source":47,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":48},{"source":48,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":49},{"source":10,"target":50},{"source":10,"target":51},{"source":10,"target":52},{"source":49,"target":53},{"source":49,"target":10},{"source":50,"target":54},{"source":50,"target":10},{"source":51,"target":55},{"source":51,"target":10},{"source":52,"target":6},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":56},{"source":11,"target":57},{"source":56,"target":58},{"source":56,"target":11},{"source":57,"target":2},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":59},{"source":59,"target":11},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":60},{"source":13,"target":61},{"source":13,"target":62},{"source":60,"target":63},{"source":60,"target":13},{"source":61,"target":64},{"source":61,"target":13},{"source":62,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":65},{"source":65,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":66},{"source":66,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":67},{"source":16,"target":68},{"source":67,"target":69},{"source":67,"target":16},{"source":68,"target":12},{"source":17,"target":0},{"source":17,"target":11},{"source":17,"target":70},{"source":70,"target":11},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":71},{"source":18,"target":72},{"source":18,"target":73},{"source":71,"target":74},{"source":71,"target":18},{"source":72,"target":75},{"source":72,"target":18},{"source":73,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":76},{"source":19,"target":77},{"source":19,"target":78},{"source":19,"target":79},{"source":76,"target":80},{"source":76,"target":19},{"source":77,"target":81},{"source":77,"target":19},{"source":78,"target":82},{"source":78,"target":19},{"source":79,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":83},{"source":20,"target":84},{"source":83,"target":85},{"source":83,"target":20},{"source":84,"target":17}],"multigraph":true}
ecore
gui
repo-ecore-all/data/paetti1988/qmate/MATE/org.tud.inf.st.mbt.emf/model/guigraph.ecore
guigraph GuiGraph arcs nodes invariant invariantText true Page Widget children image Form Transition rate 1 faultImpact 1 faultProbability 1 terminates timeMin 0 timeMax -1 timingType DelayUntilStart GuiGraphNode NoWidgetNode Place initialTokens 0 ConditionActionTransition applicationCondition actions applicationConditionText actionsText TimerTransition duration 1 consumer Arc source target StandardArc weight 1 InhibitorArc PageTransition page TimingType DelayUntilStart DelayUntilStart Interval Interval
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="guigraph" nsURI="http://st.inf.tud.org/mbt/guigraph" nsPrefix="gg"> <eClassifiers xsi:type="ecore:EClass" name="GuiGraph" eSuperTypes="mbt.ecore#//core/AbstractModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1" eType="#//Arc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//GuiGraphNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="invariant" eType="ecore:EClass mbt.ecore#//rules/Predicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="invariantText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page" eSuperTypes="#//GuiGraph"/> <eClassifiers xsi:type="ecore:EClass" name="Widget" eSuperTypes="mbt.ecore#//core/AbstractModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Widget" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="image" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Form" eSuperTypes="#//Widget #//Place"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" abstract="true" eSuperTypes="#//GuiGraphNode mbt.ecore#//rules/IRealTimeConsumer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="faultImpact" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="faultProbability" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="terminates" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeMin" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeMax" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timingType" lowerBound="1" eType="#//TimingType" defaultValueLiteral="DelayUntilStart"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GuiGraphNode" abstract="true" interface="true" eSuperTypes="mbt.ecore#//core/AbstractModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="NoWidgetNode" eSuperTypes="#//Place"/> <eClassifiers xsi:type="ecore:EClass" name="Place" abstract="true" eSuperTypes="#//GuiGraphNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialTokens" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionActionTransition" eSuperTypes="#//Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="applicationCondition" lowerBound="1" eType="ecore:EClass mbt.ecore#//rules/Predicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" eType="ecore:EClass actions.ecore#//PreGenerationSequence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applicationConditionText" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionsText" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimerTransition" eSuperTypes="#//Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="consumer" lowerBound="1" eType="ecore:EClass mbt.ecore#//rules/ITimeConsumer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc" abstract="true" eSuperTypes="mbt.ecore#//core/AbstractModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//GuiGraphNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//GuiGraphNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StandardArc" eSuperTypes="#//Arc"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InhibitorArc" eSuperTypes="#//Arc"/> <eClassifiers xsi:type="ecore:EClass" name="PageTransition" eSuperTypes="#//Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="page" lowerBound="1" eType="#//Page"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TimingType"> <eLiterals name="DelayUntilStart"/> <eLiterals name="Interval" value="1"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"gg","nsURI":"http://st.inf.tud.org/mbt/guigraph","name":"guigraph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuiGraph","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuiGraphNode","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoWidgetNode","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionActionTransition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimerTransition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StandardArc","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InhibitorArc","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageTransition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimingType","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcs","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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invariant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"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":"invariantText","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"lowerBound":1,"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":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"rate","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"faultImpact","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"faultProbability","changeable":true,"lowerBound":1,"iD":false,"id":35,"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":"terminates","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":"0","unsettable":false,"transient":false,"unique":true,"name":"timeMin","changeable":true,"lowerBound":1,"iD":false,"id":37,"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":"timeMax","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"DelayUntilStart","unsettable":false,"transient":false,"unique":true,"name":"timingType","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"initialTokens","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"applicationCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applicationConditionText","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionsText","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"duration","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":false,"unsettable":false,"transient":false,"unique":true,"name":"consumer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"page","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"name":"DelayUntilStart","id":80,"value":0,"literal":"DelayUntilStart","eClass":"EEnumLiteral"},{"name":"Interval","id":81,"value":1,"literal":"Interval","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":16,"target":11},{"source":16,"target":21},{"source":16,"target":1},{"source":21,"target":11},{"source":17,"target":6},{"source":17,"target":22},{"source":17,"target":1},{"source":22,"target":6},{"source":18,"target":23},{"source":18,"target":1},{"source":19,"target":24},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":25},{"source":25,"target":1},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":26,"target":3},{"source":26,"target":29},{"source":26,"target":3},{"source":29,"target":3},{"source":27,"target":30},{"source":27,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":8},{"source":4,"target":31},{"source":4,"target":32},{"source":31,"target":3},{"source":32,"target":8},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":33,"target":42},{"source":33,"target":5},{"source":34,"target":43},{"source":34,"target":5},{"source":35,"target":44},{"source":35,"target":5},{"source":36,"target":45},{"source":36,"target":5},{"source":37,"target":46},{"source":37,"target":5},{"source":38,"target":47},{"source":38,"target":5},{"source":39,"target":15},{"source":39,"target":48},{"source":39,"target":5},{"source":48,"target":15},{"source":40,"target":6},{"source":6,"target":0},{"source":6,"target":49},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":50},{"source":50,"target":8},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":51},{"source":8,"target":52},{"source":51,"target":53},{"source":51,"target":8},{"source":52,"target":6},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":54},{"source":9,"target":55},{"source":9,"target":56},{"source":9,"target":57},{"source":9,"target":58},{"source":54,"target":59},{"source":54,"target":9},{"source":55,"target":60},{"source":55,"target":9},{"source":56,"target":61},{"source":56,"target":9},{"source":57,"target":62},{"source":57,"target":9},{"source":58,"target":5},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":63},{"source":10,"target":64},{"source":10,"target":65},{"source":63,"target":66},{"source":63,"target":10},{"source":64,"target":67},{"source":64,"target":10},{"source":65,"target":5},{"source":11,"target":0},{"source":11,"target":68},{"source":11,"target":69},{"source":11,"target":70},{"source":68,"target":6},{"source":68,"target":71},{"source":68,"target":11},{"source":71,"target":6},{"source":69,"target":6},{"source":69,"target":72},{"source":69,"target":11},{"source":72,"target":6},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":73},{"source":12,"target":74},{"source":73,"target":75},{"source":73,"target":12},{"source":74,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":76},{"source":76,"target":11},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":77},{"source":14,"target":78},{"source":77,"target":2},{"source":77,"target":79},{"source":77,"target":14},{"source":79,"target":2},{"source":78,"target":5},{"source":15,"target":0},{"source":15,"target":80},{"source":15,"target":81},{"source":80,"target":15},{"source":81,"target":15}],"multigraph":true}
ecore
entities
repo-ecore-all/data/ecsedigergo/BScThesis/org.example.domainmodel/model/generated/Domainmodel.ecore
domainmodel Domainmodel elements AbstractElement PackageDec name element Import importedNameSpace Type name DataType Entity superType features Feature many name type
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="domainmodel" nsURI="http://www.example.org/domainmodel/Domainmodel" nsPrefix="domainmodel"> <eClassifiers xsi:type="ecore:EClass" name="Domainmodel"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//AbstractElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractElement"/> <eClassifiers xsi:type="ecore:EClass" name="PackageDec" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" upperBound="-1" eType="#//AbstractElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNameSpace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"domainmodel","nsURI":"http://www.example.org/domainmodel/Domainmodel","name":"domainmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domainmodel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDec","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNameSpace","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":"name","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":"superType","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":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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},{"container":false,"ordered":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":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":9,"target":2},{"source":9,"target":10},{"source":9,"target":1},{"source":10,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":11},{"source":3,"target":12},{"source":3,"target":13},{"source":11,"target":14},{"source":11,"target":3},{"source":12,"target":2},{"source":12,"target":15},{"source":12,"target":3},{"source":15,"target":2},{"source":13,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":16},{"source":4,"target":17},{"source":16,"target":18},{"source":16,"target":4},{"source":17,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":19},{"source":5,"target":20},{"source":19,"target":21},{"source":19,"target":5},{"source":20,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":22},{"source":22,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":23},{"source":7,"target":24},{"source":7,"target":25},{"source":23,"target":7},{"source":23,"target":26},{"source":23,"target":7},{"source":26,"target":7},{"source":24,"target":8},{"source":24,"target":27},{"source":24,"target":7},{"source":27,"target":8},{"source":25,"target":5},{"source":8,"target":0},{"source":8,"target":28},{"source":8,"target":29},{"source":8,"target":30},{"source":28,"target":31},{"source":28,"target":8},{"source":29,"target":32},{"source":29,"target":8},{"source":30,"target":5},{"source":30,"target":33},{"source":30,"target":8},{"source":33,"target":5}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/flogaribal/ENSEEIHT/2A/GLS/Projet/fr.enseeiht.gls.projet404.games.Games2PetriNet/PetriNet.ecore
PetriNet Place nbJetons 0 Arc dbt fin arcType Arc poids 1 Transition PetriElement nom ArcType Arc Arc ReadArc ReadArc PetriNet arcs petriElements name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="PetriNet" nsURI="http://PetriNet" nsPrefix="PetriNet"> <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="Place" eSuperTypes="#//PetriElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nbJetonsPositif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="nbJetonsPositif" value="self.nbJetons >= 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nbJetons" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="poidsPositif arcCorrect"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="poidsPositif" value="self.poids > 0"/> <details key="arcCorrect" value="(self.dbt.oclIsTypeOf(Place) and self.fin.oclIsTypeOf(Transition))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;or (self.dbt.oclIsTypeOf(Transition) and self.fin.oclIsTypeOf(Place))"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dbt" lowerBound="1" eType="#//PetriElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fin" lowerBound="1" eType="#//PetriElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arcType" eType="#//ArcType" defaultValueLiteral="Arc"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="poids" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//PetriElement"/> <eClassifiers xsi:type="ecore:EClass" name="PetriElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameNotNull"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="nameNotNull" value="self.nom &lt;> '' and self.nom &lt;> null"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ArcType"> <eLiterals name="Arc"/> <eLiterals name="ReadArc" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PetriNet"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameNotNull nameForbidden nameDifferentArc nameDifferentPetriElement"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="nameNotNull" value="self.name &lt;> '' and self.name &lt;> null"/> <details key="nameForbidden" value="name &lt;> 'PetriNet'"/> <details key="nameDifferentArc" value="self->select(arc | arc.oclIsTypeOf(Arc))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->forAll(i,j|i&lt;>j implies i.name &lt;> j.name)"/> <details key="nameDifferentPetriElement" value="self->select(pe | pe.oclIsTypeOf(PetriElement))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;->forAll(i,j|i&lt;>j implies i.name &lt;> j.name)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1" eType="#//Arc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="petriElements" upperBound="-1" eType="#//PetriElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"PetriNet","nsURI":"http://PetriNet","name":"PetriNet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArcType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"nbJetons","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dbt","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":"fin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Arc","unsettable":false,"transient":false,"unique":true,"name":"arcType","changeable":true,"lowerBound":0,"iD":false,"id":12,"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":"poids","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nom","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"name":"Arc","id":21,"value":0,"literal":"Arc","eClass":"EEnumLiteral"},{"name":"ReadArc","id":22,"value":1,"literal":"ReadArc","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":"arcs","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":"petriElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"}],"links":[{"source":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":7,"target":9},{"source":7,"target":1},{"source":8,"target":4},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":10,"target":4},{"source":10,"target":14},{"source":10,"target":2},{"source":14,"target":4},{"source":11,"target":4},{"source":11,"target":15},{"source":11,"target":2},{"source":15,"target":4},{"source":12,"target":5},{"source":12,"target":16},{"source":12,"target":2},{"source":16,"target":5},{"source":13,"target":17},{"source":13,"target":2},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":18},{"source":18,"target":4},{"source":4,"target":0},{"source":4,"target":19},{"source":19,"target":20},{"source":19,"target":4},{"source":5,"target":0},{"source":5,"target":21},{"source":5,"target":22},{"source":21,"target":5},{"source":22,"target":5},{"source":6,"target":0},{"source":6,"target":23},{"source":6,"target":24},{"source":6,"target":25},{"source":23,"target":2},{"source":23,"target":26},{"source":23,"target":6},{"source":26,"target":2},{"source":24,"target":4},{"source":24,"target":27},{"source":24,"target":6},{"source":27,"target":4},{"source":25,"target":28},{"source":25,"target":6}],"multigraph":true}
ecore
simple-pl
repo-ecore-all/data/diverse-project/melange-examples/MiniFSM/languageProjects/fr.inria.diverse.minilang/model/minilang.ecore
minilang IntExpression Integer value Boolean value IntOperation right left Equal Greater GreaterOrEqual Less LessOrEqual Not expression Or And Plus Minus Multiply Divide IntComparison right left BooleanExpression BooleanOperation left right BooleanVariableRef IntVariableRef VariableRef name Statement BooleanAssignment variable value IntAssignment variable value PrintVar value PrintStr value Block statement If condition then else While condition body
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="minilang" nsURI="http://minilang/" nsPrefix="minilang"> <eClassifiers xsi:type="ecore:EClass" name="IntExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Integer" eSuperTypes="//IntExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Boolean" eSuperTypes="//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntOperation" eSuperTypes="//IntExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="//IntExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="//IntExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="//IntComparison"/> <eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="//IntComparison"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterOrEqual" eSuperTypes="//IntComparison"/> <eClassifiers xsi:type="ecore:EClass" name="Less" eSuperTypes="//IntComparison"/> <eClassifiers xsi:type="ecore:EClass" name="LessOrEqual" eSuperTypes="//IntComparison"/> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="//BooleanExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="//BooleanOperation"/> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="//BooleanOperation"/> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="//IntOperation"/> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="//IntOperation"/> <eClassifiers xsi:type="ecore:EClass" name="Multiply" eSuperTypes="//IntOperation"/> <eClassifiers xsi:type="ecore:EClass" name="Divide" eSuperTypes="//IntOperation"/> <eClassifiers xsi:type="ecore:EClass" name="IntComparison" abstract="true" eSuperTypes="//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="//IntExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="//IntExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanOperation" eSuperTypes="//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="//BooleanExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanVariableRef" eSuperTypes="//VariableRef //BooleanExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IntVariableRef" eSuperTypes="//VariableRef //IntExpression"/> <eClassifiers xsi:type="ecore:EClass" name="VariableRef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanAssignment" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="//BooleanVariableRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="//BooleanExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntAssignment" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="//IntVariableRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="//IntExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrintVar" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrintStr" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" upperBound="-1" eType="//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="//Block"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"minilang","nsURI":"http://minilang/","name":"minilang","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntExpression","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntOperation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterOrEqual","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Less","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessOrEqual","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiply","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Divide","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntComparison","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanOperation","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanVariableRef","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntVariableRef","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableRef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanAssignment","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntAssignment","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintVar","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintStr","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":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":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"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},{"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"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":82,"derived":false},{"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"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":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":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":2,"target":0},{"source":2,"target":1},{"source":2,"target":31},{"source":2,"target":32},{"source":31,"target":33},{"source":31,"target":2},{"source":32,"target":1},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":34},{"source":3,"target":35},{"source":34,"target":36},{"source":34,"target":3},{"source":35,"target":18},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":37,"target":1},{"source":37,"target":40},{"source":37,"target":4},{"source":40,"target":1},{"source":38,"target":1},{"source":38,"target":41},{"source":38,"target":4},{"source":41,"target":1},{"source":39,"target":1},{"source":5,"target":0},{"source":5,"target":17},{"source":5,"target":42},{"source":42,"target":17},{"source":6,"target":0},{"source":6,"target":17},{"source":6,"target":43},{"source":43,"target":17},{"source":7,"target":0},{"source":7,"target":17},{"source":7,"target":44},{"source":44,"target":17},{"source":8,"target":0},{"source":8,"target":17},{"source":8,"target":45},{"source":45,"target":17},{"source":9,"target":0},{"source":9,"target":17},{"source":9,"target":46},{"source":46,"target":17},{"source":10,"target":0},{"source":10,"target":18},{"source":10,"target":47},{"source":10,"target":48},{"source":47,"target":18},{"source":47,"target":49},{"source":47,"target":10},{"source":49,"target":18},{"source":48,"target":18},{"source":11,"target":0},{"source":11,"target":19},{"source":11,"target":50},{"source":50,"target":19},{"source":12,"target":0},{"source":12,"target":19},{"source":12,"target":51},{"source":51,"target":19},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":52},{"source":52,"target":4},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":53},{"source":53,"target":4},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":54},{"source":54,"target":4},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":55},{"source":55,"target":4},{"source":17,"target":0},{"source":17,"target":18},{"source":17,"target":56},{"source":17,"target":57},{"source":17,"target":58},{"source":56,"target":1},{"source":56,"target":59},{"source":56,"target":17},{"source":59,"target":1},{"source":57,"target":1},{"source":57,"target":60},{"source":57,"target":17},{"source":60,"target":1},{"source":58,"target":18},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":61},{"source":19,"target":62},{"source":19,"target":63},{"source":61,"target":18},{"source":61,"target":64},{"source":61,"target":19},{"source":64,"target":18},{"source":62,"target":18},{"source":62,"target":65},{"source":62,"target":19},{"source":65,"target":18},{"source":63,"target":18},{"source":20,"target":0},{"source":20,"target":22},{"source":20,"target":18},{"source":20,"target":66},{"source":20,"target":67},{"source":66,"target":22},{"source":67,"target":18},{"source":21,"target":0},{"source":21,"target":22},{"source":21,"target":1},{"source":21,"target":68},{"source":21,"target":69},{"source":68,"target":22},{"source":69,"target":1},{"source":22,"target":0},{"source":22,"target":70},{"source":70,"target":71},{"source":70,"target":22},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":72},{"source":24,"target":73},{"source":24,"target":74},{"source":72,"target":20},{"source":72,"target":75},{"source":72,"target":24},{"source":75,"target":20},{"source":73,"target":18},{"source":73,"target":76},{"source":73,"target":24},{"source":76,"target":18},{"source":74,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":77},{"source":25,"target":78},{"source":25,"target":79},{"source":77,"target":21},{"source":77,"target":80},{"source":77,"target":25},{"source":80,"target":21},{"source":78,"target":1},{"source":78,"target":81},{"source":78,"target":25},{"source":81,"target":1},{"source":79,"target":23},{"source":26,"target":0},{"source":26,"target":23},{"source":26,"target":82},{"source":26,"target":83},{"source":82,"target":84},{"source":82,"target":26},{"source":83,"target":23},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":85},{"source":27,"target":86},{"source":85,"target":87},{"source":85,"target":27},{"source":86,"target":23},{"source":28,"target":0},{"source":28,"target":88},{"source":88,"target":23},{"source":88,"target":89},{"source":88,"target":28},{"source":89,"target":23},{"source":29,"target":0},{"source":29,"target":90},{"source":29,"target":91},{"source":29,"target":92},{"source":90,"target":18},{"source":90,"target":93},{"source":90,"target":29},{"source":93,"target":18},{"source":91,"target":28},{"source":91,"target":94},{"source":91,"target":29},{"source":94,"target":28},{"source":92,"target":28},{"source":92,"target":95},{"source":92,"target":29},{"source":95,"target":28},{"source":30,"target":0},{"source":30,"target":96},{"source":30,"target":97},{"source":96,"target":18},{"source":96,"target":98},{"source":96,"target":30},{"source":98,"target":18},{"source":97,"target":28},{"source":97,"target":99},{"source":97,"target":30},{"source":99,"target":28}],"multigraph":true}
ecore
timed-automata
repo-ecore-all/data/utwente-fmt/STARS/STARS/sense/meta/uppaal.ecore
uppaal NTA globalDeclarations template systemDeclarations int bool clock chan void core NamedElement name CommentableElement comment types Type index baseType PredefinedType type BuiltInType INT int CLOCK clock CHAN chan BOOL bool VOID void DeclaredType typeDeclaration typeDefinition TypeDefinition baseType TypeReference referredType TypeSpecification ScalarTypeSpecification sizeExpression StructTypeSpecification declaration RangeTypeSpecification bounds IntegerBounds lowerBound upperBound declarations Declarations declaration GlobalDeclarations channelPriority LocalDeclarations SystemDeclarations system progressMeasure Declaration VariableDeclaration ChannelVariableDeclaration urgent false broadcast false ClockVariableDeclaration DataVariableDeclaration prefix DataVariablePrefix NONE CONST const META meta FunctionDeclaration function Function returnType block parameter TypeDeclaration type typeDefinition Variable index container typeDefinition initializer Index ValueIndex sizeExpression TypeIndex typeDefinition VariableContainer typeDefinition variable Parameter variableDeclaration callType CALL_BY_VALUE CallType CALL_BY_VALUE CALL_BY_VALUE CALL_BY_REFERENCE CALL_BY_REFERENCE Initializer ExpressionInitializer expression ArrayInitializer initializer global ChannelPriority item ChannelPriorityItem ChannelList channelExpression DefaultChannelPriority system TemplateDeclaration declaredTemplate argument System instantiationList InstantiationList template ProgressMeasure expression templates AbstractTemplate parameter Template declarations location edge init RedefinedTemplate referredTemplate declaration Location parentTemplate invariant locationTimeKind LocationKind NORMAL NORMAL URGENT URGENT COMMITED COMMITED Edge source target parentTemplate guard update synchronization selection Synchronization channelExpression kind SynchronizationKind RECEIVE ? SEND ! Selection statements Statement Block declarations statement EmptyStatement ForLoop initialization condition iteration statement Iteration statement WhileLoop expression statement DoWhileLoop statement expression IfStatement ifExpression thenStatement elseStatement ReturnStatement returnExpression ExpressionStatement expression expressions Expression NegationExpression negatedExpression PlusExpression confirmedExpression MinusExpression invertedExpression BinaryExpression firstExpr secondExpr AssignmentExpression operator AssignmentOperator EQUAL = PLUS_EQUAL += MINUS_EQUAL -= TIMES_EQUAL *= DIVIDE_EQUAL /= MODULO_EQUAL %= BIT_AND_EQUAL &= BIT_OR_EQUAL |= BIT_LEFT_EQUAL <<= BIT_RIGHT_EQUAL >>= BIT_XOR_EQUAL ^= IdentifierExpression identifier index LiteralExpression text ArithmeticExpression operator ArithmeticOperator ADD + SUBTRACT - MULTIPLICATE * DIVIDE / MODULO % LogicalExpression operator LogicalOperator AND and OR or IMPLY imply FunctionCallExpression function argument CompareExpression operator CompareOperator EQUAL == GREATER > GREATER_OR_EQUAL >= LESS < LESS_OR_EQUAL <= UNEQUAL != ConditionExpression ifExpression thenExpression elseExpression ScopedIdentifierExpression scope identifier Quantifier EXISTENTIAL ∃ UNIVERSAL ∀ QuantificationExpression quantifier expression IncrementDecrementExpression expression position operator IncrementDecrementOperator INCREMENT ++ DECREMENT -- IncrementDecrementPosition PRE PRE POST POST BitShiftExpression operator BitShiftOperator LEFT << RIGHT >> MinMaxExpression operator MinMaxOperator MIN <? MAX >? BitwiseExpression operator BitwiseOperator AND & XOR ^ OR | visuals ColoredElement color colorCode PlanarElement position LinearElement bendPoint Point x 0 y 0 ColorKind DEFAULT Default WHITE White LIGHTGREY LightGrey DARKGREY DarkGrey BLACK Black BLUE Blue CYAN Cyan GREEN Green MAGENTA Magenta ORANGE Orange PINK Pink RED Red YELLOW Yellow SELF_DEFINED Self_Defined
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="uppaal" nsURI="http://www.fujaba.de/muml/verification/uppaal/0.4.0" nsPrefix="uppaal"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains Uppaal-specific sub-packages."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="NTA" eSuperTypes="#//core/NamedElement #//core/CommentableElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NTA"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A 'Network of Timed Automata' as basic input to Uppaal."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="MatchingIntDetails" value="(not self.int.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;((self.int.type = types::BuiltInType::INT) and (self.int.name.equalsIgnoreCase('int')))"/> <details key="MatchingBoolDetails" value="(not self.bool.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;((self.bool.type = types::BuiltInType::BOOL) and (self.bool.name.equalsIgnoreCase('bool')))"/> <details key="MatchingClockDetails" value="(not self.clock.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;((self.clock.type = types::BuiltInType::CLOCK) and (self.clock.name.equalsIgnoreCase('clock')))"/> <details key="MatchingChanDetails" value="(not self.chan.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;((self.chan.type = types::BuiltInType::CHAN) and (self.chan.name.equalsIgnoreCase('chan')))"/> <details key="MatchingVoidDetails" value="(not self.void.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;((self.void.type = types::BuiltInType::VOID) and (self.void.name.equalsIgnoreCase('void')))"/> <details key="UniqueTemplateNames" value="self.template->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="MatchingIntDetails MatchingBoolDetails MatchingClockDetails MatchingChanDetails MatchingVoidDetails UniqueTemplateNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="globalDeclarations" eType="#//declarations/GlobalDeclarations" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="globalDeclarations"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The global declarations for the NTA."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1" upperBound="-1" eType="#//templates/Template" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="template"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Timed Automata templates of the NTA."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="systemDeclarations" lowerBound="1" eType="#//declarations/SystemDeclarations" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="systemDeclarations"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The declarations of process instantiations."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="int" lowerBound="1" eType="#//types/PredefinedType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The predefined type 'int'."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bool" lowerBound="1" eType="#//types/PredefinedType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The predefined type 'bool'."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="clock" lowerBound="1" eType="#//types/PredefinedType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The predefined type 'clock'."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="chan" lowerBound="1" eType="#//types/PredefinedType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The predefined type 'chan'."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="void" lowerBound="1" eType="#//types/PredefinedType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The predefined dummy type 'void'."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eSubpackages name="core" nsURI="http://www.fujaba.de/muml/verification/uppaal/core/0.4.0" nsPrefix="core"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains abstract general purpose classes."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for named model elements."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoWhitespace" value="self.name.characters()->excludes(' ')"/> <details key="NoDigitStart" value="Set{0..9}->excludes(self.name.characters()->first())"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoWhitespace NoDigitStart"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of the model element.."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommentableElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for commentable model elements."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" 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 comment for the model element.&#xD;&#xA;\todocg{Change cardinality to 1..1?}"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="types" nsURI="http://www.fujaba.de/muml/verification/uppaal/types/0.4.0" nsPrefix="types"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides support for built-in and user-defined types."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//core/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for all types."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1" eType="#//declarations/Index" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of array indexes for the type."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baseType" eType="#//types/BuiltInType" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if self.oclIsKindOf(DeclaredType)&#xD;&#xA;then &#xD;&#xA;&#x9;if self.oclAsType(DeclaredType).typeDefinition.oclIsUndefined()&#xD;&#xA;&#x9;then null&#xD;&#xA;&#x9;else self.oclAsType(DeclaredType).typeDefinition.baseType&#xD;&#xA;&#x9;endif&#xD;&#xA;else &#xD;&#xA;&#x9;if self.oclIsKindOf(PredefinedType)&#xD;&#xA;&#x9;then self.oclAsType(PredefinedType).type&#xD;&#xA;&#x9;else null&#xD;&#xA;&#x9;endif&#xD;&#xA;endif"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PredefinedType" eSuperTypes="#//types/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="One of the predefined types 'int', 'bool', 'chan', 'clock' or 'void'."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//types/BuiltInType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Stores the concrete literal that represents the predefined type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BuiltInType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All built-in types."/> </eAnnotations> <eLiterals name="INT" literal="int"/> <eLiterals name="CLOCK" value="1" literal="clock"/> <eLiterals name="CHAN" value="2" literal="chan"/> <eLiterals name="BOOL" value="3" literal="bool"/> <eLiterals name="VOID" value="4" literal="void"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeclaredType" eSuperTypes="#//types/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A user-declared type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDeclaration" lowerBound="1" eType="#//declarations/TypeDeclaration" eOpposite="#//declarations/TypeDeclaration/type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The declaration that declares this type."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//types/TypeDefinition" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if self.typeDeclaration.oclIsUndefined()&#xD;&#xA;then null&#xD;&#xA;else self.typeDeclaration.typeDefinition&#xD;&#xA;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The definition of the declared type. Usually a type specification, but can also be a type reference to a &quot;renamed&quot; type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDefinition" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for type definitions of all typed elements. Type definitions are either references to types defined elsewhere, or in place specifications of new types."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baseType" eType="#//types/BuiltInType" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if self.oclIsKindOf(TypeReference)&#xD;&#xA;then &#xD;&#xA;&#x9;if self.oclAsType(TypeReference).referredType.oclIsUndefined()&#xD;&#xA;&#x9;then null&#xD;&#xA;&#x9;else self.oclAsType(TypeReference).referredType.baseType&#xD;&#xA;&#x9;endif&#xD;&#xA;else &#xD;&#xA;&#x9;if self.oclIsKindOf(ScalarTypeSpecification) or self.oclIsKindOf(RangeTypeSpecification)&#xD;&#xA;&#x9;then BuiltInType::INT&#xD;&#xA;&#x9;else null&#xD;&#xA;&#x9;endif&#xD;&#xA;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The built-in base type this type definition relies on. Can be 'null' in case of a 'struct' type definition involved."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeReference" eSuperTypes="#//types/TypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A reference to a type defined elsewhere."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="referredType" lowerBound="1" eType="#//types/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The referred type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeSpecification" abstract="true" eSuperTypes="#//types/TypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for the specification of new types, using either the 'struct' or 'scalar' keywords, or restricting a type to a range of values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalarTypeSpecification" eSuperTypes="#//types/TypeSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specification of a 'scalar' type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sizeExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer-based expression that represents the size of the scalar type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructTypeSpecification" eSuperTypes="#//types/TypeSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specification of a 'struct' type."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueFieldNames" value="self.declaration->collect(variable)->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueFieldNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1" upperBound="-1" eType="#//declarations/DataVariableDeclaration" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The variable declarations representing the fields of the 'struct' type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangeTypeSpecification" eSuperTypes="#//types/TypeSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type specification restricting the 'int' type to a range of values."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" lowerBound="1" eType="#//types/IntegerBounds" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The bounds that restrict the type specification."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerBounds"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IntegerBounds"/> <details key="kind" value="empty"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used to restrict the 'int' type to a range of values."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerBound" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer-based expression representing the lower bound."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="upperBound" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer-based expression representing the upper bound."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="declarations" nsURI="http://www.fujaba.de/muml/verification/uppaal/declarations/0.4.0" nsPrefix="declarations"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Support for all kinds of declarations, e.g. types, functions, or variables."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Declarations" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Declarations"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueFunctionNames" value="self.declaration->select(oclIsKindOf(FunctionDeclaration)).oclAsType(FunctionDeclaration)->collect(function)->isUnique(name)"/> <details key="UniqueVariableNames" value="self.declaration->select(oclIsKindOf(VariableDeclaration)).oclAsType(VariableDeclaration)->collect(variable)->isUnique(name)"/> <details key="UniqueTypeNames" value="self.declaration->select(oclIsKindOf(TypeDeclaration)).oclAsType(TypeDeclaration)->collect(type)->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a set of variable, type, function, or template declarations, that are either global, local to a template, local to a block, or system declarations."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueFunctionNames UniqueVariableNames UniqueTypeNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" upperBound="-1" eType="#//declarations/Declaration" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The single declarations."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalDeclarations" eSuperTypes="#//declarations/Declarations"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoTemplateDeclarations" value="not self.declaration->exists(oclIsKindOf(system::TemplateDeclaration))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoTemplateDeclarations"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Global declarations of an NTA."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="channelPriority" eType="#//declarations/global/ChannelPriority" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The declaration of the synchronization channel priorities."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalDeclarations" eSuperTypes="#//declarations/Declarations"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoTemplateDeclarations" value="not self.declaration->exists(oclIsKindOf(system::TemplateDeclaration))"/> <details key="NoChannelDeclarations" value="not self.declaration->exists(oclIsKindOf(ChannelVariableDeclaration))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoTemplateDeclarations NoChannelDeclarations"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Local declarations inside a template or block of statements."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemDeclarations" eSuperTypes="#//declarations/Declarations"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueTemplateNames" value="self.declaration->select(oclIsKindOf(system::TemplateDeclaration)).oclAsType(system::TemplateDeclaration)->collect(declaredTemplate)->isUnique(name)"/> <details key="NoChannelDeclarations" value="not self.declaration->exists(oclIsKindOf(ChannelVariableDeclaration))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueTemplateNames NoChannelDeclarations"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="System declarations consisting of process instantiations."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="system" lowerBound="1" eType="#//declarations/system/System" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The system section describing the process instantiations."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="progressMeasure" eType="#//declarations/system/ProgressMeasure" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The optional progress measure section."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Declaration" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class representing a variable, function, or type declaration."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true" eSuperTypes="#//declarations/Declaration #//declarations/VariableContainer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="VariableDeclaration"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A declaration of one or more variables."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChannelVariableDeclaration" eSuperTypes="#//declarations/VariableDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="MatchingType" value="(not self.typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.typeDefinition.baseType = types::BuiltInType::CHAN"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A declaration of synchronization channel variables."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="MatchingType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="urgent" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the urgency of the declared synchronization channels."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="broadcast" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether the declared synchronization channels use broadcast."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClockVariableDeclaration" eSuperTypes="#//declarations/VariableDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="MatchingType" value="(not self.typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.typeDefinition.baseType = types::BuiltInType::CLOCK"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A declaration of clock variables."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="MatchingType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataVariableDeclaration" eSuperTypes="#//declarations/VariableDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="MatchingType" value="(not self.typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;(self.typeDefinition.baseType &lt;> types::BuiltInType::CHAN&#xD;&#xA;and&#xD;&#xA;self.typeDefinition.baseType &lt;> types::BuiltInType::CLOCK)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A declaration of data variables."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="MatchingType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" lowerBound="1" eType="#//declarations/DataVariablePrefix"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The prefix of the data variable declaration."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataVariablePrefix"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Prefixes for data variables with base type 'int' or 'bool'."/> </eAnnotations> <eLiterals name="NONE" literal=""/> <eLiterals name="CONST" value="1" literal="const"/> <eLiterals name="META" value="2" literal="meta"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDeclaration" eSuperTypes="#//declarations/Declaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Declaration of a single function."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="function" lowerBound="1" eType="#//declarations/Function" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The return type of this function."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//core/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="ReturnStatementExistsIfRequired" value="((not self.returnType.oclIsUndefined()) and&#xD;&#xA;self.returnType.baseType &lt;> types::BuiltInType::VOID) &#xD;&#xA;implies&#xD;&#xA;((not self.block.oclIsUndefined()) and &#xD;&#xA;self.block.statement->exists(oclIsKindOf(statements::ReturnStatement)))"/> <details key="ValidReturnType" value="(not returnType.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;(returnType.baseType = types::BuiltInType::VOID or&#xD;&#xA; returnType.baseType = types::BuiltInType::INT or&#xD;&#xA; returnType.baseType = types::BuiltInType::BOOL)"/> <details key="UniqueParameterNames" value="self.parameter->collect(variableDeclaration)->collect(variable)->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A function with a return type and optional parameters."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ReturnStatementExistsIfRequired ValidReturnType UniqueParameterNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" lowerBound="1" eType="#//types/TypeDefinition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The return type of this function."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="#//statements/Block" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The block of statements representing the function body."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//declarations/Parameter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The function's parameters."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#//declarations/Declaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A declaration of one or more types."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueTypeNames" value="self.type->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueTypeNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" upperBound="-1" eType="#//types/DeclaredType" containment="true" eOpposite="#//types/DeclaredType/typeDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The types declared by this type declaration."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//types/TypeDefinition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type definition for declared types."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//core/NamedElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Variable"/> <details key="kind" value="empty"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A typed variable."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoInitializerForClockAndChannelVariables" value="((not self.typeDefinition.oclIsUndefined()) and&#xD;&#xA;(self.typeDefinition.baseType = types::BuiltInType::CHAN or&#xD;&#xA; self.typeDefinition.baseType = types::BuiltInType::CLOCK))&#xD;&#xA; implies self.initializer.oclIsUndefined()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoInitializerForClockAndChannelVariables"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1" eType="#//declarations/Index" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of array indexes for the variable."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1" eType="#//declarations/VariableContainer" eOpposite="#//declarations/VariableContainer/variable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The container of this variable."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//types/TypeDefinition" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if self.container.oclIsUndefined()&#xD;&#xA;then null &#xD;&#xA;else &#xD;&#xA;self.container.typeDefinition &#xD;&#xA;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type definition of this variable."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" eType="#//declarations/Initializer" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents the variable's initial value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Index" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base-class for indexing variables or types."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueIndex" eSuperTypes="#//declarations/Index"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An index specified by an expression value."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sizeExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer-based expression representing size and range of the indexed type or variable."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeIndex" eSuperTypes="#//declarations/Index"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An index specified by a bounded integer-based type."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="IntegerBasedIndex" value="(not self.typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.typeDefinition.baseType = types::BuiltInType::INT"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="IntegerBasedIndex"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//types/TypeDefinition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer-based type representing size and range of the indexed type or variable."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableContainer" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for objects containing variables like variable declarations, iterations, quantifications or selections."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoVoidVariables" value="(not self.typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.typeDefinition.baseType &lt;> types::BuiltInType::VOID"/> <details key="UniqueVariableNames" value="self.variable->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoVoidVariables UniqueVariableNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//types/TypeDefinition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type definition for the contained variables."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" upperBound="-1" eType="#//declarations/Variable" containment="true" eOpposite="#//declarations/Variable/container"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="variable"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The contained variables."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="SingleVariable" value="(not self.variableDeclaration.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.variableDeclaration.variable->size() &lt;= 1"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A parameter of a function or template."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="SingleVariable"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" lowerBound="1" eType="#//declarations/VariableDeclaration" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A variable declaration containing the variable that represents the parameter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="callType" eType="#//declarations/CallType" defaultValueLiteral="CALL_BY_VALUE"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether call-by-value or call-by-reference semantics should be applied."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CallType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents call-by-value or call-by-reference parameters."/> </eAnnotations> <eLiterals name="CALL_BY_VALUE"/> <eLiterals name="CALL_BY_REFERENCE" value="1" literal="CALL_BY_REFERENCE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initializer" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An initializer specifies a variable's initial value."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionInitializer" eSuperTypes="#//declarations/Initializer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An initializer that represents a single initial value by means of an expression."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression representing the initial value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#//declarations/Initializer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An initializer for array variables, referring to multiple sub-initializers."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" lowerBound="1" upperBound="-1" eType="#//declarations/Initializer" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A number of sub-initializers, each one representing the initial value for one array index."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eSubpackages name="global" nsURI="http://www.fujaba.de/muml/verification/uppaal/declarations/global" nsPrefix="global"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains special classes that are relevant for the global declarations."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ChannelPriority"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A priority ordering for synchronization channels."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="AtMostOneDefaultItem" value="self.item->select(oclIsKindOf(DefaultChannelPriority))->size() &lt;= 1"/> <details key="EachChannelContainedAtMostOnce" value="self.item->select(oclIsKindOf(ChannelList)).oclAsType(ChannelList)->collect(channelExpression)->isUnique(variable)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="AtMostOneDefaultItem EachChannelContainedAtMostOnce"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="item" lowerBound="1" upperBound="-1" eType="#//declarations/global/ChannelPriorityItem" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The items of the channel priority ordering."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChannelPriorityItem" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for items inside a channel priority."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChannelList" eSuperTypes="#//declarations/global/ChannelPriorityItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A list of synchronization channel variables, used to assign these channels a common priority."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="ChannelVariablesOnly" value="self.channelExpression->forAll(&#xD;&#xA;&#x9;(not identifier.typeDefinition.oclIsUndefined()) implies identifier.typeDefinition.baseType = types::BuiltInType::CHAN&#xD;&#xA;)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ChannelVariablesOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="channelExpression" lowerBound="1" upperBound="-1" eType="#//expressions/IdentifierExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The variable expressions representing the synchronization channels inside the channel list."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultChannelPriority" eSuperTypes="#//declarations/global/ChannelPriorityItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A 'default' item inside a channel priority, representing all channels not listed explicitly."/> </eAnnotations> </eClassifiers> </eSubpackages> <eSubpackages name="system" nsURI="http://www.fujaba.de/muml/verification/uppaal/declarations/system" nsPrefix="system"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains special classes that are relevant for the system declarations."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="TemplateDeclaration" eSuperTypes="#//declarations/Declaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NumberOfArgumentsMatchesDeclaration" value="(not self.declaredTemplate.oclIsUndefined() and not self.declaredTemplate.referredTemplate.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.argument->size() = self.declaredTemplate.referredTemplate.parameter->size()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NumberOfArgumentsMatchesDeclaration"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A declaration of a template redefinition."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="declaredTemplate" lowerBound="1" eType="#//templates/RedefinedTemplate" containment="true" eOpposite="#//templates/RedefinedTemplate/declaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The template being declared."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A number of arguments that describe how the referred template's parameters should be mapped towards the declared template's parameters."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="System"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="System"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A system contains declarations of template instantiations."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="EachTemplateReferencedAtMostOnce" value="self.instantiationList->collect(template)->isUnique(t : templates::AbstractTemplate | t)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="EachTemplateReferencedAtMostOnce"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="instantiationList" lowerBound="1" upperBound="-1" eType="#//declarations/system/InstantiationList" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A list of process instantiation sublists, ordered by decreasing priority. The templates referenced inside the sublists are instantiated to be part of the system at runtime."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstantiationList"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a list of templates to be instantiated using a common priority."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="OnlyLegalParamsForPartialInstantiation" value="self.template->forAll(&#xD;&#xA;&#x9;parameter->forAll(&#xD;&#xA;&#x9;&#x9;callType = declarations::CallType::CALL_BY_VALUE&#xD;&#xA;&#x9;&#x9;and&#xD;&#xA;&#x9;&#x9;((not variableDeclaration.oclIsUndefined())&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9; (variableDeclaration.typeDefinition.oclIsKindOf(types::RangeTypeSpecification) or&#xD;&#xA;&#x9;&#x9; variableDeclaration.typeDefinition.oclIsKindOf(types::ScalarTypeSpecification)))&#xD;&#xA;&#x9;)&#xD;&#xA;)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="OnlyLegalParamsForPartialInstantiation"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1" upperBound="-1" eType="#//templates/AbstractTemplate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The list of instantiations."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProgressMeasure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A progress measure consisting of monotonically increasing expressions."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" upperBound="-1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The progress measure expressions."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="templates" nsURI="http://www.fujaba.de/muml/verification/uppaal/templates/0.4.0" nsPrefix="templates"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Support for Timed Automata templates consisting of locations and edges."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AbstractTemplate" abstract="true" eSuperTypes="#//core/NamedElement #//core/CommentableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for ordinary timed automata templates as well as redefined templates."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueParameterNames" value="self.parameter->collect(variableDeclaration)->collect(variable)->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueParameterNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//declarations/Parameter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parameter declarations of the template."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Template" eSuperTypes="#//templates/AbstractTemplate"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Template"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueLocationNames" value="self.location->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueLocationNames"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An Uppaal template representing a single timed automaton."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" eType="#//declarations/LocalDeclarations" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="declarations"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The local declarations of the template."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="location" lowerBound="1" upperBound="-1" eType="#//templates/Location" containment="true" eOpposite="#//templates/Location/parentTemplate"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="location"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The locations inside this template."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="edge" upperBound="-1" eType="#//templates/Edge" containment="true" eOpposite="#//templates/Edge/parentTemplate"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="edge"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The edges inside this template."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1" eType="#//templates/Location"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="init"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The initial location of this template."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RedefinedTemplate" eSuperTypes="#//templates/AbstractTemplate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A template resulting from redefinition of another referred template, altering its name and parametrization."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="referredTemplate" lowerBound="1" eType="#//templates/AbstractTemplate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The template that serves as basis for redefinition."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1" eType="#//declarations/system/TemplateDeclaration" eOpposite="#//declarations/system/TemplateDeclaration/declaredTemplate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The declaration of this template."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Location" eSuperTypes="#//core/NamedElement #//core/CommentableElement #//visuals/PlanarElement #//visuals/ColoredElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Location"/> <details key="kind" value="empty"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A location inside a template."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentTemplate" lowerBound="1" eType="#//templates/Template" eOpposite="#//templates/Template/location"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parent template containing the location."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="invariant" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A boolean expression representing the location's invariant."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locationTimeKind" lowerBound="1" eType="#//templates/LocationKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the kind of location (default, urgent, or committed)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LocationKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Location types."/> </eAnnotations> <eLiterals name="NORMAL"/> <eLiterals name="URGENT" value="1"/> <eLiterals name="COMMITED" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//visuals/LinearElement #//core/CommentableElement #//visuals/ColoredElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Edge"/> <details key="kind" value="empty"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An edge connecting two locations inside a template."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueParentTemplate" value="(not (self.source.oclIsUndefined() or self.target.oclIsUndefined()))&#xD;&#xA;implies&#xD;&#xA;self.source.parentTemplate = self.target.parentTemplate"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueParentTemplate"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//templates/Location"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="source"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The source location of the edge."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//templates/Location"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="target"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The target location of the edge."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentTemplate" lowerBound="1" eType="#//templates/Template" eOpposite="#//templates/Template/edge"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parent template containing the edge."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The guard expression of the edge."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="update" upperBound="-1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of update expressions for the edge, evaluated if the edge fires."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronization" eType="#//templates/Synchronization" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A synchronization performed when the edge fires."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="selection" upperBound="-1" eType="#//templates/Selection" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of non-deterministic value selections."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Synchronization"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A sent or received synchronization between two templates using a specific synchronization channel."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="ChannelVariablesOnly" value="(not self.channelExpression.oclIsUndefined())&#xD;&#xA;and&#xD;&#xA;(not self.channelExpression.identifier.oclIsUndefined())&#xD;&#xA;and&#xD;&#xA;(self.channelExpression.identifier.oclIsKindOf(declarations::Variable))&#xD;&#xA;and&#xD;&#xA;(not self.channelExpression.identifier.oclAsType(declarations::Variable).typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.channelExpression.identifier.oclAsType(declarations::Variable).typeDefinition.baseType = types::BuiltInType::CHAN"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ChannelVariablesOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="channelExpression" lowerBound="1" eType="#//expressions/IdentifierExpression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression representing the channel variable used for synchronization."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//templates/SynchronizationKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The kind of synchronization (sent or received)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SynchronizationKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing the type of synchronization."/> </eAnnotations> <eLiterals name="RECEIVE" literal="?"/> <eLiterals name="SEND" value="1" literal="!"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Selection" eSuperTypes="#//declarations/VariableContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="SingleVariable" value="self.variable->size() &lt;= 1"/> <details key="IntegerBasedType" value="(not self.typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.typeDefinition.baseType = types::BuiltInType::INT"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="SingleVariable IntegerBasedType"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A non-deterministic selection of a value from a range. The range is specified by a bounded type."/> </eAnnotations> </eClassifiers> </eSubpackages> <eSubpackages name="statements" nsURI="http://www.fujaba.de/muml/verification/uppaal/statements/0.4.0" nsPrefix="statements"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Support for statements inside functions."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base-class for all statements inside a function's body."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A block of one or more statements."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="DataVariableDeclarationsOnly" value="(not self.declarations.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;(self.declarations.declaration->forAll(oclIsKindOf(declarations::DataVariableDeclaration)))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="DataVariableDeclarationsOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" eType="#//declarations/LocalDeclarations" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The local declarations for the function's body."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" upperBound="-1" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The statements inside the funtion's body."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An empty statement represented by a semicolon only."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForLoop" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A for-loop statement."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="initialization" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The initialization expression of the for loop."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The condition of the for loop, represented by a boolean expression."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="iteration" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The iteration statements of the for loop."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The statement to be evaluated for every value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iteration" eSuperTypes="#//statements/Statement #//declarations/VariableContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="SingleVariable" value="self.variable->size() &lt;= 1"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="SingleVariable"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An iteration over all possible values of a bounded type using the 'for' keyword."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The statement to be evaluated for every value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileLoop" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A while-loop statement."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A boolean expression for the while loop."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The statement to be evaluated for every value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoWhileLoop" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A do-while-loop statement."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The statement to be evaluated for every value."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A boolean expression for the while loop."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An if-then-else statement."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The boolean if-expression."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatement" lowerBound="1" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The then-statement."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The else-statement."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A statement used to return from a function's body, optionally carrying a return value."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="returnExpression" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression representing the return value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A statement that refers to an arbitrary expression."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression this statement refers to."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="expressions" nsURI="http://www.fujaba.de/muml/verification/uppaal/expressions/0.4.0" nsPrefix="expressions"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Introduces all kinds of expressions."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for all kinds of expressions."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegationExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A negation of an expression."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="negatedExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression negated by this negation."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlusExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A confirmation of an integer-based expression using the '+' token."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="confirmedExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression negated by this negation."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MinusExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An inversion of an integer-based expression using the '-' token."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="invertedExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression negated by this negation."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" abstract="true" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for all binary expressions connecting two sub-expressions."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="firstExpr" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The first sub-expression."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="secondExpr" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The second sub-expression."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A binary assignment expression using a specific assignment operator."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/AssignmentOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The operator for the assignment."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssignmentOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing all assignment operators."/> </eAnnotations> <eLiterals name="EQUAL" literal="="/> <eLiterals name="PLUS_EQUAL" value="1" literal="+="/> <eLiterals name="MINUS_EQUAL" value="2" literal="-="/> <eLiterals name="TIMES_EQUAL" value="3" literal="*="/> <eLiterals name="DIVIDE_EQUAL" value="4" literal="/="/> <eLiterals name="MODULO_EQUAL" value="5" literal="%="/> <eLiterals name="BIT_AND_EQUAL" value="6" literal="&amp;="/> <eLiterals name="BIT_OR_EQUAL" value="7" literal="|="/> <eLiterals name="BIT_LEFT_EQUAL" value="8" literal="&lt;&lt;="/> <eLiterals name="BIT_RIGHT_EQUAL" value="9" literal=">>="/> <eLiterals name="BIT_XOR_EQUAL" value="10" literal="^="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentifierExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression referring to a variable."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" lowerBound="1" eType="#//core/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The referred variable."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of expressions that refer to the array indexes of the variable."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression referring to a literal of any type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The textual description of the literal."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArithmeticExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A binary expression representing an arithemtic operation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/ArithmeticOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The arithmetic operator to be applied."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ArithmeticOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing all arithmetic operators."/> </eAnnotations> <eLiterals name="ADD" literal="+"/> <eLiterals name="SUBTRACT" value="1" literal="-"/> <eLiterals name="MULTIPLICATE" value="2" literal="*"/> <eLiterals name="DIVIDE" value="3" literal="/"/> <eLiterals name="MODULO" value="4" literal="%"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A logical expression."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/LogicalOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LogicalOperator"> <eLiterals name="AND" literal="and"/> <eLiterals name="OR" value="1" literal="or"/> <eLiterals name="IMPLY" value="2" literal="imply"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCallExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression representing a call to a function."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NumberOfArgumentsMatchesDeclaration" value="(not self.function.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.argument->size() = self.function.parameter->size()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NumberOfArgumentsMatchesDeclaration"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="function" lowerBound="1" eType="#//declarations/Function"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The function to be called."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of expressions representing the argument values for the function call. Must conform to the parameters of the function declaration."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompareExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A comparison between two expression values using a specific comparison operator."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/CompareOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The comparison operator to be applied."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CompareOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing all comparison operators."/> </eAnnotations> <eLiterals name="EQUAL" literal="=="/> <eLiterals name="GREATER" value="1" literal=">"/> <eLiterals name="GREATER_OR_EQUAL" value="2" literal=">="/> <eLiterals name="LESS" value="3" literal="&lt;"/> <eLiterals name="LESS_OR_EQUAL" value="4" literal="&lt;="/> <eLiterals name="UNEQUAL" value="5" literal="!="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression representing a conditional redirection to one of the sub-expressions. Uses tokens '?' and ':' for delimitation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The boolean if-expression."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The then-expression."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The else-expression."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScopedIdentifierExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression used to access a scoped identifier. Uses a dot for delimination between scope and identifier."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="scope" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression that refers to a certain identifier scope."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" lowerBound="1" eType="#//expressions/IdentifierExpression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression that refers to a member of the scope."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Quantifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing existential and universal quantification."/> </eAnnotations> <eLiterals name="EXISTENTIAL" literal="∃"/> <eLiterals name="UNIVERSAL" value="1" literal="∀"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuantificationExpression" eSuperTypes="#//expressions/Expression #//declarations/VariableContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="SingleVariable" value="self.variable->size() &lt;= 1"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="SingleVariable"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A quantification expression introducing a quantified variable."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantifier" lowerBound="1" eType="#//expressions/Quantifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The quantifier to be applied."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The quantified expression."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IncrementDecrementExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression describing increment (++) or decrement (---) of an integer-based expression. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression to be incremented or decremented."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" lowerBound="1" eType="#//expressions/IncrementDecrementPosition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies pre- or post-evaluation."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/IncrementDecrementOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies increment or decrement."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IncrementDecrementOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing increment and decrement operators."/> </eAnnotations> <eLiterals name="INCREMENT" literal="++"/> <eLiterals name="DECREMENT" value="1" literal="--"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IncrementDecrementPosition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing pre- or post-processing inside increment/decrement expressions."/> </eAnnotations> <eLiterals name="PRE" literal="PRE"/> <eLiterals name="POST" value="1" literal="POST"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BitShiftExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A binary expression representing an arithemtic operation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/BitShiftOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The arithmetic operator to be applied."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BitShiftOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing all arithmetic operators."/> </eAnnotations> <eLiterals name="LEFT" literal="&lt;&lt;"/> <eLiterals name="RIGHT" value="1" literal=">>"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MinMaxExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A binary expression representing an arithemtic operation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/MinMaxOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The arithmetic operator to be applied."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MinMaxOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing all arithmetic operators."/> </eAnnotations> <eLiterals name="MIN" literal="&lt;?"/> <eLiterals name="MAX" value="1" literal=">?"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BitwiseExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A binary expression representing an arithemtic operation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/BitwiseOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The arithmetic operator to be applied."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BitwiseOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing all arithmetic operators."/> </eAnnotations> <eLiterals name="AND" literal="&amp;"/> <eLiterals name="XOR" value="1" literal="^"/> <eLiterals name="OR" value="2" literal="|"/> </eClassifiers> </eSubpackages> <eSubpackages name="visuals" nsURI="http://www.fujaba.de/muml/verification/uppaal/visuals/0.4.0" nsPrefix="visuals"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides support for the visual representation of model elements."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ColoredElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A model element that has an optional color."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//visuals/ColorKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The color of the model element. It is either a standard uppaal color (default, white, light grey, dark grey, black, blue, cyan, green, magenta, orange, pink, red, yellow) or a self-defined color. Edges should not be white.&#xD;&#xA;&#xD;&#xA;\todosd{We need an OCL-Constraint: Edges should not be white.}&#xD;&#xA;\todosd{We need an OCL-Constraint: If self defined is choosen then a color code must be specified.}"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="colorCode" 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 hexadecimal color code of the model element that must be defined if a self-defined color should be used."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlanarElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A planar model element that has an optional position."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//visuals/Point" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The planar position of the model element."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinearElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A linear model element that has a set of bend points."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bendPoint" upperBound="-1" eType="#//visuals/Point" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The bend points of the linear model element."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Point"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a point in the two-dimensional space."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The horizontal component of the point."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The vertical component of the point."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ColorKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The color kinds of an element. They are the standard colors of uppaal or a self-defined color."/> </eAnnotations> <eLiterals name="DEFAULT" literal="Default"/> <eLiterals name="WHITE" value="1" literal="White"/> <eLiterals name="LIGHTGREY" value="2" literal="LightGrey"/> <eLiterals name="DARKGREY" value="3" literal="DarkGrey"/> <eLiterals name="BLACK" value="4" literal="Black"/> <eLiterals name="BLUE" value="5" literal="Blue"/> <eLiterals name="CYAN" value="6" literal="Cyan"/> <eLiterals name="GREEN" value="7" literal="Green"/> <eLiterals name="MAGENTA" value="8" literal="Magenta"/> <eLiterals name="ORANGE" value="9" literal="Orange"/> <eLiterals name="PINK" value="10" literal="Pink"/> <eLiterals name="RED" value="11" literal="Red"/> <eLiterals name="YELLOW" value="12" literal="Yellow"/> <eLiterals name="SELF_DEFINED" value="13" literal="Self_Defined"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"uppaal","nsURI":"http://www.fujaba.de/muml/verification/uppaal/0.4.0","name":"uppaal","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NTA","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":"core","nsURI":"http://www.fujaba.de/muml/verification/uppaal/core/0.4.0","name":"core","id":2,"eClass":"EPackage"},{"nsPrefix":"types","nsURI":"http://www.fujaba.de/muml/verification/uppaal/types/0.4.0","name":"types","id":3,"eClass":"EPackage"},{"nsPrefix":"declarations","nsURI":"http://www.fujaba.de/muml/verification/uppaal/declarations/0.4.0","name":"declarations","id":4,"eClass":"EPackage"},{"nsPrefix":"templates","nsURI":"http://www.fujaba.de/muml/verification/uppaal/templates/0.4.0","name":"templates","id":5,"eClass":"EPackage"},{"nsPrefix":"statements","nsURI":"http://www.fujaba.de/muml/verification/uppaal/statements/0.4.0","name":"statements","id":6,"eClass":"EPackage"},{"nsPrefix":"expressions","nsURI":"http://www.fujaba.de/muml/verification/uppaal/expressions/0.4.0","name":"expressions","id":7,"eClass":"EPackage"},{"nsPrefix":"visuals","nsURI":"http://www.fujaba.de/muml/verification/uppaal/visuals/0.4.0","name":"visuals","id":8,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommentableElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"globalDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systemDeclarations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"int","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bool","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"chan","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":"void","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalDeclarations","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"id":22,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"id":24,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemDeclarations","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"id":26,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredefinedType","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BuiltInType","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclaredType","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinition","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSpecification","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarTypeSpecification","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructTypeSpecification","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeTypeSpecification","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerBounds","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"ordered":true,"upperBound":1,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"baseType","changeable":false,"lowerBound":0,"iD":false,"id":48,"derived":true},{"id":49,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Index","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"id":51,"eClass":"EGenericType"},{"id":52,"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":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"name":"INT","id":56,"value":0,"literal":"int","eClass":"EEnumLiteral"},{"name":"CLOCK","id":57,"value":1,"literal":"clock","eClass":"EEnumLiteral"},{"name":"CHAN","id":58,"value":2,"literal":"chan","eClass":"EEnumLiteral"},{"name":"BOOL","id":59,"value":3,"literal":"bool","eClass":"EEnumLiteral"},{"name":"VOID","id":60,"value":4,"literal":"void","eClass":"EEnumLiteral"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"typeDefinition","changeable":false,"resolveProxies":true,"lowerBound":1,"id":62,"derived":true},{"id":63,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"id":65,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"baseType","changeable":false,"lowerBound":0,"iD":false,"id":68,"derived":true},{"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":"referredType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sizeExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"id":77,"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":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataVariableDeclaration","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"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":"bounds","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declarations","instanceClass":null,"abstract":true,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalDeclarations","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":true,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelVariableDeclaration","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClockVariableDeclaration","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataVariablePrefix","instanceClass":null,"id":95,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDeclaration","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueIndex","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeIndex","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableContainer","instanceClass":null,"abstract":true,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CallType","instanceClass":null,"id":103,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializer","instanceClass":null,"abstract":true,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionInitializer","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"nsPrefix":"global","nsURI":"http://www.fujaba.de/muml/verification/uppaal/declarations/global","name":"global","id":107,"eClass":"EPackage"},{"nsPrefix":"system","nsURI":"http://www.fujaba.de/muml/verification/uppaal/declarations/system","name":"system","id":108,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"channelPriority","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelPriority","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"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":"system","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"progressMeasure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"id":120,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgressMeasure","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"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":"urgent","changeable":true,"lowerBound":1,"iD":false,"id":125,"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":"broadcast","changeable":true,"lowerBound":1,"iD":false,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"name":"NONE","id":134,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"CONST","id":135,"value":1,"literal":"const","eClass":"EEnumLiteral"},{"name":"META","id":136,"value":2,"literal":"meta","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":"function","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","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":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","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":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":152,"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":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"typeDefinition","changeable":false,"resolveProxies":true,"lowerBound":1,"id":154,"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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sizeExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":171,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"CALL_BY_VALUE","unsettable":false,"transient":false,"unique":true,"name":"callType","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"name":"CALL_BY_VALUE","id":175,"value":0,"literal":"CALL_BY_VALUE","eClass":"EEnumLiteral"},{"name":"CALL_BY_REFERENCE","id":176,"value":1,"literal":"CALL_BY_REFERENCE","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelPriorityItem","instanceClass":null,"abstract":true,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelList","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultChannelPriority","instanceClass":null,"abstract":false,"id":185,"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":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"id":187,"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":"channelExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierExpression","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateDeclaration","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstantiationList","instanceClass":null,"abstract":false,"id":194,"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":"declaredTemplate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinedTemplate","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"id":199,"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":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instantiationList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"id":203,"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":"template","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTemplate","instanceClass":null,"abstract":true,"id":205,"interface":false,"eClass":"EClass"},{"id":206,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Location","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LocationKind","instanceClass":null,"id":210,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronization","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SynchronizationKind","instanceClass":null,"id":213,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selection","instanceClass":null,"abstract":false,"id":214,"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":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"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":"location","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"edge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"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":"parentTemplate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"derived":false},{"id":227,"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":"parentTemplate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredTemplate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlanarElement","instanceClass":null,"abstract":true,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColoredElement","instanceClass":null,"abstract":true,"id":235,"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":"invariant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locationTimeKind","changeable":true,"lowerBound":1,"iD":false,"id":237,"derived":false},{"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"},{"name":"NORMAL","id":245,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"URGENT","id":246,"value":1,"literal":"URGENT","eClass":"EEnumLiteral"},{"name":"COMMITED","id":247,"value":2,"literal":"COMMITED","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinearElement","instanceClass":null,"abstract":true,"id":248,"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":"source","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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"update","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"synchronization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"channelExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":265,"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":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"name":"RECEIVE","id":269,"value":0,"literal":"?","eClass":"EEnumLiteral"},{"name":"SEND","id":270,"value":1,"literal":"!","eClass":"EEnumLiteral"},{"id":271,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":272,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":273,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForLoop","instanceClass":null,"abstract":false,"id":274,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iteration","instanceClass":null,"abstract":false,"id":275,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileLoop","instanceClass":null,"abstract":false,"id":276,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileLoop","instanceClass":null,"abstract":false,"id":277,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":278,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":279,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":280,"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":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"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":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iteration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":300,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":305,"derived":false},{"container":false,"ordered":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":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":310,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"elseStatement","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegationExpression","instanceClass":null,"abstract":false,"id":323,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusExpression","instanceClass":null,"abstract":false,"id":324,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusExpression","instanceClass":null,"abstract":false,"id":325,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":true,"id":326,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExpression","instanceClass":null,"abstract":false,"id":327,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentOperator","instanceClass":null,"id":328,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExpression","instanceClass":null,"abstract":false,"id":329,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArithmeticExpression","instanceClass":null,"abstract":false,"id":330,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArithmeticOperator","instanceClass":null,"id":331,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalExpression","instanceClass":null,"abstract":false,"id":332,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LogicalOperator","instanceClass":null,"id":333,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCallExpression","instanceClass":null,"abstract":false,"id":334,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompareExpression","instanceClass":null,"abstract":false,"id":335,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CompareOperator","instanceClass":null,"id":336,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionExpression","instanceClass":null,"abstract":false,"id":337,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopedIdentifierExpression","instanceClass":null,"abstract":false,"id":338,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Quantifier","instanceClass":null,"id":339,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantificationExpression","instanceClass":null,"abstract":false,"id":340,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncrementDecrementExpression","instanceClass":null,"abstract":false,"id":341,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IncrementDecrementOperator","instanceClass":null,"id":342,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"IncrementDecrementPosition","instanceClass":null,"id":343,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitShiftExpression","instanceClass":null,"abstract":false,"id":344,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BitShiftOperator","instanceClass":null,"id":345,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinMaxExpression","instanceClass":null,"abstract":false,"id":346,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MinMaxOperator","instanceClass":null,"id":347,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseExpression","instanceClass":null,"abstract":false,"id":348,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BitwiseOperator","instanceClass":null,"id":349,"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":"negatedExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"confirmedExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invertedExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":359,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"secondExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"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":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"name":"EQUAL","id":367,"value":0,"literal":"=","eClass":"EEnumLiteral"},{"name":"PLUS_EQUAL","id":368,"value":1,"literal":"+=","eClass":"EEnumLiteral"},{"name":"MINUS_EQUAL","id":369,"value":2,"literal":"-=","eClass":"EEnumLiteral"},{"name":"TIMES_EQUAL","id":370,"value":3,"literal":"*=","eClass":"EEnumLiteral"},{"name":"DIVIDE_EQUAL","id":371,"value":4,"literal":"/=","eClass":"EEnumLiteral"},{"name":"MODULO_EQUAL","id":372,"value":5,"literal":"%=","eClass":"EEnumLiteral"},{"name":"BIT_AND_EQUAL","id":373,"value":6,"literal":"&=","eClass":"EEnumLiteral"},{"name":"BIT_OR_EQUAL","id":374,"value":7,"literal":"|=","eClass":"EEnumLiteral"},{"name":"BIT_LEFT_EQUAL","id":375,"value":8,"literal":"<<=","eClass":"EEnumLiteral"},{"name":"BIT_RIGHT_EQUAL","id":376,"value":9,"literal":">>=","eClass":"EEnumLiteral"},{"name":"BIT_XOR_EQUAL","id":377,"value":10,"literal":"^=","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":"identifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":378,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"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":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"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":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"name":"ADD","id":389,"value":0,"literal":"+","eClass":"EEnumLiteral"},{"name":"SUBTRACT","id":390,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"name":"MULTIPLICATE","id":391,"value":2,"literal":"*","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":392,"value":3,"literal":"/","eClass":"EEnumLiteral"},{"name":"MODULO","id":393,"value":4,"literal":"%","eClass":"EEnumLiteral"},{"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":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"name":"AND","id":397,"value":0,"literal":"and","eClass":"EEnumLiteral"},{"name":"OR","id":398,"value":1,"literal":"or","eClass":"EEnumLiteral"},{"name":"IMPLY","id":399,"value":2,"literal":"imply","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":"function","changeable":true,"resolveProxies":true,"lowerBound":1,"id":400,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"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":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"name":"EQUAL","id":408,"value":0,"literal":"==","eClass":"EEnumLiteral"},{"name":"GREATER","id":409,"value":1,"literal":">","eClass":"EEnumLiteral"},{"name":"GREATER_OR_EQUAL","id":410,"value":2,"literal":">=","eClass":"EEnumLiteral"},{"name":"LESS","id":411,"value":3,"literal":"<","eClass":"EEnumLiteral"},{"name":"LESS_OR_EQUAL","id":412,"value":4,"literal":"<=","eClass":"EEnumLiteral"},{"name":"UNEQUAL","id":413,"value":5,"literal":"!=","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":414,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":415,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":421,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"name":"EXISTENTIAL","id":426,"value":0,"literal":"∃","eClass":"EEnumLiteral"},{"name":"UNIVERSAL","id":427,"value":1,"literal":"∀","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantifier","changeable":true,"lowerBound":1,"iD":false,"id":428,"derived":false},{"container":false,"ordered":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":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":434,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":1,"iD":false,"id":435,"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":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"name":"INCREMENT","id":441,"value":0,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":442,"value":1,"literal":"--","eClass":"EEnumLiteral"},{"name":"PRE","id":443,"value":0,"literal":"PRE","eClass":"EEnumLiteral"},{"name":"POST","id":444,"value":1,"literal":"POST","eClass":"EEnumLiteral"},{"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":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"name":"LEFT","id":448,"value":0,"literal":"<<","eClass":"EEnumLiteral"},{"name":"RIGHT","id":449,"value":1,"literal":">>","eClass":"EEnumLiteral"},{"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":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"name":"MIN","id":453,"value":0,"literal":"<?","eClass":"EEnumLiteral"},{"name":"MAX","id":454,"value":1,"literal":">?","eClass":"EEnumLiteral"},{"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":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"name":"AND","id":458,"value":0,"literal":"&","eClass":"EEnumLiteral"},{"name":"XOR","id":459,"value":1,"literal":"^","eClass":"EEnumLiteral"},{"name":"OR","id":460,"value":2,"literal":"|","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":461,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColorKind","instanceClass":null,"id":462,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":463,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"colorCode","changeable":true,"lowerBound":0,"iD":false,"id":464,"derived":false},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bendPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"id":470,"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":"x","changeable":true,"lowerBound":1,"iD":false,"id":471,"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":"y","changeable":true,"lowerBound":1,"iD":false,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"name":"DEFAULT","id":475,"value":0,"literal":"Default","eClass":"EEnumLiteral"},{"name":"WHITE","id":476,"value":1,"literal":"White","eClass":"EEnumLiteral"},{"name":"LIGHTGREY","id":477,"value":2,"literal":"LightGrey","eClass":"EEnumLiteral"},{"name":"DARKGREY","id":478,"value":3,"literal":"DarkGrey","eClass":"EEnumLiteral"},{"name":"BLACK","id":479,"value":4,"literal":"Black","eClass":"EEnumLiteral"},{"name":"BLUE","id":480,"value":5,"literal":"Blue","eClass":"EEnumLiteral"},{"name":"CYAN","id":481,"value":6,"literal":"Cyan","eClass":"EEnumLiteral"},{"name":"GREEN","id":482,"value":7,"literal":"Green","eClass":"EEnumLiteral"},{"name":"MAGENTA","id":483,"value":8,"literal":"Magenta","eClass":"EEnumLiteral"},{"name":"ORANGE","id":484,"value":9,"literal":"Orange","eClass":"EEnumLiteral"},{"name":"PINK","id":485,"value":10,"literal":"Pink","eClass":"EEnumLiteral"},{"name":"RED","id":486,"value":11,"literal":"Red","eClass":"EEnumLiteral"},{"name":"YELLOW","id":487,"value":12,"literal":"Yellow","eClass":"EEnumLiteral"},{"name":"SELF_DEFINED","id":488,"value":13,"literal":"Self_Defined","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":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":11,"target":21},{"source":11,"target":22},{"source":11,"target":1},{"source":22,"target":21},{"source":12,"target":23},{"source":12,"target":24},{"source":12,"target":1},{"source":24,"target":23},{"source":13,"target":25},{"source":13,"target":26},{"source":13,"target":1},{"source":26,"target":25},{"source":14,"target":27},{"source":14,"target":28},{"source":14,"target":1},{"source":28,"target":27},{"source":15,"target":27},{"source":15,"target":29},{"source":15,"target":1},{"source":29,"target":27},{"source":16,"target":27},{"source":16,"target":30},{"source":16,"target":1},{"source":30,"target":27},{"source":17,"target":27},{"source":17,"target":31},{"source":17,"target":1},{"source":31,"target":27},{"source":18,"target":27},{"source":18,"target":32},{"source":18,"target":1},{"source":32,"target":27},{"source":19,"target":9},{"source":20,"target":10},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":0},{"source":9,"target":2},{"source":9,"target":33},{"source":33,"target":34},{"source":33,"target":9},{"source":10,"target":2},{"source":10,"target":35},{"source":35,"target":36},{"source":35,"target":10},{"source":3,"target":37},{"source":3,"target":27},{"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":0},{"source":37,"target":3},{"source":37,"target":9},{"source":37,"target":47},{"source":37,"target":48},{"source":37,"target":49},{"source":47,"target":50},{"source":47,"target":51},{"source":47,"target":37},{"source":51,"target":50},{"source":48,"target":38},{"source":48,"target":52},{"source":48,"target":37},{"source":52,"target":38},{"source":49,"target":9},{"source":27,"target":3},{"source":27,"target":37},{"source":27,"target":53},{"source":27,"target":54},{"source":53,"target":38},{"source":53,"target":55},{"source":53,"target":27},{"source":55,"target":38},{"source":54,"target":37},{"source":38,"target":3},{"source":38,"target":56},{"source":38,"target":57},{"source":38,"target":58},{"source":38,"target":59},{"source":38,"target":60},{"source":56,"target":38},{"source":57,"target":38},{"source":58,"target":38},{"source":59,"target":38},{"source":60,"target":38},{"source":39,"target":3},{"source":39,"target":37},{"source":39,"target":61},{"source":39,"target":62},{"source":39,"target":63},{"source":61,"target":64},{"source":61,"target":65},{"source":61,"target":39},{"source":61,"target":66},{"source":65,"target":64},{"source":62,"target":40},{"source":62,"target":67},{"source":62,"target":39},{"source":67,"target":40},{"source":63,"target":37},{"source":40,"target":3},{"source":40,"target":68},{"source":68,"target":38},{"source":68,"target":69},{"source":68,"target":40},{"source":69,"target":38},{"source":41,"target":3},{"source":41,"target":40},{"source":41,"target":70},{"source":41,"target":71},{"source":70,"target":37},{"source":70,"target":72},{"source":70,"target":41},{"source":72,"target":37},{"source":71,"target":40},{"source":42,"target":3},{"source":42,"target":40},{"source":42,"target":73},{"source":73,"target":40},{"source":43,"target":3},{"source":43,"target":42},{"source":43,"target":74},{"source":43,"target":75},{"source":74,"target":76},{"source":74,"target":77},{"source":74,"target":43},{"source":77,"target":76},{"source":75,"target":42},{"source":44,"target":3},{"source":44,"target":42},{"source":44,"target":78},{"source":44,"target":79},{"source":78,"target":80},{"source":78,"target":81},{"source":78,"target":44},{"source":81,"target":80},{"source":79,"target":42},{"source":45,"target":3},{"source":45,"target":42},{"source":45,"target":82},{"source":45,"target":83},{"source":82,"target":46},{"source":82,"target":84},{"source":82,"target":45},{"source":84,"target":46},{"source":83,"target":42},{"source":46,"target":3},{"source":46,"target":85},{"source":46,"target":86},{"source":85,"target":76},{"source":85,"target":87},{"source":85,"target":46},{"source":87,"target":76},{"source":86,"target":76},{"source":86,"target":88},{"source":86,"target":46},{"source":88,"target":76},{"source":4,"target":89},{"source":4,"target":21},{"source":4,"target":90},{"source":4,"target":25},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"source":4,"target":80},{"source":4,"target":95},{"source":4,"target":96},{"source":4,"target":97},{"source":4,"target":64},{"source":4,"target":98},{"source":4,"target":50},{"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":0},{"source":89,"target":4},{"source":89,"target":109},{"source":109,"target":91},{"source":109,"target":110},{"source":109,"target":89},{"source":110,"target":91},{"source":21,"target":4},{"source":21,"target":89},{"source":21,"target":111},{"source":21,"target":112},{"source":111,"target":113},{"source":111,"target":114},{"source":111,"target":21},{"source":114,"target":113},{"source":112,"target":89},{"source":90,"target":4},{"source":90,"target":89},{"source":90,"target":115},{"source":115,"target":89},{"source":25,"target":4},{"source":25,"target":89},{"source":25,"target":116},{"source":25,"target":117},{"source":25,"target":118},{"source":116,"target":119},{"source":116,"target":120},{"source":116,"target":25},{"source":120,"target":119},{"source":117,"target":121},{"source":117,"target":122},{"source":117,"target":25},{"source":122,"target":121},{"source":118,"target":89},{"source":91,"target":4},{"source":92,"target":4},{"source":92,"target":91},{"source":92,"target":101},{"source":92,"target":123},{"source":92,"target":124},{"source":123,"target":91},{"source":124,"target":101},{"source":93,"target":4},{"source":93,"target":92},{"source":93,"target":125},{"source":93,"target":126},{"source":93,"target":127},{"source":125,"target":128},{"source":125,"target":93},{"source":126,"target":129},{"source":126,"target":93},{"source":127,"target":92},{"source":94,"target":4},{"source":94,"target":92},{"source":94,"target":130},{"source":130,"target":92},{"source":80,"target":4},{"source":80,"target":92},{"source":80,"target":131},{"source":80,"target":132},{"source":131,"target":95},{"source":131,"target":133},{"source":131,"target":80},{"source":133,"target":95},{"source":132,"target":92},{"source":95,"target":4},{"source":95,"target":134},{"source":95,"target":135},{"source":95,"target":136},{"source":134,"target":95},{"source":135,"target":95},{"source":136,"target":95},{"source":96,"target":4},{"source":96,"target":91},{"source":96,"target":137},{"source":96,"target":138},{"source":137,"target":97},{"source":137,"target":139},{"source":137,"target":96},{"source":139,"target":97},{"source":138,"target":91},{"source":97,"target":4},{"source":97,"target":9},{"source":97,"target":140},{"source":97,"target":141},{"source":97,"target":142},{"source":97,"target":143},{"source":140,"target":40},{"source":140,"target":144},{"source":140,"target":97},{"source":144,"target":40},{"source":141,"target":145},{"source":141,"target":146},{"source":141,"target":97},{"source":146,"target":145},{"source":142,"target":102},{"source":142,"target":147},{"source":142,"target":97},{"source":147,"target":102},{"source":143,"target":9},{"source":64,"target":4},{"source":64,"target":91},{"source":64,"target":66},{"source":64,"target":148},{"source":64,"target":149},{"source":66,"target":39},{"source":66,"target":150},{"source":66,"target":64},{"source":66,"target":61},{"source":150,"target":39},{"source":148,"target":40},{"source":148,"target":151},{"source":148,"target":64},{"source":151,"target":40},{"source":149,"target":91},{"source":98,"target":4},{"source":98,"target":9},{"source":98,"target":152},{"source":98,"target":153},{"source":98,"target":154},{"source":98,"target":155},{"source":98,"target":156},{"source":152,"target":50},{"source":152,"target":157},{"source":152,"target":98},{"source":157,"target":50},{"source":153,"target":101},{"source":153,"target":158},{"source":153,"target":98},{"source":153,"target":159},{"source":158,"target":101},{"source":154,"target":40},{"source":154,"target":160},{"source":154,"target":98},{"source":160,"target":40},{"source":155,"target":104},{"source":155,"target":161},{"source":155,"target":98},{"source":161,"target":104},{"source":156,"target":9},{"source":50,"target":4},{"source":99,"target":4},{"source":99,"target":50},{"source":99,"target":162},{"source":99,"target":163},{"source":162,"target":76},{"source":162,"target":164},{"source":162,"target":99},{"source":164,"target":76},{"source":163,"target":50},{"source":100,"target":4},{"source":100,"target":50},{"source":100,"target":165},{"source":100,"target":166},{"source":165,"target":40},{"source":165,"target":167},{"source":165,"target":100},{"source":167,"target":40},{"source":166,"target":50},{"source":101,"target":4},{"source":101,"target":168},{"source":101,"target":159},{"source":168,"target":40},{"source":168,"target":169},{"source":168,"target":101},{"source":169,"target":40},{"source":159,"target":98},{"source":159,"target":170},{"source":159,"target":101},{"source":159,"target":153},{"source":170,"target":98},{"source":102,"target":4},{"source":102,"target":171},{"source":102,"target":172},{"source":171,"target":92},{"source":171,"target":173},{"source":171,"target":102},{"source":173,"target":92},{"source":172,"target":103},{"source":172,"target":174},{"source":172,"target":102},{"source":174,"target":103},{"source":103,"target":4},{"source":103,"target":175},{"source":103,"target":176},{"source":175,"target":103},{"source":176,"target":103},{"source":104,"target":4},{"source":105,"target":4},{"source":105,"target":104},{"source":105,"target":177},{"source":105,"target":178},{"source":177,"target":76},{"source":177,"target":179},{"source":177,"target":105},{"source":179,"target":76},{"source":178,"target":104},{"source":106,"target":4},{"source":106,"target":104},{"source":106,"target":180},{"source":106,"target":181},{"source":180,"target":104},{"source":180,"target":182},{"source":180,"target":106},{"source":182,"target":104},{"source":181,"target":104},{"source":107,"target":113},{"source":107,"target":183},{"source":107,"target":184},{"source":107,"target":185},{"source":107,"target":4},{"source":113,"target":107},{"source":113,"target":186},{"source":186,"target":183},{"source":186,"target":187},{"source":186,"target":113},{"source":187,"target":183},{"source":183,"target":107},{"source":184,"target":107},{"source":184,"target":183},{"source":184,"target":188},{"source":184,"target":189},{"source":188,"target":190},{"source":188,"target":191},{"source":188,"target":184},{"source":191,"target":190},{"source":189,"target":183},{"source":185,"target":107},{"source":185,"target":183},{"source":185,"target":192},{"source":192,"target":183},{"source":108,"target":193},{"source":108,"target":119},{"source":108,"target":194},{"source":108,"target":121},{"source":108,"target":4},{"source":193,"target":108},{"source":193,"target":91},{"source":193,"target":195},{"source":193,"target":196},{"source":193,"target":197},{"source":195,"target":198},{"source":195,"target":199},{"source":195,"target":193},{"source":195,"target":200},{"source":199,"target":198},{"source":196,"target":76},{"source":196,"target":201},{"source":196,"target":193},{"source":201,"target":76},{"source":197,"target":91},{"source":119,"target":108},{"source":119,"target":202},{"source":202,"target":194},{"source":202,"target":203},{"source":202,"target":119},{"source":203,"target":194},{"source":194,"target":108},{"source":194,"target":204},{"source":204,"target":205},{"source":204,"target":206},{"source":204,"target":194},{"source":206,"target":205},{"source":121,"target":108},{"source":121,"target":207},{"source":207,"target":76},{"source":207,"target":208},{"source":207,"target":121},{"source":208,"target":76},{"source":5,"target":205},{"source":5,"target":23},{"source":5,"target":198},{"source":5,"target":209},{"source":5,"target":210},{"source":5,"target":211},{"source":5,"target":212},{"source":5,"target":213},{"source":5,"target":214},{"source":5,"target":0},{"source":205,"target":5},{"source":205,"target":9},{"source":205,"target":10},{"source":205,"target":215},{"source":205,"target":216},{"source":205,"target":217},{"source":215,"target":102},{"source":215,"target":218},{"source":215,"target":205},{"source":218,"target":102},{"source":216,"target":9},{"source":217,"target":10},{"source":23,"target":5},{"source":23,"target":205},{"source":23,"target":219},{"source":23,"target":220},{"source":23,"target":221},{"source":23,"target":222},{"source":23,"target":223},{"source":219,"target":90},{"source":219,"target":224},{"source":219,"target":23},{"source":224,"target":90},{"source":220,"target":209},{"source":220,"target":225},{"source":220,"target":23},{"source":220,"target":226},{"source":225,"target":209},{"source":221,"target":211},{"source":221,"target":227},{"source":221,"target":23},{"source":221,"target":228},{"source":227,"target":211},{"source":222,"target":209},{"source":222,"target":229},{"source":222,"target":23},{"source":229,"target":209},{"source":223,"target":205},{"source":198,"target":5},{"source":198,"target":205},{"source":198,"target":230},{"source":198,"target":200},{"source":198,"target":231},{"source":230,"target":205},{"source":230,"target":232},{"source":230,"target":198},{"source":232,"target":205},{"source":200,"target":193},{"source":200,"target":233},{"source":200,"target":198},{"source":200,"target":195},{"source":233,"target":193},{"source":231,"target":205},{"source":209,"target":5},{"source":209,"target":9},{"source":209,"target":10},{"source":209,"target":234},{"source":209,"target":235},{"source":209,"target":226},{"source":209,"target":236},{"source":209,"target":237},{"source":209,"target":238},{"source":209,"target":239},{"source":209,"target":240},{"source":209,"target":241},{"source":226,"target":23},{"source":226,"target":242},{"source":226,"target":209},{"source":226,"target":220},{"source":242,"target":23},{"source":236,"target":76},{"source":236,"target":243},{"source":236,"target":209},{"source":243,"target":76},{"source":237,"target":210},{"source":237,"target":244},{"source":237,"target":209},{"source":244,"target":210},{"source":238,"target":9},{"source":239,"target":10},{"source":240,"target":234},{"source":241,"target":235},{"source":210,"target":5},{"source":210,"target":245},{"source":210,"target":246},{"source":210,"target":247},{"source":245,"target":210},{"source":246,"target":210},{"source":247,"target":210},{"source":211,"target":5},{"source":211,"target":248},{"source":211,"target":10},{"source":211,"target":235},{"source":211,"target":249},{"source":211,"target":250},{"source":211,"target":228},{"source":211,"target":251},{"source":211,"target":252},{"source":211,"target":253},{"source":211,"target":254},{"source":211,"target":255},{"source":211,"target":256},{"source":211,"target":257},{"source":249,"target":209},{"source":249,"target":258},{"source":249,"target":211},{"source":258,"target":209},{"source":250,"target":209},{"source":250,"target":259},{"source":250,"target":211},{"source":259,"target":209},{"source":228,"target":23},{"source":228,"target":260},{"source":228,"target":211},{"source":228,"target":221},{"source":260,"target":23},{"source":251,"target":76},{"source":251,"target":261},{"source":251,"target":211},{"source":261,"target":76},{"source":252,"target":76},{"source":252,"target":262},{"source":252,"target":211},{"source":262,"target":76},{"source":253,"target":212},{"source":253,"target":263},{"source":253,"target":211},{"source":263,"target":212},{"source":254,"target":214},{"source":254,"target":264},{"source":254,"target":211},{"source":264,"target":214},{"source":255,"target":248},{"source":256,"target":10},{"source":257,"target":235},{"source":212,"target":5},{"source":212,"target":265},{"source":212,"target":266},{"source":265,"target":190},{"source":265,"target":267},{"source":265,"target":212},{"source":267,"target":190},{"source":266,"target":213},{"source":266,"target":268},{"source":266,"target":212},{"source":268,"target":213},{"source":213,"target":5},{"source":213,"target":269},{"source":213,"target":270},{"source":269,"target":213},{"source":270,"target":213},{"source":214,"target":5},{"source":214,"target":101},{"source":214,"target":271},{"source":271,"target":101},{"source":6,"target":272},{"source":6,"target":145},{"source":6,"target":273},{"source":6,"target":274},{"source":6,"target":275},{"source":6,"target":276},{"source":6,"target":277},{"source":6,"target":278},{"source":6,"target":279},{"source":6,"target":280},{"source":6,"target":0},{"source":272,"target":6},{"source":145,"target":6},{"source":145,"target":272},{"source":145,"target":281},{"source":145,"target":282},{"source":145,"target":283},{"source":281,"target":90},{"source":281,"target":284},{"source":281,"target":145},{"source":284,"target":90},{"source":282,"target":272},{"source":282,"target":285},{"source":282,"target":145},{"source":285,"target":272},{"source":283,"target":272},{"source":273,"target":6},{"source":273,"target":272},{"source":273,"target":286},{"source":286,"target":272},{"source":274,"target":6},{"source":274,"target":272},{"source":274,"target":287},{"source":274,"target":288},{"source":274,"target":289},{"source":274,"target":290},{"source":274,"target":291},{"source":287,"target":76},{"source":287,"target":292},{"source":287,"target":274},{"source":292,"target":76},{"source":288,"target":76},{"source":288,"target":293},{"source":288,"target":274},{"source":293,"target":76},{"source":289,"target":76},{"source":289,"target":294},{"source":289,"target":274},{"source":294,"target":76},{"source":290,"target":272},{"source":290,"target":295},{"source":290,"target":274},{"source":295,"target":272},{"source":291,"target":272},{"source":275,"target":6},{"source":275,"target":272},{"source":275,"target":101},{"source":275,"target":296},{"source":275,"target":297},{"source":275,"target":298},{"source":296,"target":272},{"source":296,"target":299},{"source":296,"target":275},{"source":299,"target":272},{"source":297,"target":272},{"source":298,"target":101},{"source":276,"target":6},{"source":276,"target":272},{"source":276,"target":300},{"source":276,"target":301},{"source":276,"target":302},{"source":300,"target":76},{"source":300,"target":303},{"source":300,"target":276},{"source":303,"target":76},{"source":301,"target":272},{"source":301,"target":304},{"source":301,"target":276},{"source":304,"target":272},{"source":302,"target":272},{"source":277,"target":6},{"source":277,"target":272},{"source":277,"target":305},{"source":277,"target":306},{"source":277,"target":307},{"source":305,"target":272},{"source":305,"target":308},{"source":305,"target":277},{"source":308,"target":272},{"source":306,"target":76},{"source":306,"target":309},{"source":306,"target":277},{"source":309,"target":76},{"source":307,"target":272},{"source":278,"target":6},{"source":278,"target":272},{"source":278,"target":310},{"source":278,"target":311},{"source":278,"target":312},{"source":278,"target":313},{"source":310,"target":76},{"source":310,"target":314},{"source":310,"target":278},{"source":314,"target":76},{"source":311,"target":272},{"source":311,"target":315},{"source":311,"target":278},{"source":315,"target":272},{"source":312,"target":272},{"source":312,"target":316},{"source":312,"target":278},{"source":316,"target":272},{"source":313,"target":272},{"source":279,"target":6},{"source":279,"target":272},{"source":279,"target":317},{"source":279,"target":318},{"source":317,"target":76},{"source":317,"target":319},{"source":317,"target":279},{"source":319,"target":76},{"source":318,"target":272},{"source":280,"target":6},{"source":280,"target":272},{"source":280,"target":320},{"source":280,"target":321},{"source":320,"target":76},{"source":320,"target":322},{"source":320,"target":280},{"source":322,"target":76},{"source":321,"target":272},{"source":7,"target":76},{"source":7,"target":323},{"source":7,"target":324},{"source":7,"target":325},{"source":7,"target":326},{"source":7,"target":327},{"source":7,"target":328},{"source":7,"target":190},{"source":7,"target":329},{"source":7,"target":330},{"source":7,"target":331},{"source":7,"target":332},{"source":7,"target":333},{"source":7,"target":334},{"source":7,"target":335},{"source":7,"target":336},{"source":7,"target":337},{"source":7,"target":338},{"source":7,"target":339},{"source":7,"target":340},{"source":7,"target":341},{"source":7,"target":342},{"source":7,"target":343},{"source":7,"target":344},{"source":7,"target":345},{"source":7,"target":346},{"source":7,"target":347},{"source":7,"target":348},{"source":7,"target":349},{"source":7,"target":0},{"source":76,"target":7},{"source":323,"target":7},{"source":323,"target":76},{"source":323,"target":350},{"source":323,"target":351},{"source":350,"target":76},{"source":350,"target":352},{"source":350,"target":323},{"source":352,"target":76},{"source":351,"target":76},{"source":324,"target":7},{"source":324,"target":76},{"source":324,"target":353},{"source":324,"target":354},{"source":353,"target":76},{"source":353,"target":355},{"source":353,"target":324},{"source":355,"target":76},{"source":354,"target":76},{"source":325,"target":7},{"source":325,"target":76},{"source":325,"target":356},{"source":325,"target":357},{"source":356,"target":76},{"source":356,"target":358},{"source":356,"target":325},{"source":358,"target":76},{"source":357,"target":76},{"source":326,"target":7},{"source":326,"target":76},{"source":326,"target":359},{"source":326,"target":360},{"source":326,"target":361},{"source":359,"target":76},{"source":359,"target":362},{"source":359,"target":326},{"source":362,"target":76},{"source":360,"target":76},{"source":360,"target":363},{"source":360,"target":326},{"source":363,"target":76},{"source":361,"target":76},{"source":327,"target":7},{"source":327,"target":326},{"source":327,"target":364},{"source":327,"target":365},{"source":364,"target":328},{"source":364,"target":366},{"source":364,"target":327},{"source":366,"target":328},{"source":365,"target":326},{"source":328,"target":7},{"source":328,"target":367},{"source":328,"target":368},{"source":328,"target":369},{"source":328,"target":370},{"source":328,"target":371},{"source":328,"target":372},{"source":328,"target":373},{"source":328,"target":374},{"source":328,"target":375},{"source":328,"target":376},{"source":328,"target":377},{"source":367,"target":328},{"source":368,"target":328},{"source":369,"target":328},{"source":370,"target":328},{"source":371,"target":328},{"source":372,"target":328},{"source":373,"target":328},{"source":374,"target":328},{"source":375,"target":328},{"source":376,"target":328},{"source":377,"target":328},{"source":190,"target":7},{"source":190,"target":76},{"source":190,"target":378},{"source":190,"target":379},{"source":190,"target":380},{"source":378,"target":9},{"source":378,"target":381},{"source":378,"target":190},{"source":381,"target":9},{"source":379,"target":76},{"source":379,"target":382},{"source":379,"target":190},{"source":382,"target":76},{"source":380,"target":76},{"source":329,"target":7},{"source":329,"target":76},{"source":329,"target":383},{"source":329,"target":384},{"source":383,"target":385},{"source":383,"target":329},{"source":384,"target":76},{"source":330,"target":7},{"source":330,"target":326},{"source":330,"target":386},{"source":330,"target":387},{"source":386,"target":331},{"source":386,"target":388},{"source":386,"target":330},{"source":388,"target":331},{"source":387,"target":326},{"source":331,"target":7},{"source":331,"target":389},{"source":331,"target":390},{"source":331,"target":391},{"source":331,"target":392},{"source":331,"target":393},{"source":389,"target":331},{"source":390,"target":331},{"source":391,"target":331},{"source":392,"target":331},{"source":393,"target":331},{"source":332,"target":7},{"source":332,"target":326},{"source":332,"target":394},{"source":332,"target":395},{"source":394,"target":333},{"source":394,"target":396},{"source":394,"target":332},{"source":396,"target":333},{"source":395,"target":326},{"source":333,"target":7},{"source":333,"target":397},{"source":333,"target":398},{"source":333,"target":399},{"source":397,"target":333},{"source":398,"target":333},{"source":399,"target":333},{"source":334,"target":7},{"source":334,"target":76},{"source":334,"target":400},{"source":334,"target":401},{"source":334,"target":402},{"source":400,"target":97},{"source":400,"target":403},{"source":400,"target":334},{"source":403,"target":97},{"source":401,"target":76},{"source":401,"target":404},{"source":401,"target":334},{"source":404,"target":76},{"source":402,"target":76},{"source":335,"target":7},{"source":335,"target":326},{"source":335,"target":405},{"source":335,"target":406},{"source":405,"target":336},{"source":405,"target":407},{"source":405,"target":335},{"source":407,"target":336},{"source":406,"target":326},{"source":336,"target":7},{"source":336,"target":408},{"source":336,"target":409},{"source":336,"target":410},{"source":336,"target":411},{"source":336,"target":412},{"source":336,"target":413},{"source":408,"target":336},{"source":409,"target":336},{"source":410,"target":336},{"source":411,"target":336},{"source":412,"target":336},{"source":413,"target":336},{"source":337,"target":7},{"source":337,"target":76},{"source":337,"target":414},{"source":337,"target":415},{"source":337,"target":416},{"source":337,"target":417},{"source":414,"target":76},{"source":414,"target":418},{"source":414,"target":337},{"source":418,"target":76},{"source":415,"target":76},{"source":415,"target":419},{"source":415,"target":337},{"source":419,"target":76},{"source":416,"target":76},{"source":416,"target":420},{"source":416,"target":337},{"source":420,"target":76},{"source":417,"target":76},{"source":338,"target":7},{"source":338,"target":76},{"source":338,"target":421},{"source":338,"target":422},{"source":338,"target":423},{"source":421,"target":76},{"source":421,"target":424},{"source":421,"target":338},{"source":424,"target":76},{"source":422,"target":190},{"source":422,"target":425},{"source":422,"target":338},{"source":425,"target":190},{"source":423,"target":76},{"source":339,"target":7},{"source":339,"target":426},{"source":339,"target":427},{"source":426,"target":339},{"source":427,"target":339},{"source":340,"target":7},{"source":340,"target":76},{"source":340,"target":101},{"source":340,"target":428},{"source":340,"target":429},{"source":340,"target":430},{"source":340,"target":431},{"source":428,"target":339},{"source":428,"target":432},{"source":428,"target":340},{"source":432,"target":339},{"source":429,"target":76},{"source":429,"target":433},{"source":429,"target":340},{"source":433,"target":76},{"source":430,"target":76},{"source":431,"target":101},{"source":341,"target":7},{"source":341,"target":76},{"source":341,"target":434},{"source":341,"target":435},{"source":341,"target":436},{"source":341,"target":437},{"source":434,"target":76},{"source":434,"target":438},{"source":434,"target":341},{"source":438,"target":76},{"source":435,"target":343},{"source":435,"target":439},{"source":435,"target":341},{"source":439,"target":343},{"source":436,"target":342},{"source":436,"target":440},{"source":436,"target":341},{"source":440,"target":342},{"source":437,"target":76},{"source":342,"target":7},{"source":342,"target":441},{"source":342,"target":442},{"source":441,"target":342},{"source":442,"target":342},{"source":343,"target":7},{"source":343,"target":443},{"source":343,"target":444},{"source":443,"target":343},{"source":444,"target":343},{"source":344,"target":7},{"source":344,"target":326},{"source":344,"target":445},{"source":344,"target":446},{"source":445,"target":345},{"source":445,"target":447},{"source":445,"target":344},{"source":447,"target":345},{"source":446,"target":326},{"source":345,"target":7},{"source":345,"target":448},{"source":345,"target":449},{"source":448,"target":345},{"source":449,"target":345},{"source":346,"target":7},{"source":346,"target":326},{"source":346,"target":450},{"source":346,"target":451},{"source":450,"target":347},{"source":450,"target":452},{"source":450,"target":346},{"source":452,"target":347},{"source":451,"target":326},{"source":347,"target":7},{"source":347,"target":453},{"source":347,"target":454},{"source":453,"target":347},{"source":454,"target":347},{"source":348,"target":7},{"source":348,"target":326},{"source":348,"target":455},{"source":348,"target":456},{"source":455,"target":349},{"source":455,"target":457},{"source":455,"target":348},{"source":457,"target":349},{"source":456,"target":326},{"source":349,"target":7},{"source":349,"target":458},{"source":349,"target":459},{"source":349,"target":460},{"source":458,"target":349},{"source":459,"target":349},{"source":460,"target":349},{"source":8,"target":235},{"source":8,"target":234},{"source":8,"target":248},{"source":8,"target":461},{"source":8,"target":462},{"source":8,"target":0},{"source":235,"target":8},{"source":235,"target":463},{"source":235,"target":464},{"source":463,"target":462},{"source":463,"target":465},{"source":463,"target":235},{"source":465,"target":462},{"source":464,"target":466},{"source":464,"target":235},{"source":234,"target":8},{"source":234,"target":467},{"source":467,"target":461},{"source":467,"target":468},{"source":467,"target":234},{"source":468,"target":461},{"source":248,"target":8},{"source":248,"target":469},{"source":469,"target":461},{"source":469,"target":470},{"source":469,"target":248},{"source":470,"target":461},{"source":461,"target":8},{"source":461,"target":471},{"source":461,"target":472},{"source":471,"target":473},{"source":471,"target":461},{"source":472,"target":474},{"source":472,"target":461},{"source":462,"target":8},{"source":462,"target":475},{"source":462,"target":476},{"source":462,"target":477},{"source":462,"target":478},{"source":462,"target":479},{"source":462,"target":480},{"source":462,"target":481},{"source":462,"target":482},{"source":462,"target":483},{"source":462,"target":484},{"source":462,"target":485},{"source":462,"target":486},{"source":462,"target":487},{"source":462,"target":488},{"source":475,"target":462},{"source":476,"target":462},{"source":477,"target":462},{"source":478,"target":462},{"source":479,"target":462},{"source":480,"target":462},{"source":481,"target":462},{"source":482,"target":462},{"source":483,"target":462},{"source":484,"target":462},{"source":485,"target":462},{"source":486,"target":462},{"source":487,"target":462},{"source":488,"target":462}],"multigraph":true}
ecore
tournament
repo-ecore-all/data/fmdkdd/monoge/emftuto/org.eclipse.example.bowlingmodel/model/bowling.ecore
bowling Player name dateOfBirth League name players Tournament matchups type Matchup games Game matchup player TournamentType Pro Pro Amateur Amateur
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bowling" nsURI="http://org/eclipse/example/bowling" nsPrefix="org.eclipse.example.bowling"> <eClassifiers xsi:type="ecore:EClass" name="Player"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateOfBirth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="League"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="players" upperBound="-1" eType="#//Player" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tournament"> <eStructuralFeatures xsi:type="ecore:EReference" name="matchups" upperBound="-1" eType="#//Matchup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TournamentType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Matchup"> <eStructuralFeatures xsi:type="ecore:EReference" name="games" lowerBound="2" upperBound="2" eType="#//Game" containment="true" eOpposite="#//Game/matchup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Game"> <eStructuralFeatures xsi:type="ecore:EReference" name="matchup" eType="#//Matchup" eOpposite="#//Matchup/games"/> <eStructuralFeatures xsi:type="ecore:EReference" name="player" eType="#//Player"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TournamentType"> <eLiterals name="Pro"/> <eLiterals name="Amateur" value="1"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.example.bowling","nsURI":"http://org/eclipse/example/bowling","name":"bowling","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Player","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"League","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tournament","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Matchup","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Game","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TournamentType","instanceClass":null,"id":6,"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":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":"dateOfBirth","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"players","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"matchups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"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":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"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":"games","changeable":true,"resolveProxies":true,"lowerBound":2,"id":19,"derived":false},{"id":20,"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":"matchup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"player","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"name":"Pro","id":25,"value":0,"literal":"Pro","eClass":"EEnumLiteral"},{"name":"Amateur","id":26,"value":1,"literal":"Amateur","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":7},{"source":1,"target":8},{"source":7,"target":9},{"source":7,"target":1},{"source":8,"target":10},{"source":8,"target":1},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":11,"target":13},{"source":11,"target":2},{"source":12,"target":1},{"source":12,"target":14},{"source":12,"target":2},{"source":14,"target":1},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":16},{"source":15,"target":4},{"source":15,"target":17},{"source":15,"target":3},{"source":17,"target":4},{"source":16,"target":6},{"source":16,"target":18},{"source":16,"target":3},{"source":18,"target":6},{"source":4,"target":0},{"source":4,"target":19},{"source":19,"target":5},{"source":19,"target":20},{"source":19,"target":4},{"source":19,"target":21},{"source":20,"target":5},{"source":5,"target":0},{"source":5,"target":21},{"source":5,"target":22},{"source":21,"target":4},{"source":21,"target":23},{"source":21,"target":5},{"source":21,"target":19},{"source":23,"target":4},{"source":22,"target":1},{"source":22,"target":24},{"source":22,"target":5},{"source":24,"target":1},{"source":6,"target":0},{"source":6,"target":25},{"source":6,"target":26},{"source":25,"target":6},{"source":26,"target":6}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/HSM.ecore
HSM StateMachine addTransition src trg states transitions State name owner CompositeState Transition source target
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns: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="HSM" name="HSM" nsURI="HSM" nsPrefix="hsm"> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eOperations name="addTransition"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="post_a" value="Transition.allInstances()->one(x | x.oclIsNew() and x.source.name = src and x.target.name = trg and self.transitions->includes(x))"/> <details key="post_b" value="StateMachine.allInstances()->forAll(x | x.states@pre = x.states)"/> <details key="post_c" value="State.allInstances()->forAll(x | x.name@pre = x.name)"/> <details key="post_d" value="Transition.allInstances@pre()->forAll(x | x.source@pre = x.source and x.target@pre = x.target)"/> <details key="post_e" value="State.allInstances@pre() = State.allInstances()"/> <details key="post_f" value="StateMachine.allInstances@pre() = StateMachine.allInstances()"/> </eAnnotations> <eParameters name="src" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="trg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="inheritance" value="not self->closure(owner)->includes(self)"/> </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="owner" eType="#//CompositeState"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"hsm","nsURI":"HSM","name":"HSM","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":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeState","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"addTransition","lowerBound":0,"id":5,"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":"states","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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"src","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"trg","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EParameter"},{"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":"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":"owner","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":5,"target":1},{"source":5,"target":8},{"source":5,"target":9},{"source":8,"target":10},{"source":8,"target":5},{"source":9,"target":11},{"source":9,"target":5},{"source":6,"target":2},{"source":6,"target":12},{"source":6,"target":1},{"source":12,"target":2},{"source":7,"target":4},{"source":7,"target":13},{"source":7,"target":1},{"source":13,"target":4},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":14,"target":16},{"source":14,"target":2},{"source":15,"target":3},{"source":15,"target":17},{"source":15,"target":2},{"source":17,"target":3},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":18},{"source":18,"target":2},{"source":4,"target":0},{"source":4,"target":19},{"source":4,"target":20},{"source":19,"target":2},{"source":19,"target":21},{"source":19,"target":4},{"source":21,"target":2},{"source":20,"target":2},{"source":20,"target":22},{"source":20,"target":4},{"source":22,"target":2}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/dstrueber/bigtrafo/de.bigtrafo.benchmark/ocl/instances/07/PetriNetWithOCLPaper.ecore
PetriNetModel PetriNet transition arcPT arcTP place name Transition name preArc postArc ArcPT inscription transition place ArcTP inscription place transition Place name preArc token postArc
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="PetriNetModel" nsURI="http://www.example.org/PetriNetModelWithOCL" nsPrefix="pnocl"> <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="PetriNet"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="DifferentNamedPlaces"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="DifferentNamedPlaces" value="self.place -> forAll(p1:Place | self.place -> forAll(p2:Place | p1 &lt;> p2 implies p1.name &lt;> p2.name))"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcPT" upperBound="-1" eType="#//ArcPT" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcTP" upperBound="-1" eType="#//ArcTP" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="place" upperBound="-1" eType="#//Place" 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="Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preArc" upperBound="-1" eType="#//ArcPT"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postArc" upperBound="-1" eType="#//ArcTP"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcPT"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inscription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="#//Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="place" eType="#//Place"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcTP"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inscription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="place" eType="#//Place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="#//Transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preArc" upperBound="-1" eType="#//ArcTP"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="token" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postArc" upperBound="-1" eType="#//ArcPT"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"pnocl","nsURI":"http://www.example.org/PetriNetModelWithOCL","name":"PetriNetModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcPT","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcTP","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":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":"arcPT","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcTP","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":"place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inscription","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transition","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":"place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inscription","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"token","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":6,"target":2},{"source":6,"target":11},{"source":6,"target":1},{"source":11,"target":2},{"source":7,"target":3},{"source":7,"target":12},{"source":7,"target":1},{"source":12,"target":3},{"source":8,"target":4},{"source":8,"target":13},{"source":8,"target":1},{"source":13,"target":4},{"source":9,"target":5},{"source":9,"target":14},{"source":9,"target":1},{"source":14,"target":5},{"source":10,"target":15},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":16,"target":19},{"source":16,"target":2},{"source":17,"target":3},{"source":17,"target":20},{"source":17,"target":2},{"source":20,"target":3},{"source":18,"target":4},{"source":18,"target":21},{"source":18,"target":2},{"source":21,"target":4},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":22,"target":25},{"source":22,"target":3},{"source":23,"target":2},{"source":23,"target":26},{"source":23,"target":3},{"source":26,"target":2},{"source":24,"target":5},{"source":24,"target":27},{"source":24,"target":3},{"source":27,"target":5},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":28,"target":31},{"source":28,"target":4},{"source":29,"target":5},{"source":29,"target":32},{"source":29,"target":4},{"source":32,"target":5},{"source":30,"target":2},{"source":30,"target":33},{"source":30,"target":4},{"source":33,"target":2},{"source":5,"target":0},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":34,"target":38},{"source":34,"target":5},{"source":35,"target":4},{"source":35,"target":39},{"source":35,"target":5},{"source":39,"target":4},{"source":36,"target":40},{"source":36,"target":5},{"source":37,"target":3},{"source":37,"target":41},{"source":37,"target":5},{"source":41,"target":3}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/Jamzeroth/WorkspacesMG/Juno/EMF.example.StateMachine/model/StateMachine.ecore
statemachine StateMachine name states transitions resources State name need Transition Id source target Resource name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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" nsURI="http://statemachine/1.0" nsPrefix="statemachine"> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//Resource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="need" lowerBound="1" upperBound="-1" eType="#//Resource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"statemachine","nsURI":"http://statemachine/1.0","name":"statemachine","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":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"need","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Id","changeable":true,"lowerBound":0,"iD":false,"id":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":"source","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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"}],"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":2},{"source":6,"target":10},{"source":6,"target":1},{"source":10,"target":2},{"source":7,"target":3},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":3},{"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":4},{"source":14,"target":16},{"source":14,"target":2},{"source":16,"target":4},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":17,"target":20},{"source":17,"target":3},{"source":18,"target":2},{"source":18,"target":21},{"source":18,"target":3},{"source":21,"target":2},{"source":19,"target":2},{"source":19,"target":22},{"source":19,"target":3},{"source":22,"target":2},{"source":4,"target":0},{"source":4,"target":23},{"source":23,"target":24},{"source":23,"target":4}],"multigraph":true}
ecore
iot
repo-ecore-all/data/akki55/useme/examples/gyro/org.gyro.metamodel/model/gyro.ecore
gyro GyroSpecification name nodes child next Node name Child source target Sibling source target Behavior Priority Parallel Sequential StatusChange changeSuccess Success changeFailure Failure changeRunning Running Action Condition Distance value 300 kind Major Bumpers bumperKind Left Waiting time 1 Actuate Motor leftMotor 255 rightMotor 255 Servo minimalPosition 0 maximalPosition 160 step 10 LED status On LightStatus On On Off Off SuccessState Success Success Failure Failure Running Running FailureState Failure Failure Success Success Running Running RunningState Success Success Failure Failure Running Running BumperKind Left Left Right Right DistanceKind Minor Minor Major Major
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="gyro" nsURI="http://gyro/1.0" nsPrefix="gyro"> <eClassifiers xsi:type="ecore:EClass" name="GyroSpecification"> <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="nodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="child" upperBound="-1" eType="#//Child" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" upperBound="-1" eType="#//Sibling" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" 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="Child"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="#//Behavior"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sibling"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Behavior" abstract="true" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Priority" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Parallel" eSuperTypes="#//Behavior"> <eAnnotations source="dssl.abstract_syntax"> <details key="role" value="Parallel"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequential" eSuperTypes="#//Behavior"> <eAnnotations source="dssl.abstract_syntax"> <details key="role" value="Sequence"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatusChange" eSuperTypes="#//Behavior"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeSuccess" eType="#//SuccessState" defaultValueLiteral="Success"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeFailure" eType="#//FailureState" defaultValueLiteral="Failure"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeRunning" eType="#//RunningState" defaultValueLiteral="Running"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Condition" abstract="true" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Distance" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="300"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//DistanceKind" defaultValueLiteral="Major"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bumpers" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bumperKind" eType="#//BumperKind" defaultValueLiteral="Left"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Waiting" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Actuate" abstract="true" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Motor" eSuperTypes="#//Actuate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leftMotor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="255"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rightMotor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="255"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Servo" eSuperTypes="#//Actuate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimalPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximalPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="160"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="step" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="10"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LED" eSuperTypes="#//Actuate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//LightStatus" defaultValueLiteral="On"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LightStatus"> <eLiterals name="On"/> <eLiterals name="Off" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SuccessState"> <eLiterals name="Success" literal="Success"/> <eLiterals name="Failure" value="1" literal="Failure"/> <eLiterals name="Running" value="2" literal="Running"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FailureState"> <eLiterals name="Failure"/> <eLiterals name="Success" value="1"/> <eLiterals name="Running" value="2" literal="Running"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RunningState"> <eLiterals name="Success" literal="Success"/> <eLiterals name="Failure" value="1" literal="Failure"/> <eLiterals name="Running" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BumperKind"> <eLiterals name="Left" literal="Left"/> <eLiterals name="Right" value="1" literal="Right"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DistanceKind"> <eLiterals name="Minor" literal="Minor"/> <eLiterals name="Major" value="1"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"gyro","nsURI":"http://gyro/1.0","name":"gyro","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GyroSpecification","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Child","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sibling","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Priority","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parallel","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequential","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatusChange","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Distance","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bumpers","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Waiting","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actuate","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Motor","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Servo","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LED","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LightStatus","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SuccessState","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FailureState","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RunningState","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BumperKind","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DistanceKind","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"nodes","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":"child","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":"next","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":"name","changeable":true,"lowerBound":1,"iD":true,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Success","unsettable":false,"transient":false,"unique":true,"name":"changeSuccess","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Failure","unsettable":false,"transient":false,"unique":true,"name":"changeFailure","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Running","unsettable":false,"transient":false,"unique":true,"name":"changeRunning","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"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":300,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"300","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Major","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Left","unsettable":false,"transient":false,"unique":true,"name":"bumperKind","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":255,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"255","unsettable":false,"transient":false,"unique":true,"name":"leftMotor","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":255,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"255","unsettable":false,"transient":false,"unique":true,"name":"rightMotor","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"minimalPosition","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":160,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"160","unsettable":false,"transient":false,"unique":true,"name":"maximalPosition","changeable":true,"lowerBound":0,"iD":false,"id":74,"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":"step","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,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"On","unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"name":"On","id":83,"value":0,"literal":"On","eClass":"EEnumLiteral"},{"name":"Off","id":84,"value":1,"literal":"Off","eClass":"EEnumLiteral"},{"name":"Success","id":85,"value":0,"literal":"Success","eClass":"EEnumLiteral"},{"name":"Failure","id":86,"value":1,"literal":"Failure","eClass":"EEnumLiteral"},{"name":"Running","id":87,"value":2,"literal":"Running","eClass":"EEnumLiteral"},{"name":"Failure","id":88,"value":0,"literal":"Failure","eClass":"EEnumLiteral"},{"name":"Success","id":89,"value":1,"literal":"Success","eClass":"EEnumLiteral"},{"name":"Running","id":90,"value":2,"literal":"Running","eClass":"EEnumLiteral"},{"name":"Success","id":91,"value":0,"literal":"Success","eClass":"EEnumLiteral"},{"name":"Failure","id":92,"value":1,"literal":"Failure","eClass":"EEnumLiteral"},{"name":"Running","id":93,"value":2,"literal":"Running","eClass":"EEnumLiteral"},{"name":"Left","id":94,"value":0,"literal":"Left","eClass":"EEnumLiteral"},{"name":"Right","id":95,"value":1,"literal":"Right","eClass":"EEnumLiteral"},{"name":"Minor","id":96,"value":0,"literal":"Minor","eClass":"EEnumLiteral"},{"name":"Major","id":97,"value":1,"literal":"Major","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":1,"target":0},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":25,"target":29},{"source":25,"target":1},{"source":26,"target":2},{"source":26,"target":30},{"source":26,"target":1},{"source":30,"target":2},{"source":27,"target":3},{"source":27,"target":31},{"source":27,"target":1},{"source":31,"target":3},{"source":28,"target":4},{"source":28,"target":32},{"source":28,"target":1},{"source":32,"target":4},{"source":2,"target":0},{"source":2,"target":33},{"source":33,"target":34},{"source":33,"target":2},{"source":3,"target":0},{"source":3,"target":35},{"source":3,"target":36},{"source":35,"target":5},{"source":35,"target":37},{"source":35,"target":3},{"source":37,"target":5},{"source":36,"target":2},{"source":36,"target":38},{"source":36,"target":3},{"source":38,"target":2},{"source":4,"target":0},{"source":4,"target":39},{"source":4,"target":40},{"source":39,"target":2},{"source":39,"target":41},{"source":39,"target":4},{"source":41,"target":2},{"source":40,"target":2},{"source":40,"target":42},{"source":40,"target":4},{"source":42,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":43},{"source":43,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":44},{"source":44,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":45},{"source":45,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":46},{"source":46,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":47},{"source":9,"target":48},{"source":9,"target":49},{"source":9,"target":50},{"source":47,"target":20},{"source":47,"target":51},{"source":47,"target":9},{"source":51,"target":20},{"source":48,"target":21},{"source":48,"target":52},{"source":48,"target":9},{"source":52,"target":21},{"source":49,"target":22},{"source":49,"target":53},{"source":49,"target":9},{"source":53,"target":22},{"source":50,"target":5},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":54},{"source":54,"target":2},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":55},{"source":55,"target":10},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":56},{"source":12,"target":57},{"source":12,"target":58},{"source":56,"target":59},{"source":56,"target":12},{"source":57,"target":24},{"source":57,"target":60},{"source":57,"target":12},{"source":60,"target":24},{"source":58,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":61},{"source":13,"target":62},{"source":61,"target":23},{"source":61,"target":63},{"source":61,"target":13},{"source":63,"target":23},{"source":62,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":64},{"source":14,"target":65},{"source":64,"target":66},{"source":64,"target":14},{"source":65,"target":11},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":67},{"source":67,"target":10},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":68},{"source":16,"target":69},{"source":16,"target":70},{"source":68,"target":71},{"source":68,"target":16},{"source":69,"target":72},{"source":69,"target":16},{"source":70,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":73},{"source":17,"target":74},{"source":17,"target":75},{"source":17,"target":76},{"source":73,"target":77},{"source":73,"target":17},{"source":74,"target":78},{"source":74,"target":17},{"source":75,"target":79},{"source":75,"target":17},{"source":76,"target":15},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":80},{"source":18,"target":81},{"source":80,"target":19},{"source":80,"target":82},{"source":80,"target":18},{"source":82,"target":19},{"source":81,"target":15},{"source":19,"target":0},{"source":19,"target":83},{"source":19,"target":84},{"source":83,"target":19},{"source":84,"target":19},{"source":20,"target":0},{"source":20,"target":85},{"source":20,"target":86},{"source":20,"target":87},{"source":85,"target":20},{"source":86,"target":20},{"source":87,"target":20},{"source":21,"target":0},{"source":21,"target":88},{"source":21,"target":89},{"source":21,"target":90},{"source":88,"target":21},{"source":89,"target":21},{"source":90,"target":21},{"source":22,"target":0},{"source":22,"target":91},{"source":22,"target":92},{"source":22,"target":93},{"source":91,"target":22},{"source":92,"target":22},{"source":93,"target":22},{"source":23,"target":0},{"source":23,"target":94},{"source":23,"target":95},{"source":94,"target":23},{"source":95,"target":23},{"source":24,"target":0},{"source":24,"target":96},{"source":24,"target":97},{"source":96,"target":24},{"source":97,"target":24}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/louismrose/migration_comparison/solutions/aml/Petri Nets/Models/After.ecore
lit_petriNets Net places transitions arcs Place net name in out Transition net name in out Arc net PTArc s d TPArc s d
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="lit_petriNets" nsURI="lit_petriNets" nsPrefix="lit_petriNets"> <eClassifiers xsi:type="ecore:EClass" name="Net"> <eStructuralFeatures xsi:type="ecore:EReference" name="places" upperBound="-1" eType="#//Place" containment="true" eOpposite="#//Place/net"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/net"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1" eType="#//Arc" containment="true" eOpposite="#//Arc/net"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//Net" eOpposite="#//Net/places"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-1" eType="#//TPArc" eOpposite="#//TPArc/d"/> <eStructuralFeatures xsi:type="ecore:EReference" name="out" upperBound="-1" eType="#//PTArc" eOpposite="#//PTArc/s"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//Net" eOpposite="#//Net/transitions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" lowerBound="1" upperBound="-1" eType="#//PTArc" eOpposite="#//PTArc/d"/> <eStructuralFeatures xsi:type="ecore:EReference" name="out" lowerBound="1" upperBound="-1" eType="#//TPArc" eOpposite="#//TPArc/s"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//Net" eOpposite="#//Net/arcs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PTArc" eSuperTypes="#//Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="s" lowerBound="1" eType="#//Place" eOpposite="#//Place/out"/> <eStructuralFeatures xsi:type="ecore:EReference" name="d" lowerBound="1" eType="#//Transition" eOpposite="#//Transition/in"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TPArc" eSuperTypes="#//Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="s" lowerBound="1" eType="#//Transition" eOpposite="#//Transition/out"/> <eStructuralFeatures xsi:type="ecore:EReference" name="d" lowerBound="1" eType="#//Place" eOpposite="#//Place/in"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"lit_petriNets","nsURI":"lit_petriNets","name":"lit_petriNets","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Net","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PTArc","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TPArc","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":"places","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","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":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"id":12,"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":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"id":14,"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":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"out","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"d","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"s","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"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":"out","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"d","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"s","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"},{"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":2},{"source":7,"target":10},{"source":7,"target":1},{"source":7,"target":11},{"source":10,"target":2},{"source":8,"target":3},{"source":8,"target":12},{"source":8,"target":1},{"source":8,"target":13},{"source":12,"target":3},{"source":9,"target":4},{"source":9,"target":14},{"source":9,"target":1},{"source":9,"target":15},{"source":14,"target":4},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":11,"target":1},{"source":11,"target":19},{"source":11,"target":2},{"source":11,"target":7},{"source":19,"target":1},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":6},{"source":17,"target":21},{"source":17,"target":2},{"source":17,"target":22},{"source":21,"target":6},{"source":18,"target":5},{"source":18,"target":23},{"source":18,"target":2},{"source":18,"target":24},{"source":23,"target":5},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":13,"target":1},{"source":13,"target":28},{"source":13,"target":3},{"source":13,"target":8},{"source":28,"target":1},{"source":25,"target":29},{"source":25,"target":3},{"source":26,"target":5},{"source":26,"target":30},{"source":26,"target":3},{"source":26,"target":31},{"source":30,"target":5},{"source":27,"target":6},{"source":27,"target":32},{"source":27,"target":3},{"source":27,"target":33},{"source":32,"target":6},{"source":4,"target":0},{"source":4,"target":15},{"source":15,"target":1},{"source":15,"target":34},{"source":15,"target":4},{"source":15,"target":9},{"source":34,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":24},{"source":5,"target":31},{"source":5,"target":35},{"source":24,"target":2},{"source":24,"target":36},{"source":24,"target":5},{"source":24,"target":18},{"source":36,"target":2},{"source":31,"target":3},{"source":31,"target":37},{"source":31,"target":5},{"source":31,"target":26},{"source":37,"target":3},{"source":35,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":33},{"source":6,"target":22},{"source":6,"target":38},{"source":33,"target":3},{"source":33,"target":39},{"source":33,"target":6},{"source":33,"target":27},{"source":39,"target":3},{"source":22,"target":2},{"source":22,"target":40},{"source":22,"target":6},{"source":22,"target":17},{"source":40,"target":2},{"source":38,"target":4}],"multigraph":true}
ecore
components
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/adlrecurs.ecore
adlrecurs AbstractComponent content attributes requiredInterfaces providedInterfaces Interface bindings Binding from to Content class content class language Attributes attributes signature Attribute name value Required Provided Component subComponents NamedElement name Type signature items Item
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="adlrecurs" nsURI="http://adlrecurs" nsPrefix="_adlrecurs"> <eClassifiers xsi:type="ecore:EClass" name="AbstractComponent" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameUnicity"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="nameUnicity" value="bindings->isUnique(name)&#xD;&#xA;and&#xD;&#xA;components->isUnique(name)&#xD;&#xA;and&#xD;&#xA;interfaces->isUnique(name)&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="afx=requiredInterfaces"/> <details key="afx=providedInterfaces"/> <details key="kref=attributes"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//Content" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" eType="#//Attributes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredInterfaces" upperBound="-1" eType="#//Required" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedInterfaces" upperBound="-1" eType="#//Provided" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="contingency primitive uniqueClientsForServer"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="contingency" value="(self.contingency = InterfaceContingency::mandatory) &#xD;&#xA;implies &#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::client)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;(self.clientBinding &lt;> null)&#xD;&#xA;&#x9;)&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::server)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;not (self.serverBinding->isEmpty())&#xD;&#xA;&#x9;)&#xD;&#xA;)"/> <details key="primitive" value="(interfaceParent.content = null)&#xD;&#xA;xor &#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::client)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;(self.serverBinding->isEmpty())&#xD;&#xA;&#x9;)&#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(self.role = InterfaceRole::server)&#xD;&#xA;&#x9;&#x9;implies&#xD;&#xA;&#x9;(self.clientBinding = null)&#xD;&#xA;)"/> <details key="uniqueClientsForServer" value="self->isUnique(serverBinding)"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//Binding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="roleCompatibility"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="roleCompatibility" value="(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.role = InterfaceRole::client&#xD;&#xA;&#x9;&#x9;and &#xD;&#xA;&#x9; &#x9;self.server.role = InterfaceRole::server&#xD;&#xA;&#x9;)&#xD;&#xA; &#x9;and &#xD;&#xA; &#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclIsTypeOf(Component) &#xD;&#xA;&#x9;&#x9;and&#xD;&#xA;&#x9;&#x9;self.server.interfaceParent.oclIsTypeOf(Component)&#xD;&#xA;&#x9;) &#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclAsType(Component).componentParent = self.server.interfaceParent.oclAsType(Component).componentParent&#xD;&#xA;&#x9;)&#xD;&#xA;)&#xD;&#xA;&#xD;&#xA;or&#xD;&#xA;&#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&amp;#x9;self.client.role = InterfaceRole::client&#xD;&#xA;&#x9;&#x9;and &#xD;&#xA;&#x9; &#x9;self.server.role = InterfaceRole::client&#xD;&#xA;&#x9;)&#xD;&#xA; &#x9;and &#xD;&#xA; &#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclIsTypeOf(Component) &#xD;&#xA;&#x9;) &#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclAsType(Component).componentParent = self.server.interfaceParent&#xD;&#xA;&#x9;)&#xD;&#xA;)&#xD;&#xA;&#xD;&#xA;or&#xD;&#xA;&#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.role = InterfaceRole::SERVER&#xD;&#xA;&#x9;&#x9;and &#xD;&#xA;&#x9; &#x9;self.server.role = InterfaceRole::SERVER&#xD;&#xA;&#x9;)&#xD;&#xA; &#x9;and &#xD;&#xA; &#x9;(&#xD;&#xA;&#x9;&#x9;self.server.interfaceParent.oclIsTypeOf(Component) &#xD;&#xA;&#x9;) &#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.server.interfaceParent.oclAsType(Component).componentParent = self.client.interfaceParent&#xD;&#xA;&#x9;)&#xD;&#xA;)&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="link"/> <details key="lsrc=from"/> <details key="ltrg=to"/> <details key="cont=Interface.bindings"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Interface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Content"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=class"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="content class"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attributes"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=signature"/> <details key="kref=attributes"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Required" eSuperTypes="#//Type"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Provided" eSuperTypes="#//Type"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//AbstractComponent #//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> <details key="cont=Component.subComponents"/> <details key="kref=subComponents"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="subComponents" upperBound="-1" eType="#//Component" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eAnnotations source="diagraph"> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//Interface"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//Item" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Item" eSuperTypes="#//NamedElement"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"_adlrecurs","nsURI":"http://adlrecurs","name":"adlrecurs","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractComponent","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attributes","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Required","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provided","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":"requiredInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providedInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":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":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"content class","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"content class","unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":1,"iD":false,"id":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":"language","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"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":true,"name":"value","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signature","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":"items","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":13,"target":4},{"source":13,"target":17},{"source":13,"target":1},{"source":17,"target":4},{"source":14,"target":5},{"source":14,"target":18},{"source":14,"target":1},{"source":18,"target":5},{"source":15,"target":7},{"source":15,"target":19},{"source":15,"target":1},{"source":19,"target":7},{"source":16,"target":8},{"source":16,"target":20},{"source":16,"target":1},{"source":20,"target":8},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":21},{"source":2,"target":22},{"source":21,"target":3},{"source":21,"target":23},{"source":21,"target":2},{"source":23,"target":3},{"source":22,"target":10},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":24,"target":2},{"source":24,"target":27},{"source":24,"target":3},{"source":27,"target":2},{"source":25,"target":2},{"source":25,"target":28},{"source":25,"target":3},{"source":28,"target":2},{"source":26,"target":10},{"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":30,"target":4},{"source":5,"target":0},{"source":5,"target":33},{"source":5,"target":34},{"source":33,"target":6},{"source":33,"target":35},{"source":33,"target":5},{"source":35,"target":6},{"source":34,"target":36},{"source":34,"target":5},{"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":38,"target":6},{"source":7,"target":0},{"source":7,"target":11},{"source":7,"target":41},{"source":41,"target":11},{"source":8,"target":0},{"source":8,"target":11},{"source":8,"target":42},{"source":42,"target":11},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":10},{"source":9,"target":43},{"source":9,"target":44},{"source":9,"target":45},{"source":43,"target":9},{"source":43,"target":46},{"source":43,"target":9},{"source":46,"target":9},{"source":44,"target":1},{"source":45,"target":10},{"source":10,"target":0},{"source":10,"target":47},{"source":47,"target":48},{"source":47,"target":10},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":49},{"source":11,"target":50},{"source":11,"target":51},{"source":49,"target":52},{"source":49,"target":11},{"source":50,"target":12},{"source":50,"target":53},{"source":50,"target":11},{"source":53,"target":12},{"source":51,"target":2},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":54},{"source":54,"target":10}],"multigraph":true}
ecore
library
repo-ecore-all/data/Teiid-Designer/teiid-modeshape/sequencers/teiid-modeshape-sequencer-vdb/src/test/resources/ecore/Library.ecore
Library Book author title pages category Library writers books name Writer books name BookCategory MYSTERY MYSTERY SCIENCE_FICTION SCIENCE_FICTION BIOGRAPHY BIOGRAPHY
<?xml version="1.0" encoding="ASCII"?> <!-- JBoss, Home of Professional Open Source. See the LEGAL.txt file distributed with this work for information regarding copyright ownership and licensing. See the AUTHORS.txt file distributed with this work for a full listing of individual contributors. --> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Library" nsURI="http://www.metamatrix.com/metamodels/Library" nsPrefix="com.metamatrix.metamodels.library"> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eReferences name="author" eType="#//Writer" upperBound="-1" eOpposite="#//Writer/books"/> <eAttributes name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eAttributes name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eAttributes name="category" eType="#//BookCategory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eReferences name="writers" eType="#//Writer" upperBound="-1" containment="true"/> <eReferences name="books" eType="#//Book" upperBound="-1" containment="true"/> <eAttributes name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer"> <eReferences name="books" eType="#//Book" upperBound="-1" eOpposite="#//Book/author"/> <eAttributes name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BookCategory"> <eLiterals name="MYSTERY"/> <eLiterals name="SCIENCE_FICTION" value="1"/> <eLiterals name="BIOGRAPHY" value="2"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"com.metamatrix.metamodels.library","nsURI":"http://www.metamatrix.com/metamodels/Library","name":"Library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"title","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writers","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":"books","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"name":"MYSTERY","id":23,"value":0,"literal":"MYSTERY","eClass":"EEnumLiteral"},{"name":"SCIENCE_FICTION","id":24,"value":1,"literal":"SCIENCE_FICTION","eClass":"EEnumLiteral"},{"name":"BIOGRAPHY","id":25,"value":2,"literal":"BIOGRAPHY","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":5,"target":3},{"source":5,"target":9},{"source":5,"target":1},{"source":5,"target":10},{"source":9,"target":3},{"source":6,"target":11},{"source":6,"target":1},{"source":7,"target":12},{"source":7,"target":1},{"source":8,"target":4},{"source":8,"target":13},{"source":8,"target":1},{"source":13,"target":4},{"source":2,"target":0},{"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":17,"target":3},{"source":15,"target":1},{"source":15,"target":18},{"source":15,"target":2},{"source":18,"target":1},{"source":16,"target":19},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":20},{"source":10,"target":1},{"source":10,"target":21},{"source":10,"target":3},{"source":10,"target":5},{"source":21,"target":1},{"source":20,"target":22},{"source":20,"target":3},{"source":4,"target":0},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":23,"target":4},{"source":24,"target":4},{"source":25,"target":4}],"multigraph":true}
ecore
education
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/gradingsystem.ecore
gradingsystem GradingSystem courses Course name gradings Task name minRequirement ConcreteTask maxPoints TaskGroup contains MinRequirement value type MinRequirementsType Percentage PERCENTAGE Absolute ABSOLUTE GradingScheme grades minRequirementNotFulfilledGrade Grade name requiredPoints Grading tasks gradingScheme semester
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="gradingsystem" nsURI="http://gradingsystem.me12.big.tuwien.ac.at/1.0" nsPrefix="gradingsystem"> <eClassifiers xsi:type="ecore:EClass" name="GradingSystem"> <eStructuralFeatures xsi:type="ecore:EReference" name="courses" upperBound="-1" eType="#//Course" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Course"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gradings" upperBound="-1" eType="#//Grading" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="minRequirement" eType="#//MinRequirement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteTask" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxPoints" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskGroup" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" lowerBound="1" upperBound="-1" eType="#//Task" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MinRequirement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//MinRequirementsType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MinRequirementsType"> <eLiterals name="Percentage" literal="PERCENTAGE"/> <eLiterals name="Absolute" value="1" literal="ABSOLUTE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GradingScheme"> <eStructuralFeatures xsi:type="ecore:EReference" name="grades" lowerBound="1" upperBound="-1" eType="#//Grade" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="minRequirementNotFulfilledGrade" lowerBound="1" eType="#//Grade"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Grade"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredPoints" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Grading"> <eStructuralFeatures xsi:type="ecore:EReference" name="tasks" lowerBound="1" upperBound="-1" eType="#//Task" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gradingScheme" lowerBound="1" eType="#//GradingScheme" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="semester" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"gradingsystem","nsURI":"http://gradingsystem.me12.big.tuwien.ac.at/1.0","name":"gradingsystem","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GradingSystem","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Course","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteTask","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskGroup","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinRequirement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MinRequirementsType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GradingScheme","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grade","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grading","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":"courses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"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":"gradings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minRequirement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"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":"maxPoints","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"name":"Percentage","id":31,"value":0,"literal":"PERCENTAGE","eClass":"EEnumLiteral"},{"name":"Absolute","id":32,"value":1,"literal":"ABSOLUTE","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":"grades","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"minRequirementNotFulfilledGrade","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredPoints","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tasks","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gradingScheme","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"semester","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":11,"target":2},{"source":11,"target":12},{"source":11,"target":1},{"source":12,"target":2},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":13,"target":15},{"source":13,"target":2},{"source":14,"target":10},{"source":14,"target":16},{"source":14,"target":2},{"source":16,"target":10},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":18},{"source":17,"target":19},{"source":17,"target":3},{"source":18,"target":6},{"source":18,"target":20},{"source":18,"target":3},{"source":20,"target":6},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":21},{"source":4,"target":22},{"source":21,"target":23},{"source":21,"target":4},{"source":22,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":24},{"source":5,"target":25},{"source":24,"target":3},{"source":24,"target":26},{"source":24,"target":5},{"source":26,"target":3},{"source":25,"target":3},{"source":6,"target":0},{"source":6,"target":27},{"source":6,"target":28},{"source":27,"target":29},{"source":27,"target":6},{"source":28,"target":7},{"source":28,"target":30},{"source":28,"target":6},{"source":30,"target":7},{"source":7,"target":0},{"source":7,"target":31},{"source":7,"target":32},{"source":31,"target":7},{"source":32,"target":7},{"source":8,"target":0},{"source":8,"target":33},{"source":8,"target":34},{"source":33,"target":9},{"source":33,"target":35},{"source":33,"target":8},{"source":35,"target":9},{"source":34,"target":9},{"source":34,"target":36},{"source":34,"target":8},{"source":36,"target":9},{"source":9,"target":0},{"source":9,"target":37},{"source":9,"target":38},{"source":37,"target":39},{"source":37,"target":9},{"source":38,"target":40},{"source":38,"target":9},{"source":10,"target":0},{"source":10,"target":41},{"source":10,"target":42},{"source":10,"target":43},{"source":41,"target":3},{"source":41,"target":44},{"source":41,"target":10},{"source":44,"target":3},{"source":42,"target":8},{"source":42,"target":45},{"source":42,"target":10},{"source":45,"target":8},{"source":43,"target":46},{"source":43,"target":10}],"multigraph":true}
ecore
tournament
repo-ecore-all/data/rgranado/mis-pruebas/EMF/org.eclipse.example.bowlingmodel/bowling.ecore
bowling Player name dateOfBirth heigth isProfessional league name Players TournamentType Pro Pro Amateur Amateur Tournament Type matchups Matchup games Game frames matchup player
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bowling" nsURI="http://org/eclipse/example/bowling.ecore" nsPrefix="org.eclipse.example.bowling"> <eClassifiers xsi:type="ecore:EClass" name="Player"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateOfBirth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="heigth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isProfessional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="league"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Players" upperBound="-1" eType="#//Player" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TournamentType"> <eLiterals name="Pro"/> <eLiterals name="Amateur" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tournament"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Type" eType="#//TournamentType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="matchups" upperBound="-1" eType="#//Matchup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Matchup"> <eStructuralFeatures xsi:type="ecore:EReference" name="games" upperBound="2" eType="#//Game" containment="true" eOpposite="#//Game/matchup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Game"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frames" upperBound="10" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="matchup" eType="#//Matchup" eOpposite="#//Matchup/games"/> <eStructuralFeatures xsi:type="ecore:EReference" name="player" eType="#//Player"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.example.bowling","nsURI":"http://org/eclipse/example/bowling.ecore","name":"bowling","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Player","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"league","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TournamentType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tournament","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Matchup","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Game","instanceClass":null,"abstract":false,"id":6,"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":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":"dateOfBirth","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"heigth","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":false,"transient":false,"unique":true,"name":"isProfessional","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Players","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"name":"Pro","id":19,"value":0,"literal":"Pro","eClass":"EEnumLiteral"},{"name":"Amateur","id":20,"value":1,"literal":"Amateur","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Type","changeable":true,"lowerBound":0,"iD":false,"id":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":"matchups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"games","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"matchup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":10,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"frames","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"player","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"}],"links":[{"source":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":7,"target":11},{"source":7,"target":1},{"source":8,"target":12},{"source":8,"target":1},{"source":9,"target":13},{"source":9,"target":1},{"source":10,"target":14},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":15,"target":17},{"source":15,"target":2},{"source":16,"target":1},{"source":16,"target":18},{"source":16,"target":2},{"source":18,"target":1},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":19,"target":3},{"source":20,"target":3},{"source":4,"target":0},{"source":4,"target":21},{"source":4,"target":22},{"source":21,"target":3},{"source":21,"target":23},{"source":21,"target":4},{"source":23,"target":3},{"source":22,"target":5},{"source":22,"target":24},{"source":22,"target":4},{"source":24,"target":5},{"source":5,"target":0},{"source":5,"target":25},{"source":25,"target":6},{"source":25,"target":26},{"source":25,"target":5},{"source":25,"target":27},{"source":26,"target":6},{"source":6,"target":0},{"source":6,"target":28},{"source":6,"target":27},{"source":6,"target":29},{"source":28,"target":30},{"source":28,"target":6},{"source":27,"target":5},{"source":27,"target":31},{"source":27,"target":6},{"source":27,"target":25},{"source":31,"target":5},{"source":29,"target":1},{"source":29,"target":32},{"source":29,"target":6},{"source":32,"target":1}],"multigraph":true}
ecore
relationships
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/ktest400.ecore
ktest400 World things e1s Thing id relations e0s NamedElement name RelatedTo fromThing toThing since Line src trg quant articleAid Article aid
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ktest400" nsURI="http://ktest400" nsPrefix="_ktest400"> <eAnnotations source="diagen"> <details key="knownas=simple world"/> <details key="origin=http://org.isoe.fr"/> <details key="leftparent=nil" value=""/> <details key="rightparent=nil" value=""/> <details key="requires=nil" value=""/> <details key="context=startup"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="World"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="things" upperBound="-1" eType="#//Thing" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e1s" upperBound="-1" eType="#//Article" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Thing" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="nav:vwthing"/> <details key="kref=e0s"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwthing"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1" eType="#//RelatedTo" containment="true" eOpposite="#//RelatedTo/fromThing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e0s" upperBound="-1" eType="#//Line" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eAnnotations source="diagraph"> <details key="label=name"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwthing"/> <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="RelatedTo" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="link"/> <details key="cont=Thing.relations"/> <details key="lsrc=fromThing"/> <details key="ltrg=toThing"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwthing"/> <details key="label=since"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fromThing" eType="#//Thing" eOpposite="#//Thing/relations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toThing" eType="#//Thing"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="since" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Line" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="labels=quant:articleAid"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="src" eType="#//Thing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trg" eType="#//Article"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="articleAid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" defaultValueLiteral="" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Article" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=aid"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"_ktest400","nsURI":"http://ktest400","name":"ktest400","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"World","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thing","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":"RelatedTo","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Line","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Article","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":"things","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e1s","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relations","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":"e0s","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromThing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toThing","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":"since","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":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":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"trg","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"quant","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"articleAid","changeable":false,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aid","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":7,"target":2},{"source":7,"target":9},{"source":7,"target":1},{"source":9,"target":2},{"source":8,"target":6},{"source":8,"target":10},{"source":8,"target":1},{"source":10,"target":6},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":11,"target":15},{"source":11,"target":2},{"source":12,"target":4},{"source":12,"target":16},{"source":12,"target":2},{"source":12,"target":17},{"source":16,"target":4},{"source":13,"target":5},{"source":13,"target":18},{"source":13,"target":2},{"source":18,"target":5},{"source":14,"target":3},{"source":3,"target":0},{"source":3,"target":19},{"source":19,"target":20},{"source":19,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":17},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":17,"target":2},{"source":17,"target":24},{"source":17,"target":4},{"source":17,"target":12},{"source":24,"target":2},{"source":21,"target":2},{"source":21,"target":25},{"source":21,"target":4},{"source":25,"target":2},{"source":22,"target":26},{"source":22,"target":4},{"source":23,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":27,"target":2},{"source":27,"target":32},{"source":27,"target":5},{"source":32,"target":2},{"source":28,"target":6},{"source":28,"target":33},{"source":28,"target":5},{"source":33,"target":6},{"source":29,"target":34},{"source":29,"target":5},{"source":30,"target":35},{"source":30,"target":5},{"source":31,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":36},{"source":6,"target":37},{"source":36,"target":38},{"source":36,"target":6},{"source":37,"target":3}],"multigraph":true}
ecore
relational
repo-ecore-all/data/anatlyzer/a2l/tests/a2l.tests.vmtesting.emf/transformations/Class2Relational/Relational.ecore
Relational Named name Table col key Column owner keyOf type Type PrimitiveTypes Boolean java.lang.Boolean java.lang.Boolean Integer java.lang.Integer java.lang.Integer String java.lang.String java.lang.String
<?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="Relational" nsURI="Relational" nsPrefix="Relational"> <eClassifiers xsi:type="ecore:EClass" name="Named" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#/0/Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="col" upperBound="-1" eType="#/0/Column" containment="true" eOpposite="#/0/Column/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" upperBound="-1" eType="#/0/Column" eOpposite="#/0/Column/keyOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#/0/Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="#/0/Table" eOpposite="#/0/Table/col"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyOf" ordered="false" eType="#/0/Table" eOpposite="#/0/Table/key"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/0/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#/0/Named"/> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes" nsURI="RelationalPrimitiveTypes" nsPrefix="RelationalPrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> </ecore:EPackage> </xmi:XMI>
true
{"directed":true,"nodes":[{"nsPrefix":"Relational","nsURI":"Relational","name":"Relational","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"col","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"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":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"id":12,"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":"keyOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"nsPrefix":"RelationalPrimitiveTypes","nsURI":"RelationalPrimitiveTypes","name":"PrimitiveTypes","id":20,"eClass":"EPackage"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":23,"serializable":true,"eClass":"EDataType"}],"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":5,"target":6},{"source":5,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":7},{"source":2,"target":8},{"source":2,"target":9},{"source":7,"target":3},{"source":7,"target":10},{"source":7,"target":2},{"source":7,"target":11},{"source":10,"target":3},{"source":8,"target":3},{"source":8,"target":12},{"source":8,"target":2},{"source":8,"target":13},{"source":12,"target":3},{"source":9,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":11},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":15},{"source":11,"target":2},{"source":11,"target":16},{"source":11,"target":3},{"source":11,"target":7},{"source":16,"target":2},{"source":13,"target":2},{"source":13,"target":17},{"source":13,"target":3},{"source":13,"target":8},{"source":17,"target":2},{"source":14,"target":4},{"source":14,"target":18},{"source":14,"target":3},{"source":18,"target":4},{"source":15,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":19},{"source":19,"target":1},{"source":20,"target":21},{"source":20,"target":22},{"source":20,"target":23},{"source":21,"target":20},{"source":22,"target":20},{"source":23,"target":20}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/jacquesklein2302/geko-model-weaver/examples/lts/lu.uni.geko.examples.lts/metamodel/lts.ecore
lts LTS ownedState initialState currentState finalState name State owningLTS name outgoingTransition incomingTransition Transition source target input output
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2012 University of Luxembourg and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: Max E. Kramer - initial API and implementation --> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="lts" nsURI="http://lts" nsPrefix="lts"> <eAnnotations/> <eClassifiers xsi:type="ecore:EClass" name="LTS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedState" ordered="false" upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/owningLTS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" ordered="false" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentState" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalState" ordered="false" upperBound="-1" eType="#//State"/> <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="State"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningLTS" lowerBound="1" eType="#//LTS" eOpposite="#//LTS/ownedState"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransition" ordered="false" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransition" ordered="false" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State" eOpposite="#//State/outgoingTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State" eOpposite="#//State/incomingTransition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="output" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"lts","nsURI":"http://lts","name":"lts","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LTS","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"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":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"currentState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"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":"finalState","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"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":"owningLTS","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outgoingTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"input","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":"output","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":4,"target":2},{"source":4,"target":9},{"source":4,"target":1},{"source":4,"target":10},{"source":9,"target":2},{"source":5,"target":2},{"source":5,"target":11},{"source":5,"target":1},{"source":11,"target":2},{"source":6,"target":2},{"source":6,"target":12},{"source":6,"target":1},{"source":12,"target":2},{"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":2,"target":0},{"source":2,"target":10},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":10,"target":1},{"source":10,"target":18},{"source":10,"target":2},{"source":10,"target":4},{"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":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":28},{"source":24,"target":3},{"source":25,"target":29},{"source":25,"target":3}],"multigraph":true}
ecore
graph
repo-ecore-all/data/AlexAalbertsberg/model-driven-engineering/rdf2graph/jgrapht.ecore
jgrapht Graph edges vertices Edge from to relation Vertex name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="jgrapht" nsURI="http://www.jgrapht.org" nsPrefix="ll"> <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="Graph"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="sufficientEdgeCount minimumTwoVertices minimumOneEdge"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="sufficientEdgeCount" value="edges->size() >= vertices->size() - 1"/> <details key="minimumTwoVertices" value="vertices->size() >= 2"/> <details key="minimumOneEdge" value="edges->size() >= 1"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" ordered="false" upperBound="-1" eType="#//Edge" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vertices" ordered="false" upperBound="-1" eType="#//Vertex" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//Vertex"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//Vertex"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vertex"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mustHaveName"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="mustHaveName" value="not name.oclIsUndefined()"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ll","nsURI":"http://www.jgrapht.org","name":"jgrapht","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"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":4,"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":"vertices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"}],"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":6,"target":2},{"source":5,"target":3},{"source":5,"target":7},{"source":5,"target":1},{"source":7,"target":3},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":8,"target":3},{"source":8,"target":11},{"source":8,"target":2},{"source":11,"target":3},{"source":9,"target":3},{"source":9,"target":12},{"source":9,"target":2},{"source":12,"target":3},{"source":10,"target":13},{"source":10,"target":2},{"source":3,"target":0},{"source":3,"target":14},{"source":14,"target":15},{"source":14,"target":3}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/Fhma/EMU/Tests/org.eclipse.epsilon.emu.engine.test.unit/src/org/eclipse/epsilon/emu/engine/test/unit/resources/PetriNet.ecore
petrinet_metamodel Element comments name PetriNet places transitions arcs Place radius fill_colour coordinates incoming outgoing petrinet Transition petrinet incoming outgoing rectangle Arc weight 1 PlaceToTransArc source target TransToPlaceArc source target Rectangle belongs_to start_end_coordinates
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="petrinet_metamodel" nsURI="PetriNet" nsPrefix="petrinet"> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PetriNet" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="places" lowerBound="1" upperBound="-1" eType="#//Place" containment="true" eOpposite="#//Place/petrinet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/petrinet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1" eType="#//Arc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="radius" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fill_colour" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="coordinates" unique="false" upperBound="2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//TransToPlaceArc" eOpposite="#//TransToPlaceArc/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//PlaceToTransArc" eOpposite="#//PlaceToTransArc/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="petrinet" lowerBound="1" eType="#//PetriNet" eOpposite="#//PetriNet/places"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="petrinet" eType="#//PetriNet" eOpposite="#//PetriNet/transitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" lowerBound="1" upperBound="-1" eType="#//PlaceToTransArc" eOpposite="#//PlaceToTransArc/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" lowerBound="1" upperBound="-1" eType="#//TransToPlaceArc" eOpposite="#//TransToPlaceArc/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rectangle" eType="#//Rectangle" containment="true" eOpposite="#//Rectangle/belongs_to"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlaceToTransArc" eSuperTypes="#//Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Place" eOpposite="#//Place/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Transition" eOpposite="#//Transition/incoming"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransToPlaceArc" eSuperTypes="#//Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Transition" eOpposite="#//Transition/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Place" eOpposite="#//Place/incoming"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rectangle"> <eStructuralFeatures xsi:type="ecore:EReference" name="belongs_to" eType="#//Transition" eOpposite="#//Transition/rectangle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start_end_coordinates" unique="false" lowerBound="4" upperBound="4" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"petrinet","nsURI":"PetriNet","name":"petrinet_metamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceToTransArc","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransToPlaceArc","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rectangle","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"places","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","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":"arcs","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"petrinet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"petrinet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"radius","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":"fill_colour","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"coordinates","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":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":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","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":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rectangle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":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":44,"derived":false},{"id":45,"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":"belongs_to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"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":"weight","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"start_end_coordinates","changeable":true,"lowerBound":4,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":9,"target":11},{"source":9,"target":1},{"source":10,"target":12},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":13,"target":3},{"source":13,"target":17},{"source":13,"target":2},{"source":13,"target":18},{"source":17,"target":3},{"source":14,"target":4},{"source":14,"target":19},{"source":14,"target":2},{"source":14,"target":20},{"source":19,"target":4},{"source":15,"target":5},{"source":15,"target":21},{"source":15,"target":2},{"source":21,"target":5},{"source":16,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":18},{"source":3,"target":27},{"source":22,"target":28},{"source":22,"target":3},{"source":23,"target":29},{"source":23,"target":3},{"source":24,"target":30},{"source":24,"target":3},{"source":25,"target":7},{"source":25,"target":31},{"source":25,"target":3},{"source":25,"target":32},{"source":31,"target":7},{"source":26,"target":6},{"source":26,"target":33},{"source":26,"target":3},{"source":26,"target":34},{"source":33,"target":6},{"source":18,"target":2},{"source":18,"target":35},{"source":18,"target":3},{"source":18,"target":13},{"source":35,"target":2},{"source":27,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":20},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":20,"target":2},{"source":20,"target":40},{"source":20,"target":4},{"source":20,"target":14},{"source":40,"target":2},{"source":36,"target":6},{"source":36,"target":41},{"source":36,"target":4},{"source":36,"target":42},{"source":41,"target":6},{"source":37,"target":7},{"source":37,"target":43},{"source":37,"target":4},{"source":37,"target":44},{"source":43,"target":7},{"source":38,"target":8},{"source":38,"target":45},{"source":38,"target":4},{"source":38,"target":46},{"source":45,"target":8},{"source":39,"target":1},{"source":5,"target":0},{"source":5,"target":47},{"source":47,"target":48},{"source":47,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":34},{"source":6,"target":42},{"source":6,"target":49},{"source":34,"target":3},{"source":34,"target":50},{"source":34,"target":6},{"source":34,"target":26},{"source":50,"target":3},{"source":42,"target":4},{"source":42,"target":51},{"source":42,"target":6},{"source":42,"target":36},{"source":51,"target":4},{"source":49,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":44},{"source":7,"target":32},{"source":7,"target":52},{"source":44,"target":4},{"source":44,"target":53},{"source":44,"target":7},{"source":44,"target":37},{"source":53,"target":4},{"source":32,"target":3},{"source":32,"target":54},{"source":32,"target":7},{"source":32,"target":25},{"source":54,"target":3},{"source":52,"target":5},{"source":8,"target":0},{"source":8,"target":46},{"source":8,"target":55},{"source":46,"target":4},{"source":46,"target":56},{"source":46,"target":8},{"source":46,"target":38},{"source":56,"target":4},{"source":55,"target":57},{"source":55,"target":8}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/petrinet101.ecore
petrinet101 Petrinet nodes arcs Node Place tokens Transition Arc source target Token
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="petrinet101" nsURI="http://petrinet101" nsPrefix="_petrinet101"> <eClassifiers xsi:type="ecore:EClass" name="Petrinet"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1" eType="#//Arc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//Node"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=tokens"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="tokens" upperBound="-1" eType="#//Token" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Node"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc"> <eAnnotations source="diagraph"> <details key="link"/> <details key="lsrc=source"/> <details key="ltrg=target"/> <details key="cont=Petrinet.arcs"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"_petrinet101","nsURI":"http://petrinet101","name":"petrinet101","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Petrinet","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":7,"target":2},{"source":7,"target":9},{"source":7,"target":1},{"source":9,"target":2},{"source":8,"target":5},{"source":8,"target":10},{"source":8,"target":1},{"source":10,"target":5},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":11},{"source":3,"target":12},{"source":11,"target":6},{"source":11,"target":13},{"source":11,"target":3},{"source":13,"target":6},{"source":12,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":14},{"source":14,"target":2},{"source":5,"target":0},{"source":5,"target":15},{"source":5,"target":16},{"source":15,"target":2},{"source":15,"target":17},{"source":15,"target":5},{"source":17,"target":2},{"source":16,"target":2},{"source":16,"target":18},{"source":16,"target":5},{"source":18,"target":2},{"source":6,"target":0}],"multigraph":true}
ecore
metrics
repo-ecore-all/data/atlanmod/MDE4RTS/src/main/resources/hawk/smm.ecore
smm AbstractMeasureElement Accumulator sum sum maximum maximum minimum minimum average average standardDeviation standardDeviation product product custom custom Annotation text Argument Type value observedMeasure Attribute tag value Base1MeasureRelationship Base1MeasurementRelationship Base2MeasureRelationship Base2MeasurementRelationship BaseNMeasureRelationship mappedFrom BaseNMeasurementRelationship mapsTo BinaryMeasure functor baseMeasure1To baseMeasure2To customFunctor BinaryMeasurement isBaseSupplied baseMeasurement2To baseMeasurement1To baseQuery CategoryRelationship Characteristic parent CollectiveMeasure accumulator baseMeasureTo customAccumulator CollectiveMeasurement isBaseSupplied baseMeasurementTo baseQuery DimensionalMeasure baseMeasure1From baseMeasureFrom baseMeasure2From rankingFrom rescaleTo gradeFrom unit formula DimensionalMeasurement value baseMeasurement1From baseMeasurementFrom baseMeasurement2From gradeFrom rescaleTo rankingFrom DirectMeasure operation DirectMeasurement EquivalentMeasureRelationship mapping EquivalentMeasurementRelationship GradeMeasurement isBaseSupplied value gradeTo baseQuery Measure getArguments getAllArguments visible true source measureLabelFormat measurementLabelFormat scale customScale refinementFrom refinementTo inbound outbound equivalentTo equivalentFrom defaultQuery category scope trait measureRelationships MeasureCategory categoryMeasure category categoryElement MeasureLibrary measureElements categoryRelationships MeasureRelationship influence measurandQuery Measurement getMeasureLabel getMeasurementLabel breakValue error measurementRelationships equivalentFrom equivalentTo outbound inbound refinementTo refinementFrom observedMeasure measurand MeasurementRelationship MeasurementScale ordinal ordinal nominal nominal ratio ratio interval interval NamedMeasure NamedMeasurement OCLOperation body context Observation observer tool whenObserved scopes observedMeasures arguments requestedMeasures ObservationScope scopeUri ObservedMeasure arguments measurements measure Operation getParamStrings body language GradeMeasure gradeTo interval GradeInterval symbol RankingMeasureRelationship GradeMeasurementRelationship RatioMeasure RatioMeasurement RefinementMeasureRelationship RefinementMeasurementRelationship RescaledMeasure rescaleFrom rescales operation offset 0.0 multiplier 1.0 operationFirst false RescaledMeasureRelationship RescaledMeasurement isBaseSupplied rescaleFrom baseQuery RescaledMeasurementRelationship Scope breakCondition recognizer Class stereotype SmmElement name shortDescription description attributes annotations inRelationships outRelationships SmmModel libraries observations SmmRelationship to from Influence positive positive negative negative BinaryFunctor plus plus minus minus multiply multiply divide divide custom custom RankingMeasure interval rankingTo RankingInterval ranking value GradeMeasureRelationship ScaledBaseMeasureRelationship rescaledMeasure ScaleOfMeasurement nominal nominal ordinal ordinal interval interval ratio ratio custom custom Interval maximum maximumOpen false minimum minimumOpen false RankingMeasurement baseQuery rankingTo isBaseSupplied RankingMeasurementRelationship UnitOfMeasure ScaledBaseMeasurementRelationship TimeStamp java.text.SimpleDateFormat java.text.SimpleDateFormat CountingUnit scope BaseMeasureRelationship BaseMeasurementRelationship
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="smm" nsURI="org.omg.smm" nsPrefix="smm"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AbstractMeasureElement" abstract="true" eSuperTypes="#//SmmElement"/> <eClassifiers xsi:type="ecore:EEnum" name="Accumulator"> <eLiterals name="sum"/> <eLiterals name="maximum"/> <eLiterals name="minimum"/> <eLiterals name="average"/> <eLiterals name="standardDeviation"/> <eLiterals name="product"/> <eLiterals name="custom"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//SmmElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Argument" eSuperTypes="#//SmmElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Type" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="observedMeasure" eType="#//ObservedMeasure" eOpposite="#//ObservedMeasure/arguments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//SmmElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Base1MeasureRelationship" eSuperTypes="#//ScaledBaseMeasureRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Base1MeasurementRelationship" eSuperTypes="#//ScaledBaseMeasurementRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Base2MeasureRelationship" eSuperTypes="#//ScaledBaseMeasureRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Base2MeasurementRelationship" eSuperTypes="#//ScaledBaseMeasurementRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="BaseNMeasureRelationship" eSuperTypes="#//ScaledBaseMeasureRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="mappedFrom" lowerBound="1" upperBound="-1" eType="#//BaseNMeasurementRelationship" eOpposite="#//BaseNMeasurementRelationship/mapsTo"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BaseNMeasurementRelationship" eSuperTypes="#//ScaledBaseMeasurementRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" eType="#//BaseNMeasureRelationship" eOpposite="#//BaseNMeasureRelationship/mappedFrom"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryMeasure" eSuperTypes="#//DimensionalMeasure"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functor" unique="false" lowerBound="1" eType="#//BinaryFunctor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasure1To" lowerBound="1" eType="#//Base1MeasureRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasure2To" lowerBound="1" eType="#//Base2MeasureRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customFunctor" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryMeasurement" eSuperTypes="#//DimensionalMeasurement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isBaseSupplied" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasurement2To" eType="#//Base2MeasurementRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasurement1To" eType="#//Base1MeasurementRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseQuery" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CategoryRelationship" eSuperTypes="#//SmmRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Characteristic" eSuperTypes="#//AbstractMeasureElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Characteristic" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectiveMeasure" eSuperTypes="#//DimensionalMeasure"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accumulator" unique="false" lowerBound="1" eType="#//Accumulator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasureTo" lowerBound="1" upperBound="-1" eType="#//BaseNMeasureRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customAccumulator" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectiveMeasurement" eSuperTypes="#//DimensionalMeasurement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isBaseSupplied" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasurementTo" lowerBound="1" upperBound="-1" eType="#//BaseNMeasurementRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseQuery" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DimensionalMeasure" abstract="true" eSuperTypes="#//Measure"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasure1From" upperBound="-1" eType="#//Base1MeasureRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasureFrom" upperBound="-1" eType="#//BaseNMeasureRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasure2From" upperBound="-1" eType="#//Base2MeasureRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rankingFrom" upperBound="-1" eType="#//RankingMeasureRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rescaleTo" upperBound="-1" eType="#//RescaledMeasureRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gradeFrom" upperBound="-1" eType="#//GradeMeasureRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" lowerBound="1" eType="#//UnitOfMeasure"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="formula" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DimensionalMeasurement" abstract="true" eSuperTypes="#//Measurement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasurement1From" upperBound="-1" eType="#//Base1MeasurementRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasurementFrom" upperBound="-1" eType="#//BaseNMeasurementRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseMeasurement2From" upperBound="-1" eType="#//Base2MeasurementRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gradeFrom" upperBound="-1" eType="#//GradeMeasurementRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rescaleTo" upperBound="-1" eType="#//RescaledMeasurementRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rankingFrom" upperBound="-1" eType="#//RankingMeasurementRelationship"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectMeasure" eSuperTypes="#//DimensionalMeasure"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectMeasurement" eSuperTypes="#//DimensionalMeasurement"/> <eClassifiers xsi:type="ecore:EClass" name="EquivalentMeasureRelationship" eSuperTypes="#//MeasureRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapping" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EquivalentMeasurementRelationship" eSuperTypes="#//MeasurementRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="GradeMeasurement" eSuperTypes="#//Measurement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isBaseSupplied" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gradeTo" eType="#//GradeMeasurementRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseQuery" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Measure" abstract="true" eSuperTypes="#//AbstractMeasureElement"> <eOperations name="getArguments" unique="false" upperBound="-1" eType="#//Argument"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return null;"/> </eAnnotations> </eOperations> <eOperations name="getAllArguments" unique="false" upperBound="-1" eType="#//Argument"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return null;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="measureLabelFormat" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="measurementLabelFormat" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" unique="false" eType="#//ScaleOfMeasurement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customScale" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refinementFrom" upperBound="-1" eType="#//RefinementMeasureRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refinementTo" upperBound="-1" eType="#//RefinementMeasureRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inbound" upperBound="-1" eType="#//MeasureRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outbound" upperBound="-1" eType="#//MeasureRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="equivalentTo" upperBound="-1" eType="#//EquivalentMeasureRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="equivalentFrom" upperBound="-1" eType="#//EquivalentMeasureRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultQuery" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="category" upperBound="-1" eType="#//MeasureCategory" eOpposite="#//MeasureCategory/categoryMeasure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scope" lowerBound="1" eType="#//Scope"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trait" lowerBound="1" eType="#//Characteristic"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measureRelationships" upperBound="-1" eType="#//MeasureRelationship" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeasureCategory" eSuperTypes="#//AbstractMeasureElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="categoryMeasure" upperBound="-1" eType="#//Measure" eOpposite="#//Measure/category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="category" upperBound="-1" eType="#//MeasureCategory" eOpposite="#//MeasureCategory/categoryElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categoryElement" upperBound="-1" eType="#//MeasureCategory" eOpposite="#//MeasureCategory/category"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeasureLibrary" eSuperTypes="#//SmmElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="measureElements" upperBound="-1" eType="#//AbstractMeasureElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categoryRelationships" upperBound="-1" eType="#//CategoryRelationship" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeasureRelationship" abstract="true" eSuperTypes="#//SmmRelationship"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="influence" unique="false" eType="#//Influence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measurandQuery" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Measurement" abstract="true" eSuperTypes="#//SmmElement"> <eOperations name="getMeasureLabel" 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="body" value="return null;"/> </eAnnotations> </eOperations> <eOperations name="getMeasurementLabel" 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="body" value="return null;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="breakValue" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="error" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measurementRelationships" upperBound="-1" eType="#//MeasurementRelationship" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="equivalentFrom" upperBound="-1" eType="#//EquivalentMeasurementRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="equivalentTo" upperBound="-1" eType="#//EquivalentMeasurementRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outbound" upperBound="-1" eType="#//MeasurementRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inbound" upperBound="-1" eType="#//MeasurementRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refinementTo" upperBound="-1" eType="#//RefinementMeasurementRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refinementFrom" upperBound="-1" eType="#//RefinementMeasurementRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="observedMeasure" lowerBound="1" eType="#//ObservedMeasure" eOpposite="#//ObservedMeasure/measurements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measurand" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeasurementRelationship" abstract="true" eSuperTypes="#//SmmRelationship"/> <eClassifiers xsi:type="ecore:EEnum" name="MeasurementScale"> <eLiterals name="ordinal"/> <eLiterals name="nominal"/> <eLiterals name="ratio"/> <eLiterals name="interval"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedMeasure" eSuperTypes="#//DimensionalMeasure"/> <eClassifiers xsi:type="ecore:EClass" name="NamedMeasurement" eSuperTypes="#//DimensionalMeasurement"/> <eClassifiers xsi:type="ecore:EClass" name="OCLOperation" eSuperTypes="#//AbstractMeasureElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="context" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Observation" eSuperTypes="#//SmmElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="observer" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tool" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="whenObserved" unique="false" eType="#//TimeStamp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scopes" upperBound="-1" eType="#//ObservationScope" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="observedMeasures" upperBound="-1" eType="#//ObservedMeasure" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Argument" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requestedMeasures" upperBound="-1" eType="#//AbstractMeasureElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObservationScope" eSuperTypes="#//SmmElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scopeUri" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObservedMeasure" eSuperTypes="#//SmmElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Argument" containment="true" resolveProxies="false" eOpposite="#//Argument/observedMeasure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measurements" upperBound="-1" eType="#//Measurement" containment="true" resolveProxies="false" eOpposite="#//Measurement/observedMeasure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measure" lowerBound="1" eType="#//Measure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//AbstractMeasureElement"> <eOperations name="getParamStrings" 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="body" value="return this.getBody();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GradeMeasure" eSuperTypes="#//Measure"> <eStructuralFeatures xsi:type="ecore:EReference" name="gradeTo" eType="#//GradeMeasureRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interval" lowerBound="1" upperBound="-1" eType="#//GradeInterval" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GradeInterval" eSuperTypes="#//Interval"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RankingMeasureRelationship" eSuperTypes="#//ScaledBaseMeasureRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="GradeMeasurementRelationship" eSuperTypes="#//ScaledBaseMeasurementRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="RatioMeasure" eSuperTypes="#//BinaryMeasure"/> <eClassifiers xsi:type="ecore:EClass" name="RatioMeasurement" eSuperTypes="#//BinaryMeasurement"/> <eClassifiers xsi:type="ecore:EClass" name="RefinementMeasureRelationship" eSuperTypes="#//MeasureRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="RefinementMeasurementRelationship" eSuperTypes="#//MeasurementRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="RescaledMeasure" eSuperTypes="#//DimensionalMeasure"> <eStructuralFeatures xsi:type="ecore:EReference" name="rescaleFrom" lowerBound="1" upperBound="-1" eType="#//RescaledMeasureRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rescales" eType="#//ScaledBaseMeasureRelationship" eOpposite="#//ScaledBaseMeasureRelationship/rescaledMeasure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplier" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationFirst" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RescaledMeasureRelationship" eSuperTypes="#//BaseMeasureRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="RescaledMeasurement" eSuperTypes="#//DimensionalMeasurement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isBaseSupplied" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rescaleFrom" eType="#//RescaledMeasurementRelationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseQuery" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RescaledMeasurementRelationship" eSuperTypes="#//BaseMeasurementRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Scope" eSuperTypes="#//AbstractMeasureElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="breakCondition" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recognizer" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Class" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotype" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SmmElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shortDescription" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inRelationships" upperBound="-1" eType="#//SmmRelationship" eOpposite="#//SmmRelationship/to"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outRelationships" upperBound="-1" eType="#//SmmRelationship" eOpposite="#//SmmRelationship/from"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SmmModel" eSuperTypes="#//SmmElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="libraries" upperBound="-1" eType="#//MeasureLibrary" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="observations" upperBound="-1" eType="#//Observation" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SmmRelationship" abstract="true" eSuperTypes="#//SmmElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//SmmElement" eOpposite="#//SmmElement/inRelationships"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//SmmElement" eOpposite="#//SmmElement/outRelationships"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Influence"> <eLiterals name="positive"/> <eLiterals name="negative"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryFunctor"> <eLiterals name="plus"/> <eLiterals name="minus"/> <eLiterals name="multiply"/> <eLiterals name="divide"/> <eLiterals name="custom"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RankingMeasure" eSuperTypes="#//DimensionalMeasure"> <eStructuralFeatures xsi:type="ecore:EReference" name="interval" lowerBound="1" upperBound="-1" eType="#//RankingInterval" containment="true" resolveProxies="false" eOpposite="#//RankingInterval/ranking"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rankingTo" lowerBound="1" eType="#//RankingMeasureRelationship"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RankingInterval" eSuperTypes="#//Interval"> <eStructuralFeatures xsi:type="ecore:EReference" name="ranking" lowerBound="1" eType="#//RankingMeasure" eOpposite="#//RankingMeasure/interval"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GradeMeasureRelationship" eSuperTypes="#//ScaledBaseMeasureRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="ScaledBaseMeasureRelationship" abstract="true" eSuperTypes="#//BaseMeasureRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="rescaledMeasure" eType="#//RescaledMeasure" containment="true" resolveProxies="false" eOpposite="#//RescaledMeasure/rescales"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ScaleOfMeasurement"> <eLiterals name="nominal"/> <eLiterals name="ordinal"/> <eLiterals name="interval"/> <eLiterals name="ratio"/> <eLiterals name="custom"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interval" abstract="true" eSuperTypes="#//SmmElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximum" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumOpen" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimum" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumOpen" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RankingMeasurement" eSuperTypes="#//DimensionalMeasurement"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseQuery" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rankingTo" eType="#//RankingMeasurementRelationship"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isBaseSupplied" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RankingMeasurementRelationship" eSuperTypes="#//ScaledBaseMeasurementRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="UnitOfMeasure" eSuperTypes="#//AbstractMeasureElement"/> <eClassifiers xsi:type="ecore:EClass" name="ScaledBaseMeasurementRelationship" abstract="true" eSuperTypes="#//BaseMeasurementRelationship"/> <eClassifiers xsi:type="ecore:EDataType" name="TimeStamp" instanceClassName="java.text.SimpleDateFormat"/> <eClassifiers xsi:type="ecore:EClass" name="CountingUnit" eSuperTypes="#//UnitOfMeasure"> <eStructuralFeatures xsi:type="ecore:EReference" name="scope" lowerBound="1" eType="#//Scope"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BaseMeasureRelationship" abstract="true" eSuperTypes="#//MeasureRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="BaseMeasurementRelationship" abstract="true" eSuperTypes="#//MeasurementRelationship"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"smm","nsURI":"org.omg.smm","name":"smm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMeasureElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Accumulator","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argument","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Base1MeasureRelationship","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Base1MeasurementRelationship","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Base2MeasureRelationship","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Base2MeasurementRelationship","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseNMeasureRelationship","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseNMeasurementRelationship","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryMeasure","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryMeasurement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CategoryRelationship","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Characteristic","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectiveMeasure","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectiveMeasurement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DimensionalMeasure","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DimensionalMeasurement","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectMeasure","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectMeasurement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EquivalentMeasureRelationship","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EquivalentMeasurementRelationship","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GradeMeasurement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Measure","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureCategory","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureLibrary","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureRelationship","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Measurement","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasurementRelationship","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MeasurementScale","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedMeasure","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedMeasurement","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OCLOperation","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Observation","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObservationScope","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObservedMeasure","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GradeMeasure","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GradeInterval","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RankingMeasureRelationship","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GradeMeasurementRelationship","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RatioMeasure","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RatioMeasurement","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefinementMeasureRelationship","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefinementMeasurementRelationship","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RescaledMeasure","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RescaledMeasureRelationship","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RescaledMeasurement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RescaledMeasurementRelationship","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scope","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SmmElement","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SmmModel","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SmmRelationship","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Influence","instanceClass":null,"id":55,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryFunctor","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RankingMeasure","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RankingInterval","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GradeMeasureRelationship","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScaledBaseMeasureRelationship","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScaleOfMeasurement","instanceClass":null,"id":61,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":true,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RankingMeasurement","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RankingMeasurementRelationship","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitOfMeasure","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScaledBaseMeasurementRelationship","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.text.SimpleDateFormat","defaultValue":null,"instanceClassName":"java.text.SimpleDateFormat","name":"TimeStamp","instanceClass":"java.text.SimpleDateFormat","id":67,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CountingUnit","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseMeasureRelationship","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseMeasurementRelationship","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"id":71,"eClass":"EGenericType"},{"name":"sum","id":72,"value":0,"literal":"sum","eClass":"EEnumLiteral"},{"name":"maximum","id":73,"value":0,"literal":"maximum","eClass":"EEnumLiteral"},{"name":"minimum","id":74,"value":0,"literal":"minimum","eClass":"EEnumLiteral"},{"name":"average","id":75,"value":0,"literal":"average","eClass":"EEnumLiteral"},{"name":"standardDeviation","id":76,"value":0,"literal":"standardDeviation","eClass":"EEnumLiteral"},{"name":"product","id":77,"value":0,"literal":"product","eClass":"EEnumLiteral"},{"name":"custom","id":78,"value":0,"literal":"custom","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"Type","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":83,"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":"observedMeasure","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":"arguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tag","changeable":true,"lowerBound":1,"iD":false,"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":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"mappedFrom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"functor","changeable":true,"lowerBound":1,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseMeasure1To","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseMeasure2To","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"customFunctor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isBaseSupplied","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseMeasurement2To","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":"baseMeasurement1To","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":false,"unsettable":false,"transient":false,"unique":true,"name":"baseQuery","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"accumulator","changeable":true,"lowerBound":1,"iD":false,"id":127,"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":"baseMeasureTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"customAccumulator","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isBaseSupplied","changeable":true,"lowerBound":1,"iD":false,"id":134,"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":"baseMeasurementTo","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":"baseQuery","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseMeasure1From","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":"baseMeasureFrom","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":"baseMeasure2From","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":"rankingFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rescaleTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gradeFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":147,"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":"formula","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"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"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":"baseMeasurement1From","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseMeasurementFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseMeasurement2From","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gradeFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rescaleTo","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":"rankingFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":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":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isBaseSupplied","changeable":true,"lowerBound":1,"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":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gradeTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":false,"name":"getArguments","lowerBound":0,"id":190,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":false,"name":"getAllArguments","lowerBound":0,"id":191,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":false,"name":"visible","changeable":true,"lowerBound":1,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"measureLabelFormat","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":false,"name":"measurementLabelFormat","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"scale","changeable":true,"lowerBound":0,"iD":false,"id":196,"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":"customScale","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refinementFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refinementTo","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":"inbound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outbound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equivalentTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equivalentFrom","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":"defaultQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"category","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":false,"unsettable":false,"transient":false,"unique":true,"name":"scope","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":false,"unsettable":false,"transient":false,"unique":true,"name":"trait","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measureRelationships","changeable":true,"resolveProxies":false,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"categoryMeasure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"categoryElement","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":true,"unsettable":false,"transient":false,"unique":true,"name":"measureElements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categoryRelationships","changeable":true,"resolveProxies":false,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"influence","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"measurandQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getMeasureLabel","lowerBound":1,"id":246,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":false,"name":"getMeasurementLabel","lowerBound":1,"id":247,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"breakValue","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"error","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measurementRelationships","changeable":true,"resolveProxies":false,"lowerBound":0,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equivalentFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"equivalentTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outbound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inbound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refinementTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refinementFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"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":"observedMeasure","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":"measurand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"measurements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"name":"ordinal","id":275,"value":0,"literal":"ordinal","eClass":"EEnumLiteral"},{"name":"nominal","id":276,"value":0,"literal":"nominal","eClass":"EEnumLiteral"},{"name":"ratio","id":277,"value":0,"literal":"ratio","eClass":"EEnumLiteral"},{"name":"interval","id":278,"value":0,"literal":"interval","eClass":"EEnumLiteral"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"body","changeable":true,"lowerBound":1,"iD":false,"id":281,"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":"context","changeable":true,"lowerBound":1,"iD":false,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"observer","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":false,"name":"tool","changeable":true,"lowerBound":0,"iD":false,"id":287,"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":"whenObserved","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scopes","changeable":true,"resolveProxies":false,"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":"observedMeasures","changeable":true,"resolveProxies":false,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requestedMeasures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"scopeUri","changeable":true,"lowerBound":1,"iD":false,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"measure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":false,"name":"getParamStrings","lowerBound":1,"id":309,"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":false,"name":"body","changeable":true,"lowerBound":1,"iD":false,"id":310,"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":"language","changeable":true,"lowerBound":1,"iD":false,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"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":"gradeTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"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":"interval","changeable":true,"resolveProxies":false,"lowerBound":1,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"symbol","changeable":true,"lowerBound":1,"iD":false,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"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":"rescaleFrom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":330,"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":"rescales","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":false,"name":"offset","changeable":true,"lowerBound":1,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":false,"name":"multiplier","changeable":true,"lowerBound":1,"iD":false,"id":334,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"operationFirst","changeable":true,"lowerBound":1,"iD":false,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rescaledMeasure","changeable":true,"resolveProxies":false,"lowerBound":0,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isBaseSupplied","changeable":true,"lowerBound":1,"iD":false,"id":345,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rescaleFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseQuery","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"breakCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"recognizer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"container":false,"ordered":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":355,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stereotype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":362,"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":"shortDescription","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":365,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inRelationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outRelationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":377,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":false,"lowerBound":0,"id":378,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"observations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"name":"positive","id":386,"value":0,"literal":"positive","eClass":"EEnumLiteral"},{"name":"negative","id":387,"value":0,"literal":"negative","eClass":"EEnumLiteral"},{"name":"plus","id":388,"value":0,"literal":"plus","eClass":"EEnumLiteral"},{"name":"minus","id":389,"value":0,"literal":"minus","eClass":"EEnumLiteral"},{"name":"multiply","id":390,"value":0,"literal":"multiply","eClass":"EEnumLiteral"},{"name":"divide","id":391,"value":0,"literal":"divide","eClass":"EEnumLiteral"},{"name":"custom","id":392,"value":0,"literal":"custom","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":"interval","changeable":true,"resolveProxies":false,"lowerBound":1,"id":393,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rankingTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"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":"ranking","changeable":true,"resolveProxies":true,"lowerBound":1,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"name":"nominal","id":406,"value":0,"literal":"nominal","eClass":"EEnumLiteral"},{"name":"ordinal","id":407,"value":0,"literal":"ordinal","eClass":"EEnumLiteral"},{"name":"interval","id":408,"value":0,"literal":"interval","eClass":"EEnumLiteral"},{"name":"ratio","id":409,"value":0,"literal":"ratio","eClass":"EEnumLiteral"},{"name":"custom","id":410,"value":0,"literal":"custom","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maximum","changeable":true,"lowerBound":1,"iD":false,"id":411,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"maximumOpen","changeable":true,"lowerBound":1,"iD":false,"id":412,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"minimum","changeable":true,"lowerBound":1,"iD":false,"id":413,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"minimumOpen","changeable":true,"lowerBound":1,"iD":false,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rankingTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"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":"isBaseSupplied","changeable":true,"lowerBound":1,"iD":false,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":1,"target":0},{"source":1,"target":52},{"source":1,"target":71},{"source":71,"target":52},{"source":2,"target":0},{"source":2,"target":72},{"source":2,"target":73},{"source":2,"target":74},{"source":2,"target":75},{"source":2,"target":76},{"source":2,"target":77},{"source":2,"target":78},{"source":72,"target":2},{"source":73,"target":2},{"source":74,"target":2},{"source":75,"target":2},{"source":76,"target":2},{"source":77,"target":2},{"source":78,"target":2},{"source":3,"target":0},{"source":3,"target":52},{"source":3,"target":79},{"source":3,"target":80},{"source":79,"target":81},{"source":79,"target":3},{"source":80,"target":52},{"source":4,"target":0},{"source":4,"target":52},{"source":4,"target":82},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":85},{"source":82,"target":86},{"source":82,"target":4},{"source":83,"target":87},{"source":83,"target":4},{"source":84,"target":37},{"source":84,"target":88},{"source":84,"target":4},{"source":84,"target":89},{"source":88,"target":37},{"source":85,"target":52},{"source":5,"target":0},{"source":5,"target":52},{"source":5,"target":90},{"source":5,"target":91},{"source":5,"target":92},{"source":90,"target":93},{"source":90,"target":5},{"source":91,"target":94},{"source":91,"target":5},{"source":92,"target":52},{"source":6,"target":0},{"source":6,"target":60},{"source":6,"target":95},{"source":95,"target":60},{"source":7,"target":0},{"source":7,"target":66},{"source":7,"target":96},{"source":96,"target":66},{"source":8,"target":0},{"source":8,"target":60},{"source":8,"target":97},{"source":97,"target":60},{"source":9,"target":0},{"source":9,"target":66},{"source":9,"target":98},{"source":98,"target":66},{"source":10,"target":0},{"source":10,"target":60},{"source":10,"target":99},{"source":10,"target":100},{"source":99,"target":11},{"source":99,"target":101},{"source":99,"target":10},{"source":99,"target":102},{"source":101,"target":11},{"source":100,"target":60},{"source":11,"target":0},{"source":11,"target":66},{"source":11,"target":102},{"source":11,"target":103},{"source":102,"target":10},{"source":102,"target":104},{"source":102,"target":11},{"source":102,"target":99},{"source":104,"target":10},{"source":103,"target":66},{"source":12,"target":0},{"source":12,"target":18},{"source":12,"target":105},{"source":12,"target":106},{"source":12,"target":107},{"source":12,"target":108},{"source":12,"target":109},{"source":105,"target":56},{"source":105,"target":110},{"source":105,"target":12},{"source":110,"target":56},{"source":106,"target":6},{"source":106,"target":111},{"source":106,"target":12},{"source":111,"target":6},{"source":107,"target":8},{"source":107,"target":112},{"source":107,"target":12},{"source":112,"target":8},{"source":108,"target":38},{"source":108,"target":113},{"source":108,"target":12},{"source":113,"target":38},{"source":109,"target":18},{"source":13,"target":0},{"source":13,"target":19},{"source":13,"target":114},{"source":13,"target":115},{"source":13,"target":116},{"source":13,"target":117},{"source":13,"target":118},{"source":114,"target":119},{"source":114,"target":13},{"source":115,"target":9},{"source":115,"target":120},{"source":115,"target":13},{"source":120,"target":9},{"source":116,"target":7},{"source":116,"target":121},{"source":116,"target":13},{"source":121,"target":7},{"source":117,"target":38},{"source":117,"target":122},{"source":117,"target":13},{"source":122,"target":38},{"source":118,"target":19},{"source":14,"target":0},{"source":14,"target":54},{"source":14,"target":123},{"source":123,"target":54},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":124},{"source":15,"target":125},{"source":124,"target":15},{"source":124,"target":126},{"source":124,"target":15},{"source":126,"target":15},{"source":125,"target":1},{"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":2},{"source":127,"target":131},{"source":127,"target":16},{"source":131,"target":2},{"source":128,"target":10},{"source":128,"target":132},{"source":128,"target":16},{"source":132,"target":10},{"source":129,"target":38},{"source":129,"target":133},{"source":129,"target":16},{"source":133,"target":38},{"source":130,"target":18},{"source":17,"target":0},{"source":17,"target":19},{"source":17,"target":134},{"source":17,"target":135},{"source":17,"target":136},{"source":17,"target":137},{"source":134,"target":138},{"source":134,"target":17},{"source":135,"target":11},{"source":135,"target":139},{"source":135,"target":17},{"source":139,"target":11},{"source":136,"target":38},{"source":136,"target":140},{"source":136,"target":17},{"source":140,"target":38},{"source":137,"target":19},{"source":18,"target":0},{"source":18,"target":25},{"source":18,"target":141},{"source":18,"target":142},{"source":18,"target":143},{"source":18,"target":144},{"source":18,"target":145},{"source":18,"target":146},{"source":18,"target":147},{"source":18,"target":148},{"source":18,"target":149},{"source":141,"target":6},{"source":141,"target":150},{"source":141,"target":18},{"source":150,"target":6},{"source":142,"target":10},{"source":142,"target":151},{"source":142,"target":18},{"source":151,"target":10},{"source":143,"target":8},{"source":143,"target":152},{"source":143,"target":18},{"source":152,"target":8},{"source":144,"target":41},{"source":144,"target":153},{"source":144,"target":18},{"source":153,"target":41},{"source":145,"target":48},{"source":145,"target":154},{"source":145,"target":18},{"source":154,"target":48},{"source":146,"target":59},{"source":146,"target":155},{"source":146,"target":18},{"source":155,"target":59},{"source":147,"target":65},{"source":147,"target":156},{"source":147,"target":18},{"source":156,"target":65},{"source":148,"target":157},{"source":148,"target":18},{"source":149,"target":25},{"source":19,"target":0},{"source":19,"target":29},{"source":19,"target":158},{"source":19,"target":159},{"source":19,"target":160},{"source":19,"target":161},{"source":19,"target":162},{"source":19,"target":163},{"source":19,"target":164},{"source":19,"target":165},{"source":158,"target":166},{"source":158,"target":19},{"source":159,"target":7},{"source":159,"target":167},{"source":159,"target":19},{"source":167,"target":7},{"source":160,"target":11},{"source":160,"target":168},{"source":160,"target":19},{"source":168,"target":11},{"source":161,"target":9},{"source":161,"target":169},{"source":161,"target":19},{"source":169,"target":9},{"source":162,"target":42},{"source":162,"target":170},{"source":162,"target":19},{"source":170,"target":42},{"source":163,"target":50},{"source":163,"target":171},{"source":163,"target":19},{"source":171,"target":50},{"source":164,"target":64},{"source":164,"target":172},{"source":164,"target":19},{"source":172,"target":64},{"source":165,"target":29},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":173},{"source":20,"target":174},{"source":173,"target":38},{"source":173,"target":175},{"source":173,"target":20},{"source":175,"target":38},{"source":174,"target":18},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":176},{"source":176,"target":19},{"source":22,"target":0},{"source":22,"target":28},{"source":22,"target":177},{"source":22,"target":178},{"source":177,"target":38},{"source":177,"target":179},{"source":177,"target":22},{"source":179,"target":38},{"source":178,"target":28},{"source":23,"target":0},{"source":23,"target":30},{"source":23,"target":180},{"source":180,"target":30},{"source":24,"target":0},{"source":24,"target":29},{"source":24,"target":181},{"source":24,"target":182},{"source":24,"target":183},{"source":24,"target":184},{"source":24,"target":185},{"source":181,"target":186},{"source":181,"target":24},{"source":182,"target":187},{"source":182,"target":24},{"source":183,"target":42},{"source":183,"target":188},{"source":183,"target":24},{"source":188,"target":42},{"source":184,"target":38},{"source":184,"target":189},{"source":184,"target":24},{"source":189,"target":38},{"source":185,"target":29},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":190},{"source":25,"target":191},{"source":25,"target":192},{"source":25,"target":193},{"source":25,"target":194},{"source":25,"target":195},{"source":25,"target":196},{"source":25,"target":197},{"source":25,"target":198},{"source":25,"target":199},{"source":25,"target":200},{"source":25,"target":201},{"source":25,"target":202},{"source":25,"target":203},{"source":25,"target":204},{"source":25,"target":205},{"source":25,"target":206},{"source":25,"target":207},{"source":25,"target":208},{"source":25,"target":209},{"source":190,"target":4},{"source":190,"target":210},{"source":190,"target":25},{"source":210,"target":4},{"source":191,"target":4},{"source":191,"target":211},{"source":191,"target":25},{"source":211,"target":4},{"source":192,"target":212},{"source":192,"target":25},{"source":193,"target":213},{"source":193,"target":25},{"source":194,"target":214},{"source":194,"target":25},{"source":195,"target":215},{"source":195,"target":25},{"source":196,"target":61},{"source":196,"target":216},{"source":196,"target":25},{"source":216,"target":61},{"source":197,"target":217},{"source":197,"target":25},{"source":198,"target":45},{"source":198,"target":218},{"source":198,"target":25},{"source":218,"target":45},{"source":199,"target":45},{"source":199,"target":219},{"source":199,"target":25},{"source":219,"target":45},{"source":200,"target":28},{"source":200,"target":220},{"source":200,"target":25},{"source":220,"target":28},{"source":201,"target":28},{"source":201,"target":221},{"source":201,"target":25},{"source":221,"target":28},{"source":202,"target":22},{"source":202,"target":222},{"source":202,"target":25},{"source":222,"target":22},{"source":203,"target":22},{"source":203,"target":223},{"source":203,"target":25},{"source":223,"target":22},{"source":204,"target":38},{"source":204,"target":224},{"source":204,"target":25},{"source":224,"target":38},{"source":205,"target":26},{"source":205,"target":225},{"source":205,"target":25},{"source":205,"target":226},{"source":225,"target":26},{"source":206,"target":51},{"source":206,"target":227},{"source":206,"target":25},{"source":227,"target":51},{"source":207,"target":15},{"source":207,"target":228},{"source":207,"target":25},{"source":228,"target":15},{"source":208,"target":28},{"source":208,"target":229},{"source":208,"target":25},{"source":229,"target":28},{"source":209,"target":1},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":226},{"source":26,"target":230},{"source":26,"target":231},{"source":26,"target":232},{"source":226,"target":25},{"source":226,"target":233},{"source":226,"target":26},{"source":226,"target":205},{"source":233,"target":25},{"source":230,"target":26},{"source":230,"target":234},{"source":230,"target":26},{"source":230,"target":231},{"source":234,"target":26},{"source":231,"target":26},{"source":231,"target":235},{"source":231,"target":26},{"source":231,"target":230},{"source":235,"target":26},{"source":232,"target":1},{"source":27,"target":0},{"source":27,"target":52},{"source":27,"target":236},{"source":27,"target":237},{"source":27,"target":238},{"source":236,"target":1},{"source":236,"target":239},{"source":236,"target":27},{"source":239,"target":1},{"source":237,"target":14},{"source":237,"target":240},{"source":237,"target":27},{"source":240,"target":14},{"source":238,"target":52},{"source":28,"target":0},{"source":28,"target":54},{"source":28,"target":241},{"source":28,"target":242},{"source":28,"target":243},{"source":241,"target":55},{"source":241,"target":244},{"source":241,"target":28},{"source":244,"target":55},{"source":242,"target":38},{"source":242,"target":245},{"source":242,"target":28},{"source":245,"target":38},{"source":243,"target":54},{"source":29,"target":0},{"source":29,"target":52},{"source":29,"target":246},{"source":29,"target":247},{"source":29,"target":248},{"source":29,"target":249},{"source":29,"target":250},{"source":29,"target":251},{"source":29,"target":252},{"source":29,"target":253},{"source":29,"target":254},{"source":29,"target":255},{"source":29,"target":256},{"source":29,"target":257},{"source":29,"target":258},{"source":29,"target":259},{"source":246,"target":260},{"source":246,"target":29},{"source":247,"target":261},{"source":247,"target":29},{"source":248,"target":262},{"source":248,"target":29},{"source":249,"target":263},{"source":249,"target":29},{"source":250,"target":30},{"source":250,"target":264},{"source":250,"target":29},{"source":264,"target":30},{"source":251,"target":23},{"source":251,"target":265},{"source":251,"target":29},{"source":265,"target":23},{"source":252,"target":23},{"source":252,"target":266},{"source":252,"target":29},{"source":266,"target":23},{"source":253,"target":30},{"source":253,"target":267},{"source":253,"target":29},{"source":267,"target":30},{"source":254,"target":30},{"source":254,"target":268},{"source":254,"target":29},{"source":268,"target":30},{"source":255,"target":46},{"source":255,"target":269},{"source":255,"target":29},{"source":269,"target":46},{"source":256,"target":46},{"source":256,"target":270},{"source":256,"target":29},{"source":270,"target":46},{"source":257,"target":37},{"source":257,"target":271},{"source":257,"target":29},{"source":257,"target":272},{"source":271,"target":37},{"source":258,"target":273},{"source":258,"target":29},{"source":259,"target":52},{"source":30,"target":0},{"source":30,"target":54},{"source":30,"target":274},{"source":274,"target":54},{"source":31,"target":0},{"source":31,"target":275},{"source":31,"target":276},{"source":31,"target":277},{"source":31,"target":278},{"source":275,"target":31},{"source":276,"target":31},{"source":277,"target":31},{"source":278,"target":31},{"source":32,"target":0},{"source":32,"target":18},{"source":32,"target":279},{"source":279,"target":18},{"source":33,"target":0},{"source":33,"target":19},{"source":33,"target":280},{"source":280,"target":19},{"source":34,"target":0},{"source":34,"target":1},{"source":34,"target":281},{"source":34,"target":282},{"source":34,"target":283},{"source":281,"target":284},{"source":281,"target":34},{"source":282,"target":285},{"source":282,"target":34},{"source":283,"target":1},{"source":35,"target":0},{"source":35,"target":52},{"source":35,"target":286},{"source":35,"target":287},{"source":35,"target":288},{"source":35,"target":289},{"source":35,"target":290},{"source":35,"target":291},{"source":35,"target":292},{"source":35,"target":293},{"source":286,"target":294},{"source":286,"target":35},{"source":287,"target":295},{"source":287,"target":35},{"source":288,"target":67},{"source":288,"target":296},{"source":288,"target":35},{"source":296,"target":67},{"source":289,"target":36},{"source":289,"target":297},{"source":289,"target":35},{"source":297,"target":36},{"source":290,"target":37},{"source":290,"target":298},{"source":290,"target":35},{"source":298,"target":37},{"source":291,"target":4},{"source":291,"target":299},{"source":291,"target":35},{"source":299,"target":4},{"source":292,"target":1},{"source":292,"target":300},{"source":292,"target":35},{"source":300,"target":1},{"source":293,"target":52},{"source":36,"target":0},{"source":36,"target":52},{"source":36,"target":301},{"source":36,"target":302},{"source":301,"target":303},{"source":301,"target":36},{"source":302,"target":52},{"source":37,"target":0},{"source":37,"target":52},{"source":37,"target":89},{"source":37,"target":272},{"source":37,"target":304},{"source":37,"target":305},{"source":89,"target":4},{"source":89,"target":306},{"source":89,"target":37},{"source":89,"target":84},{"source":306,"target":4},{"source":272,"target":29},{"source":272,"target":307},{"source":272,"target":37},{"source":272,"target":257},{"source":307,"target":29},{"source":304,"target":25},{"source":304,"target":308},{"source":304,"target":37},{"source":308,"target":25},{"source":305,"target":52},{"source":38,"target":0},{"source":38,"target":1},{"source":38,"target":309},{"source":38,"target":310},{"source":38,"target":311},{"source":38,"target":312},{"source":309,"target":313},{"source":309,"target":38},{"source":310,"target":314},{"source":310,"target":38},{"source":311,"target":315},{"source":311,"target":38},{"source":312,"target":1},{"source":39,"target":0},{"source":39,"target":25},{"source":39,"target":316},{"source":39,"target":317},{"source":39,"target":318},{"source":316,"target":59},{"source":316,"target":319},{"source":316,"target":39},{"source":319,"target":59},{"source":317,"target":40},{"source":317,"target":320},{"source":317,"target":39},{"source":320,"target":40},{"source":318,"target":25},{"source":40,"target":0},{"source":40,"target":62},{"source":40,"target":321},{"source":40,"target":322},{"source":321,"target":323},{"source":321,"target":40},{"source":322,"target":62},{"source":41,"target":0},{"source":41,"target":60},{"source":41,"target":324},{"source":324,"target":60},{"source":42,"target":0},{"source":42,"target":66},{"source":42,"target":325},{"source":325,"target":66},{"source":43,"target":0},{"source":43,"target":12},{"source":43,"target":326},{"source":326,"target":12},{"source":44,"target":0},{"source":44,"target":13},{"source":44,"target":327},{"source":327,"target":13},{"source":45,"target":0},{"source":45,"target":28},{"source":45,"target":328},{"source":328,"target":28},{"source":46,"target":0},{"source":46,"target":30},{"source":46,"target":329},{"source":329,"target":30},{"source":47,"target":0},{"source":47,"target":18},{"source":47,"target":330},{"source":47,"target":331},{"source":47,"target":332},{"source":47,"target":333},{"source":47,"target":334},{"source":47,"target":335},{"source":47,"target":336},{"source":330,"target":48},{"source":330,"target":337},{"source":330,"target":47},{"source":337,"target":48},{"source":331,"target":60},{"source":331,"target":338},{"source":331,"target":47},{"source":331,"target":339},{"source":338,"target":60},{"source":332,"target":38},{"source":332,"target":340},{"source":332,"target":47},{"source":340,"target":38},{"source":333,"target":341},{"source":333,"target":47},{"source":334,"target":342},{"source":334,"target":47},{"source":335,"target":343},{"source":335,"target":47},{"source":336,"target":18},{"source":48,"target":0},{"source":48,"target":69},{"source":48,"target":344},{"source":344,"target":69},{"source":49,"target":0},{"source":49,"target":19},{"source":49,"target":345},{"source":49,"target":346},{"source":49,"target":347},{"source":49,"target":348},{"source":345,"target":349},{"source":345,"target":49},{"source":346,"target":50},{"source":346,"target":350},{"source":346,"target":49},{"source":350,"target":50},{"source":347,"target":38},{"source":347,"target":351},{"source":347,"target":49},{"source":351,"target":38},{"source":348,"target":19},{"source":50,"target":0},{"source":50,"target":70},{"source":50,"target":352},{"source":352,"target":70},{"source":51,"target":0},{"source":51,"target":1},{"source":51,"target":353},{"source":51,"target":354},{"source":51,"target":355},{"source":51,"target":356},{"source":51,"target":357},{"source":353,"target":38},{"source":353,"target":358},{"source":353,"target":51},{"source":358,"target":38},{"source":354,"target":38},{"source":354,"target":359},{"source":354,"target":51},{"source":359,"target":38},{"source":355,"target":360},{"source":355,"target":51},{"source":356,"target":361},{"source":356,"target":51},{"source":357,"target":1},{"source":52,"target":0},{"source":52,"target":362},{"source":52,"target":363},{"source":52,"target":364},{"source":52,"target":365},{"source":52,"target":366},{"source":52,"target":367},{"source":52,"target":368},{"source":362,"target":369},{"source":362,"target":52},{"source":363,"target":370},{"source":363,"target":52},{"source":364,"target":371},{"source":364,"target":52},{"source":365,"target":5},{"source":365,"target":372},{"source":365,"target":52},{"source":372,"target":5},{"source":366,"target":3},{"source":366,"target":373},{"source":366,"target":52},{"source":373,"target":3},{"source":367,"target":54},{"source":367,"target":374},{"source":367,"target":52},{"source":367,"target":375},{"source":374,"target":54},{"source":368,"target":54},{"source":368,"target":376},{"source":368,"target":52},{"source":368,"target":377},{"source":376,"target":54},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":378},{"source":53,"target":379},{"source":53,"target":380},{"source":378,"target":27},{"source":378,"target":381},{"source":378,"target":53},{"source":381,"target":27},{"source":379,"target":35},{"source":379,"target":382},{"source":379,"target":53},{"source":382,"target":35},{"source":380,"target":52},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":375},{"source":54,"target":377},{"source":54,"target":383},{"source":375,"target":52},{"source":375,"target":384},{"source":375,"target":54},{"source":375,"target":367},{"source":384,"target":52},{"source":377,"target":52},{"source":377,"target":385},{"source":377,"target":54},{"source":377,"target":368},{"source":385,"target":52},{"source":383,"target":52},{"source":55,"target":0},{"source":55,"target":386},{"source":55,"target":387},{"source":386,"target":55},{"source":387,"target":55},{"source":56,"target":0},{"source":56,"target":388},{"source":56,"target":389},{"source":56,"target":390},{"source":56,"target":391},{"source":56,"target":392},{"source":388,"target":56},{"source":389,"target":56},{"source":390,"target":56},{"source":391,"target":56},{"source":392,"target":56},{"source":57,"target":0},{"source":57,"target":18},{"source":57,"target":393},{"source":57,"target":394},{"source":57,"target":395},{"source":393,"target":58},{"source":393,"target":396},{"source":393,"target":57},{"source":393,"target":397},{"source":396,"target":58},{"source":394,"target":41},{"source":394,"target":398},{"source":394,"target":57},{"source":398,"target":41},{"source":395,"target":18},{"source":58,"target":0},{"source":58,"target":62},{"source":58,"target":397},{"source":58,"target":399},{"source":58,"target":400},{"source":397,"target":57},{"source":397,"target":401},{"source":397,"target":58},{"source":397,"target":393},{"source":401,"target":57},{"source":399,"target":402},{"source":399,"target":58},{"source":400,"target":62},{"source":59,"target":0},{"source":59,"target":60},{"source":59,"target":403},{"source":403,"target":60},{"source":60,"target":0},{"source":60,"target":69},{"source":60,"target":339},{"source":60,"target":404},{"source":339,"target":47},{"source":339,"target":405},{"source":339,"target":60},{"source":339,"target":331},{"source":405,"target":47},{"source":404,"target":69},{"source":61,"target":0},{"source":61,"target":406},{"source":61,"target":407},{"source":61,"target":408},{"source":61,"target":409},{"source":61,"target":410},{"source":406,"target":61},{"source":407,"target":61},{"source":408,"target":61},{"source":409,"target":61},{"source":410,"target":61},{"source":62,"target":0},{"source":62,"target":52},{"source":62,"target":411},{"source":62,"target":412},{"source":62,"target":413},{"source":62,"target":414},{"source":62,"target":415},{"source":411,"target":416},{"source":411,"target":62},{"source":412,"target":417},{"source":412,"target":62},{"source":413,"target":418},{"source":413,"target":62},{"source":414,"target":419},{"source":414,"target":62},{"source":415,"target":52},{"source":63,"target":0},{"source":63,"target":19},{"source":63,"target":420},{"source":63,"target":421},{"source":63,"target":422},{"source":63,"target":423},{"source":420,"target":38},{"source":420,"target":424},{"source":420,"target":63},{"source":424,"target":38},{"source":421,"target":64},{"source":421,"target":425},{"source":421,"target":63},{"source":425,"target":64},{"source":422,"target":426},{"source":422,"target":63},{"source":423,"target":19},{"source":64,"target":0},{"source":64,"target":66},{"source":64,"target":427},{"source":427,"target":66},{"source":65,"target":0},{"source":65,"target":1},{"source":65,"target":428},{"source":428,"target":1},{"source":66,"target":0},{"source":66,"target":70},{"source":66,"target":429},{"source":429,"target":70},{"source":67,"target":0},{"source":68,"target":0},{"source":68,"target":65},{"source":68,"target":430},{"source":68,"target":431},{"source":430,"target":51},{"source":430,"target":432},{"source":430,"target":68},{"source":432,"target":51},{"source":431,"target":65},{"source":69,"target":0},{"source":69,"target":28},{"source":69,"target":433},{"source":433,"target":28},{"source":70,"target":0},{"source":70,"target":30},{"source":70,"target":434},{"source":434,"target":30}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/rominaeramo/triple-pattern-frontend/HSM2SM/metamodels/sm.ecore
SM State name owningStateMachine Transition trigger target source effect owningStateMachine StateMachine ownedState ownedTransition InitialState FinalState
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="SM" nsURI="urn:sm.ecore" nsPrefix="sm"> <eClassifiers xsi:type="ecore:EClass" name="State"> <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="owningStateMachine" lowerBound="1" eType="#//StateMachine" eOpposite="#//StateMachine/ownedState"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="effect" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningStateMachine" lowerBound="1" eType="#//StateMachine" eOpposite="#//StateMachine/ownedTransition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedState" lowerBound="1" upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/owningStateMachine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTransition" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/owningStateMachine"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"sm","nsURI":"urn:sm.ecore","name":"SM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","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":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":"owningStateMachine","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedState","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"trigger","changeable":true,"lowerBound":0,"iD":false,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"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":"effect","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningStateMachine","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"}],"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":3},{"source":7,"target":9},{"source":7,"target":1},{"source":7,"target":10},{"source":9,"target":3},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":11,"target":16},{"source":11,"target":2},{"source":12,"target":1},{"source":12,"target":17},{"source":12,"target":2},{"source":17,"target":1},{"source":13,"target":1},{"source":13,"target":18},{"source":13,"target":2},{"source":18,"target":1},{"source":14,"target":19},{"source":14,"target":2},{"source":15,"target":3},{"source":15,"target":20},{"source":15,"target":2},{"source":15,"target":21},{"source":20,"target":3},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":21},{"source":10,"target":1},{"source":10,"target":22},{"source":10,"target":3},{"source":10,"target":7},{"source":22,"target":1},{"source":21,"target":2},{"source":21,"target":23},{"source":21,"target":3},{"source":21,"target":15},{"source":23,"target":2},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":24},{"source":24,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":25},{"source":25,"target":1}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/osamu-k/XTextStudy/statemachine/org.xtext.example.statemachine/model/generated/Statemachine.ecore
statemachine Statemachine name states events transitions initialiState State name Event name Transition from event to
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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" nsURI="http://www.xtext.org/example/statemachine/Statemachine" nsPrefix="statemachine"> <eClassifiers xsi:type="ecore:EClass" name="Statemachine"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//Event" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialiState" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="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="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//Event"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//State"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"statemachine","nsURI":"http://www.xtext.org/example/statemachine/Statemachine","name":"statemachine","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":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","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":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialiState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"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},{"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"},{"container":false,"ordered":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":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":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":5,"target":10},{"source":5,"target":1},{"source":6,"target":2},{"source":6,"target":11},{"source":6,"target":1},{"source":11,"target":2},{"source":7,"target":3},{"source":7,"target":12},{"source":7,"target":1},{"source":12,"target":3},{"source":8,"target":4},{"source":8,"target":13},{"source":8,"target":1},{"source":13,"target":4},{"source":9,"target":2},{"source":9,"target":14},{"source":9,"target":1},{"source":14,"target":2},{"source":2,"target":0},{"source":2,"target":15},{"source":15,"target":16},{"source":15,"target":2},{"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":4,"target":20},{"source":4,"target":21},{"source":19,"target":2},{"source":19,"target":22},{"source":19,"target":4},{"source":22,"target":2},{"source":20,"target":3},{"source":20,"target":23},{"source":20,"target":4},{"source":23,"target":3},{"source":21,"target":2},{"source":21,"target":24},{"source":21,"target":4},{"source":24,"target":2}],"multigraph":true}
ecore
company
repo-ecore-all/data/gssi/Company2CRM/mm/R7/Company.ecore
Company Person firstname lastname position client assignedTo employed type employee employee client client Company name persons projects address lines Project name related European budget National budget Address city completeAddress Category name topics Topic id category CompanyModel company categories topics address division Unit ServiceLine Division name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Company" nsURI="http://cs.gssi.it/company/R7" nsPrefix="company"> <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="position" eType="#//type" defaultValueLiteral="client"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignedTo" upperBound="-1" eType="#//Project"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employed" eType="#//Unit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="type"> <eLiterals name="employee" value="1"/> <eLiterals name="client" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Company"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="persons" upperBound="-1" eType="#//Person" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1" eType="#//Project" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="#//Address"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lines" upperBound="-1" eType="#//Division" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Project" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="related" lowerBound="1" eType="#//Category"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="European" eSuperTypes="#//Project"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="budget" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="National" eSuperTypes="#//Project"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="budget" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Address"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="completeAddress" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="topics" upperBound="-1" eType="#//Topic" eOpposite="#//Topic/category"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Topic"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="category" lowerBound="1" eType="#//Category" eOpposite="#//Category/topics"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompanyModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="company" lowerBound="1" upperBound="-1" eType="#//Company" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//Category" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="topics" upperBound="-1" eType="#//Topic" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" lowerBound="1" upperBound="-1" eType="#//Address" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="division" upperBound="-1" eType="#//Division" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#//Division"/> <eClassifiers xsi:type="ecore:EClass" name="ServiceLine" eSuperTypes="#//Division"/> <eClassifiers xsi:type="ecore:EClass" name="Division" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"company","nsURI":"http://cs.gssi.it/company/R7","name":"Company","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"type","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Company","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"European","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"National","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Topic","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompanyModel","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceLine","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":true,"id":13,"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":"firstname","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":"lastname","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"client","unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"employed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"name":"employee","id":24,"value":1,"literal":"employee","eClass":"EEnumLiteral"},{"name":"client","id":25,"value":2,"literal":"client","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":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":"persons","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":"projects","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":"address","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":"lines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"related","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"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":"budget","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"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":"budget","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"completeAddress","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"topics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"id","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"company","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","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":"topics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"division","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":14,"target":19},{"source":14,"target":1},{"source":15,"target":20},{"source":15,"target":1},{"source":16,"target":2},{"source":16,"target":21},{"source":16,"target":1},{"source":21,"target":2},{"source":17,"target":4},{"source":17,"target":22},{"source":17,"target":1},{"source":22,"target":4},{"source":18,"target":11},{"source":18,"target":23},{"source":18,"target":1},{"source":23,"target":11},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":24,"target":2},{"source":25,"target":2},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":26,"target":31},{"source":26,"target":3},{"source":27,"target":1},{"source":27,"target":32},{"source":27,"target":3},{"source":32,"target":1},{"source":28,"target":4},{"source":28,"target":33},{"source":28,"target":3},{"source":33,"target":4},{"source":29,"target":7},{"source":29,"target":34},{"source":29,"target":3},{"source":34,"target":7},{"source":30,"target":13},{"source":30,"target":35},{"source":30,"target":3},{"source":35,"target":13},{"source":4,"target":0},{"source":4,"target":36},{"source":4,"target":37},{"source":36,"target":38},{"source":36,"target":4},{"source":37,"target":8},{"source":37,"target":39},{"source":37,"target":4},{"source":39,"target":8},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":40},{"source":5,"target":41},{"source":40,"target":42},{"source":40,"target":5},{"source":41,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":43},{"source":6,"target":44},{"source":43,"target":45},{"source":43,"target":6},{"source":44,"target":4},{"source":7,"target":0},{"source":7,"target":46},{"source":7,"target":47},{"source":46,"target":48},{"source":46,"target":7},{"source":47,"target":49},{"source":47,"target":7},{"source":8,"target":0},{"source":8,"target":50},{"source":8,"target":51},{"source":50,"target":52},{"source":50,"target":8},{"source":51,"target":9},{"source":51,"target":53},{"source":51,"target":8},{"source":51,"target":54},{"source":53,"target":9},{"source":9,"target":0},{"source":9,"target":55},{"source":9,"target":54},{"source":55,"target":56},{"source":55,"target":9},{"source":54,"target":8},{"source":54,"target":57},{"source":54,"target":9},{"source":54,"target":51},{"source":57,"target":8},{"source":10,"target":0},{"source":10,"target":58},{"source":10,"target":59},{"source":10,"target":60},{"source":10,"target":61},{"source":10,"target":62},{"source":58,"target":3},{"source":58,"target":63},{"source":58,"target":10},{"source":63,"target":3},{"source":59,"target":8},{"source":59,"target":64},{"source":59,"target":10},{"source":64,"target":8},{"source":60,"target":9},{"source":60,"target":65},{"source":60,"target":10},{"source":65,"target":9},{"source":61,"target":7},{"source":61,"target":66},{"source":61,"target":10},{"source":66,"target":7},{"source":62,"target":13},{"source":62,"target":67},{"source":62,"target":10},{"source":67,"target":13},{"source":11,"target":0},{"source":11,"target":13},{"source":11,"target":68},{"source":68,"target":13},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":69},{"source":69,"target":13},{"source":13,"target":0},{"source":13,"target":70},{"source":70,"target":71},{"source":70,"target":13}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/gssi/Edelta_bad_smells/model/PathExp/BS3/PathExp.ecore
PathExp Element name PathExp states transitions State incoming outgoing owner Transition source target PrimitiveTypes String java.lang.Object String
<?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="PathExp" nsURI="http://cs.gssi.it/pathExp" nsPrefix="PathExp"> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="#/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathExp" eSuperTypes="#/0/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" ordered="false" lowerBound="1" upperBound="-1" eType="#/0/State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" ordered="false" upperBound="-1" eType="#/0/Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" ordered="false" upperBound="-1" eType="#/0/Transition" eOpposite="#/0/Transition/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" ordered="false" upperBound="-1" eType="#/0/Transition" eOpposite="#/0/Transition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#/0/PathExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#/0/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#/0/State" eOpposite="#/0/State/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#/0/State" eOpposite="#/0/State/incoming"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes" nsURI="http://pt" nsPrefix="pt"> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceTypeName="String"/> </ecore:EPackage> </xmi:XMI>
true
{"directed":true,"nodes":[{"nsPrefix":"PathExp","nsURI":"http://cs.gssi.it/pathExp","name":"PathExp","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathExp","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":5,"derived":false},{"instanceTypeName":"String","defaultValue":null,"instanceClassName":"java.lang.Object","name":"String","instanceClass":"java.lang.Object","id":6,"serializable":true,"eClass":"EDataType"},{"id":7,"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":"states","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":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":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"nsPrefix":"pt","nsURI":"http://pt","name":"PrimitiveTypes","id":24,"eClass":"EPackage"}],"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":5,"target":6},{"source":5,"target":7},{"source":5,"target":1},{"source":7,"target":6},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":8,"target":3},{"source":8,"target":11},{"source":8,"target":2},{"source":11,"target":3},{"source":9,"target":4},{"source":9,"target":12},{"source":9,"target":2},{"source":12,"target":4},{"source":10,"target":1},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":15},{"source":13,"target":4},{"source":13,"target":16},{"source":13,"target":3},{"source":13,"target":17},{"source":16,"target":4},{"source":14,"target":4},{"source":14,"target":18},{"source":14,"target":3},{"source":14,"target":19},{"source":18,"target":4},{"source":15,"target":2},{"source":15,"target":20},{"source":15,"target":3},{"source":20,"target":2},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":19},{"source":4,"target":17},{"source":4,"target":21},{"source":19,"target":3},{"source":19,"target":22},{"source":19,"target":4},{"source":19,"target":14},{"source":22,"target":3},{"source":17,"target":3},{"source":17,"target":23},{"source":17,"target":4},{"source":17,"target":13},{"source":23,"target":3},{"source":21,"target":1},{"source":24,"target":6},{"source":6,"target":24}],"multigraph":true}
ecore
entities
repo-ecore-all/data/Nika24/Xtext/org.xtext.example.entity/model/generated/Entity.ecore
entity Model types Type name TypeDef mappedType JAVAID name Entity superEntity attributes Attribute type many name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="entity" nsURI="http://www.xtext.org/example/Entity" nsPrefix="entity"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDef" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="mappedType" eType="#//JAVAID" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JAVAID"> <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="Entity" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="superEntity" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"entity","nsURI":"http://www.xtext.org/example/Entity","name":"entity","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDef","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JAVAID","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":"Attribute","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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappedType","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},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superEntity","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":9,"target":10},{"source":9,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":11},{"source":3,"target":12},{"source":11,"target":4},{"source":11,"target":13},{"source":11,"target":3},{"source":13,"target":4},{"source":12,"target":2},{"source":4,"target":0},{"source":4,"target":14},{"source":14,"target":15},{"source":14,"target":4},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":16},{"source":5,"target":17},{"source":5,"target":18},{"source":16,"target":5},{"source":16,"target":19},{"source":16,"target":5},{"source":19,"target":5},{"source":17,"target":6},{"source":17,"target":20},{"source":17,"target":5},{"source":20,"target":6},{"source":18,"target":2},{"source":6,"target":0},{"source":6,"target":21},{"source":6,"target":22},{"source":6,"target":23},{"source":21,"target":2},{"source":21,"target":24},{"source":21,"target":6},{"source":24,"target":2},{"source":22,"target":25},{"source":22,"target":6},{"source":23,"target":26},{"source":23,"target":6}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/atlanmod/Prefetching_Caching_DSL/benchmarks.util/org.eclipse.gmt.modisco.java.cdo/model/java.ecore
java AbstractMethodDeclaration body parameters thrownExceptions typeParameters usagesInDocComments usages AbstractMethodInvocation method arguments typeArguments AbstractTypeDeclaration bodyDeclarations commentsBeforeBody commentsAfterBody package superInterfaces AbstractTypeQualifiedExpression qualifier AbstractVariablesContainer type fragments Annotation type values Archive originalFilePath classFiles manifest AssertStatement message expression ASTNode comments originalCompilationUnit originalClassFile AnnotationMemberValuePair member value AnnotationTypeDeclaration AnnotationTypeMemberDeclaration default type usages AnonymousClassDeclaration bodyDeclarations classInstanceCreation ArrayAccess array index ArrayCreation dimensions initializer type ArrayInitializer expressions ArrayLengthAccess array ArrayType dimensions elementType Assignment leftHandSide operator rightHandSide AssignmentKind ASSIGN = PLUS_ASSIGN += MINUS_ASSIGN -= TIMES_ASSIGN *= DIVIDE_ASSIGN /= BIT_AND_ASSIGN &= BIT_OR_ASSIGN |= BIT_XOR_ASSIGN ^= REMAINDER_ASSIGN %= LEFT_SHIFT_ASSIGN <<= RIGHT_SHIFT_SIGNED_ASSIGN >>= RIGHT_SHIFT_UNSIGNED_ASSIGN >>>= BodyDeclaration abstractTypeDeclaration annotations anonymousClassDeclarationOwner modifier BooleanLiteral value BlockComment Block statements BreakStatement label CastExpression expression type CatchClause exception body CharacterLiteral escapedValue ClassFile originalFilePath type attachedSource package ClassInstanceCreation anonymousClassDeclaration expression type ConstructorDeclaration ConditionalExpression elseExpression expression thenExpression ConstructorInvocation ClassDeclaration superClass Comment content enclosedByParent prefixOfParent CompilationUnit originalFilePath commentList imports package types ContinueStatement label DoStatement expression body EmptyStatement EnhancedForStatement body expression parameter EnumConstantDeclaration anonymousClassDeclaration arguments EnumDeclaration enumConstants Expression ExpressionStatement expression FieldAccess field expression FieldDeclaration ForStatement expression updaters initializers body IfStatement expression thenStatement elseStatement ImportDeclaration static importedElement InfixExpression operator rightOperand leftOperand extendedOperands InfixExpressionKind TIMES * DIVIDE / REMAINDER % PLUS + MINUS - LEFT_SHIFT << RIGHT_SHIFT_SIGNED >> RIGHT_SHIFT_UNSIGNED >>> LESS < GREATER > LESS_EQUALS <= GREATER_EQUALS >= EQUALS == NOT_EQUALS != XOR ^ AND & OR | CONDITIONAL_AND && CONDITIONAL_OR || InheritanceKind none none abstract abstract final final Initializer body InstanceofExpression rightOperand leftOperand InterfaceDeclaration Javadoc tags LabeledStatement body usagesInBreakStatements usagesInContinueStatements LineComment Manifest mainAttributes entryAttributes ManifestAttribute key value ManifestEntry name attributes MemberRef member qualifier MethodDeclaration extraArrayDimensions returnType redefinedMethodDeclaration redefinitions MethodInvocation expression MethodRef method qualifier parameters MethodRefParameter name varargs type Model name ownedElements orphanTypes unresolvedItems compilationUnits classFiles archives Modifier visibility inheritance static transient volatile native strictfp synchronized bodyDeclaration singleVariableDeclaration variableDeclarationStatement variableDeclarationExpression NamedElement name proxy usagesInImports NamespaceAccess NumberLiteral tokenValue NullLiteral Package ownedElements model ownedPackages package usagesInPackageAccess PackageAccess package qualifier ParameterizedType type typeArguments ParenthesizedExpression expression PostfixExpression operator operand PostfixExpressionKind INCREMENT ++ DECREMENT -- PrefixExpression operator operand PrefixExpressionKind INCREMENT ++ DECREMENT -- PLUS + MINUS - COMPLEMENT ~ NOT ! PrimitiveType PrimitiveTypeBoolean PrimitiveTypeByte PrimitiveTypeChar PrimitiveTypeDouble PrimitiveTypeShort PrimitiveTypeFloat PrimitiveTypeInt PrimitiveTypeLong PrimitiveTypeVoid ReturnStatement expression SingleVariableAccess variable qualifier SingleVariableDeclaration modifier varargs type annotations methodDeclaration catchClause enhancedForStatement Statement StringLiteral escapedValue SuperConstructorInvocation expression SuperFieldAccess field SuperMethodInvocation SwitchCase default expression SwitchStatement expression statements SynchronizedStatement body expression TagElement tagName fragments TextElement text ThisExpression ThrowStatement expression TryStatement body finally catchClauses Type usagesInTypeAccess TypeAccess type qualifier TypeDeclaration typeParameters TypeDeclarationStatement declaration TypeLiteral type TypeParameter bounds UnresolvedItem UnresolvedItemAccess element qualifier UnresolvedAnnotationDeclaration UnresolvedAnnotationTypeMemberDeclaration UnresolvedClassDeclaration UnresolvedEnumDeclaration UnresolvedInterfaceDeclaration UnresolvedLabeledStatement UnresolvedMethodDeclaration UnresolvedSingleVariableDeclaration UnresolvedType UnresolvedTypeDeclaration UnresolvedVariableDeclarationFragment VariableDeclaration extraArrayDimensions initializer usageInVariableAccess VariableDeclarationExpression modifier annotations VariableDeclarationFragment variablesContainer VariableDeclarationStatement extraArrayDimensions modifier annotations VisibilityKind none none public public private private protected protected WildCardType upperBound bound WhileStatement expression body
<?xml version="1.0" encoding="ISO-8859-1"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="java" nsURI="http://www.eclipse.org/MoDisco/Java/0.2.incubation/java-cdo" nsPrefix="java"> <eClassifiers xsi:type="ecore:EClass" name="AbstractMethodDeclaration" abstract="true" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/methodDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thrownExceptions" upperBound="-1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//TypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInDocComments" ordered="false" upperBound="-1" eType="#//MethodRef" eOpposite="#//MethodRef/method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usages" ordered="false" upperBound="-1" eType="#//AbstractMethodInvocation" eOpposite="#//AbstractMethodInvocation/method"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractMethodInvocation" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="#//AbstractMethodDeclaration" eOpposite="#//AbstractMethodDeclaration/usages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTypeDeclaration" abstract="true" eSuperTypes="#//BodyDeclaration #//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1" eType="#//BodyDeclaration" containment="true" eOpposite="#//BodyDeclaration/abstractTypeDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsBeforeBody" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsAfterBody" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package" eOpposite="#//Package/ownedElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaces" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTypeQualifiedExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractVariablesContainer" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//VariableDeclarationFragment" containment="true" eOpposite="#//VariableDeclarationFragment/variablesContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//AnnotationMemberValuePair" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Archive" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classFiles" ordered="false" upperBound="-1" eType="#//ClassFile" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="manifest" ordered="false" eType="#//Manifest" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="message" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ASTNode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalCompilationUnit" ordered="false" eType="#//CompilationUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalClassFile" ordered="false" eType="#//ClassFile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValuePair" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" eType="#//AnnotationTypeMemberDeclaration" eOpposite="#//AnnotationTypeMemberDeclaration/usages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeDeclaration" eSuperTypes="#//AbstractTypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeMemberDeclaration" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usages" ordered="false" upperBound="-1" eType="#//AnnotationMemberValuePair" eOpposite="#//AnnotationMemberValuePair/member"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousClassDeclaration" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1" eType="#//BodyDeclaration" containment="true" eOpposite="#//BodyDeclaration/anonymousClassDeclarationOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classInstanceCreation" ordered="false" eType="#//ClassInstanceCreation" eOpposite="#//ClassInstanceCreation/anonymousClassDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayCreation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false" eType="#//ArrayInitializer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayLengthAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//AssignmentKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssignmentKind"> <eLiterals name="ASSIGN" value="1" literal="="/> <eLiterals name="PLUS_ASSIGN" value="2" literal="+="/> <eLiterals name="MINUS_ASSIGN" value="3" literal="-="/> <eLiterals name="TIMES_ASSIGN" value="4" literal="*="/> <eLiterals name="DIVIDE_ASSIGN" value="5" literal="/="/> <eLiterals name="BIT_AND_ASSIGN" value="6" literal="&amp;="/> <eLiterals name="BIT_OR_ASSIGN" value="7" literal="|="/> <eLiterals name="BIT_XOR_ASSIGN" value="8" literal="^="/> <eLiterals name="REMAINDER_ASSIGN" value="9" literal="%="/> <eLiterals name="LEFT_SHIFT_ASSIGN" value="10" literal="&lt;&lt;="/> <eLiterals name="RIGHT_SHIFT_SIGNED_ASSIGN" value="11" literal=">>="/> <eLiterals name="RIGHT_SHIFT_UNSIGNED_ASSIGN" value="12" literal=">>>="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BodyDeclaration" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractTypeDeclaration" ordered="false" eType="#//AbstractTypeDeclaration" eOpposite="#//AbstractTypeDeclaration/bodyDeclarations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclarationOwner" ordered="false" eType="#//AnonymousClassDeclaration" eOpposite="#//AnonymousClassDeclaration/bodyDeclarations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/bodyDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockComment" eSuperTypes="#//Comment"/> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//LabeledStatement" eOpposite="#//LabeledStatement/usagesInBreakStatements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatchClause" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" ordered="false" lowerBound="1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/catchClause"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CharacterLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassFile" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//AbstractTypeDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attachedSource" ordered="false" eType="#//CompilationUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreation" eSuperTypes="#//Expression #//AbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration" ordered="false" eType="#//AnonymousClassDeclaration" containment="true" eOpposite="#//AnonymousClassDeclaration/classInstanceCreation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorDeclaration" eSuperTypes="#//AbstractMethodDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorInvocation" eSuperTypes="#//Statement #//AbstractMethodInvocation"/> <eClassifiers xsi:type="ecore:EClass" name="ClassDeclaration" eSuperTypes="#//TypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enclosedByParent" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefixOfParent" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentList" upperBound="-1" eType="#//Comment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//ImportDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//AbstractTypeDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//LabeledStatement" eOpposite="#//LabeledStatement/usagesInContinueStatements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="EnhancedForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" ordered="false" lowerBound="1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/enhancedForStatement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumConstantDeclaration" eSuperTypes="#//BodyDeclaration #//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration" ordered="false" eType="#//AnonymousClassDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumDeclaration" eSuperTypes="#//AbstractTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumConstants" upperBound="-1" eType="#//EnumConstantDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" ordered="false" lowerBound="1" eType="#//SingleVariableAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldDeclaration" eSuperTypes="#//BodyDeclaration #//AbstractVariablesContainer"/> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updaters" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializers" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatement" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" ordered="false" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportDeclaration" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" ordered="false" lowerBound="1" eType="#//NamedElement" eOpposite="#//NamedElement/usagesInImports"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//InfixExpressionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedOperands" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InfixExpressionKind"> <eLiterals name="TIMES" value="1" literal="*"/> <eLiterals name="DIVIDE" value="2" literal="/"/> <eLiterals name="REMAINDER" value="3" literal="%"/> <eLiterals name="PLUS" value="4" literal="+"/> <eLiterals name="MINUS" value="5" literal="-"/> <eLiterals name="LEFT_SHIFT" value="6" literal="&lt;&lt;"/> <eLiterals name="RIGHT_SHIFT_SIGNED" value="7" literal=">>"/> <eLiterals name="RIGHT_SHIFT_UNSIGNED" value="8" literal=">>>"/> <eLiterals name="LESS" value="9" literal="&lt;"/> <eLiterals name="GREATER" value="10" literal=">"/> <eLiterals name="LESS_EQUALS" value="11" literal="&lt;="/> <eLiterals name="GREATER_EQUALS" value="12" literal=">="/> <eLiterals name="EQUALS" value="13" literal="=="/> <eLiterals name="NOT_EQUALS" value="14" literal="!="/> <eLiterals name="XOR" value="15" literal="^"/> <eLiterals name="AND" value="16" literal="&amp;"/> <eLiterals name="OR" value="17" literal="|"/> <eLiterals name="CONDITIONAL_AND" value="18" literal="&amp;&amp;"/> <eLiterals name="CONDITIONAL_OR" value="19" literal="||"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InheritanceKind"> <eLiterals name="none" value="1"/> <eLiterals name="abstract" value="2"/> <eLiterals name="final" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initializer" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceofExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceDeclaration" eSuperTypes="#//TypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="Javadoc" eSuperTypes="#//Comment"> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//TagElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#//NamedElement #//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInBreakStatements" ordered="false" upperBound="-1" eType="#//BreakStatement" eOpposite="#//BreakStatement/label"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInContinueStatements" ordered="false" upperBound="-1" eType="#//ContinueStatement" eOpposite="#//ContinueStatement/label"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineComment" eSuperTypes="#//Comment"/> <eClassifiers xsi:type="ecore:EClass" name="Manifest"> <eStructuralFeatures xsi:type="ecore:EReference" name="mainAttributes" ordered="false" upperBound="-1" eType="#//ManifestAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryAttributes" ordered="false" upperBound="-1" eType="#//ManifestEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManifestAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManifestEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" upperBound="-1" eType="#//ManifestAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemberRef" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" lowerBound="1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration" eSuperTypes="#//AbstractMethodDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedMethodDeclaration" ordered="false" eType="#//MethodDeclaration" eOpposite="#//MethodDeclaration/redefinitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinitions" ordered="false" upperBound="-1" eType="#//MethodDeclaration" eOpposite="#//MethodDeclaration/redefinedMethodDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodInvocation" eSuperTypes="#//Expression #//AbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodRef" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="#//AbstractMethodDeclaration" eOpposite="#//AbstractMethodDeclaration/usagesInDocComments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//MethodRefParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodRefParameter" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" ordered="false" upperBound="-1" eType="#//Package" containment="true" eOpposite="#//Package/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orphanTypes" ordered="false" upperBound="-1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unresolvedItems" ordered="false" upperBound="-1" eType="#//UnresolvedItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" ordered="false" upperBound="-1" eType="#//CompilationUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classFiles" ordered="false" upperBound="-1" eType="#//ClassFile" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="archives" ordered="false" upperBound="-1" eType="#//Archive" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modifier" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" lowerBound="1" eType="#//VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inheritance" ordered="false" unique="false" lowerBound="1" eType="#//InheritanceKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="native" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strictfp" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclaration" ordered="false" eType="#//BodyDeclaration" eOpposite="#//BodyDeclaration/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="singleVariableDeclaration" ordered="false" eType="#//SingleVariableDeclaration" eOpposite="#//SingleVariableDeclaration/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarationStatement" ordered="false" eType="#//VariableDeclarationStatement" eOpposite="#//VariableDeclarationStatement/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarationExpression" ordered="false" eType="#//VariableDeclarationExpression" eOpposite="#//VariableDeclarationExpression/modifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="proxy" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInImports" ordered="false" upperBound="-1" eType="#//ImportDeclaration" eOpposite="#//ImportDeclaration/importedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespaceAccess" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="NumberLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" ordered="false" upperBound="-1" eType="#//AbstractTypeDeclaration" containment="true" eOpposite="#//AbstractTypeDeclaration/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" eType="#//Model" eOpposite="#//Model/ownedElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPackages" ordered="false" upperBound="-1" eType="#//Package" containment="true" eOpposite="#//Package/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package" eOpposite="#//Package/ownedPackages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInPackageAccess" ordered="false" upperBound="-1" eType="#//PackageAccess" eOpposite="#//PackageAccess/package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageAccess" eSuperTypes="#//NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" lowerBound="1" eType="#//Package" eOpposite="#//Package/usagesInPackageAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//PackageAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParenthesizedExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostfixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//PostfixExpressionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PostfixExpressionKind"> <eLiterals name="INCREMENT" value="1" literal="++"/> <eLiterals name="DECREMENT" value="2" literal="--"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrefixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//PrefixExpressionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrefixExpressionKind"> <eLiterals name="INCREMENT" value="1" literal="++"/> <eLiterals name="DECREMENT" value="2" literal="--"/> <eLiterals name="PLUS" value="3" literal="+"/> <eLiterals name="MINUS" value="4" literal="-"/> <eLiterals name="COMPLEMENT" value="5" literal="~"/> <eLiterals name="NOT" value="6" literal="!"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeBoolean" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeByte" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeChar" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeDouble" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeShort" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeFloat" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeInt" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeLong" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeVoid" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleVariableAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="#//VariableDeclaration" eOpposite="#//VariableDeclaration/usageInVariableAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleVariableDeclaration" eSuperTypes="#//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/singleVariableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodDeclaration" ordered="false" eType="#//AbstractMethodDeclaration" eOpposite="#//AbstractMethodDeclaration/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClause" ordered="false" eType="#//CatchClause" eOpposite="#//CatchClause/exception"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enhancedForStatement" ordered="false" eType="#//EnhancedForStatement" eOpposite="#//EnhancedForStatement/parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperConstructorInvocation" eSuperTypes="#//Statement #//AbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperFieldAccess" eSuperTypes="#//AbstractTypeQualifiedExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" ordered="false" lowerBound="1" eType="#//SingleVariableAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperMethodInvocation" eSuperTypes="#//AbstractTypeQualifiedExpression #//AbstractMethodInvocation"/> <eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SynchronizedStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagElement" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//ASTNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextElement" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#//AbstractTypeQualifiedExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finally" ordered="false" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClauses" upperBound="-1" eType="#//CatchClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInTypeAccess" ordered="false" upperBound="-1" eType="#//TypeAccess" eOpposite="#//TypeAccess/type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeAccess" eSuperTypes="#//Expression #//NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Type" eOpposite="#//Type/usagesInTypeAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//NamespaceAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" abstract="true" eSuperTypes="#//AbstractTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//TypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclarationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false" lowerBound="1" eType="#//AbstractTypeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedItem" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedItemAccess" eSuperTypes="#//Expression #//NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false" eType="#//UnresolvedItem"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//ASTNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedAnnotationDeclaration" eSuperTypes="#//AnnotationTypeDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedAnnotationTypeMemberDeclaration" eSuperTypes="#//AnnotationTypeMemberDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedClassDeclaration" eSuperTypes="#//ClassDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedEnumDeclaration" eSuperTypes="#//EnumDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedInterfaceDeclaration" eSuperTypes="#//InterfaceDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedLabeledStatement" eSuperTypes="#//LabeledStatement #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedMethodDeclaration" eSuperTypes="#//MethodDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedSingleVariableDeclaration" eSuperTypes="#//SingleVariableDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedType" eSuperTypes="#//Type #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedTypeDeclaration" eSuperTypes="#//AbstractTypeDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedVariableDeclarationFragment" eSuperTypes="#//VariableDeclarationFragment #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usageInVariableAccess" ordered="false" upperBound="-1" eType="#//SingleVariableAccess" eOpposite="#//SingleVariableAccess/variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationExpression" eSuperTypes="#//Expression #//AbstractVariablesContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/variableDeclarationExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationFragment" eSuperTypes="#//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="variablesContainer" ordered="false" eType="#//AbstractVariablesContainer" eOpposite="#//AbstractVariablesContainer/fragments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationStatement" eSuperTypes="#//Statement #//AbstractVariablesContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/variableDeclarationStatement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="none" value="1"/> <eLiterals name="public" value="2"/> <eLiterals name="private" value="3"/> <eLiterals name="protected" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WildCardType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"java","nsURI":"http://www.eclipse.org/MoDisco/Java/0.2.incubation/java-cdo","name":"java","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMethodDeclaration","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMethodInvocation","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeDeclaration","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeQualifiedExpression","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractVariablesContainer","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Archive","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertStatement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASTNode","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValuePair","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeDeclaration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClassDeclaration","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayCreation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayLengthAccess","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentKind","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyDeclaration","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockComment","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchClause","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassFile","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorInvocation","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDeclaration","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnhancedForStatement","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstantDeclaration","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumDeclaration","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportDeclaration","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InfixExpressionKind","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InheritanceKind","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializer","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceofExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceDeclaration","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javadoc","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineComment","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifest","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManifestAttribute","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManifestEntry","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberRef","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocation","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRef","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRefParameter","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceAccess","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageAccess","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixExpression","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PostfixExpressionKind","instanceClass":null,"id":78,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixExpression","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrefixExpressionKind","instanceClass":null,"id":80,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeBoolean","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeByte","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeChar","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeDouble","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeShort","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeFloat","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeInt","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeLong","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeVoid","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableAccess","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableDeclaration","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperConstructorInvocation","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperFieldAccess","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperMethodInvocation","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedStatement","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagElement","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextElement","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeAccess","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":true,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationStatement","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedItem","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedItemAccess","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedAnnotationDeclaration","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedAnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedClassDeclaration","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedEnumDeclaration","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedInterfaceDeclaration","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedLabeledStatement","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedMethodDeclaration","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedSingleVariableDeclaration","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedType","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedTypeDeclaration","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedVariableDeclarationFragment","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationExpression","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationFragment","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationStatement","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":130,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildCardType","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":"parameters","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":"thrownExceptions","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":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"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":"usagesInDocComments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"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":"usages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methodDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","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":"commentsBeforeBody","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":"commentsAfterBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"abstractTypeDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"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":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variablesContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":183,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classFiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"manifest","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"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":"originalCompilationUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"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":"originalClassFile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"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":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classInstanceCreation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClassDeclarationOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"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":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":221,"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":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dimensions","changeable":true,"lowerBound":1,"iD":false,"id":239,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":245,"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":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"name":"ASSIGN","id":251,"value":1,"literal":"=","eClass":"EEnumLiteral"},{"name":"PLUS_ASSIGN","id":252,"value":2,"literal":"+=","eClass":"EEnumLiteral"},{"name":"MINUS_ASSIGN","id":253,"value":3,"literal":"-=","eClass":"EEnumLiteral"},{"name":"TIMES_ASSIGN","id":254,"value":4,"literal":"*=","eClass":"EEnumLiteral"},{"name":"DIVIDE_ASSIGN","id":255,"value":5,"literal":"/=","eClass":"EEnumLiteral"},{"name":"BIT_AND_ASSIGN","id":256,"value":6,"literal":"&=","eClass":"EEnumLiteral"},{"name":"BIT_OR_ASSIGN","id":257,"value":7,"literal":"|=","eClass":"EEnumLiteral"},{"name":"BIT_XOR_ASSIGN","id":258,"value":8,"literal":"^=","eClass":"EEnumLiteral"},{"name":"REMAINDER_ASSIGN","id":259,"value":9,"literal":"%=","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT_ASSIGN","id":260,"value":10,"literal":"<<=","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED_ASSIGN","id":261,"value":11,"literal":">>=","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED_ASSIGN","id":262,"value":12,"literal":">>>=","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":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":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInBreakStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"catchClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":296,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"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":"attachedSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":314,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"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":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"content","changeable":true,"lowerBound":1,"iD":false,"id":325,"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":"enclosedByParent","changeable":true,"lowerBound":1,"iD":false,"id":326,"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":"prefixOfParent","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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"commentList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"container":false,"ordered":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":334,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInContinueStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":347,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":353,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":354,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enhancedForStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"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":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumConstants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":374,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":381,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updaters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":390,"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":"thenStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":391,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"static","changeable":true,"lowerBound":0,"iD":false,"id":397,"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":"importedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInImports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":403,"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":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":404,"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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":405,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedOperands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"name":"TIMES","id":412,"value":1,"literal":"*","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":413,"value":2,"literal":"/","eClass":"EEnumLiteral"},{"name":"REMAINDER","id":414,"value":3,"literal":"%","eClass":"EEnumLiteral"},{"name":"PLUS","id":415,"value":4,"literal":"+","eClass":"EEnumLiteral"},{"name":"MINUS","id":416,"value":5,"literal":"-","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT","id":417,"value":6,"literal":"<<","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED","id":418,"value":7,"literal":">>","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED","id":419,"value":8,"literal":">>>","eClass":"EEnumLiteral"},{"name":"LESS","id":420,"value":9,"literal":"<","eClass":"EEnumLiteral"},{"name":"GREATER","id":421,"value":10,"literal":">","eClass":"EEnumLiteral"},{"name":"LESS_EQUALS","id":422,"value":11,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GREATER_EQUALS","id":423,"value":12,"literal":">=","eClass":"EEnumLiteral"},{"name":"EQUALS","id":424,"value":13,"literal":"==","eClass":"EEnumLiteral"},{"name":"NOT_EQUALS","id":425,"value":14,"literal":"!=","eClass":"EEnumLiteral"},{"name":"XOR","id":426,"value":15,"literal":"^","eClass":"EEnumLiteral"},{"name":"AND","id":427,"value":16,"literal":"&","eClass":"EEnumLiteral"},{"name":"OR","id":428,"value":17,"literal":"|","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_AND","id":429,"value":18,"literal":"&&","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_OR","id":430,"value":19,"literal":"||","eClass":"EEnumLiteral"},{"name":"none","id":431,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"abstract","id":432,"value":2,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"final","id":433,"value":3,"literal":"final","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":437,"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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"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":"mainAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"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":"entryAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":457,"derived":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":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":461,"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":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":465,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extraArrayDimensions","changeable":true,"lowerBound":1,"iD":false,"id":470,"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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"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":"redefinedMethodDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"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":"redefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"container":false,"ordered":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":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":489,"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":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":490,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":496,"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":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orphanTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"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":"unresolvedItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"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":"compilationUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"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":"classFiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"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":"archives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":511,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"inheritance","changeable":true,"lowerBound":1,"iD":false,"id":512,"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":"static","changeable":true,"lowerBound":1,"iD":false,"id":513,"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":"transient","changeable":true,"lowerBound":1,"iD":false,"id":514,"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":"volatile","changeable":true,"lowerBound":1,"iD":false,"id":515,"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":"native","changeable":true,"lowerBound":1,"iD":false,"id":516,"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":"strictfp","changeable":true,"lowerBound":1,"iD":false,"id":517,"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":"synchronized","changeable":true,"lowerBound":1,"iD":false,"id":518,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"singleVariableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":519,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclarationStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":520,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclarationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"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":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":533,"derived":false},{"id":534,"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":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":535,"derived":false},{"id":536,"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":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":537,"derived":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":538,"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":"proxy","changeable":true,"lowerBound":1,"iD":false,"id":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tokenValue","changeable":true,"lowerBound":1,"iD":false,"id":545,"derived":false},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"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":"ownedPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":549,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":550,"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":"usagesInPackageAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":558,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":559,"derived":false},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":563,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":568,"derived":false},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":571,"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":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":572,"derived":false},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"name":"INCREMENT","id":576,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":577,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":578,"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":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":579,"derived":false},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"name":"INCREMENT","id":583,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":584,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"name":"PLUS","id":585,"value":3,"literal":"+","eClass":"EEnumLiteral"},{"name":"MINUS","id":586,"value":4,"literal":"-","eClass":"EEnumLiteral"},{"name":"COMPLEMENT","id":587,"value":5,"literal":"~","eClass":"EEnumLiteral"},{"name":"NOT","id":588,"value":6,"literal":"!","eClass":"EEnumLiteral"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":599,"derived":false},{"id":600,"eClass":"EGenericType"},{"id":601,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":602,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":603,"derived":false},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usageInVariableAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":606,"derived":false},{"id":607,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":608,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":609,"derived":false},{"container":false,"ordered":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":610,"derived":false},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":620,"derived":false},{"id":621,"eClass":"EGenericType"},{"id":622,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":623,"derived":false},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":627,"derived":false},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"default","changeable":true,"lowerBound":1,"iD":false,"id":632,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":633,"derived":false},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":637,"derived":false},{"container":false,"ordered":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":638,"derived":false},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":642,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":643,"derived":false},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"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":"tagName","changeable":true,"lowerBound":0,"iD":false,"id":647,"derived":false},{"container":false,"ordered":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":648,"derived":false},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":652,"derived":false},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":656,"derived":false},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":659,"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":"finally","changeable":true,"resolveProxies":true,"lowerBound":0,"id":660,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchClauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":661,"derived":false},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInTypeAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":666,"derived":false},{"id":667,"eClass":"EGenericType"},{"id":668,"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":669,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":670,"derived":false},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":675,"derived":false},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":678,"derived":false},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":681,"derived":false},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":684,"derived":false},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":688,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":689,"derived":false},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"id":715,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extraArrayDimensions","changeable":true,"lowerBound":1,"iD":false,"id":716,"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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":717,"derived":false},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"container":false,"ordered":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":722,"derived":false},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"id":725,"eClass":"EGenericType"},{"id":726,"eClass":"EGenericType"},{"id":727,"eClass":"EGenericType"},{"id":728,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extraArrayDimensions","changeable":true,"lowerBound":1,"iD":false,"id":729,"derived":false},{"container":false,"ordered":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":730,"derived":false},{"id":731,"eClass":"EGenericType"},{"id":732,"eClass":"EGenericType"},{"id":733,"eClass":"EGenericType"},{"id":734,"eClass":"EGenericType"},{"id":735,"eClass":"EGenericType"},{"name":"none","id":736,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"public","id":737,"value":2,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":738,"value":3,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":739,"value":4,"literal":"protected","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":740,"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":"bound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":741,"derived":false},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"id":744,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":745,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":746,"derived":false},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":133},{"source":1,"target":134},{"source":1,"target":135},{"source":1,"target":136},{"source":1,"target":137},{"source":1,"target":138},{"source":1,"target":139},{"source":133,"target":24},{"source":133,"target":140},{"source":133,"target":1},{"source":140,"target":24},{"source":134,"target":93},{"source":134,"target":141},{"source":134,"target":1},{"source":134,"target":142},{"source":141,"target":93},{"source":135,"target":108},{"source":135,"target":143},{"source":135,"target":1},{"source":143,"target":108},{"source":136,"target":112},{"source":136,"target":144},{"source":136,"target":1},{"source":144,"target":112},{"source":137,"target":65},{"source":137,"target":145},{"source":137,"target":1},{"source":137,"target":146},{"source":145,"target":65},{"source":138,"target":2},{"source":138,"target":147},{"source":138,"target":1},{"source":138,"target":148},{"source":147,"target":2},{"source":139,"target":21},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":148},{"source":2,"target":149},{"source":2,"target":150},{"source":2,"target":151},{"source":148,"target":1},{"source":148,"target":152},{"source":148,"target":2},{"source":148,"target":138},{"source":152,"target":1},{"source":149,"target":43},{"source":149,"target":153},{"source":149,"target":2},{"source":153,"target":43},{"source":150,"target":108},{"source":150,"target":154},{"source":150,"target":2},{"source":154,"target":108},{"source":151,"target":9},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":107},{"source":3,"target":155},{"source":3,"target":156},{"source":3,"target":157},{"source":3,"target":158},{"source":3,"target":159},{"source":3,"target":160},{"source":3,"target":161},{"source":155,"target":21},{"source":155,"target":162},{"source":155,"target":3},{"source":155,"target":163},{"source":162,"target":21},{"source":156,"target":35},{"source":156,"target":164},{"source":156,"target":3},{"source":164,"target":35},{"source":157,"target":35},{"source":157,"target":165},{"source":157,"target":3},{"source":165,"target":35},{"source":158,"target":73},{"source":158,"target":166},{"source":158,"target":3},{"source":158,"target":167},{"source":166,"target":73},{"source":159,"target":108},{"source":159,"target":168},{"source":159,"target":3},{"source":168,"target":108},{"source":160,"target":21},{"source":161,"target":107},{"source":4,"target":0},{"source":4,"target":43},{"source":4,"target":169},{"source":4,"target":170},{"source":169,"target":108},{"source":169,"target":171},{"source":169,"target":4},{"source":171,"target":108},{"source":170,"target":43},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":172},{"source":5,"target":173},{"source":5,"target":174},{"source":172,"target":108},{"source":172,"target":175},{"source":172,"target":5},{"source":175,"target":108},{"source":173,"target":128},{"source":173,"target":176},{"source":173,"target":5},{"source":173,"target":177},{"source":176,"target":128},{"source":174,"target":9},{"source":6,"target":0},{"source":6,"target":43},{"source":6,"target":178},{"source":6,"target":179},{"source":6,"target":180},{"source":178,"target":108},{"source":178,"target":181},{"source":178,"target":6},{"source":181,"target":108},{"source":179,"target":10},{"source":179,"target":182},{"source":179,"target":6},{"source":182,"target":10},{"source":180,"target":43},{"source":7,"target":0},{"source":7,"target":69},{"source":7,"target":183},{"source":7,"target":184},{"source":7,"target":185},{"source":7,"target":186},{"source":183,"target":187},{"source":183,"target":7},{"source":184,"target":29},{"source":184,"target":188},{"source":184,"target":7},{"source":188,"target":29},{"source":185,"target":59},{"source":185,"target":189},{"source":185,"target":7},{"source":189,"target":59},{"source":186,"target":69},{"source":8,"target":0},{"source":8,"target":94},{"source":8,"target":190},{"source":8,"target":191},{"source":8,"target":192},{"source":190,"target":43},{"source":190,"target":193},{"source":190,"target":8},{"source":193,"target":43},{"source":191,"target":43},{"source":191,"target":194},{"source":191,"target":8},{"source":194,"target":43},{"source":192,"target":94},{"source":9,"target":0},{"source":9,"target":195},{"source":9,"target":196},{"source":9,"target":197},{"source":195,"target":35},{"source":195,"target":198},{"source":195,"target":9},{"source":198,"target":35},{"source":196,"target":36},{"source":196,"target":199},{"source":196,"target":9},{"source":199,"target":36},{"source":197,"target":29},{"source":197,"target":200},{"source":197,"target":9},{"source":200,"target":29},{"source":10,"target":0},{"source":10,"target":69},{"source":10,"target":201},{"source":10,"target":202},{"source":10,"target":203},{"source":201,"target":12},{"source":201,"target":204},{"source":201,"target":10},{"source":201,"target":205},{"source":204,"target":12},{"source":202,"target":43},{"source":202,"target":206},{"source":202,"target":10},{"source":206,"target":43},{"source":203,"target":69},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":207},{"source":207,"target":3},{"source":12,"target":0},{"source":12,"target":21},{"source":12,"target":208},{"source":12,"target":209},{"source":12,"target":205},{"source":12,"target":210},{"source":208,"target":43},{"source":208,"target":211},{"source":208,"target":12},{"source":211,"target":43},{"source":209,"target":108},{"source":209,"target":212},{"source":209,"target":12},{"source":212,"target":108},{"source":205,"target":10},{"source":205,"target":213},{"source":205,"target":12},{"source":205,"target":201},{"source":213,"target":10},{"source":210,"target":21},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":214},{"source":13,"target":215},{"source":13,"target":216},{"source":214,"target":21},{"source":214,"target":217},{"source":214,"target":13},{"source":214,"target":218},{"source":217,"target":21},{"source":215,"target":30},{"source":215,"target":219},{"source":215,"target":13},{"source":215,"target":220},{"source":219,"target":30},{"source":216,"target":9},{"source":14,"target":0},{"source":14,"target":43},{"source":14,"target":221},{"source":14,"target":222},{"source":14,"target":223},{"source":221,"target":43},{"source":221,"target":224},{"source":221,"target":14},{"source":224,"target":43},{"source":222,"target":43},{"source":222,"target":225},{"source":222,"target":14},{"source":225,"target":43},{"source":223,"target":43},{"source":15,"target":0},{"source":15,"target":43},{"source":15,"target":226},{"source":15,"target":227},{"source":15,"target":228},{"source":15,"target":229},{"source":226,"target":43},{"source":226,"target":230},{"source":226,"target":15},{"source":230,"target":43},{"source":227,"target":16},{"source":227,"target":231},{"source":227,"target":15},{"source":231,"target":16},{"source":228,"target":108},{"source":228,"target":232},{"source":228,"target":15},{"source":232,"target":108},{"source":229,"target":43},{"source":16,"target":0},{"source":16,"target":43},{"source":16,"target":233},{"source":16,"target":234},{"source":233,"target":43},{"source":233,"target":235},{"source":233,"target":16},{"source":235,"target":43},{"source":234,"target":43},{"source":17,"target":0},{"source":17,"target":43},{"source":17,"target":236},{"source":17,"target":237},{"source":236,"target":43},{"source":236,"target":238},{"source":236,"target":17},{"source":238,"target":43},{"source":237,"target":43},{"source":18,"target":0},{"source":18,"target":107},{"source":18,"target":239},{"source":18,"target":240},{"source":18,"target":241},{"source":239,"target":242},{"source":239,"target":18},{"source":240,"target":108},{"source":240,"target":243},{"source":240,"target":18},{"source":243,"target":108},{"source":241,"target":107},{"source":19,"target":0},{"source":19,"target":43},{"source":19,"target":244},{"source":19,"target":245},{"source":19,"target":246},{"source":19,"target":247},{"source":244,"target":43},{"source":244,"target":248},{"source":244,"target":19},{"source":248,"target":43},{"source":245,"target":20},{"source":245,"target":249},{"source":245,"target":19},{"source":249,"target":20},{"source":246,"target":43},{"source":246,"target":250},{"source":246,"target":19},{"source":250,"target":43},{"source":247,"target":43},{"source":20,"target":0},{"source":20,"target":251},{"source":20,"target":252},{"source":20,"target":253},{"source":20,"target":254},{"source":20,"target":255},{"source":20,"target":256},{"source":20,"target":257},{"source":20,"target":258},{"source":20,"target":259},{"source":20,"target":260},{"source":20,"target":261},{"source":20,"target":262},{"source":251,"target":20},{"source":252,"target":20},{"source":253,"target":20},{"source":254,"target":20},{"source":255,"target":20},{"source":256,"target":20},{"source":257,"target":20},{"source":258,"target":20},{"source":259,"target":20},{"source":260,"target":20},{"source":261,"target":20},{"source":262,"target":20},{"source":21,"target":0},{"source":21,"target":69},{"source":21,"target":163},{"source":21,"target":263},{"source":21,"target":218},{"source":21,"target":264},{"source":21,"target":265},{"source":163,"target":3},{"source":163,"target":266},{"source":163,"target":21},{"source":163,"target":155},{"source":266,"target":3},{"source":263,"target":6},{"source":263,"target":267},{"source":263,"target":21},{"source":267,"target":6},{"source":218,"target":13},{"source":218,"target":268},{"source":218,"target":21},{"source":218,"target":214},{"source":268,"target":13},{"source":264,"target":68},{"source":264,"target":269},{"source":264,"target":21},{"source":264,"target":270},{"source":269,"target":68},{"source":265,"target":69},{"source":22,"target":0},{"source":22,"target":43},{"source":22,"target":271},{"source":22,"target":272},{"source":271,"target":273},{"source":271,"target":22},{"source":272,"target":43},{"source":23,"target":0},{"source":23,"target":35},{"source":23,"target":274},{"source":274,"target":35},{"source":24,"target":0},{"source":24,"target":94},{"source":24,"target":275},{"source":24,"target":276},{"source":275,"target":94},{"source":275,"target":277},{"source":275,"target":24},{"source":277,"target":94},{"source":276,"target":94},{"source":25,"target":0},{"source":25,"target":94},{"source":25,"target":278},{"source":25,"target":279},{"source":278,"target":57},{"source":278,"target":280},{"source":278,"target":25},{"source":278,"target":281},{"source":280,"target":57},{"source":279,"target":94},{"source":26,"target":0},{"source":26,"target":43},{"source":26,"target":282},{"source":26,"target":283},{"source":26,"target":284},{"source":282,"target":43},{"source":282,"target":285},{"source":282,"target":26},{"source":285,"target":43},{"source":283,"target":108},{"source":283,"target":286},{"source":283,"target":26},{"source":286,"target":108},{"source":284,"target":43},{"source":27,"target":0},{"source":27,"target":94},{"source":27,"target":287},{"source":27,"target":288},{"source":27,"target":289},{"source":287,"target":93},{"source":287,"target":290},{"source":287,"target":27},{"source":287,"target":291},{"source":290,"target":93},{"source":288,"target":24},{"source":288,"target":292},{"source":288,"target":27},{"source":292,"target":24},{"source":289,"target":94},{"source":28,"target":0},{"source":28,"target":43},{"source":28,"target":293},{"source":28,"target":294},{"source":293,"target":295},{"source":293,"target":28},{"source":294,"target":43},{"source":29,"target":0},{"source":29,"target":69},{"source":29,"target":296},{"source":29,"target":297},{"source":29,"target":298},{"source":29,"target":299},{"source":29,"target":300},{"source":296,"target":301},{"source":296,"target":29},{"source":297,"target":3},{"source":297,"target":302},{"source":297,"target":29},{"source":302,"target":3},{"source":298,"target":36},{"source":298,"target":303},{"source":298,"target":29},{"source":303,"target":36},{"source":299,"target":73},{"source":299,"target":304},{"source":299,"target":29},{"source":304,"target":73},{"source":300,"target":69},{"source":30,"target":0},{"source":30,"target":43},{"source":30,"target":2},{"source":30,"target":220},{"source":30,"target":305},{"source":30,"target":306},{"source":30,"target":307},{"source":30,"target":308},{"source":220,"target":13},{"source":220,"target":309},{"source":220,"target":30},{"source":220,"target":215},{"source":309,"target":13},{"source":305,"target":43},{"source":305,"target":310},{"source":305,"target":30},{"source":310,"target":43},{"source":306,"target":108},{"source":306,"target":311},{"source":306,"target":30},{"source":311,"target":108},{"source":307,"target":43},{"source":308,"target":2},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":312},{"source":312,"target":1},{"source":32,"target":0},{"source":32,"target":43},{"source":32,"target":313},{"source":32,"target":314},{"source":32,"target":315},{"source":32,"target":316},{"source":313,"target":43},{"source":313,"target":317},{"source":313,"target":32},{"source":317,"target":43},{"source":314,"target":43},{"source":314,"target":318},{"source":314,"target":32},{"source":318,"target":43},{"source":315,"target":43},{"source":315,"target":319},{"source":315,"target":32},{"source":319,"target":43},{"source":316,"target":43},{"source":33,"target":0},{"source":33,"target":94},{"source":33,"target":2},{"source":33,"target":320},{"source":33,"target":321},{"source":320,"target":94},{"source":321,"target":2},{"source":34,"target":0},{"source":34,"target":109},{"source":34,"target":322},{"source":34,"target":323},{"source":322,"target":108},{"source":322,"target":324},{"source":322,"target":34},{"source":324,"target":108},{"source":323,"target":109},{"source":35,"target":0},{"source":35,"target":9},{"source":35,"target":325},{"source":35,"target":326},{"source":35,"target":327},{"source":35,"target":328},{"source":325,"target":329},{"source":325,"target":35},{"source":326,"target":330},{"source":326,"target":35},{"source":327,"target":331},{"source":327,"target":35},{"source":328,"target":9},{"source":36,"target":0},{"source":36,"target":69},{"source":36,"target":332},{"source":36,"target":333},{"source":36,"target":334},{"source":36,"target":335},{"source":36,"target":336},{"source":36,"target":337},{"source":332,"target":338},{"source":332,"target":36},{"source":333,"target":35},{"source":333,"target":339},{"source":333,"target":36},{"source":339,"target":35},{"source":334,"target":49},{"source":334,"target":340},{"source":334,"target":36},{"source":340,"target":49},{"source":335,"target":73},{"source":335,"target":341},{"source":335,"target":36},{"source":341,"target":73},{"source":336,"target":3},{"source":336,"target":342},{"source":336,"target":36},{"source":342,"target":3},{"source":337,"target":69},{"source":37,"target":0},{"source":37,"target":94},{"source":37,"target":343},{"source":37,"target":344},{"source":343,"target":57},{"source":343,"target":345},{"source":343,"target":37},{"source":343,"target":346},{"source":345,"target":57},{"source":344,"target":94},{"source":38,"target":0},{"source":38,"target":94},{"source":38,"target":347},{"source":38,"target":348},{"source":38,"target":349},{"source":347,"target":43},{"source":347,"target":350},{"source":347,"target":38},{"source":350,"target":43},{"source":348,"target":94},{"source":348,"target":351},{"source":348,"target":38},{"source":351,"target":94},{"source":349,"target":94},{"source":39,"target":0},{"source":39,"target":94},{"source":39,"target":352},{"source":352,"target":94},{"source":40,"target":0},{"source":40,"target":94},{"source":40,"target":353},{"source":40,"target":354},{"source":40,"target":355},{"source":40,"target":356},{"source":353,"target":94},{"source":353,"target":357},{"source":353,"target":40},{"source":357,"target":94},{"source":354,"target":43},{"source":354,"target":358},{"source":354,"target":40},{"source":358,"target":43},{"source":355,"target":93},{"source":355,"target":359},{"source":355,"target":40},{"source":355,"target":360},{"source":359,"target":93},{"source":356,"target":94},{"source":41,"target":0},{"source":41,"target":21},{"source":41,"target":126},{"source":41,"target":361},{"source":41,"target":362},{"source":41,"target":363},{"source":41,"target":364},{"source":361,"target":13},{"source":361,"target":365},{"source":361,"target":41},{"source":365,"target":13},{"source":362,"target":43},{"source":362,"target":366},{"source":362,"target":41},{"source":366,"target":43},{"source":363,"target":21},{"source":364,"target":126},{"source":42,"target":0},{"source":42,"target":3},{"source":42,"target":367},{"source":42,"target":368},{"source":367,"target":41},{"source":367,"target":369},{"source":367,"target":42},{"source":369,"target":41},{"source":368,"target":3},{"source":43,"target":0},{"source":43,"target":9},{"source":43,"target":370},{"source":370,"target":9},{"source":44,"target":0},{"source":44,"target":94},{"source":44,"target":371},{"source":44,"target":372},{"source":371,"target":43},{"source":371,"target":373},{"source":371,"target":44},{"source":373,"target":43},{"source":372,"target":94},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":374},{"source":45,"target":375},{"source":45,"target":376},{"source":374,"target":92},{"source":374,"target":377},{"source":374,"target":45},{"source":377,"target":92},{"source":375,"target":43},{"source":375,"target":378},{"source":375,"target":45},{"source":378,"target":43},{"source":376,"target":43},{"source":46,"target":0},{"source":46,"target":21},{"source":46,"target":5},{"source":46,"target":379},{"source":46,"target":380},{"source":379,"target":21},{"source":380,"target":5},{"source":47,"target":0},{"source":47,"target":94},{"source":47,"target":381},{"source":47,"target":382},{"source":47,"target":383},{"source":47,"target":384},{"source":47,"target":385},{"source":381,"target":43},{"source":381,"target":386},{"source":381,"target":47},{"source":386,"target":43},{"source":382,"target":43},{"source":382,"target":387},{"source":382,"target":47},{"source":387,"target":43},{"source":383,"target":43},{"source":383,"target":388},{"source":383,"target":47},{"source":388,"target":43},{"source":384,"target":94},{"source":384,"target":389},{"source":384,"target":47},{"source":389,"target":94},{"source":385,"target":94},{"source":48,"target":0},{"source":48,"target":94},{"source":48,"target":390},{"source":48,"target":391},{"source":48,"target":392},{"source":48,"target":393},{"source":390,"target":43},{"source":390,"target":394},{"source":390,"target":48},{"source":394,"target":43},{"source":391,"target":94},{"source":391,"target":395},{"source":391,"target":48},{"source":395,"target":94},{"source":392,"target":94},{"source":392,"target":396},{"source":392,"target":48},{"source":396,"target":94},{"source":393,"target":94},{"source":49,"target":0},{"source":49,"target":9},{"source":49,"target":397},{"source":49,"target":398},{"source":49,"target":399},{"source":397,"target":400},{"source":397,"target":49},{"source":398,"target":69},{"source":398,"target":401},{"source":398,"target":49},{"source":398,"target":402},{"source":401,"target":69},{"source":399,"target":9},{"source":50,"target":0},{"source":50,"target":43},{"source":50,"target":403},{"source":50,"target":404},{"source":50,"target":405},{"source":50,"target":406},{"source":50,"target":407},{"source":403,"target":51},{"source":403,"target":408},{"source":403,"target":50},{"source":408,"target":51},{"source":404,"target":43},{"source":404,"target":409},{"source":404,"target":50},{"source":409,"target":43},{"source":405,"target":43},{"source":405,"target":410},{"source":405,"target":50},{"source":410,"target":43},{"source":406,"target":43},{"source":406,"target":411},{"source":406,"target":50},{"source":411,"target":43},{"source":407,"target":43},{"source":51,"target":0},{"source":51,"target":412},{"source":51,"target":413},{"source":51,"target":414},{"source":51,"target":415},{"source":51,"target":416},{"source":51,"target":417},{"source":51,"target":418},{"source":51,"target":419},{"source":51,"target":420},{"source":51,"target":421},{"source":51,"target":422},{"source":51,"target":423},{"source":51,"target":424},{"source":51,"target":425},{"source":51,"target":426},{"source":51,"target":427},{"source":51,"target":428},{"source":51,"target":429},{"source":51,"target":430},{"source":412,"target":51},{"source":413,"target":51},{"source":414,"target":51},{"source":415,"target":51},{"source":416,"target":51},{"source":417,"target":51},{"source":418,"target":51},{"source":419,"target":51},{"source":420,"target":51},{"source":421,"target":51},{"source":422,"target":51},{"source":423,"target":51},{"source":424,"target":51},{"source":425,"target":51},{"source":426,"target":51},{"source":427,"target":51},{"source":428,"target":51},{"source":429,"target":51},{"source":430,"target":51},{"source":52,"target":0},{"source":52,"target":431},{"source":52,"target":432},{"source":52,"target":433},{"source":431,"target":52},{"source":432,"target":52},{"source":433,"target":52},{"source":53,"target":0},{"source":53,"target":21},{"source":53,"target":434},{"source":53,"target":435},{"source":434,"target":24},{"source":434,"target":436},{"source":434,"target":53},{"source":436,"target":24},{"source":435,"target":21},{"source":54,"target":0},{"source":54,"target":43},{"source":54,"target":437},{"source":54,"target":438},{"source":54,"target":439},{"source":437,"target":108},{"source":437,"target":440},{"source":437,"target":54},{"source":440,"target":108},{"source":438,"target":43},{"source":438,"target":441},{"source":438,"target":54},{"source":441,"target":43},{"source":439,"target":43},{"source":55,"target":0},{"source":55,"target":109},{"source":55,"target":442},{"source":442,"target":109},{"source":56,"target":0},{"source":56,"target":35},{"source":56,"target":443},{"source":56,"target":444},{"source":443,"target":102},{"source":443,"target":445},{"source":443,"target":56},{"source":445,"target":102},{"source":444,"target":35},{"source":57,"target":0},{"source":57,"target":69},{"source":57,"target":94},{"source":57,"target":446},{"source":57,"target":281},{"source":57,"target":346},{"source":57,"target":447},{"source":57,"target":448},{"source":446,"target":94},{"source":446,"target":449},{"source":446,"target":57},{"source":449,"target":94},{"source":281,"target":25},{"source":281,"target":450},{"source":281,"target":57},{"source":281,"target":278},{"source":450,"target":25},{"source":346,"target":37},{"source":346,"target":451},{"source":346,"target":57},{"source":346,"target":343},{"source":451,"target":37},{"source":447,"target":69},{"source":448,"target":94},{"source":58,"target":0},{"source":58,"target":35},{"source":58,"target":452},{"source":452,"target":35},{"source":59,"target":0},{"source":59,"target":453},{"source":59,"target":454},{"source":453,"target":60},{"source":453,"target":455},{"source":453,"target":59},{"source":455,"target":60},{"source":454,"target":61},{"source":454,"target":456},{"source":454,"target":59},{"source":456,"target":61},{"source":60,"target":0},{"source":60,"target":457},{"source":60,"target":458},{"source":457,"target":459},{"source":457,"target":60},{"source":458,"target":460},{"source":458,"target":60},{"source":61,"target":0},{"source":61,"target":461},{"source":61,"target":462},{"source":461,"target":463},{"source":461,"target":61},{"source":462,"target":60},{"source":462,"target":464},{"source":462,"target":61},{"source":464,"target":60},{"source":62,"target":0},{"source":62,"target":9},{"source":62,"target":465},{"source":62,"target":466},{"source":62,"target":467},{"source":465,"target":69},{"source":465,"target":468},{"source":465,"target":62},{"source":468,"target":69},{"source":466,"target":108},{"source":466,"target":469},{"source":466,"target":62},{"source":469,"target":108},{"source":467,"target":9},{"source":63,"target":0},{"source":63,"target":1},{"source":63,"target":470},{"source":63,"target":471},{"source":63,"target":472},{"source":63,"target":473},{"source":63,"target":474},{"source":470,"target":475},{"source":470,"target":63},{"source":471,"target":108},{"source":471,"target":476},{"source":471,"target":63},{"source":476,"target":108},{"source":472,"target":63},{"source":472,"target":477},{"source":472,"target":63},{"source":472,"target":473},{"source":477,"target":63},{"source":473,"target":63},{"source":473,"target":478},{"source":473,"target":63},{"source":473,"target":472},{"source":478,"target":63},{"source":474,"target":1},{"source":64,"target":0},{"source":64,"target":43},{"source":64,"target":2},{"source":64,"target":479},{"source":64,"target":480},{"source":64,"target":481},{"source":479,"target":43},{"source":479,"target":482},{"source":479,"target":64},{"source":482,"target":43},{"source":480,"target":43},{"source":481,"target":2},{"source":65,"target":0},{"source":65,"target":9},{"source":65,"target":146},{"source":65,"target":483},{"source":65,"target":484},{"source":65,"target":485},{"source":146,"target":1},{"source":146,"target":486},{"source":146,"target":65},{"source":146,"target":137},{"source":486,"target":1},{"source":483,"target":108},{"source":483,"target":487},{"source":483,"target":65},{"source":487,"target":108},{"source":484,"target":66},{"source":484,"target":488},{"source":484,"target":65},{"source":488,"target":66},{"source":485,"target":9},{"source":66,"target":0},{"source":66,"target":9},{"source":66,"target":489},{"source":66,"target":490},{"source":66,"target":491},{"source":66,"target":492},{"source":489,"target":493},{"source":489,"target":66},{"source":490,"target":494},{"source":490,"target":66},{"source":491,"target":108},{"source":491,"target":495},{"source":491,"target":66},{"source":495,"target":108},{"source":492,"target":9},{"source":67,"target":0},{"source":67,"target":496},{"source":67,"target":497},{"source":67,"target":498},{"source":67,"target":499},{"source":67,"target":500},{"source":67,"target":501},{"source":67,"target":502},{"source":496,"target":503},{"source":496,"target":67},{"source":497,"target":73},{"source":497,"target":504},{"source":497,"target":67},{"source":497,"target":505},{"source":504,"target":73},{"source":498,"target":107},{"source":498,"target":506},{"source":498,"target":67},{"source":506,"target":107},{"source":499,"target":113},{"source":499,"target":507},{"source":499,"target":67},{"source":507,"target":113},{"source":500,"target":36},{"source":500,"target":508},{"source":500,"target":67},{"source":508,"target":36},{"source":501,"target":29},{"source":501,"target":509},{"source":501,"target":67},{"source":509,"target":29},{"source":502,"target":7},{"source":502,"target":510},{"source":502,"target":67},{"source":510,"target":7},{"source":68,"target":0},{"source":68,"target":9},{"source":68,"target":511},{"source":68,"target":512},{"source":68,"target":513},{"source":68,"target":514},{"source":68,"target":515},{"source":68,"target":516},{"source":68,"target":517},{"source":68,"target":518},{"source":68,"target":270},{"source":68,"target":519},{"source":68,"target":520},{"source":68,"target":521},{"source":68,"target":522},{"source":511,"target":130},{"source":511,"target":523},{"source":511,"target":68},{"source":523,"target":130},{"source":512,"target":52},{"source":512,"target":524},{"source":512,"target":68},{"source":524,"target":52},{"source":513,"target":525},{"source":513,"target":68},{"source":514,"target":526},{"source":514,"target":68},{"source":515,"target":527},{"source":515,"target":68},{"source":516,"target":528},{"source":516,"target":68},{"source":517,"target":529},{"source":517,"target":68},{"source":518,"target":530},{"source":518,"target":68},{"source":270,"target":21},{"source":270,"target":531},{"source":270,"target":68},{"source":270,"target":264},{"source":531,"target":21},{"source":519,"target":93},{"source":519,"target":532},{"source":519,"target":68},{"source":519,"target":533},{"source":532,"target":93},{"source":520,"target":129},{"source":520,"target":534},{"source":520,"target":68},{"source":520,"target":535},{"source":534,"target":129},{"source":521,"target":127},{"source":521,"target":536},{"source":521,"target":68},{"source":521,"target":537},{"source":536,"target":127},{"source":522,"target":9},{"source":69,"target":0},{"source":69,"target":9},{"source":69,"target":538},{"source":69,"target":539},{"source":69,"target":402},{"source":69,"target":540},{"source":538,"target":541},{"source":538,"target":69},{"source":539,"target":542},{"source":539,"target":69},{"source":402,"target":49},{"source":402,"target":543},{"source":402,"target":69},{"source":402,"target":398},{"source":543,"target":49},{"source":540,"target":9},{"source":70,"target":0},{"source":70,"target":9},{"source":70,"target":544},{"source":544,"target":9},{"source":71,"target":0},{"source":71,"target":43},{"source":71,"target":545},{"source":71,"target":546},{"source":545,"target":547},{"source":545,"target":71},{"source":546,"target":43},{"source":72,"target":0},{"source":72,"target":43},{"source":72,"target":548},{"source":548,"target":43},{"source":73,"target":0},{"source":73,"target":69},{"source":73,"target":167},{"source":73,"target":505},{"source":73,"target":549},{"source":73,"target":550},{"source":73,"target":551},{"source":73,"target":552},{"source":167,"target":3},{"source":167,"target":553},{"source":167,"target":73},{"source":167,"target":158},{"source":553,"target":3},{"source":505,"target":67},{"source":505,"target":554},{"source":505,"target":73},{"source":505,"target":497},{"source":554,"target":67},{"source":549,"target":73},{"source":549,"target":555},{"source":549,"target":73},{"source":549,"target":550},{"source":555,"target":73},{"source":550,"target":73},{"source":550,"target":556},{"source":550,"target":73},{"source":550,"target":549},{"source":556,"target":73},{"source":551,"target":74},{"source":551,"target":557},{"source":551,"target":73},{"source":551,"target":558},{"source":557,"target":74},{"source":552,"target":69},{"source":74,"target":0},{"source":74,"target":70},{"source":74,"target":558},{"source":74,"target":559},{"source":74,"target":560},{"source":558,"target":73},{"source":558,"target":561},{"source":558,"target":74},{"source":558,"target":551},{"source":561,"target":73},{"source":559,"target":74},{"source":559,"target":562},{"source":559,"target":74},{"source":562,"target":74},{"source":560,"target":70},{"source":75,"target":0},{"source":75,"target":107},{"source":75,"target":563},{"source":75,"target":564},{"source":75,"target":565},{"source":563,"target":108},{"source":563,"target":566},{"source":563,"target":75},{"source":566,"target":108},{"source":564,"target":108},{"source":564,"target":567},{"source":564,"target":75},{"source":567,"target":108},{"source":565,"target":107},{"source":76,"target":0},{"source":76,"target":43},{"source":76,"target":568},{"source":76,"target":569},{"source":568,"target":43},{"source":568,"target":570},{"source":568,"target":76},{"source":570,"target":43},{"source":569,"target":43},{"source":77,"target":0},{"source":77,"target":43},{"source":77,"target":571},{"source":77,"target":572},{"source":77,"target":573},{"source":571,"target":78},{"source":571,"target":574},{"source":571,"target":77},{"source":574,"target":78},{"source":572,"target":43},{"source":572,"target":575},{"source":572,"target":77},{"source":575,"target":43},{"source":573,"target":43},{"source":78,"target":0},{"source":78,"target":576},{"source":78,"target":577},{"source":576,"target":78},{"source":577,"target":78},{"source":79,"target":0},{"source":79,"target":43},{"source":79,"target":578},{"source":79,"target":579},{"source":79,"target":580},{"source":578,"target":80},{"source":578,"target":581},{"source":578,"target":79},{"source":581,"target":80},{"source":579,"target":43},{"source":579,"target":582},{"source":579,"target":79},{"source":582,"target":43},{"source":580,"target":43},{"source":80,"target":0},{"source":80,"target":583},{"source":80,"target":584},{"source":80,"target":585},{"source":80,"target":586},{"source":80,"target":587},{"source":80,"target":588},{"source":583,"target":80},{"source":584,"target":80},{"source":585,"target":80},{"source":586,"target":80},{"source":587,"target":80},{"source":588,"target":80},{"source":81,"target":0},{"source":81,"target":107},{"source":81,"target":589},{"source":589,"target":107},{"source":82,"target":0},{"source":82,"target":81},{"source":82,"target":590},{"source":590,"target":81},{"source":83,"target":0},{"source":83,"target":81},{"source":83,"target":591},{"source":591,"target":81},{"source":84,"target":0},{"source":84,"target":81},{"source":84,"target":592},{"source":592,"target":81},{"source":85,"target":0},{"source":85,"target":81},{"source":85,"target":593},{"source":593,"target":81},{"source":86,"target":0},{"source":86,"target":81},{"source":86,"target":594},{"source":594,"target":81},{"source":87,"target":0},{"source":87,"target":81},{"source":87,"target":595},{"source":595,"target":81},{"source":88,"target":0},{"source":88,"target":81},{"source":88,"target":596},{"source":596,"target":81},{"source":89,"target":0},{"source":89,"target":81},{"source":89,"target":597},{"source":597,"target":81},{"source":90,"target":0},{"source":90,"target":81},{"source":90,"target":598},{"source":598,"target":81},{"source":91,"target":0},{"source":91,"target":94},{"source":91,"target":599},{"source":91,"target":600},{"source":599,"target":43},{"source":599,"target":601},{"source":599,"target":91},{"source":601,"target":43},{"source":600,"target":94},{"source":92,"target":0},{"source":92,"target":43},{"source":92,"target":602},{"source":92,"target":603},{"source":92,"target":604},{"source":602,"target":126},{"source":602,"target":605},{"source":602,"target":92},{"source":602,"target":606},{"source":605,"target":126},{"source":603,"target":43},{"source":603,"target":607},{"source":603,"target":92},{"source":607,"target":43},{"source":604,"target":43},{"source":93,"target":0},{"source":93,"target":126},{"source":93,"target":533},{"source":93,"target":608},{"source":93,"target":609},{"source":93,"target":610},{"source":93,"target":142},{"source":93,"target":291},{"source":93,"target":360},{"source":93,"target":611},{"source":533,"target":68},{"source":533,"target":612},{"source":533,"target":93},{"source":533,"target":519},{"source":612,"target":68},{"source":608,"target":613},{"source":608,"target":93},{"source":609,"target":108},{"source":609,"target":614},{"source":609,"target":93},{"source":614,"target":108},{"source":610,"target":6},{"source":610,"target":615},{"source":610,"target":93},{"source":615,"target":6},{"source":142,"target":1},{"source":142,"target":616},{"source":142,"target":93},{"source":142,"target":134},{"source":616,"target":1},{"source":291,"target":27},{"source":291,"target":617},{"source":291,"target":93},{"source":291,"target":287},{"source":617,"target":27},{"source":360,"target":40},{"source":360,"target":618},{"source":360,"target":93},{"source":360,"target":355},{"source":618,"target":40},{"source":611,"target":126},{"source":94,"target":0},{"source":94,"target":9},{"source":94,"target":619},{"source":619,"target":9},{"source":95,"target":0},{"source":95,"target":43},{"source":95,"target":620},{"source":95,"target":621},{"source":620,"target":622},{"source":620,"target":95},{"source":621,"target":43},{"source":96,"target":0},{"source":96,"target":94},{"source":96,"target":2},{"source":96,"target":623},{"source":96,"target":624},{"source":96,"target":625},{"source":623,"target":43},{"source":623,"target":626},{"source":623,"target":96},{"source":626,"target":43},{"source":624,"target":94},{"source":625,"target":2},{"source":97,"target":0},{"source":97,"target":4},{"source":97,"target":627},{"source":97,"target":628},{"source":627,"target":92},{"source":627,"target":629},{"source":627,"target":97},{"source":629,"target":92},{"source":628,"target":4},{"source":98,"target":0},{"source":98,"target":4},{"source":98,"target":2},{"source":98,"target":630},{"source":98,"target":631},{"source":630,"target":4},{"source":631,"target":2},{"source":99,"target":0},{"source":99,"target":94},{"source":99,"target":632},{"source":99,"target":633},{"source":99,"target":634},{"source":632,"target":635},{"source":632,"target":99},{"source":633,"target":43},{"source":633,"target":636},{"source":633,"target":99},{"source":636,"target":43},{"source":634,"target":94},{"source":100,"target":0},{"source":100,"target":94},{"source":100,"target":637},{"source":100,"target":638},{"source":100,"target":639},{"source":637,"target":43},{"source":637,"target":640},{"source":637,"target":100},{"source":640,"target":43},{"source":638,"target":94},{"source":638,"target":641},{"source":638,"target":100},{"source":641,"target":94},{"source":639,"target":94},{"source":101,"target":0},{"source":101,"target":94},{"source":101,"target":642},{"source":101,"target":643},{"source":101,"target":644},{"source":642,"target":24},{"source":642,"target":645},{"source":642,"target":101},{"source":645,"target":24},{"source":643,"target":43},{"source":643,"target":646},{"source":643,"target":101},{"source":646,"target":43},{"source":644,"target":94},{"source":102,"target":0},{"source":102,"target":9},{"source":102,"target":647},{"source":102,"target":648},{"source":102,"target":649},{"source":647,"target":650},{"source":647,"target":102},{"source":648,"target":9},{"source":648,"target":651},{"source":648,"target":102},{"source":651,"target":9},{"source":649,"target":9},{"source":103,"target":0},{"source":103,"target":9},{"source":103,"target":652},{"source":103,"target":653},{"source":652,"target":654},{"source":652,"target":103},{"source":653,"target":9},{"source":104,"target":0},{"source":104,"target":4},{"source":104,"target":655},{"source":655,"target":4},{"source":105,"target":0},{"source":105,"target":94},{"source":105,"target":656},{"source":105,"target":657},{"source":656,"target":43},{"source":656,"target":658},{"source":656,"target":105},{"source":658,"target":43},{"source":657,"target":94},{"source":106,"target":0},{"source":106,"target":94},{"source":106,"target":659},{"source":106,"target":660},{"source":106,"target":661},{"source":106,"target":662},{"source":659,"target":24},{"source":659,"target":663},{"source":659,"target":106},{"source":663,"target":24},{"source":660,"target":24},{"source":660,"target":664},{"source":660,"target":106},{"source":664,"target":24},{"source":661,"target":27},{"source":661,"target":665},{"source":661,"target":106},{"source":665,"target":27},{"source":662,"target":94},{"source":107,"target":0},{"source":107,"target":69},{"source":107,"target":666},{"source":107,"target":667},{"source":666,"target":108},{"source":666,"target":668},{"source":666,"target":107},{"source":666,"target":669},{"source":668,"target":108},{"source":667,"target":69},{"source":108,"target":0},{"source":108,"target":43},{"source":108,"target":70},{"source":108,"target":669},{"source":108,"target":670},{"source":108,"target":671},{"source":108,"target":672},{"source":669,"target":107},{"source":669,"target":673},{"source":669,"target":108},{"source":669,"target":666},{"source":673,"target":107},{"source":670,"target":70},{"source":670,"target":674},{"source":670,"target":108},{"source":674,"target":70},{"source":671,"target":43},{"source":672,"target":70},{"source":109,"target":0},{"source":109,"target":3},{"source":109,"target":675},{"source":109,"target":676},{"source":675,"target":112},{"source":675,"target":677},{"source":675,"target":109},{"source":677,"target":112},{"source":676,"target":3},{"source":110,"target":0},{"source":110,"target":94},{"source":110,"target":678},{"source":110,"target":679},{"source":678,"target":3},{"source":678,"target":680},{"source":678,"target":110},{"source":680,"target":3},{"source":679,"target":94},{"source":111,"target":0},{"source":111,"target":43},{"source":111,"target":681},{"source":111,"target":682},{"source":681,"target":108},{"source":681,"target":683},{"source":681,"target":111},{"source":683,"target":108},{"source":682,"target":43},{"source":112,"target":0},{"source":112,"target":107},{"source":112,"target":684},{"source":112,"target":685},{"source":684,"target":108},{"source":684,"target":686},{"source":684,"target":112},{"source":686,"target":108},{"source":685,"target":107},{"source":113,"target":0},{"source":113,"target":69},{"source":113,"target":687},{"source":687,"target":69},{"source":114,"target":0},{"source":114,"target":43},{"source":114,"target":70},{"source":114,"target":688},{"source":114,"target":689},{"source":114,"target":690},{"source":114,"target":691},{"source":688,"target":113},{"source":688,"target":692},{"source":688,"target":114},{"source":692,"target":113},{"source":689,"target":9},{"source":689,"target":693},{"source":689,"target":114},{"source":693,"target":9},{"source":690,"target":43},{"source":691,"target":70},{"source":115,"target":0},{"source":115,"target":11},{"source":115,"target":113},{"source":115,"target":694},{"source":115,"target":695},{"source":694,"target":11},{"source":695,"target":113},{"source":116,"target":0},{"source":116,"target":12},{"source":116,"target":113},{"source":116,"target":696},{"source":116,"target":697},{"source":696,"target":12},{"source":697,"target":113},{"source":117,"target":0},{"source":117,"target":34},{"source":117,"target":113},{"source":117,"target":698},{"source":117,"target":699},{"source":698,"target":34},{"source":699,"target":113},{"source":118,"target":0},{"source":118,"target":42},{"source":118,"target":113},{"source":118,"target":700},{"source":118,"target":701},{"source":700,"target":42},{"source":701,"target":113},{"source":119,"target":0},{"source":119,"target":55},{"source":119,"target":113},{"source":119,"target":702},{"source":119,"target":703},{"source":702,"target":55},{"source":703,"target":113},{"source":120,"target":0},{"source":120,"target":57},{"source":120,"target":113},{"source":120,"target":704},{"source":120,"target":705},{"source":704,"target":57},{"source":705,"target":113},{"source":121,"target":0},{"source":121,"target":63},{"source":121,"target":113},{"source":121,"target":706},{"source":121,"target":707},{"source":706,"target":63},{"source":707,"target":113},{"source":122,"target":0},{"source":122,"target":93},{"source":122,"target":113},{"source":122,"target":708},{"source":122,"target":709},{"source":708,"target":93},{"source":709,"target":113},{"source":123,"target":0},{"source":123,"target":107},{"source":123,"target":113},{"source":123,"target":710},{"source":123,"target":711},{"source":710,"target":107},{"source":711,"target":113},{"source":124,"target":0},{"source":124,"target":3},{"source":124,"target":113},{"source":124,"target":712},{"source":124,"target":713},{"source":712,"target":3},{"source":713,"target":113},{"source":125,"target":0},{"source":125,"target":128},{"source":125,"target":113},{"source":125,"target":714},{"source":125,"target":715},{"source":714,"target":128},{"source":715,"target":113},{"source":126,"target":0},{"source":126,"target":69},{"source":126,"target":716},{"source":126,"target":717},{"source":126,"target":606},{"source":126,"target":718},{"source":716,"target":719},{"source":716,"target":126},{"source":717,"target":43},{"source":717,"target":720},{"source":717,"target":126},{"source":720,"target":43},{"source":606,"target":92},{"source":606,"target":721},{"source":606,"target":126},{"source":606,"target":602},{"source":721,"target":92},{"source":718,"target":69},{"source":127,"target":0},{"source":127,"target":43},{"source":127,"target":5},{"source":127,"target":537},{"source":127,"target":722},{"source":127,"target":723},{"source":127,"target":724},{"source":537,"target":68},{"source":537,"target":725},{"source":537,"target":127},{"source":537,"target":521},{"source":725,"target":68},{"source":722,"target":6},{"source":722,"target":726},{"source":722,"target":127},{"source":726,"target":6},{"source":723,"target":43},{"source":724,"target":5},{"source":128,"target":0},{"source":128,"target":126},{"source":128,"target":177},{"source":128,"target":727},{"source":177,"target":5},{"source":177,"target":728},{"source":177,"target":128},{"source":177,"target":173},{"source":728,"target":5},{"source":727,"target":126},{"source":129,"target":0},{"source":129,"target":94},{"source":129,"target":5},{"source":129,"target":729},{"source":129,"target":535},{"source":129,"target":730},{"source":129,"target":731},{"source":129,"target":732},{"source":729,"target":733},{"source":729,"target":129},{"source":535,"target":68},{"source":535,"target":734},{"source":535,"target":129},{"source":535,"target":520},{"source":734,"target":68},{"source":730,"target":6},{"source":730,"target":735},{"source":730,"target":129},{"source":735,"target":6},{"source":731,"target":94},{"source":732,"target":5},{"source":130,"target":0},{"source":130,"target":736},{"source":130,"target":737},{"source":130,"target":738},{"source":130,"target":739},{"source":736,"target":130},{"source":737,"target":130},{"source":738,"target":130},{"source":739,"target":130},{"source":131,"target":0},{"source":131,"target":107},{"source":131,"target":740},{"source":131,"target":741},{"source":131,"target":742},{"source":740,"target":743},{"source":740,"target":131},{"source":741,"target":108},{"source":741,"target":744},{"source":741,"target":131},{"source":744,"target":108},{"source":742,"target":107},{"source":132,"target":0},{"source":132,"target":94},{"source":132,"target":745},{"source":132,"target":746},{"source":132,"target":747},{"source":745,"target":43},{"source":745,"target":748},{"source":745,"target":132},{"source":748,"target":43},{"source":746,"target":94},{"source":746,"target":749},{"source":746,"target":132},{"source":749,"target":94},{"source":747,"target":94}],"multigraph":true}
ecore
webapp
repo-ecore-all/data/biennl/projectcar/ProjectCAR/model/WebApp.ecore
webapp Page name title default FormPage successTarget errorTarget controls persist NormalPage controls Control id name Label Link destination TextBox text maxLength size required DropDownList elements ListElement value RadioButton elements CheckBox text NormalControl text DynamicWebApp name pages FormButton text ResetButton NormalButton PasswordBox EmailBox DateBox format DateFormat DayMonthYear ddmmyyyy YearMonthDay yyyymmdd SubmitButton
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="webapp" nsURI="http://webapp/1.0" nsPrefix="webapp"> <eClassifiers xsi:type="ecore:EClass" name="Page" 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="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormPage" eSuperTypes="#//Page"> <eStructuralFeatures xsi:type="ecore:EReference" name="successTarget" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EReference" name="errorTarget" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controls" lowerBound="1" upperBound="-1" eType="#//Control" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="persist" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NormalPage" eSuperTypes="#//Page"> <eStructuralFeatures xsi:type="ecore:EReference" name="controls" upperBound="-1" eType="#//NormalControl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Control" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//Control #//NormalControl"/> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//Control #//NormalControl"> <eStructuralFeatures xsi:type="ecore:EReference" name="destination" lowerBound="1" eType="#//Page"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextBox" eSuperTypes="#//Control"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxLength" 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="required" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DropDownList" eSuperTypes="#//Control"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//ListElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListElement"> <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="RadioButton" eSuperTypes="#//Control"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="2" upperBound="-1" eType="#//ListElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckBox" eSuperTypes="#//Control"> <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="NormalControl" abstract="true" eSuperTypes="#//Control"> <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="DynamicWebApp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" lowerBound="1" upperBound="-1" eType="#//Page" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormButton" abstract="true" eSuperTypes="#//Control"> <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="ResetButton" eSuperTypes="#//FormButton"/> <eClassifiers xsi:type="ecore:EClass" name="NormalButton" eSuperTypes="#//NormalControl"/> <eClassifiers xsi:type="ecore:EClass" name="PasswordBox" eSuperTypes="#//TextBox"/> <eClassifiers xsi:type="ecore:EClass" name="EmailBox" eSuperTypes="#//TextBox"/> <eClassifiers xsi:type="ecore:EClass" name="DateBox" eSuperTypes="#//TextBox"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="#//DateFormat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DateFormat"> <eLiterals name="DayMonthYear" literal="ddmmyyyy"/> <eLiterals name="YearMonthDay" value="1" literal="yyyymmdd"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubmitButton" eSuperTypes="#//FormButton"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"webapp","nsURI":"http://webapp/1.0","name":"webapp","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormPage","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalPage","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Control","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextBox","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropDownList","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListElement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RadioButton","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckBox","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalControl","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicWebApp","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormButton","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResetButton","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalButton","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PasswordBox","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmailBox","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateBox","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DateFormat","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubmitButton","instanceClass":null,"abstract":false,"id":21,"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":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":"title","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"successTarget","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":"errorTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"controls","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"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":"persist","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"name","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":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":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxLength","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":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":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":2,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"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":"pages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","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,"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":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"name":"DayMonthYear","id":87,"value":0,"literal":"ddmmyyyy","eClass":"EEnumLiteral"},{"name":"YearMonthDay","id":88,"value":1,"literal":"yyyymmdd","eClass":"EEnumLiteral"},{"id":89,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":22,"target":25},{"source":22,"target":1},{"source":23,"target":26},{"source":23,"target":1},{"source":24,"target":27},{"source":24,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":28,"target":1},{"source":28,"target":33},{"source":28,"target":2},{"source":33,"target":1},{"source":29,"target":1},{"source":29,"target":34},{"source":29,"target":2},{"source":34,"target":1},{"source":30,"target":4},{"source":30,"target":35},{"source":30,"target":2},{"source":35,"target":4},{"source":31,"target":36},{"source":31,"target":2},{"source":32,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":37},{"source":3,"target":38},{"source":37,"target":12},{"source":37,"target":39},{"source":37,"target":3},{"source":39,"target":12},{"source":38,"target":1},{"source":4,"target":0},{"source":4,"target":40},{"source":4,"target":41},{"source":40,"target":42},{"source":40,"target":4},{"source":41,"target":43},{"source":41,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":12},{"source":5,"target":44},{"source":5,"target":45},{"source":44,"target":4},{"source":45,"target":12},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":12},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":46,"target":1},{"source":46,"target":49},{"source":46,"target":6},{"source":49,"target":1},{"source":47,"target":4},{"source":48,"target":12},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":50,"target":55},{"source":50,"target":7},{"source":51,"target":56},{"source":51,"target":7},{"source":52,"target":57},{"source":52,"target":7},{"source":53,"target":58},{"source":53,"target":7},{"source":54,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":59},{"source":8,"target":60},{"source":59,"target":9},{"source":59,"target":61},{"source":59,"target":8},{"source":61,"target":9},{"source":60,"target":4},{"source":9,"target":0},{"source":9,"target":62},{"source":62,"target":63},{"source":62,"target":9},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":64},{"source":10,"target":65},{"source":64,"target":9},{"source":64,"target":66},{"source":64,"target":10},{"source":66,"target":9},{"source":65,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":67},{"source":11,"target":68},{"source":67,"target":69},{"source":67,"target":11},{"source":68,"target":4},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":70},{"source":12,"target":71},{"source":70,"target":72},{"source":70,"target":12},{"source":71,"target":4},{"source":13,"target":0},{"source":13,"target":73},{"source":13,"target":74},{"source":73,"target":75},{"source":73,"target":13},{"source":74,"target":1},{"source":74,"target":76},{"source":74,"target":13},{"source":76,"target":1},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":77},{"source":14,"target":78},{"source":77,"target":79},{"source":77,"target":14},{"source":78,"target":4},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":80},{"source":80,"target":14},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":81},{"source":81,"target":12},{"source":17,"target":0},{"source":17,"target":7},{"source":17,"target":82},{"source":82,"target":7},{"source":18,"target":0},{"source":18,"target":7},{"source":18,"target":83},{"source":83,"target":7},{"source":19,"target":0},{"source":19,"target":7},{"source":19,"target":84},{"source":19,"target":85},{"source":84,"target":20},{"source":84,"target":86},{"source":84,"target":19},{"source":86,"target":20},{"source":85,"target":7},{"source":20,"target":0},{"source":20,"target":87},{"source":20,"target":88},{"source":87,"target":20},{"source":88,"target":20},{"source":21,"target":0},{"source":21,"target":14},{"source":21,"target":89},{"source":89,"target":14}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/qvt/qvtr2coq/edu.kit.ipd.sdq.mdsd.qvtrelation2coq/model/UML.ecore
UML Package name classifier association Class kind attribute general subclass sourceOf destinationOf Attribute name owner type Classifier name typeOf namespace PrimitiveDataType Association name namespace source destination
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML" nsURI="http://www.eclipse.org/mmt/qvtd/UmlToRdbms#UML" nsPrefix="org.eclipse.mmt.qvtd.UmlToRdbms"> <eClassifiers xsi:type="ecore:EClass" name="Package"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" upperBound="-1" eType="#//Classifier" containment="true" eOpposite="#//Classifier/namespace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="association" upperBound="-1" eType="#//Association" containment="true" eOpposite="#//Association/namespace"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true" eOpposite="#//Attribute/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="general" eType="#//Class" eOpposite="#//Class/subclass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subclass" upperBound="-1" eType="#//Class" eOpposite="#//Class/general"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceOf" upperBound="-1" eType="#//Association" eOpposite="#//Association/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destinationOf" upperBound="-1" eType="#//Association" eOpposite="#//Association/destination"/> </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="owner" lowerBound="1" eType="#//Class" eOpposite="#//Class/attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/typeOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeOf" upperBound="-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="PrimitiveDataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="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="namespace" lowerBound="1" eType="#//Package" eOpposite="#//Package/association"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Class" eOpposite="#//Class/sourceOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destination" lowerBound="1" eType="#//Class" eOpposite="#//Class/destinationOf"/> </eClassifiers> <!--eClassifiers xsi:type="ecore:EClass" name="dummy"> <eStructuralFeatures xsi:type="ecore:EReference" name="containsPackage" upperBound="-1" eType="#//Package" containment="true"/> </eClassifiers--> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.mmt.qvtd.UmlToRdbms","nsURI":"http://www.eclipse.org/mmt/qvtd/UmlToRdbms#UML","name":"UML","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveDataType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":6,"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":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":"classifier","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":"association","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":"kind","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","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":"general","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destinationOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"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},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":4},{"source":8,"target":11},{"source":8,"target":1},{"source":8,"target":12},{"source":11,"target":4},{"source":9,"target":6},{"source":9,"target":13},{"source":9,"target":1},{"source":9,"target":14},{"source":13,"target":6},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":15,"target":22},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":23},{"source":16,"target":2},{"source":16,"target":24},{"source":23,"target":3},{"source":17,"target":2},{"source":17,"target":25},{"source":17,"target":2},{"source":17,"target":18},{"source":25,"target":2},{"source":18,"target":2},{"source":18,"target":26},{"source":18,"target":2},{"source":18,"target":17},{"source":26,"target":2},{"source":19,"target":6},{"source":19,"target":27},{"source":19,"target":2},{"source":19,"target":28},{"source":27,"target":6},{"source":20,"target":6},{"source":20,"target":29},{"source":20,"target":2},{"source":20,"target":30},{"source":29,"target":6},{"source":21,"target":4},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":24},{"source":3,"target":32},{"source":31,"target":33},{"source":31,"target":3},{"source":24,"target":2},{"source":24,"target":34},{"source":24,"target":3},{"source":24,"target":16},{"source":34,"target":2},{"source":32,"target":4},{"source":32,"target":35},{"source":32,"target":3},{"source":32,"target":36},{"source":35,"target":4},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":36},{"source":4,"target":12},{"source":37,"target":38},{"source":37,"target":4},{"source":36,"target":3},{"source":36,"target":39},{"source":36,"target":4},{"source":36,"target":32},{"source":39,"target":3},{"source":12,"target":1},{"source":12,"target":40},{"source":12,"target":4},{"source":12,"target":8},{"source":40,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":41},{"source":41,"target":4},{"source":6,"target":0},{"source":6,"target":42},{"source":6,"target":14},{"source":6,"target":28},{"source":6,"target":30},{"source":42,"target":43},{"source":42,"target":6},{"source":14,"target":1},{"source":14,"target":44},{"source":14,"target":6},{"source":14,"target":9},{"source":44,"target":1},{"source":28,"target":2},{"source":28,"target":45},{"source":28,"target":6},{"source":28,"target":19},{"source":45,"target":2},{"source":30,"target":2},{"source":30,"target":46},{"source":30,"target":6},{"source":30,"target":20},{"source":46,"target":2}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2WithIDInsER2MOFspecializedAssociationsHasSameNumberOfEnds.ecore
UML2WithID Property CommunicationPath StructuredClassifier DeploymentSpecification Interface Component Extension Stereotype ParameterableClassifier Interaction AssociationClass BehavioredClassifier Artifact Port Behavior Device TemplateableClassifier Generalization general PrimitiveType ProtocolStateMachine Collaboration EncapsulatedClassifier DataType ExtensionEnd Enumeration Activity InformationItem Node Association memberEnd Actor ExecutionEnvironment Class Classifier generalization StateMachine Signal UseCase Element ID
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2WithID" nsURI="http:///UML2WithID.ecore" nsPrefix="UML2WithID"> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" abstract="true" eSuperTypes="#//Classifier #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" abstract="true" eSuperTypes="#//Classifier #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" abstract="true" eSuperTypes="#//Classifier #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" abstract="true" eSuperTypes="#//Class #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" abstract="true" eSuperTypes="#//Classifier #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" abstract="true" eSuperTypes="#//StructuredClassifier #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="memberEnd" lowerBound="2" upperBound="-1" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2WithID","nsURI":"http:///UML2WithID.ecore","name":"UML2WithID","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"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":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","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"},{"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"},{"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":"memberEnd","changeable":true,"resolveProxies":true,"lowerBound":2,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":1,"target":0},{"source":1,"target":37},{"source":1,"target":38},{"source":38,"target":37},{"source":2,"target":0},{"source":2,"target":29},{"source":2,"target":37},{"source":2,"target":39},{"source":2,"target":40},{"source":39,"target":29},{"source":40,"target":37},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":37},{"source":3,"target":41},{"source":3,"target":42},{"source":41,"target":33},{"source":42,"target":37},{"source":4,"target":0},{"source":4,"target":13},{"source":4,"target":37},{"source":4,"target":43},{"source":4,"target":44},{"source":43,"target":13},{"source":44,"target":37},{"source":5,"target":0},{"source":5,"target":33},{"source":5,"target":37},{"source":5,"target":45},{"source":5,"target":46},{"source":45,"target":33},{"source":46,"target":37},{"source":6,"target":0},{"source":6,"target":32},{"source":6,"target":37},{"source":6,"target":47},{"source":6,"target":48},{"source":47,"target":32},{"source":48,"target":37},{"source":7,"target":0},{"source":7,"target":29},{"source":7,"target":37},{"source":7,"target":49},{"source":7,"target":50},{"source":49,"target":29},{"source":50,"target":37},{"source":8,"target":0},{"source":8,"target":32},{"source":8,"target":37},{"source":8,"target":51},{"source":8,"target":52},{"source":51,"target":32},{"source":52,"target":37},{"source":9,"target":0},{"source":9,"target":33},{"source":9,"target":37},{"source":9,"target":53},{"source":9,"target":54},{"source":53,"target":33},{"source":54,"target":37},{"source":10,"target":0},{"source":10,"target":15},{"source":10,"target":37},{"source":10,"target":55},{"source":10,"target":56},{"source":55,"target":15},{"source":56,"target":37},{"source":11,"target":0},{"source":11,"target":32},{"source":11,"target":29},{"source":11,"target":37},{"source":11,"target":57},{"source":11,"target":58},{"source":11,"target":59},{"source":57,"target":32},{"source":58,"target":29},{"source":59,"target":37},{"source":12,"target":0},{"source":12,"target":33},{"source":12,"target":37},{"source":12,"target":60},{"source":12,"target":61},{"source":60,"target":33},{"source":61,"target":37},{"source":13,"target":0},{"source":13,"target":33},{"source":13,"target":37},{"source":13,"target":62},{"source":13,"target":63},{"source":62,"target":33},{"source":63,"target":37},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":37},{"source":14,"target":64},{"source":14,"target":65},{"source":64,"target":1},{"source":65,"target":37},{"source":15,"target":0},{"source":15,"target":32},{"source":15,"target":37},{"source":15,"target":66},{"source":15,"target":67},{"source":66,"target":32},{"source":67,"target":37},{"source":16,"target":0},{"source":16,"target":28},{"source":16,"target":37},{"source":16,"target":68},{"source":16,"target":69},{"source":68,"target":28},{"source":69,"target":37},{"source":17,"target":0},{"source":17,"target":33},{"source":17,"target":37},{"source":17,"target":70},{"source":17,"target":71},{"source":70,"target":33},{"source":71,"target":37},{"source":18,"target":0},{"source":18,"target":37},{"source":18,"target":72},{"source":18,"target":73},{"source":72,"target":33},{"source":72,"target":74},{"source":72,"target":18},{"source":74,"target":33},{"source":73,"target":37},{"source":19,"target":0},{"source":19,"target":23},{"source":19,"target":37},{"source":19,"target":75},{"source":19,"target":76},{"source":75,"target":23},{"source":76,"target":37},{"source":20,"target":0},{"source":20,"target":34},{"source":20,"target":37},{"source":20,"target":77},{"source":20,"target":78},{"source":77,"target":34},{"source":78,"target":37},{"source":21,"target":0},{"source":21,"target":12},{"source":21,"target":3},{"source":21,"target":37},{"source":21,"target":79},{"source":21,"target":80},{"source":21,"target":81},{"source":79,"target":12},{"source":80,"target":3},{"source":81,"target":37},{"source":22,"target":0},{"source":22,"target":3},{"source":22,"target":37},{"source":22,"target":82},{"source":22,"target":83},{"source":82,"target":3},{"source":83,"target":37},{"source":23,"target":0},{"source":23,"target":33},{"source":23,"target":37},{"source":23,"target":84},{"source":23,"target":85},{"source":84,"target":33},{"source":85,"target":37},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":37},{"source":24,"target":86},{"source":24,"target":87},{"source":86,"target":1},{"source":87,"target":37},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":37},{"source":25,"target":88},{"source":25,"target":89},{"source":88,"target":23},{"source":89,"target":37},{"source":26,"target":0},{"source":26,"target":15},{"source":26,"target":37},{"source":26,"target":90},{"source":26,"target":91},{"source":90,"target":15},{"source":91,"target":37},{"source":27,"target":0},{"source":27,"target":33},{"source":27,"target":37},{"source":27,"target":92},{"source":27,"target":93},{"source":92,"target":33},{"source":93,"target":37},{"source":28,"target":0},{"source":28,"target":32},{"source":28,"target":37},{"source":28,"target":94},{"source":28,"target":95},{"source":94,"target":32},{"source":95,"target":37},{"source":29,"target":0},{"source":29,"target":33},{"source":29,"target":37},{"source":29,"target":96},{"source":29,"target":97},{"source":29,"target":98},{"source":96,"target":1},{"source":96,"target":99},{"source":96,"target":29},{"source":99,"target":1},{"source":97,"target":33},{"source":98,"target":37},{"source":30,"target":0},{"source":30,"target":33},{"source":30,"target":37},{"source":30,"target":100},{"source":30,"target":101},{"source":100,"target":33},{"source":101,"target":37},{"source":31,"target":0},{"source":31,"target":28},{"source":31,"target":37},{"source":31,"target":102},{"source":31,"target":103},{"source":102,"target":28},{"source":103,"target":37},{"source":32,"target":0},{"source":32,"target":12},{"source":32,"target":22},{"source":32,"target":37},{"source":32,"target":104},{"source":32,"target":105},{"source":32,"target":106},{"source":104,"target":12},{"source":105,"target":22},{"source":106,"target":37},{"source":33,"target":0},{"source":33,"target":37},{"source":33,"target":107},{"source":33,"target":108},{"source":107,"target":18},{"source":107,"target":109},{"source":107,"target":33},{"source":109,"target":18},{"source":108,"target":37},{"source":34,"target":0},{"source":34,"target":15},{"source":34,"target":37},{"source":34,"target":110},{"source":34,"target":111},{"source":110,"target":15},{"source":111,"target":37},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":37},{"source":35,"target":112},{"source":35,"target":113},{"source":112,"target":33},{"source":113,"target":37},{"source":36,"target":0},{"source":36,"target":12},{"source":36,"target":37},{"source":36,"target":114},{"source":36,"target":115},{"source":114,"target":12},{"source":115,"target":37},{"source":37,"target":0},{"source":37,"target":116},{"source":116,"target":117},{"source":116,"target":37}],"multigraph":true}
ecore
trace
repo-ecore-all/data/KybeleResearch/i-trace/iTrace/model/iTrace.ecore
iTrace iTraceModel traceLinks artefacts version projectName specificFeatures TraceLink createdOn 2011-09-01 type fromFileName comment sourceElements iTraceModel createdBy mode technicalBinding ruleName TraceLinkElement ref model name type object M2MLink targetElements M2TLink targetBlocks Artefact aspect iTraceModel name abstractionLevel path Code blocks Block blockNumber startLine endLine startColumn endColumn code traceLink Model getModelType elements metamodel SourceElement traceLink TargetElement traceLink AbstractionLevel UNSPECIFIED UNSPECIFIED CIM CIM PIM PIM PSM PSM PDM PDM CODE CODE ANNOTATION ANNOTATION Aspect Unspecified Unspecified Architecture Architecture Behaviour Behaviour Content Content Interface Interface Quality Quality Semantics Semantics Mode Manual Manual Automatic Automatic Type Transformation Transformation Annotation Annotation Feature attribute value specificFeature SpecificFeature features groupName iTraceModel ModelType Source Source Target Target Both Both None None
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="iTrace" nsURI="org.eclipse.kybele.iTrace" nsPrefix="iTrace"> <eClassifiers xsi:type="ecore:EClass" name="iTraceModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="traceLinks" lowerBound="1" upperBound="-1" eType="#//TraceLink" containment="true" eOpposite="#//TraceLink/iTraceModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="artefacts" lowerBound="1" upperBound="-1" eType="#//Artefact" containment="true" eOpposite="#//Artefact/iTraceModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specificFeatures" eType="#//SpecificFeature" containment="true" eOpposite="#//SpecificFeature/iTraceModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceLink" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdOn" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="2011-09-01"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fromFileName" 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="sourceElements" upperBound="-1" eType="#//SourceElement" containment="true" eOpposite="#//SourceElement/traceLink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iTraceModel" lowerBound="1" eType="#//iTraceModel" eOpposite="#//iTraceModel/traceLinks"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" lowerBound="1" eType="#//Mode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="technicalBinding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceLinkElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//Model" eOpposite="#//Model/elements"/> <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:EReference" name="object" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="M2MLink" eSuperTypes="#//TraceLink"> <eStructuralFeatures xsi:type="ecore:EReference" name="targetElements" upperBound="-1" eType="#//TargetElement" containment="true" eOpposite="#//TargetElement/traceLink"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="M2TLink" eSuperTypes="#//TraceLink"> <eStructuralFeatures xsi:type="ecore:EReference" name="targetBlocks" upperBound="-1" eType="#//Block" containment="true" eOpposite="#//Block/traceLink"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Artefact" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aspect" lowerBound="1" eType="#//Aspect"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iTraceModel" lowerBound="1" eType="#//iTraceModel" eOpposite="#//iTraceModel/artefacts"/> <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="abstractionLevel" lowerBound="1" eType="#//AbstractionLevel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Code" eSuperTypes="#//Artefact"> <eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1" eType="#//Block" eOpposite="#//Block/code"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blockNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startLine" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endLine" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startColumn" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endColumn" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="code" lowerBound="1" eType="#//Code" eOpposite="#//Code/blocks"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traceLink" lowerBound="1" eType="#//M2TLink" eOpposite="#//M2TLink/targetBlocks"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Artefact"> <eOperations name="getModelType" eType="#//ModelType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//TraceLinkElement" eOpposite="#//TraceLinkElement/model"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodel" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceElement" eSuperTypes="#//TraceLinkElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="traceLink" lowerBound="1" eType="#//TraceLink" eOpposite="#//TraceLink/sourceElements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TargetElement" eSuperTypes="#//TraceLinkElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="traceLink" lowerBound="1" eType="#//M2MLink" eOpposite="#//M2MLink/targetElements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AbstractionLevel"> <eLiterals name="UNSPECIFIED"/> <eLiterals name="CIM" value="1"/> <eLiterals name="PIM" value="2"/> <eLiterals name="PSM" value="3"/> <eLiterals name="PDM" value="4"/> <eLiterals name="CODE" value="5"/> <eLiterals name="ANNOTATION" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Aspect"> <eLiterals name="Unspecified" literal="Unspecified"/> <eLiterals name="Architecture" value="1"/> <eLiterals name="Behaviour" value="2"/> <eLiterals name="Content" value="3"/> <eLiterals name="Interface" value="4"/> <eLiterals name="Quality" value="4"/> <eLiterals name="Semantics" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Mode"> <eLiterals name="Manual" value="1"/> <eLiterals name="Automatic"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Type"> <eLiterals name="Transformation"/> <eLiterals name="Annotation" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" 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="specificFeature" lowerBound="1" eType="#//SpecificFeature" eOpposite="#//SpecificFeature/features"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecificFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="features" lowerBound="1" upperBound="-1" eType="#//Feature" containment="true" eOpposite="#//Feature/specificFeature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iTraceModel" lowerBound="1" eType="#//iTraceModel" eOpposite="#//iTraceModel/specificFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ModelType"> <eLiterals name="Source"/> <eLiterals name="Target" value="1"/> <eLiterals name="Both" value="2"/> <eLiterals name="None" value="3"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"iTrace","nsURI":"org.eclipse.kybele.iTrace","name":"iTrace","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"iTraceModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceLink","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceLinkElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"M2MLink","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"M2TLink","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artefact","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Code","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceElement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetElement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AbstractionLevel","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Aspect","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificFeature","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"id":18,"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":"traceLinks","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"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":"artefacts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectName","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specificFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"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":"iTraceModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"iTraceModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"iTraceModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"2011-09-01","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"2011-09-01","unsettable":false,"transient":false,"unique":true,"name":"createdOn","changeable":true,"lowerBound":1,"iD":false,"id":32,"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":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":"fromFileName","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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceElements","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":"createdBy","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":1,"iD":false,"id":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":"technicalBinding","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ruleName","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"traceLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"lowerBound":1,"iD":false,"id":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":"model","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":"name","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":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":59,"derived":false},{"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":"targetElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"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":"traceLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"traceLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aspect","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstractionLevel","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"blocks","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":"code","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"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":"blockNumber","changeable":true,"lowerBound":1,"iD":false,"id":84,"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":"startLine","changeable":true,"lowerBound":1,"iD":false,"id":85,"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":"endLine","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startColumn","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endColumn","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getModelType","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"name":"UNSPECIFIED","id":106,"value":0,"literal":"UNSPECIFIED","eClass":"EEnumLiteral"},{"name":"CIM","id":107,"value":1,"literal":"CIM","eClass":"EEnumLiteral"},{"name":"PIM","id":108,"value":2,"literal":"PIM","eClass":"EEnumLiteral"},{"name":"PSM","id":109,"value":3,"literal":"PSM","eClass":"EEnumLiteral"},{"name":"PDM","id":110,"value":4,"literal":"PDM","eClass":"EEnumLiteral"},{"name":"CODE","id":111,"value":5,"literal":"CODE","eClass":"EEnumLiteral"},{"name":"ANNOTATION","id":112,"value":6,"literal":"ANNOTATION","eClass":"EEnumLiteral"},{"name":"Unspecified","id":113,"value":0,"literal":"Unspecified","eClass":"EEnumLiteral"},{"name":"Architecture","id":114,"value":1,"literal":"Architecture","eClass":"EEnumLiteral"},{"name":"Behaviour","id":115,"value":2,"literal":"Behaviour","eClass":"EEnumLiteral"},{"name":"Content","id":116,"value":3,"literal":"Content","eClass":"EEnumLiteral"},{"name":"Interface","id":117,"value":4,"literal":"Interface","eClass":"EEnumLiteral"},{"name":"Quality","id":118,"value":4,"literal":"Quality","eClass":"EEnumLiteral"},{"name":"Semantics","id":119,"value":6,"literal":"Semantics","eClass":"EEnumLiteral"},{"name":"Manual","id":120,"value":1,"literal":"Manual","eClass":"EEnumLiteral"},{"name":"Automatic","id":121,"value":0,"literal":"Automatic","eClass":"EEnumLiteral"},{"name":"Transformation","id":122,"value":0,"literal":"Transformation","eClass":"EEnumLiteral"},{"name":"Annotation","id":123,"value":1,"literal":"Annotation","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":"attribute","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":"value","changeable":true,"lowerBound":0,"iD":false,"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":false,"unique":true,"name":"specificFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","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":"groupName","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"name":"Source","id":135,"value":0,"literal":"Source","eClass":"EEnumLiteral"},{"name":"Target","id":136,"value":1,"literal":"Target","eClass":"EEnumLiteral"},{"name":"Both","id":137,"value":2,"literal":"Both","eClass":"EEnumLiteral"},{"name":"None","id":138,"value":3,"literal":"None","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":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":19,"target":2},{"source":19,"target":24},{"source":19,"target":1},{"source":19,"target":25},{"source":24,"target":2},{"source":20,"target":6},{"source":20,"target":26},{"source":20,"target":1},{"source":20,"target":27},{"source":26,"target":6},{"source":21,"target":28},{"source":21,"target":1},{"source":22,"target":29},{"source":22,"target":1},{"source":23,"target":17},{"source":23,"target":30},{"source":23,"target":1},{"source":23,"target":31},{"source":30,"target":17},{"source":2,"target":0},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":25},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":32,"target":41},{"source":32,"target":2},{"source":33,"target":15},{"source":33,"target":42},{"source":33,"target":2},{"source":42,"target":15},{"source":34,"target":43},{"source":34,"target":2},{"source":35,"target":44},{"source":35,"target":2},{"source":36,"target":10},{"source":36,"target":45},{"source":36,"target":2},{"source":36,"target":46},{"source":45,"target":10},{"source":25,"target":1},{"source":25,"target":47},{"source":25,"target":2},{"source":25,"target":19},{"source":47,"target":1},{"source":37,"target":48},{"source":37,"target":2},{"source":38,"target":14},{"source":38,"target":49},{"source":38,"target":2},{"source":49,"target":14},{"source":39,"target":50},{"source":39,"target":2},{"source":40,"target":51},{"source":40,"target":2},{"source":3,"target":0},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":52,"target":57},{"source":52,"target":3},{"source":53,"target":9},{"source":53,"target":58},{"source":53,"target":3},{"source":53,"target":59},{"source":58,"target":9},{"source":54,"target":60},{"source":54,"target":3},{"source":55,"target":61},{"source":55,"target":3},{"source":56,"target":62},{"source":56,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":63},{"source":4,"target":64},{"source":63,"target":11},{"source":63,"target":65},{"source":63,"target":4},{"source":63,"target":66},{"source":65,"target":11},{"source":64,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":67},{"source":5,"target":68},{"source":67,"target":8},{"source":67,"target":69},{"source":67,"target":5},{"source":67,"target":70},{"source":69,"target":8},{"source":68,"target":2},{"source":6,"target":0},{"source":6,"target":71},{"source":6,"target":27},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":71,"target":13},{"source":71,"target":75},{"source":71,"target":6},{"source":75,"target":13},{"source":27,"target":1},{"source":27,"target":76},{"source":27,"target":6},{"source":27,"target":20},{"source":76,"target":1},{"source":72,"target":77},{"source":72,"target":6},{"source":73,"target":12},{"source":73,"target":78},{"source":73,"target":6},{"source":78,"target":12},{"source":74,"target":79},{"source":74,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":80},{"source":7,"target":81},{"source":80,"target":8},{"source":80,"target":82},{"source":80,"target":7},{"source":80,"target":83},{"source":82,"target":8},{"source":81,"target":6},{"source":8,"target":0},{"source":8,"target":84},{"source":8,"target":85},{"source":8,"target":86},{"source":8,"target":87},{"source":8,"target":88},{"source":8,"target":83},{"source":8,"target":70},{"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":87,"target":92},{"source":87,"target":8},{"source":88,"target":93},{"source":88,"target":8},{"source":83,"target":7},{"source":83,"target":94},{"source":83,"target":8},{"source":83,"target":80},{"source":94,"target":7},{"source":70,"target":5},{"source":70,"target":95},{"source":70,"target":8},{"source":70,"target":67},{"source":95,"target":5},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":96},{"source":9,"target":59},{"source":9,"target":97},{"source":9,"target":98},{"source":96,"target":18},{"source":96,"target":99},{"source":96,"target":9},{"source":99,"target":18},{"source":59,"target":3},{"source":59,"target":100},{"source":59,"target":9},{"source":59,"target":53},{"source":100,"target":3},{"source":97,"target":101},{"source":97,"target":9},{"source":98,"target":6},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":46},{"source":10,"target":102},{"source":46,"target":2},{"source":46,"target":103},{"source":46,"target":10},{"source":46,"target":36},{"source":103,"target":2},{"source":102,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":66},{"source":11,"target":104},{"source":66,"target":4},{"source":66,"target":105},{"source":66,"target":11},{"source":66,"target":63},{"source":105,"target":4},{"source":104,"target":3},{"source":12,"target":0},{"source":12,"target":106},{"source":12,"target":107},{"source":12,"target":108},{"source":12,"target":109},{"source":12,"target":110},{"source":12,"target":111},{"source":12,"target":112},{"source":106,"target":12},{"source":107,"target":12},{"source":108,"target":12},{"source":109,"target":12},{"source":110,"target":12},{"source":111,"target":12},{"source":112,"target":12},{"source":13,"target":0},{"source":13,"target":113},{"source":13,"target":114},{"source":13,"target":115},{"source":13,"target":116},{"source":13,"target":117},{"source":13,"target":118},{"source":13,"target":119},{"source":113,"target":13},{"source":114,"target":13},{"source":115,"target":13},{"source":116,"target":13},{"source":117,"target":13},{"source":118,"target":13},{"source":119,"target":13},{"source":14,"target":0},{"source":14,"target":120},{"source":14,"target":121},{"source":120,"target":14},{"source":121,"target":14},{"source":15,"target":0},{"source":15,"target":122},{"source":15,"target":123},{"source":122,"target":15},{"source":123,"target":15},{"source":16,"target":0},{"source":16,"target":124},{"source":16,"target":125},{"source":16,"target":126},{"source":124,"target":127},{"source":124,"target":16},{"source":125,"target":128},{"source":125,"target":16},{"source":126,"target":17},{"source":126,"target":129},{"source":126,"target":16},{"source":126,"target":130},{"source":129,"target":17},{"source":17,"target":0},{"source":17,"target":130},{"source":17,"target":131},{"source":17,"target":31},{"source":130,"target":16},{"source":130,"target":132},{"source":130,"target":17},{"source":130,"target":126},{"source":132,"target":16},{"source":131,"target":133},{"source":131,"target":17},{"source":31,"target":1},{"source":31,"target":134},{"source":31,"target":17},{"source":31,"target":23},{"source":134,"target":1},{"source":18,"target":0},{"source":18,"target":135},{"source":18,"target":136},{"source":18,"target":137},{"source":18,"target":138},{"source":135,"target":18},{"source":136,"target":18},{"source":137,"target":18},{"source":138,"target":18}],"multigraph":true}
ecore
library
repo-ecore-all/data/MDE4CPP/MDE4CPP/src/examples/ecoreExamples/ecoreModelExample/model/libraryModel_ecore.ecore
libraryModel_ecore Book authors library pictures Author library LibraryModel printLibrary book authors NamedElement Name Picture book pageNumber
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="libraryModel_ecore" nsURI="http://www.example.org/libraryModel_ecore" nsPrefix="libraryModel_ecore"> <eAnnotations source="prepareApplication"> <details key="sourceCodeMain" value="&#x9;// Create new Library Model instance&#xA; std::shared_ptr&lt;LibraryModel> lm = factory->createLibraryModel();&#xA;&#xA; std::shared_ptr&lt;Book> bookMag = factory->createBook_in_Library(lm);&#xA; bookMag->setName(&quot;Magritte&quot;);&#xA;&#xA; std::shared_ptr&lt;Author> author = factory->createAuthor_in_Library(lm);&#xA; author->setName(&quot;David Sylvester&quot;);&#xA; bookMag->getAuthors()->add(author);&#xA;&#xA; std::shared_ptr&lt;Picture> picture = factory->createPicture_in_Book(bookMag);&#xA; picture->setName(&quot;Der Verrat der Binder (La trahison des images), 1929: l, 60x82 cm&quot;);&#xA; picture->setPageNumber(212);&#xA;&#xA; lm->printLibrary();&#xA;&#xA; std::cout &lt;&lt; &quot;--------------------------&quot; &lt;&lt; std::endl;&#xA;&#x9;std::cout &lt;&lt; &quot;build model in generic way&quot; &lt;&lt; std::endl;&#xA;&#xA;&#xA;&#x9;// can be used, if external (model independent) library can be specified inside the ecore model&#xA;&#x9;//&#x9;std::shared_ptr&lt;PluginFramework> pfw = PluginFramework::eInstance();&#xA;&#x9;//&#x9;std::shared_ptr&lt;MDE4CPPPlugin> plugin = pfw->findPluginByName(&quot;libraryModel_ecore&quot;);&#xA;&#xA;&#x9;std::shared_ptr&lt;MDE4CPPPlugin> plugin = LibraryModel_ecorePlugin::eInstance();&#xA;&#xA;&#xA;&#x9;if (!plugin)&#xA;&#x9;{&#xA;&#x9;&#x9;std::cout &lt;&lt; &quot;plugin not found&quot; &lt;&lt; std::endl;&#xA;&#x9;}&#xA;&#x9;else&#xA;&#x9;{&#xA;&#x9;&#x9;std::cout &lt;&lt; &quot;generic model ...&quot; &lt;&lt; std::endl;&#xA;&#xA;&#x9;&#x9;std::shared_ptr&lt;ecore::EObject> xlm = plugin->create(&quot;LibraryModel&quot;);&#xA;&#x9;&#x9;std::shared_ptr&lt;ecore::EObject> xbook = plugin->create(&quot;Book&quot;, xlm, package->LIBRARYMODEL_ATTRIBUTE_BOOK);&#xA;&#xA;&#x9;&#x9;std::string bookname = &quot;Magritte&quot;;&#xA;&#x9;&#x9;xbook->eSet(package->getNamedElement_Attribute_name(), eAny(bookname));&#xA;&#xA;&#x9;&#x9;std::shared_ptr&lt;ecore::EObject> xauthor = plugin->create(&quot;Author&quot;, xlm, package->LIBRARYMODEL_ATTRIBUTE_AUTHORS);&#xA;&#x9;&#x9;std::string authorname = &quot;David Sylvester&quot;;&#xA;&#x9;&#x9;xauthor->eSet(package->getNamedElement_Attribute_name(), eAny(authorname));&#xA;&#xA;&#x9;&#x9;Any anyxbookauthors = xbook->eGet(package->getBook_Attribute_authors());&#xA;&#x9;&#x9;std::shared_ptr&lt;Bag&lt;ecore::EObject>> bookauthors = anyxbookauthors->get&lt;std::shared_ptr&lt;Bag&lt;ecore::EObject>>>();&#xA;&#x9;&#x9;bookauthors->add(xauthor);&#xA;&#x9;&#x9;xbook->eSet(package->getBook_Attribute_authors(), eAny(bookauthors));&#xA;&#xA;&#x9;&#x9;std::shared_ptr&lt;ecore::EObject> xpicture = plugin->create(&quot;Picture&quot;, xbook, package->BOOK_ATTRIBUTE_PICTURES);&#xA;&#x9;&#x9;int xint = 212;&#xA;&#x9;&#x9;xpicture->eSet(package->getPicture_Attribute_pageNumber(), eAny(xint));&#xA;&#x9;&#x9;std::string picname = &quot;Der Verrat der Binder (La trahison des images), 1929: l, 60x82 cm&quot;;&#xA;&#x9;&#x9;xpicture->eSet(package->getNamedElement_Attribute_name(), eAny(picname));&#xA;&#xA;&#x9;&#x9;// TODO call printLibrary by using invoce&#xA;&#x9;&#x9;auto x = std::dynamic_pointer_cast&lt;LibraryModel>(xlm);&#xA;&#x9;&#x9;x->printLibrary();&#xA;&#x9;}"/> <details key="sourceCodeIncludes" value="#include &quot;abstractDataTypes/Any.hpp&quot;&#xA;#include &quot;ecore/EAttribute.hpp&quot;&#xA;#include &quot;ecore/EReference.hpp&quot;&#xA;//#include &quot;pluginFramework/PluginFramework.hpp&quot; // can be used, if external (model independent) library can be specified inside the ecore model&#xA;#include &quot;pluginFramework/MDE4CPPPlugin.hpp&quot;&#xA;#include &quot;libraryModel_ecore/LibraryModel_ecorePlugin.hpp&quot;&#xA;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Book" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="#//Author"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" eType="#//LibraryModel" eOpposite="#//LibraryModel/book"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pictures" upperBound="-1" eType="#//Picture" containment="true" eOpposite="#//Picture/book"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Author" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="library" eType="#//LibraryModel" eOpposite="#//LibraryModel/authors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryModel"> <eAnnotations source="http://sse.tu-ilmenau.de/codegen"> <details key="includes" value="#include &quot;libraryModel_ecore/Picture.hpp&quot;"/> </eAnnotations> <eOperations name="printLibrary"> <eAnnotations source="http://sse.tu-ilmenau.de/codegen"> <details key="body" value="&#x9;std::shared_ptr&lt;Bag&lt;libraryModel_ecore::Book>> books = this->getBook();&#xA;&#xA;&#x9;for(Bag&lt;libraryModel_ecore::Book>::const_iterator it=books->begin(); it!=books->end(); it++)&#xA;&#x9;{&#xA;&#x9;&#x9;std::cout &lt;&lt; &quot;The book &quot; &lt;&lt; (*it)->getName() &lt;&lt; std::endl;&#xA;&#x9;&#x9;{&#xA;&#x9;&#x9;&#x9;std::cout &lt;&lt; &quot;\twas written by:&quot; &lt;&lt; std::endl;&#xA;&#xA;&#x9;&#x9;&#x9;std::shared_ptr&lt; Bag&lt;Author> > authors= (*it)->getAuthors();&#xA;&#x9;&#x9;&#x9;for(Bag&lt;Author>::const_iterator itA=authors->begin();itA!=authors->end();itA++)&#xA;&#x9;&#x9;&#x9;{&#xA;&#x9;&#x9;&#x9;&#x9;std::cout &lt;&lt; &quot;\t\t- &quot; &lt;&lt; (*itA)->getName() &lt;&lt; std::endl;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;{&#xA;&#x9;&#x9;&#x9;std::cout &lt;&lt; &quot;\tIndex of Figures:&quot; &lt;&lt; std::endl;&#xA;&#xA;&#x9;&#x9;&#x9;std::shared_ptr&lt; Bag&lt;Picture> > pictures= (*it)->getPictures();&#xA;&#x9;&#x9;&#x9;for(Bag&lt;Picture>::const_iterator itP=pictures->begin();itP!=pictures->end();itP++)&#xA;&#x9;&#x9;&#x9;{&#xA;&#x9;&#x9;&#x9;&#x9;std::cout &lt;&lt; &quot;\t\t- &quot; &lt;&lt; (*itP)->getName() &lt;&lt; &quot; - Page number: &quot;&lt;&lt; (*itP)->getPageNumber() &lt;&lt; std::endl;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="book" upperBound="-1" eType="#//Book" containment="true" eOpposite="#//Book/library"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="#//Author" containment="true" eOpposite="#//Author/library"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Picture" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="book" eType="#//Book" eOpposite="#//Book/pictures"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pageNumber" eType="ecore:EDataType platform:/plugin/org.eclipse.uml2.types/model/Types.ecore#//Integer"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"libraryModel_ecore","nsURI":"http://www.example.org/libraryModel_ecore","name":"libraryModel_ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryModel","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Picture","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":false,"unsettable":false,"transient":false,"unique":true,"name":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"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":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pictures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"book","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"book","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"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":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"printLibrary","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EOperation"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pageNumber","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":6,"target":2},{"source":6,"target":10},{"source":6,"target":1},{"source":10,"target":2},{"source":7,"target":3},{"source":7,"target":11},{"source":7,"target":1},{"source":7,"target":12},{"source":11,"target":3},{"source":8,"target":5},{"source":8,"target":13},{"source":8,"target":1},{"source":8,"target":14},{"source":13,"target":5},{"source":9,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":15},{"source":2,"target":16},{"source":15,"target":3},{"source":15,"target":17},{"source":15,"target":2},{"source":15,"target":18},{"source":17,"target":3},{"source":16,"target":4},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":12},{"source":3,"target":18},{"source":19,"target":3},{"source":12,"target":1},{"source":12,"target":20},{"source":12,"target":3},{"source":12,"target":7},{"source":20,"target":1},{"source":18,"target":2},{"source":18,"target":21},{"source":18,"target":3},{"source":18,"target":15},{"source":21,"target":2},{"source":4,"target":0},{"source":4,"target":22},{"source":22,"target":23},{"source":22,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":14},{"source":5,"target":24},{"source":5,"target":25},{"source":14,"target":1},{"source":14,"target":26},{"source":14,"target":5},{"source":14,"target":8},{"source":26,"target":1},{"source":24,"target":27},{"source":24,"target":5},{"source":25,"target":4}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/anatlyzer/a2l/examples/example.java2uml/transformations/java2uml/JMM.ecore
JMM FieldDeclaration AnnotationTypeDeclaration Model ownedElements name MethodDeclaration ConstructorDeclaration ClassDeclaration superClass InterfaceDeclaration TypeAccess type Package ownedPackages ownedElements AbstractTypeDeclaration bodyDeclarations superInterfaces BodyDeclaration modifier NamedElement proxy name Modifier inheritance InheritanceKind none none abstract abstract final final Type ASTNode AbstractVariablesContainer AbstractMethodDeclaration TypeDeclaration Expression NamespaceAccess
<?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="JMM" nsURI="JMM/prunned" nsPrefix="JMM"> <eClassifiers xsi:type="ecore:EClass" name="FieldDeclaration" eSuperTypes="//BodyDeclaration //AbstractVariablesContainer"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeDeclaration" eSuperTypes="//AbstractTypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" upperBound="-1" eType="//Package" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration" eSuperTypes="//AbstractMethodDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="ConstructorDeclaration" eSuperTypes="//AbstractMethodDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="ClassDeclaration" eSuperTypes="//TypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" eType="//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceDeclaration" eSuperTypes="//TypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="TypeAccess" eSuperTypes="//Expression //NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPackages" upperBound="-1" eType="//Package" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" upperBound="-1" eType="//AbstractTypeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTypeDeclaration" abstract="true" eSuperTypes="//BodyDeclaration //Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1" eType="//BodyDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaces" upperBound="-1" eType="//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BodyDeclaration" abstract="true" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" eType="//Modifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="proxy" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <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="Modifier" eSuperTypes="//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inheritance" lowerBound="1" eType="//InheritanceKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InheritanceKind"> <eLiterals name="none" value="1"/> <eLiterals name="abstract" value="2"/> <eLiterals name="final" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ASTNode" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractVariablesContainer" abstract="true" eSuperTypes="//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractMethodDeclaration" abstract="true" eSuperTypes="//BodyDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" abstract="true" eSuperTypes="//AbstractTypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="NamespaceAccess" abstract="true" eSuperTypes="//ASTNode"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"JMM","nsURI":"JMM/prunned","name":"JMM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeDeclaration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorDeclaration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDeclaration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceDeclaration","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeAccess","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeDeclaration","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyDeclaration","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InheritanceKind","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASTNode","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractVariablesContainer","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMethodDeclaration","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceAccess","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPackages","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":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","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":"superInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"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":"proxy","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inheritance","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"name":"none","id":61,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"abstract","id":62,"value":2,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"final","id":63,"value":3,"literal":"final","eClass":"EEnumLiteral"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":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":11},{"source":1,"target":17},{"source":1,"target":22},{"source":1,"target":23},{"source":22,"target":11},{"source":23,"target":17},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":24},{"source":24,"target":10},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":26},{"source":25,"target":9},{"source":25,"target":27},{"source":25,"target":3},{"source":27,"target":9},{"source":26,"target":28},{"source":26,"target":3},{"source":4,"target":0},{"source":4,"target":18},{"source":4,"target":29},{"source":29,"target":18},{"source":5,"target":0},{"source":5,"target":18},{"source":5,"target":30},{"source":30,"target":18},{"source":6,"target":0},{"source":6,"target":19},{"source":6,"target":31},{"source":6,"target":32},{"source":31,"target":8},{"source":31,"target":33},{"source":31,"target":6},{"source":33,"target":8},{"source":32,"target":19},{"source":7,"target":0},{"source":7,"target":19},{"source":7,"target":34},{"source":34,"target":19},{"source":8,"target":0},{"source":8,"target":20},{"source":8,"target":21},{"source":8,"target":35},{"source":8,"target":36},{"source":8,"target":37},{"source":35,"target":15},{"source":35,"target":38},{"source":35,"target":8},{"source":38,"target":15},{"source":36,"target":20},{"source":37,"target":21},{"source":9,"target":0},{"source":9,"target":12},{"source":9,"target":39},{"source":9,"target":40},{"source":9,"target":41},{"source":39,"target":9},{"source":39,"target":42},{"source":39,"target":9},{"source":42,"target":9},{"source":40,"target":10},{"source":40,"target":43},{"source":40,"target":9},{"source":43,"target":10},{"source":41,"target":12},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":15},{"source":10,"target":44},{"source":10,"target":45},{"source":10,"target":46},{"source":10,"target":47},{"source":44,"target":11},{"source":44,"target":48},{"source":44,"target":10},{"source":48,"target":11},{"source":45,"target":8},{"source":45,"target":49},{"source":45,"target":10},{"source":49,"target":8},{"source":46,"target":11},{"source":47,"target":15},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":50},{"source":11,"target":51},{"source":50,"target":13},{"source":50,"target":52},{"source":50,"target":11},{"source":52,"target":13},{"source":51,"target":12},{"source":12,"target":0},{"source":12,"target":16},{"source":12,"target":53},{"source":12,"target":54},{"source":12,"target":55},{"source":53,"target":56},{"source":53,"target":12},{"source":54,"target":57},{"source":54,"target":12},{"source":55,"target":16},{"source":13,"target":0},{"source":13,"target":16},{"source":13,"target":58},{"source":13,"target":59},{"source":58,"target":14},{"source":58,"target":60},{"source":58,"target":13},{"source":60,"target":14},{"source":59,"target":16},{"source":14,"target":0},{"source":14,"target":61},{"source":14,"target":62},{"source":14,"target":63},{"source":61,"target":14},{"source":62,"target":14},{"source":63,"target":14},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":64},{"source":64,"target":12},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":65},{"source":65,"target":16},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":66},{"source":66,"target":11},{"source":19,"target":0},{"source":19,"target":10},{"source":19,"target":67},{"source":67,"target":10},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":68},{"source":68,"target":16},{"source":21,"target":0},{"source":21,"target":16},{"source":21,"target":69},{"source":69,"target":16}],"multigraph":true}
ecore
books
repo-ecore-all/data/NMFCode/ATL2NMFS/resources/XML2Book/Book.ecore
Book Book title chapters Chapter title nbPages author book
<?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="Book" nsURI="http://www.eclipse.org/atl/atlTransformations/Book" nsPrefix="Book"> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="chapters" upperBound="-1" eType="#/0/Chapter" containment="true" eOpposite="#/0/Chapter/book"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Chapter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nbPages" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="book" ordered="false" lowerBound="1" eType="#/0/Book" eOpposite="#/0/Book/chapters"/> </eClassifiers> </ecore:EPackage> </xmi:XMI>
true
{"directed":true,"nodes":[{"nsPrefix":"Book","nsURI":"http://www.eclipse.org/atl/atlTransformations/Book","name":"Book","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chapter","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"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":false,"unique":true,"name":"chapters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"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":"book","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"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":"title","changeable":true,"lowerBound":1,"iD":false,"id":8,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nbPages","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":3,"target":5},{"source":3,"target":1},{"source":4,"target":2},{"source":4,"target":6},{"source":4,"target":1},{"source":4,"target":7},{"source":6,"target":2},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":7},{"source":8,"target":11},{"source":8,"target":2},{"source":9,"target":12},{"source":9,"target":2},{"source":10,"target":13},{"source":10,"target":2},{"source":7,"target":1},{"source":7,"target":14},{"source":7,"target":2},{"source":7,"target":4},{"source":14,"target":1}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/dstrueber/bigtrafo/de.bigtrafo.benchmark/ocl/instances/05a/PetriNetWithOCLPaper.ecore
PetriNetModel PetriNet transition arcPT arcTP place name Transition name preArc postArc ArcPT inscription transition place ArcTP inscription place transition Place name preArc token postArc
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="PetriNetModel" nsURI="http://www.example.org/PetriNetModelWithOCL" nsPrefix="pnocl"> <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="PetriNet"> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcPT" upperBound="-1" eType="#//ArcPT" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcTP" upperBound="-1" eType="#//ArcTP" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="place" upperBound="-1" eType="#//Place" 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="Transition"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoIsolatedTransition"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="NoIsolatedTransition" value="self.preArc -> notEmpty() or self.postArc -> notEmpty()"/> </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="preArc" upperBound="-1" eType="#//ArcPT"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postArc" upperBound="-1" eType="#//ArcTP"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcPT"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inscription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="#//Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="place" eType="#//Place"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcTP"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inscription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="place" eType="#//Place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="#//Transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preArc" upperBound="-1" eType="#//ArcTP"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="token" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postArc" upperBound="-1" eType="#//ArcPT"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"pnocl","nsURI":"http://www.example.org/PetriNetModelWithOCL","name":"PetriNetModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcPT","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcTP","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":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":"arcPT","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcTP","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":"place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inscription","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transition","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":"place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inscription","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"token","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":6,"target":2},{"source":6,"target":11},{"source":6,"target":1},{"source":11,"target":2},{"source":7,"target":3},{"source":7,"target":12},{"source":7,"target":1},{"source":12,"target":3},{"source":8,"target":4},{"source":8,"target":13},{"source":8,"target":1},{"source":13,"target":4},{"source":9,"target":5},{"source":9,"target":14},{"source":9,"target":1},{"source":14,"target":5},{"source":10,"target":15},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":16,"target":19},{"source":16,"target":2},{"source":17,"target":3},{"source":17,"target":20},{"source":17,"target":2},{"source":20,"target":3},{"source":18,"target":4},{"source":18,"target":21},{"source":18,"target":2},{"source":21,"target":4},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":22,"target":25},{"source":22,"target":3},{"source":23,"target":2},{"source":23,"target":26},{"source":23,"target":3},{"source":26,"target":2},{"source":24,"target":5},{"source":24,"target":27},{"source":24,"target":3},{"source":27,"target":5},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":28,"target":31},{"source":28,"target":4},{"source":29,"target":5},{"source":29,"target":32},{"source":29,"target":4},{"source":32,"target":5},{"source":30,"target":2},{"source":30,"target":33},{"source":30,"target":4},{"source":33,"target":2},{"source":5,"target":0},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":34,"target":38},{"source":34,"target":5},{"source":35,"target":4},{"source":35,"target":39},{"source":35,"target":5},{"source":39,"target":4},{"source":36,"target":40},{"source":36,"target":5},{"source":37,"target":3},{"source":37,"target":41},{"source":37,"target":5},{"source":41,"target":3}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/MaximeMillier/L3/COO/MetaModelStateMachine/model/metaModelStateMachine.ecore
metaModelStateMachine StateMachine state transition state statemachine transition Guard transition Transition target source statemachine trigger guard Trigger transition
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="metaModelStateMachine" nsURI="http://www.example.org/metaModelStateMachine" nsPrefix="metaModelStateMachine"> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1" eType="#//state" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="state"> <eStructuralFeatures xsi:type="ecore:EReference" name="statemachine" upperBound="-1" eType="#//StateMachine" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Guard"> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//state" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//state" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statemachine" upperBound="-1" eType="#//StateMachine" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" upperBound="-1" eType="#//Trigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" upperBound="-1" eType="#//Guard" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger"> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"metaModelStateMachine","nsURI":"http://www.example.org/metaModelStateMachine","name":"metaModelStateMachine","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":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","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":"state","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":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statemachine","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":"transition","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":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"statemachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":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":26,"derived":false},{"id":27,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":6,"target":2},{"source":6,"target":8},{"source":6,"target":1},{"source":8,"target":2},{"source":7,"target":4},{"source":7,"target":9},{"source":7,"target":1},{"source":9,"target":4},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":10,"target":1},{"source":10,"target":12},{"source":10,"target":2},{"source":12,"target":1},{"source":11,"target":4},{"source":11,"target":13},{"source":11,"target":2},{"source":13,"target":4},{"source":3,"target":0},{"source":3,"target":14},{"source":14,"target":4},{"source":14,"target":15},{"source":14,"target":3},{"source":15,"target":4},{"source":4,"target":0},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":16,"target":2},{"source":16,"target":21},{"source":16,"target":4},{"source":21,"target":2},{"source":17,"target":2},{"source":17,"target":22},{"source":17,"target":4},{"source":22,"target":2},{"source":18,"target":1},{"source":18,"target":23},{"source":18,"target":4},{"source":23,"target":1},{"source":19,"target":5},{"source":19,"target":24},{"source":19,"target":4},{"source":24,"target":5},{"source":20,"target":3},{"source":20,"target":25},{"source":20,"target":4},{"source":25,"target":3},{"source":5,"target":0},{"source":5,"target":26},{"source":26,"target":4},{"source":26,"target":27},{"source":26,"target":5},{"source":27,"target":4}],"multigraph":true}
ecore
forms
repo-ecore-all/data/Malinoski/OpenEHR2RichUbi_v5_2014_02_22/OpenEHR2RichUbi.v5/metamodels/richubi/rich_interface_components.ecore
ric IdentifiableComponent id ClassifiableComponent class EventComponent events FormControl name value label accompanyingPhrase valueConstraints numberConstraint requiredFieldConstraint validDateConstraint Button type disabled false image file:/// ButtonType Submit Submit Reset Reset Push Push Event type triggerScript EventType onload onload onunload onunload onclick onclick ondblclick ondblclick onmousedown onmousedown onmouseup onmouseup onmouseover onmouseover onmousemove onmousemove onmouseout onmouseout onfocus onfocus onblur onblur onkeypress onkeypress onkeydown onkeydown onkeyup onkeyup onsubmit onsubmit onreset onreset onselect onselect onchange onchange Script name type textJavaScript implementation ScriptType textJavaScript textJavaScript textTcl textTcl textVBScript textVBScript Form name action method post fieldsets blockLevelComponents inlineComponents SubmitFormMethod post post get get TextField charWidth 0 maxChars 0 readonly false password false InputFile charWidth 0 maxChars 0 readonly false TextArea cols 45 rols 5 readonly false Checkbox checked false Radio checked false Select items size 1 multiple false SelectItem itemLabel value selected false Label text format None events Fieldset legend legendAlign left legendFormat None controls radioGroups checkGroups Div align left objectComponents lineBreaks richWidgets lists forms fieldsets Align left left right right center center justify justify Span align left Heading level h1 HeadingLevel h1 h1 h2 h2 h3 h3 h4 h4 h5 h5 h6 h6 BlockLevelComponent blockLevelComponents inlineComponents InlineComponent inlineComponents text PhraseElement phraseType title PhraseElementType Emphasis Emphasis StrongerEmphasis StrongerEmphasis Citation Citation Definition Definition ComputerCode ComputerCode SampleProgramOutput SampleProgramOutput EntryFromUser EntryFromUser VariableInstance VariableInstance Abbreviation Abbreviation Acronym Acronym None None Paragraph align left LineBreak Link title target Image src file:/// alt ObjectComponent align default width 0 height 0 border 0 hspace 0 vspace 0 ObjectAlign default default baseline baseline top top middle middle bottom bottom textTop textTop absoluteMiddle absoluteMiddle absoluteBottom absoluteBottom left left right right RichWidget TabbedPanel tabs Tab title inlineComponents blockLevelComponents objectComponents lineBreaks richWidgets lists forms AccordionPanel sections Section title inlineComponents blockLevelComponents objectComponents lineBreaks richWidgets lists forms MessageDialog title message modal false autoOpen true resizable true height 200 minHeightResize 200 maxHeightResize 300 width 300 minWidthResize 300 maxWidthResize 400 buttons Datepicker showButtonImage true dateFormat dd/mm/yy locale pt-BR numberMonthsToShow 1 showMonthMenu true showYearMenu true showWeekOfYear true showButtonClosePanel false DateFormat Default dd/mm/yy ISO8601 yy-mm-dd Short d M, y Medium d MM, y Full DD, d MM, yy Locale English_UK en-GB Spanish es German de Portuguese_Brazilian pt-BR MatchingOperator Equals == GreaterThan > LessThan < GreaterOrEqualsThan >= LessOrEqualsThan <= Different != Contains contains LogicalOperator AND and OR or FormControlConstraint ValueConstraint matchingOperator eq matchingValue logicalOperator and NumberValueConstraint RequiredFieldConstraint ValidDateConstraint dateFormat dd/mm/yy Portal name documentsExtension html headerRegion navigationRegion contextualNavigationRegion searchRegion contentRegion footerRegion HeaderRegion logo subsiteNavigation inlineComponents lineBreaks Logo image NavigationRegion orientation Vertical linkGroups Orientation Vertical Vertical Horizontal Horizontal ContextualNavigationRegion inlineComponents blockLevelComponents objectComponents lineBreaks richWidgets lists forms SearchRegion forms ContentRegion documents Document title index false fileName inlineComponents blockLevelComponents objectComponents lineBreaks richWidgets lists forms FooterRegion inlineComponents blockLevelComponents objectComponents lineBreaks richWidgets List OrderedList listItemns type ArabicNumber OrderedListType ArabicNumber ArabicNumber LowerAlpha LowerAlpha UpperAlpha UpperAlpha LowerRoman LowerRoman UpperRoman UpperRoman none none UnorderedListType disc disc circle circle square square none none ListItem text format None UnorderedList listItemns type disc RadioGroup radios label orientation Horizontal CheckGroup checks label orientation Horizontal LinkGroup title links linkGroups Extension html html xhtml xhtml jsp jsp php php asp asp FieldSetLegendAlign left left right right center center bottom bottom top top MessageDialogButton label event closeDialog MessageDialogEvent closeDialog closeDialog
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ric" nsURI="platform:/resource/br.ufscar.dc.richinterface.metamodel/model/rich_interface_components.ecore" nsPrefix="br.ufscar.dc.richinterface.metamodel"> <eClassifiers xsi:type="ecore:EClass" name="IdentifiableComponent" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifiableComponent" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventComponent" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//Event" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormControl" abstract="true" eSuperTypes="#//IdentifiableComponent #//ClassifiableComponent #//EventComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="label" lowerBound="1" eType="#//Label" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accompanyingPhrase" upperBound="-1" eType="#//PhraseElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueConstraints" upperBound="-1" eType="#//ValueConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="numberConstraint" eType="#//NumberValueConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredFieldConstraint" eType="#//RequiredFieldConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="validDateConstraint" eType="#//ValidDateConstraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Button" eSuperTypes="#//FormControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ButtonType" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disabled" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="image" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="file:///"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ButtonType"> <eLiterals name="Submit"/> <eLiterals name="Reset" value="1"/> <eLiterals name="Push" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//EventType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="triggerScript" eType="#//Script" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EventType"> <eLiterals name="onload"/> <eLiterals name="onunload" value="1"/> <eLiterals name="onclick" value="2"/> <eLiterals name="ondblclick" value="3"/> <eLiterals name="onmousedown" value="4"/> <eLiterals name="onmouseup" value="5"/> <eLiterals name="onmouseover" value="6"/> <eLiterals name="onmousemove" value="7"/> <eLiterals name="onmouseout" value="8"/> <eLiterals name="onfocus" value="9"/> <eLiterals name="onblur" value="10"/> <eLiterals name="onkeypress" value="11"/> <eLiterals name="onkeydown" value="12"/> <eLiterals name="onkeyup" value="13"/> <eLiterals name="onsubmit" value="14"/> <eLiterals name="onreset" value="15"/> <eLiterals name="onselect" value="16"/> <eLiterals name="onchange" value="17"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Script"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ScriptType" defaultValueLiteral="textJavaScript"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ScriptType"> <eLiterals name="textJavaScript"/> <eLiterals name="textTcl" value="1"/> <eLiterals name="textVBScript" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Form" eSuperTypes="#//IdentifiableComponent #//ClassifiableComponent #//EventComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1" eType="#//Document"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="method" lowerBound="1" eType="#//SubmitFormMethod" defaultValueLiteral="post"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fieldsets" lowerBound="1" upperBound="-1" eType="#//Fieldset" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blockLevelComponents" upperBound="-1" eType="#//BlockLevelComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inlineComponents" upperBound="-1" eType="#//InlineComponent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SubmitFormMethod"> <eLiterals name="post"/> <eLiterals name="get" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextField" eSuperTypes="#//FormControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charWidth" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxChars" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readonly" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputFile" eSuperTypes="#//FormControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charWidth" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxChars" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readonly" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextArea" eSuperTypes="#//FormControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cols" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="45"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rols" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readonly" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Checkbox" eSuperTypes="#//FormControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checked" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Radio" eSuperTypes="#//FormControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checked" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Select" eSuperTypes="#//FormControl"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" lowerBound="1" upperBound="-1" eType="#//SelectItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiple" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemLabel" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selected" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//IdentifiableComponent #//ClassifiableComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" lowerBound="1" eType="#//PhraseElementType" defaultValueLiteral="None"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//Event" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fieldset" eSuperTypes="#//EventComponent #//IdentifiableComponent #//ClassifiableComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="legend" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="legendAlign" lowerBound="1" eType="#//FieldSetLegendAlign" defaultValueLiteral="left"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="legendFormat" lowerBound="1" eType="#//PhraseElementType" defaultValueLiteral="None"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controls" lowerBound="1" upperBound="-1" eType="#//FormControl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="radioGroups" upperBound="-1" eType="#//RadioGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="checkGroups" upperBound="-1" eType="#//CheckGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//ClassifiableComponent #//IdentifiableComponent #//EventComponent #//BlockLevelComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" lowerBound="1" eType="#//Align" defaultValueLiteral="left"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectComponents" upperBound="-1" eType="#//ObjectComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lineBreaks" upperBound="-1" eType="#//LineBreak" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="richWidgets" upperBound="-1" eType="#//RichWidget" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lists" upperBound="-1" eType="#//List" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forms" upperBound="-1" eType="#//Form" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fieldsets" upperBound="-1" eType="#//Fieldset" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Align"> <eLiterals name="left"/> <eLiterals name="right" value="1"/> <eLiterals name="center" value="2"/> <eLiterals name="justify" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Span" eSuperTypes="#//ClassifiableComponent #//IdentifiableComponent #//EventComponent #//InlineComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" lowerBound="1" eType="#//Align" defaultValueLiteral="left"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Heading" eSuperTypes="#//ClassifiableComponent #//IdentifiableComponent #//EventComponent #//InlineComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" lowerBound="1" eType="#//HeadingLevel" defaultValueLiteral="h1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HeadingLevel"> <eLiterals name="h1"/> <eLiterals name="h2" value="1"/> <eLiterals name="h3" value="2"/> <eLiterals name="h4" value="3"/> <eLiterals name="h5" value="4"/> <eLiterals name="h6" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockLevelComponent" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="blockLevelComponents" upperBound="-1" eType="#//BlockLevelComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inlineComponents" upperBound="-1" eType="#//InlineComponent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InlineComponent" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="inlineComponents" upperBound="-1" eType="#//InlineComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PhraseElement" eSuperTypes="#//IdentifiableComponent #//ClassifiableComponent #//EventComponent #//InlineComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="phraseType" lowerBound="1" eType="#//PhraseElementType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PhraseElementType"> <eLiterals name="Emphasis"/> <eLiterals name="StrongerEmphasis" value="1"/> <eLiterals name="Citation" value="2"/> <eLiterals name="Definition" value="3"/> <eLiterals name="ComputerCode" value="4"/> <eLiterals name="SampleProgramOutput" value="5"/> <eLiterals name="EntryFromUser" value="6"/> <eLiterals name="VariableInstance" value="7"/> <eLiterals name="Abbreviation" value="8"/> <eLiterals name="Acronym" value="9"/> <eLiterals name="None" value="10"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paragraph" eSuperTypes="#//ClassifiableComponent #//IdentifiableComponent #//InlineComponent #//EventComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" lowerBound="1" eType="#//Align" defaultValueLiteral="left"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineBreak" eSuperTypes="#//ClassifiableComponent #//IdentifiableComponent"/> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//ClassifiableComponent #//EventComponent #//IdentifiableComponent #//InlineComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Document"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Image" eSuperTypes="#//ClassifiableComponent #//EventComponent #//IdentifiableComponent #//ObjectComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="src" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="file:///"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alt" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectComponent" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" lowerBound="1" eType="#//ObjectAlign" defaultValueLiteral="default"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="border" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hspace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vspace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ObjectAlign"> <eLiterals name="default"/> <eLiterals name="baseline" value="1"/> <eLiterals name="top" value="2"/> <eLiterals name="middle" value="3"/> <eLiterals name="bottom" value="4"/> <eLiterals name="textTop" value="5"/> <eLiterals name="absoluteMiddle" value="6"/> <eLiterals name="absoluteBottom" value="7"/> <eLiterals name="left" value="8"/> <eLiterals name="right" value="9"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RichWidget" abstract="true" eSuperTypes="#//ClassifiableComponent #//IdentifiableComponent"/> <eClassifiers xsi:type="ecore:EClass" name="TabbedPanel" eSuperTypes="#//RichWidget"> <eStructuralFeatures xsi:type="ecore:EReference" name="tabs" lowerBound="1" upperBound="-1" eType="#//Tab" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tab"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="inlineComponents" upperBound="-1" eType="#//InlineComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blockLevelComponents" upperBound="-1" eType="#//BlockLevelComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectComponents" upperBound="-1" eType="#//ObjectComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lineBreaks" upperBound="-1" eType="#//LineBreak" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="richWidgets" upperBound="-1" eType="#//RichWidget" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lists" upperBound="-1" eType="#//List" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forms" upperBound="-1" eType="#//Form" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccordionPanel" eSuperTypes="#//RichWidget"> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" lowerBound="1" upperBound="-1" eType="#//Section" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Section"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="inlineComponents" upperBound="-1" eType="#//InlineComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blockLevelComponents" upperBound="-1" eType="#//BlockLevelComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectComponents" upperBound="-1" eType="#//ObjectComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lineBreaks" upperBound="-1" eType="#//LineBreak" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="richWidgets" upperBound="-1" eType="#//RichWidget" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lists" upperBound="-1" eType="#//List" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forms" upperBound="-1" eType="#//Form" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageDialog" eSuperTypes="#//RichWidget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modal" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoOpen" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resizable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="200"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minHeightResize" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="200"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxHeightResize" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="300"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="300"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minWidthResize" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="300"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxWidthResize" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="400"/> <eStructuralFeatures xsi:type="ecore:EReference" name="buttons" upperBound="-1" eType="#//MessageDialogButton" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Datepicker" eSuperTypes="#//RichWidget #//TextField"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showButtonImage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateFormat" lowerBound="1" eType="#//DateFormat" defaultValueLiteral="dd/mm/yy"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locale" lowerBound="1" eType="#//Locale" defaultValueLiteral="pt-BR"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberMonthsToShow" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showMonthMenu" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showYearMenu" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showWeekOfYear" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showButtonClosePanel" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DateFormat"> <eLiterals name="Default" literal="dd/mm/yy"/> <eLiterals name="ISO8601" value="1" literal="yy-mm-dd"/> <eLiterals name="Short" value="2" literal="d M, y"/> <eLiterals name="Medium" value="3" literal="d MM, y"/> <eLiterals name="Full" value="4" literal="DD, d MM, yy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Locale"> <eLiterals name="English_UK" literal="en-GB"/> <eLiterals name="Spanish" value="1" literal="es"/> <eLiterals name="German" value="2" literal="de"/> <eLiterals name="Portuguese_Brazilian" value="3" literal="pt-BR"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MatchingOperator"> <eLiterals name="Equals" literal="=="/> <eLiterals name="GreaterThan" value="1" literal=">"/> <eLiterals name="LessThan" value="2" literal="&lt;"/> <eLiterals name="GreaterOrEqualsThan" value="3" literal=">="/> <eLiterals name="LessOrEqualsThan" value="4" literal="&lt;="/> <eLiterals name="Different" value="5" literal="!="/> <eLiterals name="Contains" value="6" literal="contains"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LogicalOperator"> <eLiterals name="AND" literal="and"/> <eLiterals name="OR" value="1" literal="or"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormControlConstraint" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ValueConstraint" eSuperTypes="#//FormControlConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="matchingOperator" lowerBound="1" eType="#//MatchingOperator" defaultValueLiteral="eq"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="matchingValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="logicalOperator" lowerBound="1" eType="#//LogicalOperator" defaultValueLiteral="and"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberValueConstraint" eSuperTypes="#//FormControlConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="RequiredFieldConstraint" eSuperTypes="#//FormControlConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="ValidDateConstraint" eSuperTypes="#//FormControlConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateFormat" lowerBound="1" eType="#//DateFormat" defaultValueLiteral="dd/mm/yy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Portal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentsExtension" lowerBound="1" eType="#//Extension" defaultValueLiteral="html"/> <eStructuralFeatures xsi:type="ecore:EReference" name="headerRegion" lowerBound="1" eType="#//HeaderRegion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="navigationRegion" lowerBound="1" eType="#//NavigationRegion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextualNavigationRegion" eType="#//ContextualNavigationRegion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="searchRegion" eType="#//SearchRegion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentRegion" lowerBound="1" eType="#//ContentRegion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="footerRegion" lowerBound="1" eType="#//FooterRegion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HeaderRegion"> <eStructuralFeatures xsi:type="ecore:EReference" name="logo" eType="#//Logo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsiteNavigation" eType="#//NavigationRegion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inlineComponents" upperBound="-1" eType="#//InlineComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lineBreaks" upperBound="-1" eType="#//LineBreak" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Logo"> <eStructuralFeatures xsi:type="ecore:EReference" name="image" lowerBound="1" eType="#//Image" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigationRegion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" lowerBound="1" eType="#//Orientation" defaultValueLiteral="Vertical"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkGroups" lowerBound="1" upperBound="-1" eType="#//LinkGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Orientation"> <eLiterals name="Vertical"/> <eLiterals name="Horizontal" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextualNavigationRegion"> <eStructuralFeatures xsi:type="ecore:EReference" name="inlineComponents" upperBound="-1" eType="#//InlineComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blockLevelComponents" upperBound="-1" eType="#//BlockLevelComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectComponents" upperBound="-1" eType="#//ObjectComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lineBreaks" upperBound="-1" eType="#//LineBreak" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="richWidgets" upperBound="-1" eType="#//RichWidget" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lists" upperBound="-1" eType="#//List" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forms" upperBound="-1" eType="#//Form" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SearchRegion"> <eStructuralFeatures xsi:type="ecore:EReference" name="forms" lowerBound="1" upperBound="-1" eType="#//Form" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentRegion"> <eStructuralFeatures xsi:type="ecore:EReference" name="documents" lowerBound="1" upperBound="-1" eType="#//Document" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Document" eSuperTypes="#//EventComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="inlineComponents" upperBound="-1" eType="#//InlineComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blockLevelComponents" upperBound="-1" eType="#//BlockLevelComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectComponents" upperBound="-1" eType="#//ObjectComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lineBreaks" upperBound="-1" eType="#//LineBreak" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="richWidgets" upperBound="-1" eType="#//RichWidget" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lists" upperBound="-1" eType="#//List" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forms" upperBound="-1" eType="#//Form" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FooterRegion"> <eStructuralFeatures xsi:type="ecore:EReference" name="inlineComponents" upperBound="-1" eType="#//InlineComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blockLevelComponents" upperBound="-1" eType="#//BlockLevelComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectComponents" upperBound="-1" eType="#//ObjectComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lineBreaks" upperBound="-1" eType="#//LineBreak" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="richWidgets" upperBound="-1" eType="#//RichWidget" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="List" abstract="true" eSuperTypes="#//ClassifiableComponent #//EventComponent #//IdentifiableComponent"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedList" eSuperTypes="#//List"> <eStructuralFeatures xsi:type="ecore:EReference" name="listItemns" lowerBound="1" upperBound="-1" eType="#//ListItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//OrderedListType" defaultValueLiteral="ArabicNumber"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OrderedListType"> <eLiterals name="ArabicNumber"/> <eLiterals name="LowerAlpha" value="1"/> <eLiterals name="UpperAlpha" value="2"/> <eLiterals name="LowerRoman" value="3"/> <eLiterals name="UpperRoman" value="4"/> <eLiterals name="none" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnorderedListType"> <eLiterals name="disc"/> <eLiterals name="circle" value="1"/> <eLiterals name="square" value="2"/> <eLiterals name="none" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" lowerBound="1" eType="#//PhraseElementType" defaultValueLiteral="None"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnorderedList" eSuperTypes="#//List"> <eStructuralFeatures xsi:type="ecore:EReference" name="listItemns" lowerBound="1" upperBound="-1" eType="#//ListItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//UnorderedListType" defaultValueLiteral="disc"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RadioGroup"> <eStructuralFeatures xsi:type="ecore:EReference" name="radios" lowerBound="1" upperBound="-1" eType="#//Radio" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="label" lowerBound="1" eType="#//Label" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" lowerBound="1" eType="#//Orientation" defaultValueLiteral="Horizontal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckGroup"> <eStructuralFeatures xsi:type="ecore:EReference" name="checks" lowerBound="1" upperBound="-1" eType="#//Checkbox" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="label" lowerBound="1" eType="#//Label" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" lowerBound="1" eType="#//Orientation" defaultValueLiteral="Horizontal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkGroup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" lowerBound="1" upperBound="-1" eType="#//Link" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkGroups" upperBound="-1" eType="#//LinkGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Extension"> <eLiterals name="html"/> <eLiterals name="xhtml" value="1"/> <eLiterals name="jsp" value="2"/> <eLiterals name="php" value="3"/> <eLiterals name="asp" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FieldSetLegendAlign"> <eLiterals name="left"/> <eLiterals name="right" value="1"/> <eLiterals name="center" value="2"/> <eLiterals name="bottom" value="3"/> <eLiterals name="top" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageDialogButton"> <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="event" lowerBound="1" eType="#//MessageDialogEvent" defaultValueLiteral="closeDialog"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MessageDialogEvent"> <eLiterals name="closeDialog"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"br.ufscar.dc.richinterface.metamodel","nsURI":"platform:/resource/br.ufscar.dc.richinterface.metamodel/model/rich_interface_components.ecore","name":"ric","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiableComponent","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifiableComponent","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventComponent","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormControl","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ButtonType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScriptType","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SubmitFormMethod","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextField","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputFile","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextArea","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Checkbox","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Radio","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Select","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectItem","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fieldset","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Align","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Span","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Heading","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HeadingLevel","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockLevelComponent","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineComponent","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhraseElement","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PhraseElementType","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineBreak","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectComponent","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ObjectAlign","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RichWidget","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TabbedPanel","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tab","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccordionPanel","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageDialog","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Datepicker","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DateFormat","instanceClass":null,"id":44,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Locale","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MatchingOperator","instanceClass":null,"id":46,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LogicalOperator","instanceClass":null,"id":47,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormControlConstraint","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueConstraint","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberValueConstraint","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredFieldConstraint","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidDateConstraint","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Portal","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeaderRegion","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Logo","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationRegion","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Orientation","instanceClass":null,"id":57,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextualNavigationRegion","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SearchRegion","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentRegion","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FooterRegion","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"List","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedList","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OrderedListType","instanceClass":null,"id":65,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnorderedListType","instanceClass":null,"id":66,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListItem","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnorderedList","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RadioGroup","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckGroup","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkGroup","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"id":72,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FieldSetLegendAlign","instanceClass":null,"id":73,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageDialogButton","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessageDialogEvent","instanceClass":null,"id":75,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"accompanyingPhrase","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":"valueConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"numberConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredFieldConstraint","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":"validDateConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":101,"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":"disabled","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"file:///","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"file:///","unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"name":"Submit","id":108,"value":0,"literal":"Submit","eClass":"EEnumLiteral"},{"name":"Reset","id":109,"value":1,"literal":"Reset","eClass":"EEnumLiteral"},{"name":"Push","id":110,"value":2,"literal":"Push","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":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":"triggerScript","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"name":"onload","id":115,"value":0,"literal":"onload","eClass":"EEnumLiteral"},{"name":"onunload","id":116,"value":1,"literal":"onunload","eClass":"EEnumLiteral"},{"name":"onclick","id":117,"value":2,"literal":"onclick","eClass":"EEnumLiteral"},{"name":"ondblclick","id":118,"value":3,"literal":"ondblclick","eClass":"EEnumLiteral"},{"name":"onmousedown","id":119,"value":4,"literal":"onmousedown","eClass":"EEnumLiteral"},{"name":"onmouseup","id":120,"value":5,"literal":"onmouseup","eClass":"EEnumLiteral"},{"name":"onmouseover","id":121,"value":6,"literal":"onmouseover","eClass":"EEnumLiteral"},{"name":"onmousemove","id":122,"value":7,"literal":"onmousemove","eClass":"EEnumLiteral"},{"name":"onmouseout","id":123,"value":8,"literal":"onmouseout","eClass":"EEnumLiteral"},{"name":"onfocus","id":124,"value":9,"literal":"onfocus","eClass":"EEnumLiteral"},{"name":"onblur","id":125,"value":10,"literal":"onblur","eClass":"EEnumLiteral"},{"name":"onkeypress","id":126,"value":11,"literal":"onkeypress","eClass":"EEnumLiteral"},{"name":"onkeydown","id":127,"value":12,"literal":"onkeydown","eClass":"EEnumLiteral"},{"name":"onkeyup","id":128,"value":13,"literal":"onkeyup","eClass":"EEnumLiteral"},{"name":"onsubmit","id":129,"value":14,"literal":"onsubmit","eClass":"EEnumLiteral"},{"name":"onreset","id":130,"value":15,"literal":"onreset","eClass":"EEnumLiteral"},{"name":"onselect","id":131,"value":16,"literal":"onselect","eClass":"EEnumLiteral"},{"name":"onchange","id":132,"value":17,"literal":"onchange","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"textJavaScript","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"name":"textJavaScript","id":139,"value":0,"literal":"textJavaScript","eClass":"EEnumLiteral"},{"name":"textTcl","id":140,"value":1,"literal":"textTcl","eClass":"EEnumLiteral"},{"name":"textVBScript","id":141,"value":2,"literal":"textVBScript","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"post","unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"lowerBound":1,"iD":false,"id":144,"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":"fieldsets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blockLevelComponents","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":"inlineComponents","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"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"name":"post","id":157,"value":0,"literal":"post","eClass":"EEnumLiteral"},{"name":"get","id":158,"value":1,"literal":"get","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"charWidth","changeable":true,"lowerBound":1,"iD":false,"id":159,"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":"maxChars","changeable":true,"lowerBound":0,"iD":false,"id":160,"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":"readonly","changeable":true,"lowerBound":1,"iD":false,"id":161,"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":"password","changeable":true,"lowerBound":1,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"charWidth","changeable":true,"lowerBound":1,"iD":false,"id":168,"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":"maxChars","changeable":true,"lowerBound":0,"iD":false,"id":169,"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":"readonly","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":45,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"45","unsettable":false,"transient":false,"unique":true,"name":"cols","changeable":true,"lowerBound":1,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"rols","changeable":true,"lowerBound":1,"iD":false,"id":176,"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":"readonly","changeable":true,"lowerBound":1,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"checked","changeable":true,"lowerBound":1,"iD":false,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"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":"checked","changeable":true,"lowerBound":1,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":1,"id":188,"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":"size","changeable":true,"lowerBound":1,"iD":false,"id":189,"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":"multiple","changeable":true,"lowerBound":1,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"itemLabel","changeable":true,"lowerBound":1,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":196,"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":"selected","changeable":true,"lowerBound":1,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"None","unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":1,"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":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"legend","changeable":true,"lowerBound":1,"iD":false,"id":209,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"left","unsettable":false,"transient":false,"unique":true,"name":"legendAlign","changeable":true,"lowerBound":1,"iD":false,"id":210,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"None","unsettable":false,"transient":false,"unique":true,"name":"legendFormat","changeable":true,"lowerBound":1,"iD":false,"id":211,"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":"controls","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":true,"unsettable":false,"transient":false,"unique":true,"name":"radioGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"checkGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"left","unsettable":false,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":1,"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":"objectComponents","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":"lineBreaks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"richWidgets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lists","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fieldsets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"name":"left","id":242,"value":0,"literal":"left","eClass":"EEnumLiteral"},{"name":"right","id":243,"value":1,"literal":"right","eClass":"EEnumLiteral"},{"name":"center","id":244,"value":2,"literal":"center","eClass":"EEnumLiteral"},{"name":"justify","id":245,"value":3,"literal":"justify","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"left","unsettable":false,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":1,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"h1","unsettable":false,"transient":false,"unique":true,"name":"level","changeable":true,"lowerBound":1,"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"},{"name":"h1","id":258,"value":0,"literal":"h1","eClass":"EEnumLiteral"},{"name":"h2","id":259,"value":1,"literal":"h2","eClass":"EEnumLiteral"},{"name":"h3","id":260,"value":2,"literal":"h3","eClass":"EEnumLiteral"},{"name":"h4","id":261,"value":3,"literal":"h4","eClass":"EEnumLiteral"},{"name":"h5","id":262,"value":4,"literal":"h5","eClass":"EEnumLiteral"},{"name":"h6","id":263,"value":5,"literal":"h6","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":"blockLevelComponents","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":true,"unsettable":false,"transient":false,"unique":true,"name":"inlineComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inlineComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"phraseType","changeable":true,"lowerBound":1,"iD":false,"id":272,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"title","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"},{"name":"Emphasis","id":280,"value":0,"literal":"Emphasis","eClass":"EEnumLiteral"},{"name":"StrongerEmphasis","id":281,"value":1,"literal":"StrongerEmphasis","eClass":"EEnumLiteral"},{"name":"Citation","id":282,"value":2,"literal":"Citation","eClass":"EEnumLiteral"},{"name":"Definition","id":283,"value":3,"literal":"Definition","eClass":"EEnumLiteral"},{"name":"ComputerCode","id":284,"value":4,"literal":"ComputerCode","eClass":"EEnumLiteral"},{"name":"SampleProgramOutput","id":285,"value":5,"literal":"SampleProgramOutput","eClass":"EEnumLiteral"},{"name":"EntryFromUser","id":286,"value":6,"literal":"EntryFromUser","eClass":"EEnumLiteral"},{"name":"VariableInstance","id":287,"value":7,"literal":"VariableInstance","eClass":"EEnumLiteral"},{"name":"Abbreviation","id":288,"value":8,"literal":"Abbreviation","eClass":"EEnumLiteral"},{"name":"Acronym","id":289,"value":9,"literal":"Acronym","eClass":"EEnumLiteral"},{"name":"None","id":290,"value":10,"literal":"None","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"left","unsettable":false,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":1,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"file:///","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"file:///","unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"lowerBound":1,"iD":false,"id":307,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"alt","changeable":true,"lowerBound":1,"iD":false,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"default","unsettable":false,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":1,"iD":false,"id":315,"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":"width","changeable":true,"lowerBound":0,"iD":false,"id":316,"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":"height","changeable":true,"lowerBound":0,"iD":false,"id":317,"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":"border","changeable":true,"lowerBound":0,"iD":false,"id":318,"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":"hspace","changeable":true,"lowerBound":0,"iD":false,"id":319,"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":"vspace","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"name":"default","id":327,"value":0,"literal":"default","eClass":"EEnumLiteral"},{"name":"baseline","id":328,"value":1,"literal":"baseline","eClass":"EEnumLiteral"},{"name":"top","id":329,"value":2,"literal":"top","eClass":"EEnumLiteral"},{"name":"middle","id":330,"value":3,"literal":"middle","eClass":"EEnumLiteral"},{"name":"bottom","id":331,"value":4,"literal":"bottom","eClass":"EEnumLiteral"},{"name":"textTop","id":332,"value":5,"literal":"textTop","eClass":"EEnumLiteral"},{"name":"absoluteMiddle","id":333,"value":6,"literal":"absoluteMiddle","eClass":"EEnumLiteral"},{"name":"absoluteBottom","id":334,"value":7,"literal":"absoluteBottom","eClass":"EEnumLiteral"},{"name":"left","id":335,"value":8,"literal":"left","eClass":"EEnumLiteral"},{"name":"right","id":336,"value":9,"literal":"right","eClass":"EEnumLiteral"},{"id":337,"eClass":"EGenericType"},{"id":338,"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":"tabs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":342,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inlineComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blockLevelComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lineBreaks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"richWidgets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lists","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"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","changeable":true,"resolveProxies":true,"lowerBound":1,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":361,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inlineComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blockLevelComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lineBreaks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"richWidgets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lists","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":377,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":1,"iD":false,"id":378,"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":"modal","changeable":true,"lowerBound":1,"iD":false,"id":379,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"autoOpen","changeable":true,"lowerBound":1,"iD":false,"id":380,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"resizable","changeable":true,"lowerBound":1,"iD":false,"id":381,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":200,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"200","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":1,"iD":false,"id":382,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":200,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"200","unsettable":false,"transient":false,"unique":true,"name":"minHeightResize","changeable":true,"lowerBound":1,"iD":false,"id":383,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":300,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"300","unsettable":false,"transient":false,"unique":true,"name":"maxHeightResize","changeable":true,"lowerBound":1,"iD":false,"id":384,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":300,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"300","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":1,"iD":false,"id":385,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":300,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"300","unsettable":false,"transient":false,"unique":true,"name":"minWidthResize","changeable":true,"lowerBound":1,"iD":false,"id":386,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":400,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"400","unsettable":false,"transient":false,"unique":true,"name":"maxWidthResize","changeable":true,"lowerBound":1,"iD":false,"id":387,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"buttons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"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":"showButtonImage","changeable":true,"lowerBound":0,"iD":false,"id":402,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"dd/mm/yy","unsettable":false,"transient":false,"unique":true,"name":"dateFormat","changeable":true,"lowerBound":1,"iD":false,"id":403,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"pt-BR","unsettable":false,"transient":false,"unique":true,"name":"locale","changeable":true,"lowerBound":1,"iD":false,"id":404,"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":"numberMonthsToShow","changeable":true,"lowerBound":1,"iD":false,"id":405,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"showMonthMenu","changeable":true,"lowerBound":1,"iD":false,"id":406,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"showYearMenu","changeable":true,"lowerBound":1,"iD":false,"id":407,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"showWeekOfYear","changeable":true,"lowerBound":1,"iD":false,"id":408,"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":"showButtonClosePanel","changeable":true,"lowerBound":1,"iD":false,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"name":"Default","id":420,"value":0,"literal":"dd/mm/yy","eClass":"EEnumLiteral"},{"name":"ISO8601","id":421,"value":1,"literal":"yy-mm-dd","eClass":"EEnumLiteral"},{"name":"Short","id":422,"value":2,"literal":"d M, y","eClass":"EEnumLiteral"},{"name":"Medium","id":423,"value":3,"literal":"d MM, y","eClass":"EEnumLiteral"},{"name":"Full","id":424,"value":4,"literal":"DD, d MM, yy","eClass":"EEnumLiteral"},{"name":"English_UK","id":425,"value":0,"literal":"en-GB","eClass":"EEnumLiteral"},{"name":"Spanish","id":426,"value":1,"literal":"es","eClass":"EEnumLiteral"},{"name":"German","id":427,"value":2,"literal":"de","eClass":"EEnumLiteral"},{"name":"Portuguese_Brazilian","id":428,"value":3,"literal":"pt-BR","eClass":"EEnumLiteral"},{"name":"Equals","id":429,"value":0,"literal":"==","eClass":"EEnumLiteral"},{"name":"GreaterThan","id":430,"value":1,"literal":">","eClass":"EEnumLiteral"},{"name":"LessThan","id":431,"value":2,"literal":"<","eClass":"EEnumLiteral"},{"name":"GreaterOrEqualsThan","id":432,"value":3,"literal":">=","eClass":"EEnumLiteral"},{"name":"LessOrEqualsThan","id":433,"value":4,"literal":"<=","eClass":"EEnumLiteral"},{"name":"Different","id":434,"value":5,"literal":"!=","eClass":"EEnumLiteral"},{"name":"Contains","id":435,"value":6,"literal":"contains","eClass":"EEnumLiteral"},{"name":"AND","id":436,"value":0,"literal":"and","eClass":"EEnumLiteral"},{"name":"OR","id":437,"value":1,"literal":"or","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"eq","unsettable":false,"transient":false,"unique":true,"name":"matchingOperator","changeable":true,"lowerBound":1,"iD":false,"id":438,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"matchingValue","changeable":true,"lowerBound":1,"iD":false,"id":439,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"and","unsettable":false,"transient":false,"unique":true,"name":"logicalOperator","changeable":true,"lowerBound":1,"iD":false,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"dd/mm/yy","unsettable":false,"transient":false,"unique":true,"name":"dateFormat","changeable":true,"lowerBound":1,"iD":false,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":450,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"html","unsettable":false,"transient":false,"unique":true,"name":"documentsExtension","changeable":true,"lowerBound":1,"iD":false,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"headerRegion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":452,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navigationRegion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":453,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextualNavigationRegion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"searchRegion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentRegion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":456,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"footerRegion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subsiteNavigation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inlineComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lineBreaks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"resolveProxies":true,"lowerBound":1,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Vertical","unsettable":false,"transient":false,"unique":true,"name":"orientation","changeable":true,"lowerBound":1,"iD":false,"id":476,"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":"linkGroups","changeable":true,"resolveProxies":true,"lowerBound":1,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"name":"Vertical","id":480,"value":0,"literal":"Vertical","eClass":"EEnumLiteral"},{"name":"Horizontal","id":481,"value":1,"literal":"Horizontal","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":"inlineComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":482,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blockLevelComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lineBreaks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"richWidgets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lists","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forms","changeable":true,"resolveProxies":true,"lowerBound":1,"id":496,"derived":false},{"id":497,"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":"documents","changeable":true,"resolveProxies":true,"lowerBound":1,"id":498,"derived":false},{"id":499,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":500,"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":"index","changeable":true,"lowerBound":1,"iD":false,"id":501,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"fileName","changeable":true,"lowerBound":1,"iD":false,"id":502,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inlineComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blockLevelComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":504,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lineBreaks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"richWidgets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":507,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lists","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":509,"derived":false},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inlineComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blockLevelComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":523,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lineBreaks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":524,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"richWidgets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listItemns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":534,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ArabicNumber","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"name":"ArabicNumber","id":539,"value":0,"literal":"ArabicNumber","eClass":"EEnumLiteral"},{"name":"LowerAlpha","id":540,"value":1,"literal":"LowerAlpha","eClass":"EEnumLiteral"},{"name":"UpperAlpha","id":541,"value":2,"literal":"UpperAlpha","eClass":"EEnumLiteral"},{"name":"LowerRoman","id":542,"value":3,"literal":"LowerRoman","eClass":"EEnumLiteral"},{"name":"UpperRoman","id":543,"value":4,"literal":"UpperRoman","eClass":"EEnumLiteral"},{"name":"none","id":544,"value":5,"literal":"none","eClass":"EEnumLiteral"},{"name":"disc","id":545,"value":0,"literal":"disc","eClass":"EEnumLiteral"},{"name":"circle","id":546,"value":1,"literal":"circle","eClass":"EEnumLiteral"},{"name":"square","id":547,"value":2,"literal":"square","eClass":"EEnumLiteral"},{"name":"none","id":548,"value":3,"literal":"none","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":549,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"None","unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":1,"iD":false,"id":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"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":"listItemns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":553,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"disc","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"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":"radios","changeable":true,"resolveProxies":true,"lowerBound":1,"id":558,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":559,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Horizontal","unsettable":false,"transient":false,"unique":true,"name":"orientation","changeable":true,"lowerBound":1,"iD":false,"id":560,"derived":false},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"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":"checks","changeable":true,"resolveProxies":true,"lowerBound":1,"id":564,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":565,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Horizontal","unsettable":false,"transient":false,"unique":true,"name":"orientation","changeable":true,"lowerBound":1,"iD":false,"id":566,"derived":false},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":570,"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":"links","changeable":true,"resolveProxies":true,"lowerBound":1,"id":571,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"linkGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":572,"derived":false},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"name":"html","id":576,"value":0,"literal":"html","eClass":"EEnumLiteral"},{"name":"xhtml","id":577,"value":1,"literal":"xhtml","eClass":"EEnumLiteral"},{"name":"jsp","id":578,"value":2,"literal":"jsp","eClass":"EEnumLiteral"},{"name":"php","id":579,"value":3,"literal":"php","eClass":"EEnumLiteral"},{"name":"asp","id":580,"value":4,"literal":"asp","eClass":"EEnumLiteral"},{"name":"left","id":581,"value":0,"literal":"left","eClass":"EEnumLiteral"},{"name":"right","id":582,"value":1,"literal":"right","eClass":"EEnumLiteral"},{"name":"center","id":583,"value":2,"literal":"center","eClass":"EEnumLiteral"},{"name":"bottom","id":584,"value":3,"literal":"bottom","eClass":"EEnumLiteral"},{"name":"top","id":585,"value":4,"literal":"top","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":"label","changeable":true,"lowerBound":1,"iD":false,"id":586,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"closeDialog","unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"lowerBound":1,"iD":false,"id":587,"derived":false},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"name":"closeDialog","id":590,"value":0,"literal":"closeDialog","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":1,"target":0},{"source":1,"target":76},{"source":76,"target":77},{"source":76,"target":1},{"source":2,"target":0},{"source":2,"target":78},{"source":78,"target":79},{"source":78,"target":2},{"source":3,"target":0},{"source":3,"target":80},{"source":80,"target":7},{"source":80,"target":81},{"source":80,"target":3},{"source":81,"target":7},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":2},{"source":4,"target":3},{"source":4,"target":82},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":85},{"source":4,"target":86},{"source":4,"target":87},{"source":4,"target":88},{"source":4,"target":89},{"source":4,"target":90},{"source":4,"target":91},{"source":4,"target":92},{"source":82,"target":93},{"source":82,"target":4},{"source":83,"target":94},{"source":83,"target":4},{"source":84,"target":20},{"source":84,"target":95},{"source":84,"target":4},{"source":95,"target":20},{"source":85,"target":29},{"source":85,"target":96},{"source":85,"target":4},{"source":96,"target":29},{"source":86,"target":49},{"source":86,"target":97},{"source":86,"target":4},{"source":97,"target":49},{"source":87,"target":50},{"source":87,"target":98},{"source":87,"target":4},{"source":98,"target":50},{"source":88,"target":51},{"source":88,"target":99},{"source":88,"target":4},{"source":99,"target":51},{"source":89,"target":52},{"source":89,"target":100},{"source":89,"target":4},{"source":100,"target":52},{"source":90,"target":1},{"source":91,"target":2},{"source":92,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":101},{"source":5,"target":102},{"source":5,"target":103},{"source":5,"target":104},{"source":101,"target":6},{"source":101,"target":105},{"source":101,"target":5},{"source":105,"target":6},{"source":102,"target":106},{"source":102,"target":5},{"source":103,"target":107},{"source":103,"target":5},{"source":104,"target":4},{"source":6,"target":0},{"source":6,"target":108},{"source":6,"target":109},{"source":6,"target":110},{"source":108,"target":6},{"source":109,"target":6},{"source":110,"target":6},{"source":7,"target":0},{"source":7,"target":111},{"source":7,"target":112},{"source":111,"target":8},{"source":111,"target":113},{"source":111,"target":7},{"source":113,"target":8},{"source":112,"target":9},{"source":112,"target":114},{"source":112,"target":7},{"source":114,"target":9},{"source":8,"target":0},{"source":8,"target":115},{"source":8,"target":116},{"source":8,"target":117},{"source":8,"target":118},{"source":8,"target":119},{"source":8,"target":120},{"source":8,"target":121},{"source":8,"target":122},{"source":8,"target":123},{"source":8,"target":124},{"source":8,"target":125},{"source":8,"target":126},{"source":8,"target":127},{"source":8,"target":128},{"source":8,"target":129},{"source":8,"target":130},{"source":8,"target":131},{"source":8,"target":132},{"source":115,"target":8},{"source":116,"target":8},{"source":117,"target":8},{"source":118,"target":8},{"source":119,"target":8},{"source":120,"target":8},{"source":121,"target":8},{"source":122,"target":8},{"source":123,"target":8},{"source":124,"target":8},{"source":125,"target":8},{"source":126,"target":8},{"source":127,"target":8},{"source":128,"target":8},{"source":129,"target":8},{"source":130,"target":8},{"source":131,"target":8},{"source":132,"target":8},{"source":9,"target":0},{"source":9,"target":133},{"source":9,"target":134},{"source":9,"target":135},{"source":133,"target":136},{"source":133,"target":9},{"source":134,"target":10},{"source":134,"target":137},{"source":134,"target":9},{"source":137,"target":10},{"source":135,"target":138},{"source":135,"target":9},{"source":10,"target":0},{"source":10,"target":139},{"source":10,"target":140},{"source":10,"target":141},{"source":139,"target":10},{"source":140,"target":10},{"source":141,"target":10},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":2},{"source":11,"target":3},{"source":11,"target":142},{"source":11,"target":143},{"source":11,"target":144},{"source":11,"target":145},{"source":11,"target":146},{"source":11,"target":147},{"source":11,"target":148},{"source":11,"target":149},{"source":11,"target":150},{"source":142,"target":151},{"source":142,"target":11},{"source":143,"target":61},{"source":143,"target":152},{"source":143,"target":11},{"source":152,"target":61},{"source":144,"target":12},{"source":144,"target":153},{"source":144,"target":11},{"source":153,"target":12},{"source":145,"target":21},{"source":145,"target":154},{"source":145,"target":11},{"source":154,"target":21},{"source":146,"target":27},{"source":146,"target":155},{"source":146,"target":11},{"source":155,"target":27},{"source":147,"target":28},{"source":147,"target":156},{"source":147,"target":11},{"source":156,"target":28},{"source":148,"target":1},{"source":149,"target":2},{"source":150,"target":3},{"source":12,"target":0},{"source":12,"target":157},{"source":12,"target":158},{"source":157,"target":12},{"source":158,"target":12},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":159},{"source":13,"target":160},{"source":13,"target":161},{"source":13,"target":162},{"source":13,"target":163},{"source":159,"target":164},{"source":159,"target":13},{"source":160,"target":165},{"source":160,"target":13},{"source":161,"target":166},{"source":161,"target":13},{"source":162,"target":167},{"source":162,"target":13},{"source":163,"target":4},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":168},{"source":14,"target":169},{"source":14,"target":170},{"source":14,"target":171},{"source":168,"target":172},{"source":168,"target":14},{"source":169,"target":173},{"source":169,"target":14},{"source":170,"target":174},{"source":170,"target":14},{"source":171,"target":4},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":175},{"source":15,"target":176},{"source":15,"target":177},{"source":15,"target":178},{"source":175,"target":179},{"source":175,"target":15},{"source":176,"target":180},{"source":176,"target":15},{"source":177,"target":181},{"source":177,"target":15},{"source":178,"target":4},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":182},{"source":16,"target":183},{"source":182,"target":184},{"source":182,"target":16},{"source":183,"target":4},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":185},{"source":17,"target":186},{"source":185,"target":187},{"source":185,"target":17},{"source":186,"target":4},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":188},{"source":18,"target":189},{"source":18,"target":190},{"source":18,"target":191},{"source":188,"target":19},{"source":188,"target":192},{"source":188,"target":18},{"source":192,"target":19},{"source":189,"target":193},{"source":189,"target":18},{"source":190,"target":194},{"source":190,"target":18},{"source":191,"target":4},{"source":19,"target":0},{"source":19,"target":195},{"source":19,"target":196},{"source":19,"target":197},{"source":195,"target":198},{"source":195,"target":19},{"source":196,"target":199},{"source":196,"target":19},{"source":197,"target":200},{"source":197,"target":19},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":2},{"source":20,"target":201},{"source":20,"target":202},{"source":20,"target":203},{"source":20,"target":204},{"source":20,"target":205},{"source":201,"target":206},{"source":201,"target":20},{"source":202,"target":30},{"source":202,"target":207},{"source":202,"target":20},{"source":207,"target":30},{"source":203,"target":7},{"source":203,"target":208},{"source":203,"target":20},{"source":208,"target":7},{"source":204,"target":1},{"source":205,"target":2},{"source":21,"target":0},{"source":21,"target":3},{"source":21,"target":1},{"source":21,"target":2},{"source":21,"target":209},{"source":21,"target":210},{"source":21,"target":211},{"source":21,"target":212},{"source":21,"target":213},{"source":21,"target":214},{"source":21,"target":215},{"source":21,"target":216},{"source":21,"target":217},{"source":209,"target":218},{"source":209,"target":21},{"source":210,"target":73},{"source":210,"target":219},{"source":210,"target":21},{"source":219,"target":73},{"source":211,"target":30},{"source":211,"target":220},{"source":211,"target":21},{"source":220,"target":30},{"source":212,"target":4},{"source":212,"target":221},{"source":212,"target":21},{"source":221,"target":4},{"source":213,"target":69},{"source":213,"target":222},{"source":213,"target":21},{"source":222,"target":69},{"source":214,"target":70},{"source":214,"target":223},{"source":214,"target":21},{"source":223,"target":70},{"source":215,"target":3},{"source":216,"target":1},{"source":217,"target":2},{"source":22,"target":0},{"source":22,"target":2},{"source":22,"target":1},{"source":22,"target":3},{"source":22,"target":27},{"source":22,"target":224},{"source":22,"target":225},{"source":22,"target":226},{"source":22,"target":227},{"source":22,"target":228},{"source":22,"target":229},{"source":22,"target":230},{"source":22,"target":231},{"source":22,"target":232},{"source":22,"target":233},{"source":22,"target":234},{"source":224,"target":23},{"source":224,"target":235},{"source":224,"target":22},{"source":235,"target":23},{"source":225,"target":35},{"source":225,"target":236},{"source":225,"target":22},{"source":236,"target":35},{"source":226,"target":32},{"source":226,"target":237},{"source":226,"target":22},{"source":237,"target":32},{"source":227,"target":37},{"source":227,"target":238},{"source":227,"target":22},{"source":238,"target":37},{"source":228,"target":63},{"source":228,"target":239},{"source":228,"target":22},{"source":239,"target":63},{"source":229,"target":11},{"source":229,"target":240},{"source":229,"target":22},{"source":240,"target":11},{"source":230,"target":21},{"source":230,"target":241},{"source":230,"target":22},{"source":241,"target":21},{"source":231,"target":2},{"source":232,"target":1},{"source":233,"target":3},{"source":234,"target":27},{"source":23,"target":0},{"source":23,"target":242},{"source":23,"target":243},{"source":23,"target":244},{"source":23,"target":245},{"source":242,"target":23},{"source":243,"target":23},{"source":244,"target":23},{"source":245,"target":23},{"source":24,"target":0},{"source":24,"target":2},{"source":24,"target":1},{"source":24,"target":3},{"source":24,"target":28},{"source":24,"target":246},{"source":24,"target":247},{"source":24,"target":248},{"source":24,"target":249},{"source":24,"target":250},{"source":246,"target":23},{"source":246,"target":251},{"source":246,"target":24},{"source":251,"target":23},{"source":247,"target":2},{"source":248,"target":1},{"source":249,"target":3},{"source":250,"target":28},{"source":25,"target":0},{"source":25,"target":2},{"source":25,"target":1},{"source":25,"target":3},{"source":25,"target":28},{"source":25,"target":252},{"source":25,"target":253},{"source":25,"target":254},{"source":25,"target":255},{"source":25,"target":256},{"source":252,"target":26},{"source":252,"target":257},{"source":252,"target":25},{"source":257,"target":26},{"source":253,"target":2},{"source":254,"target":1},{"source":255,"target":3},{"source":256,"target":28},{"source":26,"target":0},{"source":26,"target":258},{"source":26,"target":259},{"source":26,"target":260},{"source":26,"target":261},{"source":26,"target":262},{"source":26,"target":263},{"source":258,"target":26},{"source":259,"target":26},{"source":260,"target":26},{"source":261,"target":26},{"source":262,"target":26},{"source":263,"target":26},{"source":27,"target":0},{"source":27,"target":264},{"source":27,"target":265},{"source":264,"target":27},{"source":264,"target":266},{"source":264,"target":27},{"source":266,"target":27},{"source":265,"target":28},{"source":265,"target":267},{"source":265,"target":27},{"source":267,"target":28},{"source":28,"target":0},{"source":28,"target":268},{"source":28,"target":269},{"source":268,"target":28},{"source":268,"target":270},{"source":268,"target":28},{"source":270,"target":28},{"source":269,"target":271},{"source":269,"target":28},{"source":29,"target":0},{"source":29,"target":1},{"source":29,"target":2},{"source":29,"target":3},{"source":29,"target":28},{"source":29,"target":272},{"source":29,"target":273},{"source":29,"target":274},{"source":29,"target":275},{"source":29,"target":276},{"source":29,"target":277},{"source":272,"target":30},{"source":272,"target":278},{"source":272,"target":29},{"source":278,"target":30},{"source":273,"target":279},{"source":273,"target":29},{"source":274,"target":1},{"source":275,"target":2},{"source":276,"target":3},{"source":277,"target":28},{"source":30,"target":0},{"source":30,"target":280},{"source":30,"target":281},{"source":30,"target":282},{"source":30,"target":283},{"source":30,"target":284},{"source":30,"target":285},{"source":30,"target":286},{"source":30,"target":287},{"source":30,"target":288},{"source":30,"target":289},{"source":30,"target":290},{"source":280,"target":30},{"source":281,"target":30},{"source":282,"target":30},{"source":283,"target":30},{"source":284,"target":30},{"source":285,"target":30},{"source":286,"target":30},{"source":287,"target":30},{"source":288,"target":30},{"source":289,"target":30},{"source":290,"target":30},{"source":31,"target":0},{"source":31,"target":2},{"source":31,"target":1},{"source":31,"target":28},{"source":31,"target":3},{"source":31,"target":291},{"source":31,"target":292},{"source":31,"target":293},{"source":31,"target":294},{"source":31,"target":295},{"source":291,"target":23},{"source":291,"target":296},{"source":291,"target":31},{"source":296,"target":23},{"source":292,"target":2},{"source":293,"target":1},{"source":294,"target":28},{"source":295,"target":3},{"source":32,"target":0},{"source":32,"target":2},{"source":32,"target":1},{"source":32,"target":297},{"source":32,"target":298},{"source":297,"target":2},{"source":298,"target":1},{"source":33,"target":0},{"source":33,"target":2},{"source":33,"target":3},{"source":33,"target":1},{"source":33,"target":28},{"source":33,"target":299},{"source":33,"target":300},{"source":33,"target":301},{"source":33,"target":302},{"source":33,"target":303},{"source":33,"target":304},{"source":299,"target":305},{"source":299,"target":33},{"source":300,"target":61},{"source":300,"target":306},{"source":300,"target":33},{"source":306,"target":61},{"source":301,"target":2},{"source":302,"target":3},{"source":303,"target":1},{"source":304,"target":28},{"source":34,"target":0},{"source":34,"target":2},{"source":34,"target":3},{"source":34,"target":1},{"source":34,"target":35},{"source":34,"target":307},{"source":34,"target":308},{"source":34,"target":309},{"source":34,"target":310},{"source":34,"target":311},{"source":34,"target":312},{"source":307,"target":313},{"source":307,"target":34},{"source":308,"target":314},{"source":308,"target":34},{"source":309,"target":2},{"source":310,"target":3},{"source":311,"target":1},{"source":312,"target":35},{"source":35,"target":0},{"source":35,"target":315},{"source":35,"target":316},{"source":35,"target":317},{"source":35,"target":318},{"source":35,"target":319},{"source":35,"target":320},{"source":315,"target":36},{"source":315,"target":321},{"source":315,"target":35},{"source":321,"target":36},{"source":316,"target":322},{"source":316,"target":35},{"source":317,"target":323},{"source":317,"target":35},{"source":318,"target":324},{"source":318,"target":35},{"source":319,"target":325},{"source":319,"target":35},{"source":320,"target":326},{"source":320,"target":35},{"source":36,"target":0},{"source":36,"target":327},{"source":36,"target":328},{"source":36,"target":329},{"source":36,"target":330},{"source":36,"target":331},{"source":36,"target":332},{"source":36,"target":333},{"source":36,"target":334},{"source":36,"target":335},{"source":36,"target":336},{"source":327,"target":36},{"source":328,"target":36},{"source":329,"target":36},{"source":330,"target":36},{"source":331,"target":36},{"source":332,"target":36},{"source":333,"target":36},{"source":334,"target":36},{"source":335,"target":36},{"source":336,"target":36},{"source":37,"target":0},{"source":37,"target":2},{"source":37,"target":1},{"source":37,"target":337},{"source":37,"target":338},{"source":337,"target":2},{"source":338,"target":1},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":339},{"source":38,"target":340},{"source":339,"target":39},{"source":339,"target":341},{"source":339,"target":38},{"source":341,"target":39},{"source":340,"target":37},{"source":39,"target":0},{"source":39,"target":342},{"source":39,"target":343},{"source":39,"target":344},{"source":39,"target":345},{"source":39,"target":346},{"source":39,"target":347},{"source":39,"target":348},{"source":39,"target":349},{"source":342,"target":350},{"source":342,"target":39},{"source":343,"target":28},{"source":343,"target":351},{"source":343,"target":39},{"source":351,"target":28},{"source":344,"target":27},{"source":344,"target":352},{"source":344,"target":39},{"source":352,"target":27},{"source":345,"target":35},{"source":345,"target":353},{"source":345,"target":39},{"source":353,"target":35},{"source":346,"target":32},{"source":346,"target":354},{"source":346,"target":39},{"source":354,"target":32},{"source":347,"target":37},{"source":347,"target":355},{"source":347,"target":39},{"source":355,"target":37},{"source":348,"target":63},{"source":348,"target":356},{"source":348,"target":39},{"source":356,"target":63},{"source":349,"target":11},{"source":349,"target":357},{"source":349,"target":39},{"source":357,"target":11},{"source":40,"target":0},{"source":40,"target":37},{"source":40,"target":358},{"source":40,"target":359},{"source":358,"target":41},{"source":358,"target":360},{"source":358,"target":40},{"source":360,"target":41},{"source":359,"target":37},{"source":41,"target":0},{"source":41,"target":361},{"source":41,"target":362},{"source":41,"target":363},{"source":41,"target":364},{"source":41,"target":365},{"source":41,"target":366},{"source":41,"target":367},{"source":41,"target":368},{"source":361,"target":369},{"source":361,"target":41},{"source":362,"target":28},{"source":362,"target":370},{"source":362,"target":41},{"source":370,"target":28},{"source":363,"target":27},{"source":363,"target":371},{"source":363,"target":41},{"source":371,"target":27},{"source":364,"target":35},{"source":364,"target":372},{"source":364,"target":41},{"source":372,"target":35},{"source":365,"target":32},{"source":365,"target":373},{"source":365,"target":41},{"source":373,"target":32},{"source":366,"target":37},{"source":366,"target":374},{"source":366,"target":41},{"source":374,"target":37},{"source":367,"target":63},{"source":367,"target":375},{"source":367,"target":41},{"source":375,"target":63},{"source":368,"target":11},{"source":368,"target":376},{"source":368,"target":41},{"source":376,"target":11},{"source":42,"target":0},{"source":42,"target":37},{"source":42,"target":377},{"source":42,"target":378},{"source":42,"target":379},{"source":42,"target":380},{"source":42,"target":381},{"source":42,"target":382},{"source":42,"target":383},{"source":42,"target":384},{"source":42,"target":385},{"source":42,"target":386},{"source":42,"target":387},{"source":42,"target":388},{"source":42,"target":389},{"source":377,"target":390},{"source":377,"target":42},{"source":378,"target":391},{"source":378,"target":42},{"source":379,"target":392},{"source":379,"target":42},{"source":380,"target":393},{"source":380,"target":42},{"source":381,"target":394},{"source":381,"target":42},{"source":382,"target":395},{"source":382,"target":42},{"source":383,"target":396},{"source":383,"target":42},{"source":384,"target":397},{"source":384,"target":42},{"source":385,"target":398},{"source":385,"target":42},{"source":386,"target":399},{"source":386,"target":42},{"source":387,"target":400},{"source":387,"target":42},{"source":388,"target":74},{"source":388,"target":401},{"source":388,"target":42},{"source":401,"target":74},{"source":389,"target":37},{"source":43,"target":0},{"source":43,"target":37},{"source":43,"target":13},{"source":43,"target":402},{"source":43,"target":403},{"source":43,"target":404},{"source":43,"target":405},{"source":43,"target":406},{"source":43,"target":407},{"source":43,"target":408},{"source":43,"target":409},{"source":43,"target":410},{"source":43,"target":411},{"source":402,"target":412},{"source":402,"target":43},{"source":403,"target":44},{"source":403,"target":413},{"source":403,"target":43},{"source":413,"target":44},{"source":404,"target":45},{"source":404,"target":414},{"source":404,"target":43},{"source":414,"target":45},{"source":405,"target":415},{"source":405,"target":43},{"source":406,"target":416},{"source":406,"target":43},{"source":407,"target":417},{"source":407,"target":43},{"source":408,"target":418},{"source":408,"target":43},{"source":409,"target":419},{"source":409,"target":43},{"source":410,"target":37},{"source":411,"target":13},{"source":44,"target":0},{"source":44,"target":420},{"source":44,"target":421},{"source":44,"target":422},{"source":44,"target":423},{"source":44,"target":424},{"source":420,"target":44},{"source":421,"target":44},{"source":422,"target":44},{"source":423,"target":44},{"source":424,"target":44},{"source":45,"target":0},{"source":45,"target":425},{"source":45,"target":426},{"source":45,"target":427},{"source":45,"target":428},{"source":425,"target":45},{"source":426,"target":45},{"source":427,"target":45},{"source":428,"target":45},{"source":46,"target":0},{"source":46,"target":429},{"source":46,"target":430},{"source":46,"target":431},{"source":46,"target":432},{"source":46,"target":433},{"source":46,"target":434},{"source":46,"target":435},{"source":429,"target":46},{"source":430,"target":46},{"source":431,"target":46},{"source":432,"target":46},{"source":433,"target":46},{"source":434,"target":46},{"source":435,"target":46},{"source":47,"target":0},{"source":47,"target":436},{"source":47,"target":437},{"source":436,"target":47},{"source":437,"target":47},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":48},{"source":49,"target":438},{"source":49,"target":439},{"source":49,"target":440},{"source":49,"target":441},{"source":438,"target":46},{"source":438,"target":442},{"source":438,"target":49},{"source":442,"target":46},{"source":439,"target":443},{"source":439,"target":49},{"source":440,"target":47},{"source":440,"target":444},{"source":440,"target":49},{"source":444,"target":47},{"source":441,"target":48},{"source":50,"target":0},{"source":50,"target":48},{"source":50,"target":445},{"source":445,"target":48},{"source":51,"target":0},{"source":51,"target":48},{"source":51,"target":446},{"source":446,"target":48},{"source":52,"target":0},{"source":52,"target":48},{"source":52,"target":447},{"source":52,"target":448},{"source":447,"target":44},{"source":447,"target":449},{"source":447,"target":52},{"source":449,"target":44},{"source":448,"target":48},{"source":53,"target":0},{"source":53,"target":450},{"source":53,"target":451},{"source":53,"target":452},{"source":53,"target":453},{"source":53,"target":454},{"source":53,"target":455},{"source":53,"target":456},{"source":53,"target":457},{"source":450,"target":458},{"source":450,"target":53},{"source":451,"target":72},{"source":451,"target":459},{"source":451,"target":53},{"source":459,"target":72},{"source":452,"target":54},{"source":452,"target":460},{"source":452,"target":53},{"source":460,"target":54},{"source":453,"target":56},{"source":453,"target":461},{"source":453,"target":53},{"source":461,"target":56},{"source":454,"target":58},{"source":454,"target":462},{"source":454,"target":53},{"source":462,"target":58},{"source":455,"target":59},{"source":455,"target":463},{"source":455,"target":53},{"source":463,"target":59},{"source":456,"target":60},{"source":456,"target":464},{"source":456,"target":53},{"source":464,"target":60},{"source":457,"target":62},{"source":457,"target":465},{"source":457,"target":53},{"source":465,"target":62},{"source":54,"target":0},{"source":54,"target":466},{"source":54,"target":467},{"source":54,"target":468},{"source":54,"target":469},{"source":466,"target":55},{"source":466,"target":470},{"source":466,"target":54},{"source":470,"target":55},{"source":467,"target":56},{"source":467,"target":471},{"source":467,"target":54},{"source":471,"target":56},{"source":468,"target":28},{"source":468,"target":472},{"source":468,"target":54},{"source":472,"target":28},{"source":469,"target":32},{"source":469,"target":473},{"source":469,"target":54},{"source":473,"target":32},{"source":55,"target":0},{"source":55,"target":474},{"source":474,"target":34},{"source":474,"target":475},{"source":474,"target":55},{"source":475,"target":34},{"source":56,"target":0},{"source":56,"target":476},{"source":56,"target":477},{"source":476,"target":57},{"source":476,"target":478},{"source":476,"target":56},{"source":478,"target":57},{"source":477,"target":71},{"source":477,"target":479},{"source":477,"target":56},{"source":479,"target":71},{"source":57,"target":0},{"source":57,"target":480},{"source":57,"target":481},{"source":480,"target":57},{"source":481,"target":57},{"source":58,"target":0},{"source":58,"target":482},{"source":58,"target":483},{"source":58,"target":484},{"source":58,"target":485},{"source":58,"target":486},{"source":58,"target":487},{"source":58,"target":488},{"source":482,"target":28},{"source":482,"target":489},{"source":482,"target":58},{"source":489,"target":28},{"source":483,"target":27},{"source":483,"target":490},{"source":483,"target":58},{"source":490,"target":27},{"source":484,"target":35},{"source":484,"target":491},{"source":484,"target":58},{"source":491,"target":35},{"source":485,"target":32},{"source":485,"target":492},{"source":485,"target":58},{"source":492,"target":32},{"source":486,"target":37},{"source":486,"target":493},{"source":486,"target":58},{"source":493,"target":37},{"source":487,"target":63},{"source":487,"target":494},{"source":487,"target":58},{"source":494,"target":63},{"source":488,"target":11},{"source":488,"target":495},{"source":488,"target":58},{"source":495,"target":11},{"source":59,"target":0},{"source":59,"target":496},{"source":496,"target":11},{"source":496,"target":497},{"source":496,"target":59},{"source":497,"target":11},{"source":60,"target":0},{"source":60,"target":498},{"source":498,"target":61},{"source":498,"target":499},{"source":498,"target":60},{"source":499,"target":61},{"source":61,"target":0},{"source":61,"target":3},{"source":61,"target":500},{"source":61,"target":501},{"source":61,"target":502},{"source":61,"target":503},{"source":61,"target":504},{"source":61,"target":505},{"source":61,"target":506},{"source":61,"target":507},{"source":61,"target":508},{"source":61,"target":509},{"source":61,"target":510},{"source":500,"target":511},{"source":500,"target":61},{"source":501,"target":512},{"source":501,"target":61},{"source":502,"target":513},{"source":502,"target":61},{"source":503,"target":28},{"source":503,"target":514},{"source":503,"target":61},{"source":514,"target":28},{"source":504,"target":27},{"source":504,"target":515},{"source":504,"target":61},{"source":515,"target":27},{"source":505,"target":35},{"source":505,"target":516},{"source":505,"target":61},{"source":516,"target":35},{"source":506,"target":32},{"source":506,"target":517},{"source":506,"target":61},{"source":517,"target":32},{"source":507,"target":37},{"source":507,"target":518},{"source":507,"target":61},{"source":518,"target":37},{"source":508,"target":63},{"source":508,"target":519},{"source":508,"target":61},{"source":519,"target":63},{"source":509,"target":11},{"source":509,"target":520},{"source":509,"target":61},{"source":520,"target":11},{"source":510,"target":3},{"source":62,"target":0},{"source":62,"target":521},{"source":62,"target":522},{"source":62,"target":523},{"source":62,"target":524},{"source":62,"target":525},{"source":521,"target":28},{"source":521,"target":526},{"source":521,"target":62},{"source":526,"target":28},{"source":522,"target":27},{"source":522,"target":527},{"source":522,"target":62},{"source":527,"target":27},{"source":523,"target":35},{"source":523,"target":528},{"source":523,"target":62},{"source":528,"target":35},{"source":524,"target":32},{"source":524,"target":529},{"source":524,"target":62},{"source":529,"target":32},{"source":525,"target":37},{"source":525,"target":530},{"source":525,"target":62},{"source":530,"target":37},{"source":63,"target":0},{"source":63,"target":2},{"source":63,"target":3},{"source":63,"target":1},{"source":63,"target":531},{"source":63,"target":532},{"source":63,"target":533},{"source":531,"target":2},{"source":532,"target":3},{"source":533,"target":1},{"source":64,"target":0},{"source":64,"target":63},{"source":64,"target":534},{"source":64,"target":535},{"source":64,"target":536},{"source":534,"target":67},{"source":534,"target":537},{"source":534,"target":64},{"source":537,"target":67},{"source":535,"target":65},{"source":535,"target":538},{"source":535,"target":64},{"source":538,"target":65},{"source":536,"target":63},{"source":65,"target":0},{"source":65,"target":539},{"source":65,"target":540},{"source":65,"target":541},{"source":65,"target":542},{"source":65,"target":543},{"source":65,"target":544},{"source":539,"target":65},{"source":540,"target":65},{"source":541,"target":65},{"source":542,"target":65},{"source":543,"target":65},{"source":544,"target":65},{"source":66,"target":0},{"source":66,"target":545},{"source":66,"target":546},{"source":66,"target":547},{"source":66,"target":548},{"source":545,"target":66},{"source":546,"target":66},{"source":547,"target":66},{"source":548,"target":66},{"source":67,"target":0},{"source":67,"target":549},{"source":67,"target":550},{"source":549,"target":551},{"source":549,"target":67},{"source":550,"target":30},{"source":550,"target":552},{"source":550,"target":67},{"source":552,"target":30},{"source":68,"target":0},{"source":68,"target":63},{"source":68,"target":553},{"source":68,"target":554},{"source":68,"target":555},{"source":553,"target":67},{"source":553,"target":556},{"source":553,"target":68},{"source":556,"target":67},{"source":554,"target":66},{"source":554,"target":557},{"source":554,"target":68},{"source":557,"target":66},{"source":555,"target":63},{"source":69,"target":0},{"source":69,"target":558},{"source":69,"target":559},{"source":69,"target":560},{"source":558,"target":17},{"source":558,"target":561},{"source":558,"target":69},{"source":561,"target":17},{"source":559,"target":20},{"source":559,"target":562},{"source":559,"target":69},{"source":562,"target":20},{"source":560,"target":57},{"source":560,"target":563},{"source":560,"target":69},{"source":563,"target":57},{"source":70,"target":0},{"source":70,"target":564},{"source":70,"target":565},{"source":70,"target":566},{"source":564,"target":16},{"source":564,"target":567},{"source":564,"target":70},{"source":567,"target":16},{"source":565,"target":20},{"source":565,"target":568},{"source":565,"target":70},{"source":568,"target":20},{"source":566,"target":57},{"source":566,"target":569},{"source":566,"target":70},{"source":569,"target":57},{"source":71,"target":0},{"source":71,"target":570},{"source":71,"target":571},{"source":71,"target":572},{"source":570,"target":573},{"source":570,"target":71},{"source":571,"target":33},{"source":571,"target":574},{"source":571,"target":71},{"source":574,"target":33},{"source":572,"target":71},{"source":572,"target":575},{"source":572,"target":71},{"source":575,"target":71},{"source":72,"target":0},{"source":72,"target":576},{"source":72,"target":577},{"source":72,"target":578},{"source":72,"target":579},{"source":72,"target":580},{"source":576,"target":72},{"source":577,"target":72},{"source":578,"target":72},{"source":579,"target":72},{"source":580,"target":72},{"source":73,"target":0},{"source":73,"target":581},{"source":73,"target":582},{"source":73,"target":583},{"source":73,"target":584},{"source":73,"target":585},{"source":581,"target":73},{"source":582,"target":73},{"source":583,"target":73},{"source":584,"target":73},{"source":585,"target":73},{"source":74,"target":0},{"source":74,"target":586},{"source":74,"target":587},{"source":586,"target":588},{"source":586,"target":74},{"source":587,"target":75},{"source":587,"target":589},{"source":587,"target":74},{"source":589,"target":75},{"source":75,"target":0},{"source":75,"target":590},{"source":590,"target":75}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/mde-subtyping/web/subtyping.sm.atl/extended/binding0_reuse_mm.ecore
sm sm_StateMachine sm_State sm_Transition event Event name sm_Boolean boolean boolean sm_Integer int int sm_String java.lang.String java.lang.String StateMachine name initial final nodes edges State name subMachines Transition name source target Boolean boolean boolean Integer int int String java.lang.String java.lang.String
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sm" nsURI="fma.subtyping.sm" nsPrefix="sm.concepts"> <eClassifiers xsi:type="ecore:EClass" name="sm_StateMachine" eSuperTypes="#//StateMachine"> <eAnnotations source="http://class/subtypePrefix"> <details key="subtyping_operand" value="subtype"/> </eAnnotations> <eAnnotations source="http://class/name"> <details key="name" value="StateMachine"/> </eAnnotations> <eAnnotations source="http://package/name"> <details key="package" value="sm"/> </eAnnotations> <eAnnotations source="http://class/subTypeOf"> <details key="subtype_of" value="StateMachine"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="sm_State" eSuperTypes="#//State"> <eAnnotations source="http://class/subtypePrefix"> <details key="subtyping_operand" value="subtype"/> </eAnnotations> <eAnnotations source="http://class/name"> <details key="name" value="State"/> </eAnnotations> <eAnnotations source="http://package/name"> <details key="package" value="sm"/> </eAnnotations> <eAnnotations source="http://class/subTypeOf"> <details key="subtype_of" value="State"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="sm_Transition" eSuperTypes="#//Transition"> <eAnnotations source="http://class/subtypePrefix"> <details key="subtyping_operand" value="subtype"/> </eAnnotations> <eAnnotations source="http://class/name"> <details key="name" value="Transition"/> </eAnnotations> <eAnnotations source="http://package/name"> <details key="package" value="sm"/> </eAnnotations> <eAnnotations source="http://class/subTypeOf"> <details key="subtype_of" value="Transition"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="event" lowerBound="1" eType="#//Event" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event"> <eAnnotations source="http://class/subtypePrefix"> <details key="subtyping_operand" value="subtype"/> </eAnnotations> <eAnnotations source="http://class/name"> <details key="name" value="Event"/> </eAnnotations> <eAnnotations source="http://package/name"> <details key="package" value="sm"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//sm_String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="sm_Boolean" instanceClassName="boolean"> <eAnnotations source="http://class/subtypePrefix"> <details key="subtyping_operand" value="subtype"/> </eAnnotations> <eAnnotations source="http://class/name"> <details key="name" value="Boolean"/> </eAnnotations> <eAnnotations source="http://package/name"> <details key="package" value="sm"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="sm_Integer" instanceClassName="int"> <eAnnotations source="http://class/subtypePrefix"> <details key="subtyping_operand" value="subtype"/> </eAnnotations> <eAnnotations source="http://class/name"> <details key="name" value="Integer"/> </eAnnotations> <eAnnotations source="http://package/name"> <details key="package" value="sm"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="sm_String" instanceClassName="java.lang.String"> <eAnnotations source="http://class/subtypePrefix"> <details key="subtyping_operand" value="subtype"/> </eAnnotations> <eAnnotations source="http://class/name"> <details key="name" value="String"/> </eAnnotations> <eAnnotations source="http://package/name"> <details key="package" value="sm"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eAnnotations source="http://class/name"> <details key="name" value="StateMachine"/> </eAnnotations> <eAnnotations source="http://package/name"> <details key="package" value="sm"/> </eAnnotations> <eAnnotations source="http://class/superTypeOf"> <details key="supertype_of" value="sm_StateMachine"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initial" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="final" upperBound="-1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eAnnotations source="http://class/name"> <details key="name" value="State"/> </eAnnotations> <eAnnotations source="http://package/name"> <details key="package" value="sm"/> </eAnnotations> <eAnnotations source="http://class/superTypeOf"> <details key="supertype_of" value="sm_State"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subMachines" upperBound="-1" eType="#//StateMachine" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eAnnotations source="http://class/name"> <details key="name" value="Transition"/> </eAnnotations> <eAnnotations source="http://package/name"> <details key="package" value="sm"/> </eAnnotations> <eAnnotations source="http://class/superTypeOf"> <details key="supertype_of" value="sm_Transition"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"> <eAnnotations source="http://class/name"> <details key="name" value="Boolean"/> </eAnnotations> <eAnnotations source="http://package/name"> <details key="package" value="sm"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"> <eAnnotations source="http://class/name"> <details key="name" value="Integer"/> </eAnnotations> <eAnnotations source="http://package/name"> <details key="package" value="sm"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"> <eAnnotations source="http://class/name"> <details key="name" value="String"/> </eAnnotations> <eAnnotations source="http://package/name"> <details key="package" value="sm"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"sm.concepts","nsURI":"fma.subtyping.sm","name":"sm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"sm_StateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"sm_State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"sm_Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"sm_Boolean","instanceClass":"boolean","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"sm_Integer","instanceClass":"int","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"sm_String","instanceClass":"java.lang.String","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":13,"serializable":true,"eClass":"EDataType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initial","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"final","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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":"subMachines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"container":false,"ordered":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":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":14},{"source":14,"target":8},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":15},{"source":15,"target":9},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":16},{"source":3,"target":17},{"source":16,"target":4},{"source":16,"target":18},{"source":16,"target":3},{"source":18,"target":4},{"source":17,"target":10},{"source":4,"target":0},{"source":4,"target":19},{"source":19,"target":7},{"source":19,"target":20},{"source":19,"target":4},{"source":20,"target":7},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":21},{"source":8,"target":22},{"source":8,"target":23},{"source":8,"target":24},{"source":8,"target":25},{"source":21,"target":13},{"source":21,"target":26},{"source":21,"target":8},{"source":26,"target":13},{"source":22,"target":9},{"source":22,"target":27},{"source":22,"target":8},{"source":27,"target":9},{"source":23,"target":9},{"source":23,"target":28},{"source":23,"target":8},{"source":28,"target":9},{"source":24,"target":9},{"source":24,"target":29},{"source":24,"target":8},{"source":29,"target":9},{"source":25,"target":10},{"source":25,"target":30},{"source":25,"target":8},{"source":30,"target":10},{"source":9,"target":0},{"source":9,"target":31},{"source":9,"target":32},{"source":31,"target":13},{"source":31,"target":33},{"source":31,"target":9},{"source":33,"target":13},{"source":32,"target":8},{"source":32,"target":34},{"source":32,"target":9},{"source":34,"target":8},{"source":10,"target":0},{"source":10,"target":35},{"source":10,"target":36},{"source":10,"target":37},{"source":35,"target":13},{"source":35,"target":38},{"source":35,"target":10},{"source":38,"target":13},{"source":36,"target":9},{"source":36,"target":39},{"source":36,"target":10},{"source":39,"target":9},{"source":37,"target":9},{"source":37,"target":40},{"source":37,"target":10},{"source":40,"target":9},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0}],"multigraph":true}
ecore
people
repo-ecore-all/data/gssi/Edelta_bad_smells/model/Persons/BS2/Persons.ecore
Persons Person fullName model Male Female PersonsModel persons LocatedElement PrimitiveTypes String java.lang.Object string
<?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="Persons" nsURI="http://persons" nsPrefix="persons"> <eClassifiers xsi:type="ecore:EClass" name="Person" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullName" ordered="false" unique="false" lowerBound="1" eType="#/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#/0/PersonsModel" eOpposite="#/0/PersonsModel/persons"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Male" eSuperTypes="#/0/Person"/> <eClassifiers xsi:type="ecore:EClass" name="Female" eSuperTypes="#/0/Person"/> <eClassifiers xsi:type="ecore:EClass" name="PersonsModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="persons" upperBound="-1" eType="#/0/Person" containment="true" eOpposite="#/0/Person/model"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true"/> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes" nsURI="http://primitivetypes" nsPrefix="pt"> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceTypeName="string"/> </ecore:EPackage> </xmi:XMI>
true
{"directed":true,"nodes":[{"nsPrefix":"persons","nsURI":"http://persons","name":"Persons","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Male","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Female","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersonsModel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":5,"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":"fullName","changeable":true,"lowerBound":1,"iD":false,"id":6,"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":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"derived":false},{"instanceTypeName":"string","defaultValue":null,"instanceClassName":"java.lang.Object","name":"String","instanceClass":"java.lang.Object","id":8,"serializable":true,"eClass":"EDataType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"persons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"nsPrefix":"pt","nsURI":"http://primitivetypes","name":"PrimitiveTypes","id":15,"eClass":"EPackage"}],"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":9},{"source":6,"target":1},{"source":9,"target":8},{"source":7,"target":4},{"source":7,"target":10},{"source":7,"target":1},{"source":7,"target":11},{"source":10,"target":4},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":12},{"source":12,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":13},{"source":13,"target":1},{"source":4,"target":0},{"source":4,"target":11},{"source":11,"target":1},{"source":11,"target":14},{"source":11,"target":4},{"source":11,"target":7},{"source":14,"target":1},{"source":5,"target":0},{"source":15,"target":8},{"source":8,"target":15}],"multigraph":true}
ecore
graph
repo-ecore-all/data/nberrehouma/Master-Project/GraphModel/model/graph.ecore
graph Graph nodes edges Named name Typed type Node parent outgoingEdges ingoingEdges Edge parent source target
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="graph" nsURI="http://graph/1.0" nsPrefix="graph"> <eClassifiers xsi:type="ecore:EClass" name="Graph" eSuperTypes="#//Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true" eOpposite="#//Node/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" containment="true" eOpposite="#//Edge/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Named" 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="Typed" abstract="true" eSuperTypes="#//Named"> <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="Node" eSuperTypes="#//Typed"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Graph" eOpposite="#//Graph/nodes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingEdges" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ingoingEdges" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//Typed"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Graph" eOpposite="#//Graph/edges"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Node" eOpposite="#//Node/outgoingEdges"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Node" eOpposite="#//Node/ingoingEdges"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"graph","nsURI":"http://graph/1.0","name":"graph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Typed","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","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":"nodes","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":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingEdges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ingoingEdges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"}],"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":2},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":6,"target":4},{"source":6,"target":9},{"source":6,"target":1},{"source":6,"target":10},{"source":9,"target":4},{"source":7,"target":5},{"source":7,"target":11},{"source":7,"target":1},{"source":7,"target":12},{"source":11,"target":5},{"source":8,"target":2},{"source":2,"target":0},{"source":2,"target":13},{"source":13,"target":14},{"source":13,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":15},{"source":3,"target":16},{"source":15,"target":17},{"source":15,"target":3},{"source":16,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":10},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":10,"target":1},{"source":10,"target":21},{"source":10,"target":4},{"source":10,"target":6},{"source":21,"target":1},{"source":18,"target":5},{"source":18,"target":22},{"source":18,"target":4},{"source":18,"target":23},{"source":22,"target":5},{"source":19,"target":5},{"source":19,"target":24},{"source":19,"target":4},{"source":19,"target":25},{"source":24,"target":5},{"source":20,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":12},{"source":5,"target":23},{"source":5,"target":25},{"source":5,"target":26},{"source":12,"target":1},{"source":12,"target":27},{"source":12,"target":5},{"source":12,"target":7},{"source":27,"target":1},{"source":23,"target":4},{"source":23,"target":28},{"source":23,"target":5},{"source":23,"target":18},{"source":28,"target":4},{"source":25,"target":4},{"source":25,"target":29},{"source":25,"target":5},{"source":25,"target":19},{"source":29,"target":4},{"source":26,"target":3}],"multigraph":true}
ecore
robots
repo-ecore-all/data/Zilarion/2IMP20-Generic-Language-Technology/Assignment 3/nl.tue.glt.platoon.platoon2nxc/models/platoon.ecore
platoon Platoon LV FV Route commands name Vehicle name FollowVehicle follows LeadingVehicle route Command ForwardCommand distance TurnCommand direction HeadwayConstraint min max Constraint World platoon route constraints Constraints constraints
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="platoon" nsURI="platoon" nsPrefix="platoon"> <eClassifiers xsi:type="ecore:EClass" name="Platoon"> <eStructuralFeatures xsi:type="ecore:EReference" name="LV" lowerBound="1" eType="#//LeadingVehicle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="FV" upperBound="-1" eType="#//FollowVehicle" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Route"> <eStructuralFeatures xsi:type="ecore:EReference" name="commands" lowerBound="1" upperBound="-1" eType="#//Command" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vehicle" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FollowVehicle" eSuperTypes="#//Vehicle"> <eStructuralFeatures xsi:type="ecore:EReference" name="follows" lowerBound="1" eType="#//Vehicle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LeadingVehicle" eSuperTypes="#//Vehicle"> <eStructuralFeatures xsi:type="ecore:EReference" name="route" lowerBound="1" eType="#//Route"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Command"/> <eClassifiers xsi:type="ecore:EClass" name="ForwardCommand" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distance" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TurnCommand" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HeadwayConstraint" eSuperTypes="#//Constraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="World"> <eStructuralFeatures xsi:type="ecore:EReference" name="platoon" lowerBound="1" eType="#//Platoon" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="route" lowerBound="1" eType="#//Route" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" eType="#//Constraints" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraints"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//Constraint" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"platoon","nsURI":"platoon","name":"platoon","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Platoon","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Route","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vehicle","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FollowVehicle","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeadingVehicle","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForwardCommand","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TurnCommand","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeadwayConstraint","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"World","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraints","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"LV","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"FV","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commands","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":21,"derived":false},{"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":"follows","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"route","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"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":"distance","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":1,"iD":false,"id":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"platoon","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"route","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"constraints","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":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":13,"target":5},{"source":13,"target":15},{"source":13,"target":1},{"source":15,"target":5},{"source":14,"target":4},{"source":14,"target":16},{"source":14,"target":1},{"source":16,"target":4},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":17,"target":6},{"source":17,"target":19},{"source":17,"target":2},{"source":19,"target":6},{"source":18,"target":20},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":21},{"source":21,"target":22},{"source":21,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":23},{"source":4,"target":24},{"source":23,"target":3},{"source":23,"target":25},{"source":23,"target":4},{"source":25,"target":3},{"source":24,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":26},{"source":5,"target":27},{"source":26,"target":2},{"source":26,"target":28},{"source":26,"target":5},{"source":28,"target":2},{"source":27,"target":3},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":29},{"source":7,"target":30},{"source":29,"target":31},{"source":29,"target":7},{"source":30,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":32},{"source":8,"target":33},{"source":32,"target":34},{"source":32,"target":8},{"source":33,"target":6},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":35},{"source":9,"target":36},{"source":9,"target":37},{"source":35,"target":38},{"source":35,"target":9},{"source":36,"target":39},{"source":36,"target":9},{"source":37,"target":10},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":40},{"source":11,"target":41},{"source":11,"target":42},{"source":40,"target":1},{"source":40,"target":43},{"source":40,"target":11},{"source":43,"target":1},{"source":41,"target":2},{"source":41,"target":44},{"source":41,"target":11},{"source":44,"target":2},{"source":42,"target":12},{"source":42,"target":45},{"source":42,"target":11},{"source":45,"target":12},{"source":12,"target":0},{"source":12,"target":46},{"source":46,"target":10},{"source":46,"target":47},{"source":46,"target":12},{"source":47,"target":10}],"multigraph":true}
ecore
simple-pl
repo-ecore-all/data/dvojtise/mde-crashcourse-logo/part1-grammarfirst-solution/fr.inria.sed.logo.xtext/model/generated/Logo.ecore
logo LogoProgram instructions Instruction Backward steps Forward steps Left angle Right angle PenDown PenUp Clear Constant integerValue ProcCall declaration actualArgs ProcDeclaration name args instructions Parameter name Block instructions If condition thenPart elsePart Repeat condition block While condition block ParameterCall parameter Expression Equals lhs rhs Greater lhs rhs Lower lhs rhs Plus lhs rhs Minus lhs rhs Mult lhs rhs Div lhs rhs
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="logo" nsURI="http://www.inria.fr/sed/logo/xtext/Logo" nsPrefix="logo"> <eClassifiers xsi:type="ecore:EClass" name="LogoProgram"> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction"/> <eClassifiers xsi:type="ecore:EClass" name="Backward" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Forward" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Left" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="angle" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Right" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="angle" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PenDown" eSuperTypes="#//Instruction"/> <eClassifiers xsi:type="ecore:EClass" name="PenUp" eSuperTypes="#//Instruction"/> <eClassifiers xsi:type="ecore:EClass" name="Clear" eSuperTypes="#//Instruction"/> <eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//Expression"> <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="ProcCall" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" eType="#//ProcDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actualArgs" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcDeclaration" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenPart" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repeat" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterCall" eSuperTypes="#//Instruction #//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Equals" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lower" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mult" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"logo","nsURI":"http://www.inria.fr/sed/logo/xtext/Logo","name":"logo","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogoProgram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Backward","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Forward","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Left","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Right","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PenDown","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PenUp","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clear","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcCall","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcDeclaration","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repeat","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterCall","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equals","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lower","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mult","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"steps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"steps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"angle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"angle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declaration","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":"actualArgs","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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"instructions","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"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":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":"thenPart","changeable":true,"resolveProxies":true,"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":"elsePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","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":"rhs","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":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"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":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":1,"target":0},{"source":1,"target":27},{"source":27,"target":2},{"source":27,"target":28},{"source":27,"target":1},{"source":28,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":29},{"source":3,"target":30},{"source":29,"target":19},{"source":29,"target":31},{"source":29,"target":3},{"source":31,"target":19},{"source":30,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":32},{"source":4,"target":33},{"source":32,"target":19},{"source":32,"target":34},{"source":32,"target":4},{"source":34,"target":19},{"source":33,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":35},{"source":5,"target":36},{"source":35,"target":19},{"source":35,"target":37},{"source":35,"target":5},{"source":37,"target":19},{"source":36,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":38},{"source":6,"target":39},{"source":38,"target":19},{"source":38,"target":40},{"source":38,"target":6},{"source":40,"target":19},{"source":39,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":41},{"source":41,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":42},{"source":42,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":43},{"source":43,"target":2},{"source":10,"target":0},{"source":10,"target":19},{"source":10,"target":44},{"source":10,"target":45},{"source":44,"target":46},{"source":44,"target":10},{"source":45,"target":19},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":47},{"source":11,"target":48},{"source":11,"target":49},{"source":47,"target":12},{"source":47,"target":50},{"source":47,"target":11},{"source":50,"target":12},{"source":48,"target":19},{"source":48,"target":51},{"source":48,"target":11},{"source":51,"target":19},{"source":49,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":52},{"source":12,"target":53},{"source":12,"target":54},{"source":12,"target":55},{"source":52,"target":56},{"source":52,"target":12},{"source":53,"target":13},{"source":53,"target":57},{"source":53,"target":12},{"source":57,"target":13},{"source":54,"target":2},{"source":54,"target":58},{"source":54,"target":12},{"source":58,"target":2},{"source":55,"target":2},{"source":13,"target":0},{"source":13,"target":59},{"source":59,"target":60},{"source":59,"target":13},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":61},{"source":14,"target":62},{"source":61,"target":2},{"source":61,"target":63},{"source":61,"target":14},{"source":63,"target":2},{"source":62,"target":2},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":64},{"source":15,"target":65},{"source":15,"target":66},{"source":15,"target":67},{"source":64,"target":19},{"source":64,"target":68},{"source":64,"target":15},{"source":68,"target":19},{"source":65,"target":14},{"source":65,"target":69},{"source":65,"target":15},{"source":69,"target":14},{"source":66,"target":14},{"source":66,"target":70},{"source":66,"target":15},{"source":70,"target":14},{"source":67,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":71},{"source":16,"target":72},{"source":16,"target":73},{"source":71,"target":19},{"source":71,"target":74},{"source":71,"target":16},{"source":74,"target":19},{"source":72,"target":14},{"source":72,"target":75},{"source":72,"target":16},{"source":75,"target":14},{"source":73,"target":2},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":76},{"source":17,"target":77},{"source":17,"target":78},{"source":76,"target":19},{"source":76,"target":79},{"source":76,"target":17},{"source":79,"target":19},{"source":77,"target":14},{"source":77,"target":80},{"source":77,"target":17},{"source":80,"target":14},{"source":78,"target":2},{"source":18,"target":0},{"source":18,"target":2},{"source":18,"target":19},{"source":18,"target":81},{"source":18,"target":82},{"source":18,"target":83},{"source":81,"target":13},{"source":81,"target":84},{"source":81,"target":18},{"source":84,"target":13},{"source":82,"target":2},{"source":83,"target":19},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":85},{"source":20,"target":86},{"source":20,"target":87},{"source":85,"target":19},{"source":85,"target":88},{"source":85,"target":20},{"source":88,"target":19},{"source":86,"target":19},{"source":86,"target":89},{"source":86,"target":20},{"source":89,"target":19},{"source":87,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":90},{"source":21,"target":91},{"source":21,"target":92},{"source":90,"target":19},{"source":90,"target":93},{"source":90,"target":21},{"source":93,"target":19},{"source":91,"target":19},{"source":91,"target":94},{"source":91,"target":21},{"source":94,"target":19},{"source":92,"target":19},{"source":22,"target":0},{"source":22,"target":19},{"source":22,"target":95},{"source":22,"target":96},{"source":22,"target":97},{"source":95,"target":19},{"source":95,"target":98},{"source":95,"target":22},{"source":98,"target":19},{"source":96,"target":19},{"source":96,"target":99},{"source":96,"target":22},{"source":99,"target":19},{"source":97,"target":19},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":100},{"source":23,"target":101},{"source":23,"target":102},{"source":100,"target":19},{"source":100,"target":103},{"source":100,"target":23},{"source":103,"target":19},{"source":101,"target":19},{"source":101,"target":104},{"source":101,"target":23},{"source":104,"target":19},{"source":102,"target":19},{"source":24,"target":0},{"source":24,"target":19},{"source":24,"target":105},{"source":24,"target":106},{"source":24,"target":107},{"source":105,"target":19},{"source":105,"target":108},{"source":105,"target":24},{"source":108,"target":19},{"source":106,"target":19},{"source":106,"target":109},{"source":106,"target":24},{"source":109,"target":19},{"source":107,"target":19},{"source":25,"target":0},{"source":25,"target":19},{"source":25,"target":110},{"source":25,"target":111},{"source":25,"target":112},{"source":110,"target":19},{"source":110,"target":113},{"source":110,"target":25},{"source":113,"target":19},{"source":111,"target":19},{"source":111,"target":114},{"source":111,"target":25},{"source":114,"target":19},{"source":112,"target":19},{"source":26,"target":0},{"source":26,"target":19},{"source":26,"target":115},{"source":26,"target":116},{"source":26,"target":117},{"source":115,"target":19},{"source":115,"target":118},{"source":115,"target":26},{"source":118,"target":19},{"source":116,"target":19},{"source":116,"target":119},{"source":116,"target":26},{"source":119,"target":19},{"source":117,"target":19}],"multigraph":true}
ecore
employees
repo-ecore-all/data/DevBoost/OntoMoPP/OWLText Languages/org.owltext.language.office/metamodel/office.ecore
office OfficeModel elements Employee worksIn worksWith title Office employees NamedElement name OfficeElement
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="office" nsURI="http://emftext.org/office" nsPrefix="office"> <eClassifiers xsi:type="ecore:EClass" name="OfficeModel" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//OfficeElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Employee" eSuperTypes="#//OfficeElement"> <eAnnotations source="OWL_CONSTRAINT"> <details key="A Ph.D. can't be without co-workers." value="not ( Employee_title value &quot;Ph.D.&quot; ) or ( ( Employee_title value &quot;Ph.D.&quot; ) and ( Employee_worksWith min 1 Employee ) ) "/> </eAnnotations> <eAnnotations source="OWL_CONSTRAINT"> <details key="A professor can't be without a Ph.D. assistant." value="not ( Employee_title value &quot;Prof.&quot; ) or ( ( Employee_title value &quot;Prof.&quot; ) and ( Employee_worksWith min 1 ( Employee_title value &quot;Ph.D.&quot; ) ) ) "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="worksIn" lowerBound="1" eType="#//Office" eOpposite="#//Office/employees"/> <eStructuralFeatures xsi:type="ecore:EReference" name="worksWith" upperBound="-1" eType="#//Employee"/> <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="Office" eSuperTypes="#//OfficeElement"> <eAnnotations source="OWL_DEFINITION"> <details key="ProfessorsOffice" value=" Office_employees min 1 ( Employee_title value &quot;Prof.&quot; ) "/> <details key="The professors office can only be occupied by the professor alone." value=" Office_employees max 1 Employee "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="#//Employee" eOpposite="#//Employee/worksIn"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OfficeElement" abstract="true" eSuperTypes="#//NamedElement"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"office","nsURI":"http://emftext.org/office","name":"office","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfficeModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Office","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfficeElement","instanceClass":null,"abstract":true,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"worksIn","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":false,"unsettable":false,"transient":false,"unique":true,"name":"worksWith","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"title","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":false,"unsettable":false,"transient":false,"unique":true,"name":"employees","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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"},{"id":21,"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":4},{"source":1,"target":6},{"source":1,"target":7},{"source":6,"target":5},{"source":6,"target":8},{"source":6,"target":1},{"source":8,"target":5},{"source":7,"target":4},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":9,"target":3},{"source":9,"target":13},{"source":9,"target":2},{"source":9,"target":14},{"source":13,"target":3},{"source":10,"target":2},{"source":10,"target":15},{"source":10,"target":2},{"source":15,"target":2},{"source":11,"target":16},{"source":11,"target":2},{"source":12,"target":5},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":14},{"source":3,"target":17},{"source":14,"target":2},{"source":14,"target":18},{"source":14,"target":3},{"source":14,"target":9},{"source":18,"target":2},{"source":17,"target":5},{"source":4,"target":0},{"source":4,"target":19},{"source":19,"target":20},{"source":19,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":21},{"source":21,"target":4}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/jesusc/eclectic/tests/org.eclectic.test/fixtures/metamodels/ClassDiagram.ecore
ClassDiagram Model classifiers Class features parents childs Classifier name StructuralFeature owner name visibility TypedElement type PrimitiveType Operation params Parameter paramOf name Attribute multivalued
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ClassDiagram" nsURI="http://www.modelum.es/eclectic/test/classdiagram" nsPrefix="classdiagram"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifiers" upperBound="-1" eType="#//Classifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//StructuralFeature" containment="true" eOpposite="#//StructuralFeature/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parents" upperBound="-1" eType="#//Class" eOpposite="#//Class/childs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childs" upperBound="-1" eType="#//Class" eOpposite="#//Class/parents"/> </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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Class" eOpposite="#//Class/features"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//StructuralFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Parameter" eOpposite="#//Parameter/paramOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="paramOf" lowerBound="1" eType="#//Operation" eOpposite="#//Operation/params"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//StructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multivalued" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"classdiagram","nsURI":"http://www.modelum.es/eclectic/test/classdiagram","name":"ClassDiagram","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":"Class","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","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":"Attribute","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":"classifiers","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","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":false,"unsettable":false,"transient":false,"unique":true,"name":"parents","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":"childs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"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":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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"params","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":"paramOf","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multivalued","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":10,"target":3},{"source":10,"target":11},{"source":10,"target":1},{"source":11,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"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":13,"target":14},{"source":18,"target":2},{"source":14,"target":2},{"source":14,"target":19},{"source":14,"target":2},{"source":14,"target":13},{"source":19,"target":2},{"source":15,"target":3},{"source":3,"target":0},{"source":3,"target":20},{"source":20,"target":21},{"source":20,"target":3},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":17},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":17,"target":2},{"source":17,"target":25},{"source":17,"target":4},{"source":17,"target":12},{"source":25,"target":2},{"source":22,"target":26},{"source":22,"target":4},{"source":23,"target":27},{"source":23,"target":4},{"source":24,"target":5},{"source":5,"target":0},{"source":5,"target":28},{"source":28,"target":3},{"source":28,"target":29},{"source":28,"target":5},{"source":29,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":30},{"source":30,"target":3},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":31},{"source":7,"target":32},{"source":31,"target":8},{"source":31,"target":33},{"source":31,"target":7},{"source":31,"target":34},{"source":33,"target":8},{"source":32,"target":4},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":34},{"source":8,"target":35},{"source":8,"target":36},{"source":34,"target":7},{"source":34,"target":37},{"source":34,"target":8},{"source":34,"target":31},{"source":37,"target":7},{"source":35,"target":38},{"source":35,"target":8},{"source":36,"target":5},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":39},{"source":9,"target":40},{"source":39,"target":41},{"source":39,"target":9},{"source":40,"target":4}],"multigraph":true}
ecore
graph
repo-ecore-all/data/adolfosbh/cs2as/oclDependencyAnalysis/example/example3/KiamaAS.ecore
kiamaas Top node Node height deep Plus left right Num value
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="kiamaas" nsURI="http://ocldependencyanalysis/kiamaExampleAS/1.0" nsPrefix="kiamaas"> <eClassifiers xsi:type="ecore:EClass" name="Top"> <eStructuralFeatures xsi:type="ecore:EReference" name="node" lowerBound="1" eType="#//Node" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Node" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Num" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"kiamaas","nsURI":"http://ocldependencyanalysis/kiamaExampleAS/1.0","name":"kiamaas","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Top","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Num","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":1,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deep","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"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":5,"target":2},{"source":5,"target":6},{"source":5,"target":1},{"source":6,"target":2},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":8},{"source":7,"target":9},{"source":7,"target":2},{"source":8,"target":10},{"source":8,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":11},{"source":3,"target":12},{"source":3,"target":13},{"source":11,"target":2},{"source":11,"target":14},{"source":11,"target":3},{"source":14,"target":2},{"source":12,"target":2},{"source":12,"target":15},{"source":12,"target":3},{"source":15,"target":2},{"source":13,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":16},{"source":4,"target":17},{"source":16,"target":18},{"source":16,"target":4},{"source":17,"target":2}],"multigraph":true}
ecore
transformation
repo-ecore-all/data/rominaeramo/JTLframework/src/org.emftext.language.JTLMM/metamodel/JTLMM.ecore
JTLMM emof Class ownedAttribute ownedOperation superClass isAbstract DataType Element tag ownedComment Tag element value name Enumeration ownedLiteral NamedElement name Extent Object Operation class ownedParameter raisedException MultiplicityElement isOrdered isUnique lower upper Package ownedType nestedPackage uri Type package Parameter operation EnumerationLiteral enumeration Property Class opposite isReadOnly isDerived isComposite isId default TypedElement type PrimitiveType URIExtent Boolean java.lang.Object Boolean String java.lang.String java.lang.String UnlimitedNatural java.lang.Object UnlimitedNatural Integer java.lang.Object Integer Real java.lang.Object Real Comment annotatedElement JTL Transformation modelParameter relation Relation transformation domain where when isTopLevel variable Domain isCheckable isEnforceable relation pattern model rootVariable Model transformation dependsOn usedPackage Pattern whereOwner whenOwner predicate bindsTo templateExpression domain Predicate pattern conditionExpression essentialocl BooleanLiteralExp booleanSymbol CallExp source CollectionKind OrderedSet OrderedSet Set Set Bag Bag Sequence Sequence OclExpression tryBodyOwner UnlimitedNaturalExp symbol IfExp condition thenExpression elseExpression LetExp in variable Variable initExpression LetExp bindParameter computeOwner PropertyCallExp referredProperty VariableExp referredVariable TypeExp referredType LoopExp body iterator IteratorExp StringLiteralExp stringSymbol IntegerLiteralExp integerSymbol OperationCallExp argument referredOperation RealLiteralExp realSymbol LiteralExp IterateExp result PrimitiveLiteralExp NumericLiteralExp CollectionLiteralExp kind part CollectionLiteralPart CollectionLiteralExp CollectionItem item CollectionRange first last TupleLiteralExp part NullLiteralExp ExpressionInOcl bodyExpression context resultVariable parameterVariable OpaqueExpression InvalidLiteralExp FeaturePropertyCall TupleLiteralPart TupleLiteralExp BagType CollectionType elementType EnumLiteralExp referredEnumLiteral InvalidType OrderedSetType SequenceType SetType TupleType VoidType AnyType template TemplateExp bindsTo where ObjectTemplateExp part referredClass inside CollectionTemplateExp part kind referredCollectionType match PropertyTemplateItem objContainer value referredProperty imperativeocl ImperativeIterateExp target AssignExp value left defaultValue isReset BlockExp body SwitchExp alternativePart elsePart VariableInitExp referredVariable withResult WhileExp condition body ComputeExp returnedElement body AltExp condition body UnlinkExp target item ReturnExp value BreakExp TryExp tryBody exception exceptBody RaiseExp exception ContinueExp ForExp TupleExp element Typedef base condition InstantiationExp instantiatedClass extent argument DictionaryType keyType DictLiteralExp part DictLiteralPart key value TemplateParameterType specification LogExp text level condition element AssertExp severity log assertion SeverityKind error error fatal fatal warning warning ImperativeLoopExp condition CollectorExp target ImperativeExpression UnpackExp variable AnonymousTupleType elementType AnonymousTupleLiteralExp part AnonymousTupleLiteralPart value ListType
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="JTLMM" nsURI="http://JTLMM.ecore" nsPrefix="JTLMM"> <eSubpackages name="emof" nsURI="http:///emof.ecore" nsPrefix="emof"> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//emof/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//emof/Property" containment="true" eOpposite="#//emof/Property/Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//emof/Operation" containment="true" eOpposite="#//emof/Operation/class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" upperBound="-1" eType="#//emof/Class"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true" eSuperTypes="#//emof/Type"/> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true" eSuperTypes="#//emof/Object"> <eStructuralFeatures xsi:type="ecore:EReference" name="tag" upperBound="-1" eType="#//emof/Tag" eOpposite="#//emof/Tag/element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedComment" upperBound="-1" eType="#//emof/Comment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="#//emof/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" upperBound="-1" eType="#//emof/Element" eOpposite="#//emof/Element/tag"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//emof/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1" eType="#//emof/EnumerationLiteral" containment="true" eOpposite="#//emof/EnumerationLiteral/enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//emof/Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extent" eSuperTypes="#//emof/Object"/> <eClassifiers xsi:type="ecore:EClass" name="Object"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//emof/MultiplicityElement #//emof/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false" lowerBound="1" eType="#//emof/Class" eOpposite="#//emof/Class/ownedOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//emof/Parameter" containment="true" eOpposite="#//emof/Parameter/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="raisedException" upperBound="-1" eType="#//emof/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false" unique="false" eType="#//emof/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" unique="false" eType="#//emof/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" ordered="false" unique="false" eType="#//emof/UnlimitedNatural"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//emof/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" upperBound="-1" eType="#//emof/Type" containment="true" eOpposite="#//emof/Type/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" upperBound="-1" eType="#//emof/Package"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//emof/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" lowerBound="1" eType="#//emof/Package" eOpposite="#//emof/Package/ownedType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//emof/MultiplicityElement #//emof/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="#//emof/Operation" eOpposite="#//emof/Operation/ownedParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//emof/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" ordered="false" eType="#//emof/Enumeration" eOpposite="#//emof/Enumeration/ownedLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//emof/MultiplicityElement #//emof/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Class" ordered="false" lowerBound="1" eType="#//emof/Class" eOpposite="#//emof/Class/ownedAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" ordered="false" eType="#//emof/Property"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isId" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//emof/NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//emof/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//emof/DataType"/> <eClassifiers xsi:type="ecore:EClass" name="URIExtent" eSuperTypes="#//emof/Extent"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceTypeName="Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceTypeName="UnlimitedNatural"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceTypeName="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceTypeName="Real"/> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//emof/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" upperBound="-1" eType="#//emof/NamedElement"/> </eClassifiers> </eSubpackages> <eSubpackages name="JTL" nsURI="http:///jtl.ecore" nsPrefix="JTL"> <eClassifiers xsi:type="ecore:EClass" name="Transformation" eSuperTypes="#//emof/Class #//emof/Package"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelParameter" upperBound="-1" eType="#//JTL/Model" containment="true" eOpposite="#//JTL/Model/transformation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relation" lowerBound="1" upperBound="-1" eType="#//JTL/Relation" containment="true" eOpposite="#//JTL/Relation/transformation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relation" eSuperTypes="#//emof/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="transformation" lowerBound="1" eType="#//JTL/Transformation" eOpposite="#//JTL/Transformation/relation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" upperBound="-1" eType="#//JTL/Domain" containment="true" eOpposite="#//JTL/Domain/relation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="where" eType="#//JTL/Pattern" containment="true" eOpposite="#//JTL/Pattern/whereOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="when" eType="#//JTL/Pattern" containment="true" eOpposite="#//JTL/Pattern/whenOwner"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTopLevel" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" upperBound="-1" eType="#//essentialocl/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Domain" eSuperTypes="#//emof/NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCheckable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEnforceable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relation" lowerBound="1" eType="#//JTL/Relation" eOpposite="#//JTL/Relation/domain"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" lowerBound="1" eType="#//JTL/Pattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//JTL/Model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootVariable" lowerBound="1" eType="#//essentialocl/Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//emof/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="transformation" lowerBound="1" eType="#//JTL/Transformation" eOpposite="#//JTL/Transformation/modelParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependsOn" upperBound="-1" eType="#//JTL/Model"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usedPackage" lowerBound="1" eType="#//emof/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pattern" eSuperTypes="#//emof/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="whereOwner" eType="#//JTL/Relation" eOpposite="#//JTL/Relation/where"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whenOwner" eType="#//JTL/Relation" eOpposite="#//JTL/Relation/when"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" upperBound="-1" eType="#//JTL/Predicate" containment="true" eOpposite="#//JTL/Predicate/pattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindsTo" upperBound="-1" eType="#//essentialocl/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templateExpression" ordered="false" eType="#//template/TemplateExp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" lowerBound="1" eType="#//JTL/Domain"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Predicate" eSuperTypes="#//emof/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" lowerBound="1" eType="#//JTL/Pattern" eOpposite="#//JTL/Pattern/predicate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionExpression" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="essentialocl" nsURI="http:///essentialocl.ecore" nsPrefix="essentialocl"> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteralExp" eSuperTypes="#//essentialocl/PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallExp" abstract="true" eSuperTypes="#//essentialocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CollectionKind"> <eLiterals name="OrderedSet" value="1"/> <eLiterals name="Set" value="2"/> <eLiterals name="Bag" value="3"/> <eLiterals name="Sequence" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#//emof/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tryBodyOwner" ordered="false" eType="#//imperativeocl/TryExp" eOpposite="#//imperativeocl/TryExp/tryBody"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnlimitedNaturalExp" eSuperTypes="#//essentialocl/NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" ordered="false" unique="false" eType="#//emof/UnlimitedNatural"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#//essentialocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#//essentialocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="#//essentialocl/Variable" containment="true" eOpposite="#//essentialocl/Variable/LetExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//emof/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="LetExp" ordered="false" eType="#//essentialocl/LetExp" eOpposite="#//essentialocl/LetExp/variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindParameter" ordered="false" eType="#//emof/Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="computeOwner" ordered="false" eType="#//imperativeocl/ComputeExp" eOpposite="#//imperativeocl/ComputeExp/returnedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" eSuperTypes="#//essentialocl/FeaturePropertyCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredProperty" ordered="false" eType="#//emof/Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#//essentialocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" eType="#//essentialocl/Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeExp" eSuperTypes="#//essentialocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredType" ordered="false" eType="#//emof/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#//essentialocl/CallExp #//essentialocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" upperBound="-1" eType="#//essentialocl/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#//essentialocl/LoopExp"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteralExp" eSuperTypes="#//essentialocl/PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteralExp" eSuperTypes="#//essentialocl/NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#//essentialocl/FeaturePropertyCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredOperation" ordered="false" eType="#//JTL/Relation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealLiteralExp" eSuperTypes="#//essentialocl/NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExp" abstract="true" eSuperTypes="#//essentialocl/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#//essentialocl/LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" eType="#//essentialocl/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveLiteralExp" abstract="true" eSuperTypes="#//essentialocl/LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="NumericLiteralExp" abstract="true" eSuperTypes="#//essentialocl/PrimitiveLiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralExp" eSuperTypes="#//essentialocl/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" unique="false" eType="#//essentialocl/CollectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//essentialocl/CollectionLiteralPart" containment="true" eOpposite="#//essentialocl/CollectionLiteralPart/CollectionLiteralExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralPart" abstract="true" eSuperTypes="#//emof/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="CollectionLiteralExp" ordered="false" lowerBound="1" eType="#//essentialocl/CollectionLiteralExp" eOpposite="#//essentialocl/CollectionLiteralExp/part"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionItem" eSuperTypes="#//essentialocl/CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="item" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionRange" eSuperTypes="#//essentialocl/CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="last" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralExp" eSuperTypes="#//essentialocl/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//essentialocl/TupleLiteralPart" containment="true" eOpposite="#//essentialocl/TupleLiteralPart/TupleLiteralExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteralExp" eSuperTypes="#//essentialocl/LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionInOcl" eSuperTypes="#//essentialocl/OpaqueExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyExpression" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//essentialocl/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultVariable" ordered="false" eType="#//essentialocl/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterVariable" ordered="false" eType="#//essentialocl/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="InvalidLiteralExp" eSuperTypes="#//essentialocl/LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="FeaturePropertyCall" abstract="true" eSuperTypes="#//essentialocl/CallExp"/> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralPart" eSuperTypes="#//emof/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="TupleLiteralExp" ordered="false" eType="#//essentialocl/TupleLiteralExp" eOpposite="#//essentialocl/TupleLiteralExp/part"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#//essentialocl/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" abstract="true" eSuperTypes="#//emof/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" eType="#//emof/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#//essentialocl/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredEnumLiteral" ordered="false" eType="#//emof/EnumerationLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvalidType" eSuperTypes="#//emof/Type"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#//essentialocl/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#//essentialocl/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//essentialocl/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#//emof/Class #//emof/DataType"/> <eClassifiers xsi:type="ecore:EClass" name="VoidType" eSuperTypes="#//emof/Type"/> <eClassifiers xsi:type="ecore:EClass" name="AnyType" eSuperTypes="#//emof/Class #//emof/Type"/> </eSubpackages> <eSubpackages name="template" nsURI="http:///template.ecore" nsPrefix="template"> <eClassifiers xsi:type="ecore:EClass" name="TemplateExp" abstract="true" eSuperTypes="#//essentialocl/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindsTo" ordered="false" eType="#//essentialocl/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="where" ordered="false" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectTemplateExp" eSuperTypes="#//template/TemplateExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//template/PropertyTemplateItem" containment="true" eOpposite="#//template/PropertyTemplateItem/objContainer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referredClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inside" ordered="false" upperBound="-1" eType="#//imperativeocl/AssignExp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionTemplateExp" eSuperTypes="#//template/TemplateExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" unique="false" eType="#//essentialocl/CollectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredCollectionType" ordered="false" eType="#//essentialocl/CollectionType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="match" ordered="false" eType="#//essentialocl/OclExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyTemplateItem" eSuperTypes="#//emof/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="objContainer" ordered="false" lowerBound="1" eType="#//template/ObjectTemplateExp" eOpposite="#//template/ObjectTemplateExp/part"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredProperty" ordered="false" lowerBound="1" eType="#//emof/Property"/> </eClassifiers> </eSubpackages> <eSubpackages name="imperativeocl" nsURI="http:///imperativeocl.ecore" nsPrefix="imperativeocl"> <eClassifiers xsi:type="ecore:EClass" name="ImperativeIterateExp" eSuperTypes="#//imperativeocl/ImperativeLoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//essentialocl/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReset" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchExp" eSuperTypes="#//essentialocl/CallExp #//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="alternativePart" upperBound="-1" eType="#//imperativeocl/AltExp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" ordered="false" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableInitExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" lowerBound="1" eType="#//essentialocl/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="withResult" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputeExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnedElement" ordered="false" lowerBound="1" eType="#//essentialocl/Variable" containment="true" eOpposite="#//essentialocl/Variable/computeOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AltExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnlinkExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="item" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakExp" eSuperTypes="#//imperativeocl/ImperativeExpression"/> <eClassifiers xsi:type="ecore:EClass" name="TryExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="tryBody" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true" eOpposite="#//essentialocl/OclExpression/tryBodyOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" upperBound="-1" eType="#//emof/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptBody" ordered="false" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RaiseExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" ordered="false" lowerBound="1" eType="#//emof/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContinueExp" eSuperTypes="#//imperativeocl/ImperativeExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ForExp" eSuperTypes="#//imperativeocl/ImperativeLoopExp"/> <eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1" upperBound="-1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Typedef" eSuperTypes="#//emof/Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="base" ordered="false" lowerBound="1" eType="#//emof/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstantiationExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="instantiatedClass" ordered="false" lowerBound="1" eType="#//emof/Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extent" ordered="false" eType="#//essentialocl/Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictionaryType" eSuperTypes="#//essentialocl/CollectionType"> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false" eType="#//emof/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictLiteralExp" eSuperTypes="#//essentialocl/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//imperativeocl/DictLiteralPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictLiteralPart" eSuperTypes="#//emof/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameterType" eSuperTypes="#//emof/Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false" eType="#//emof/Element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" ordered="false" unique="false" eType="#//imperativeocl/SeverityKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="log" ordered="false" eType="#//imperativeocl/LogExp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assertion" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SeverityKind"> <eLiterals name="error" value="1"/> <eLiterals name="fatal" value="2"/> <eLiterals name="warning" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImperativeLoopExp" abstract="true" eSuperTypes="#//essentialocl/LoopExp #//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectorExp" eSuperTypes="#//imperativeocl/ImperativeLoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//essentialocl/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImperativeExpression" abstract="true" eSuperTypes="#//essentialocl/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="UnpackExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" upperBound="-1" eType="#//essentialocl/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousTupleType" eSuperTypes="#//emof/Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" upperBound="-1" eType="#//emof/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousTupleLiteralExp" eSuperTypes="#//essentialocl/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//imperativeocl/AnonymousTupleLiteralPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousTupleLiteralPart" eSuperTypes="#//emof/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListType" eSuperTypes="#//essentialocl/CollectionType"/> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"JTLMM","nsURI":"http://JTLMM.ecore","name":"JTLMM","id":0,"eClass":"EPackage"},{"nsPrefix":"emof","nsURI":"http:///emof.ecore","name":"emof","id":1,"eClass":"EPackage"},{"nsPrefix":"JTL","nsURI":"http:///jtl.ecore","name":"JTL","id":2,"eClass":"EPackage"},{"nsPrefix":"essentialocl","nsURI":"http:///essentialocl.ecore","name":"essentialocl","id":3,"eClass":"EPackage"},{"nsPrefix":"template","nsURI":"http:///template.ecore","name":"template","id":4,"eClass":"EPackage"},{"nsPrefix":"imperativeocl","nsURI":"http:///imperativeocl.ecore","name":"imperativeocl","id":5,"eClass":"EPackage"},{"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":"DataType","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extent","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URIExtent","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":"Boolean","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Boolean","instanceClass":"java.lang.Object","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"UnlimitedNatural","defaultValue":null,"instanceClassName":"java.lang.Object","name":"UnlimitedNatural","instanceClass":"java.lang.Object","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"Integer","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Integer","instanceClass":"java.lang.Object","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"Real","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Real","instanceClass":"java.lang.Object","id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":29,"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":"ownedAttribute","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":"ownedOperation","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":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"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":"tag","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":"ownedComment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":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":49,"derived":false},{"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":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","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":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"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":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"nestedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","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":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isReadOnly","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isDerived","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isComposite","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isId","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":"default","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformation","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":false,"id":121,"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":"modelParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"relation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"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":"transformation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"id":128,"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":"transformation","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"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":"isTopLevel","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"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":"relation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"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":"whereOwner","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"whenOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"id":145,"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":"isCheckable","changeable":true,"lowerBound":1,"iD":false,"id":146,"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":"isEnforceable","changeable":true,"lowerBound":1,"iD":false,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rootVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependsOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usedPackage","changeable":true,"lowerBound":1,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"domain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateExp","instanceClass":null,"abstract":true,"id":174,"interface":false,"eClass":"EClass"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":180,"interface":false,"eClass":"EClass"},{"id":181,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExp","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExp","instanceClass":null,"abstract":true,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionKind","instanceClass":null,"id":184,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalExp","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExp","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExp","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExp","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralExp","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExp","instanceClass":null,"abstract":true,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExp","instanceClass":null,"abstract":true,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteralExp","instanceClass":null,"abstract":true,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExp","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPart","instanceClass":null,"abstract":true,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionItem","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRange","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExp","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExp","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionInOcl","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExp","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePropertyCall","instanceClass":null,"abstract":true,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralPart","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":true,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidType","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"name":"OrderedSet","id":228,"value":1,"literal":"OrderedSet","eClass":"EEnumLiteral"},{"name":"Set","id":229,"value":2,"literal":"Set","eClass":"EEnumLiteral"},{"name":"Bag","id":230,"value":3,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Sequence","id":231,"value":4,"literal":"Sequence","eClass":"EEnumLiteral"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tryBodyOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryExp","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tryBody","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"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":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":241,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"LetExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"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":"bindParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"computeOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputeExp","instanceClass":null,"abstract":false,"id":260,"interface":false,"eClass":"EClass"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"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":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"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":"referredType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stringSymbol","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"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":"referredOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"realSymbol","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","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"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"CollectionLiteralExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":310,"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":"last","changeable":true,"resolveProxies":true,"lowerBound":1,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"TupleLiteralExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":320,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"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":"resultVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"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":"parameterVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"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":"referredEnumLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectTemplateExp","instanceClass":null,"abstract":false,"id":349,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionTemplateExp","instanceClass":null,"abstract":false,"id":350,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyTemplateItem","instanceClass":null,"abstract":false,"id":351,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"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":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referredClass","changeable":true,"lowerBound":0,"iD":false,"id":358,"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":"inside","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objContainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignExp","instanceClass":null,"abstract":false,"id":364,"interface":false,"eClass":"EClass"},{"id":365,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":367,"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":"referredCollectionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"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":"match","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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":375,"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":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeIterateExp","instanceClass":null,"abstract":false,"id":381,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockExp","instanceClass":null,"abstract":false,"id":382,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchExp","instanceClass":null,"abstract":false,"id":383,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableInitExp","instanceClass":null,"abstract":false,"id":384,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileExp","instanceClass":null,"abstract":false,"id":385,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AltExp","instanceClass":null,"abstract":false,"id":386,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlinkExp","instanceClass":null,"abstract":false,"id":387,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnExp","instanceClass":null,"abstract":false,"id":388,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakExp","instanceClass":null,"abstract":false,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExp","instanceClass":null,"abstract":false,"id":390,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueExp","instanceClass":null,"abstract":false,"id":391,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForExp","instanceClass":null,"abstract":false,"id":392,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":393,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Typedef","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstantiationExp","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictionaryType","instanceClass":null,"abstract":false,"id":396,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralExp","instanceClass":null,"abstract":false,"id":397,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralPart","instanceClass":null,"abstract":false,"id":398,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterType","instanceClass":null,"abstract":false,"id":399,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogExp","instanceClass":null,"abstract":false,"id":400,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertExp","instanceClass":null,"abstract":false,"id":401,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SeverityKind","instanceClass":null,"id":402,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeLoopExp","instanceClass":null,"abstract":true,"id":403,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectorExp","instanceClass":null,"abstract":false,"id":404,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeExpression","instanceClass":null,"abstract":true,"id":405,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnpackExp","instanceClass":null,"abstract":false,"id":406,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousTupleType","instanceClass":null,"abstract":false,"id":407,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousTupleLiteralExp","instanceClass":null,"abstract":false,"id":408,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousTupleLiteralPart","instanceClass":null,"abstract":false,"id":409,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListType","instanceClass":null,"abstract":false,"id":410,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"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":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":415,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isReset","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":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":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternativePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"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":"elsePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":432,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"withResult","changeable":true,"lowerBound":0,"iD":false,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":437,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":446,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":451,"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":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"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":"exceptBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"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":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"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","changeable":true,"resolveProxies":true,"lowerBound":1,"id":474,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"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":"instantiatedClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":479,"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":"extent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":480,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"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":"keyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":492,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"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":"specification","changeable":true,"lowerBound":0,"iD":false,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":500,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"level","changeable":true,"lowerBound":0,"iD":false,"id":501,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":509,"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":"log","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"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":"assertion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"name":"error","id":516,"value":1,"literal":"error","eClass":"EEnumLiteral"},{"name":"fatal","id":517,"value":2,"literal":"fatal","eClass":"EEnumLiteral"},{"name":"warning","id":518,"value":3,"literal":"warning","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":530,"derived":false},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":536,"derived":false},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":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":6,"target":1},{"source":6,"target":17},{"source":6,"target":30},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":30,"target":20},{"source":30,"target":35},{"source":30,"target":6},{"source":30,"target":36},{"source":35,"target":20},{"source":31,"target":14},{"source":31,"target":37},{"source":31,"target":6},{"source":31,"target":38},{"source":37,"target":14},{"source":32,"target":6},{"source":32,"target":39},{"source":32,"target":6},{"source":39,"target":6},{"source":33,"target":40},{"source":33,"target":6},{"source":34,"target":17},{"source":7,"target":1},{"source":7,"target":17},{"source":7,"target":41},{"source":41,"target":17},{"source":8,"target":1},{"source":8,"target":13},{"source":8,"target":42},{"source":8,"target":43},{"source":8,"target":44},{"source":42,"target":9},{"source":42,"target":45},{"source":42,"target":8},{"source":42,"target":46},{"source":45,"target":9},{"source":43,"target":29},{"source":43,"target":47},{"source":43,"target":8},{"source":47,"target":29},{"source":44,"target":13},{"source":9,"target":1},{"source":9,"target":8},{"source":9,"target":46},{"source":9,"target":48},{"source":9,"target":49},{"source":9,"target":50},{"source":46,"target":8},{"source":46,"target":51},{"source":46,"target":9},{"source":46,"target":42},{"source":51,"target":8},{"source":48,"target":52},{"source":48,"target":9},{"source":49,"target":53},{"source":49,"target":9},{"source":50,"target":8},{"source":10,"target":1},{"source":10,"target":7},{"source":10,"target":54},{"source":10,"target":55},{"source":54,"target":19},{"source":54,"target":56},{"source":54,"target":10},{"source":54,"target":57},{"source":56,"target":19},{"source":55,"target":7},{"source":11,"target":1},{"source":11,"target":8},{"source":11,"target":58},{"source":11,"target":59},{"source":58,"target":60},{"source":58,"target":11},{"source":59,"target":8},{"source":12,"target":1},{"source":12,"target":13},{"source":12,"target":61},{"source":61,"target":13},{"source":13,"target":1},{"source":14,"target":1},{"source":14,"target":15},{"source":14,"target":21},{"source":14,"target":38},{"source":14,"target":62},{"source":14,"target":63},{"source":14,"target":64},{"source":14,"target":65},{"source":38,"target":6},{"source":38,"target":66},{"source":38,"target":14},{"source":38,"target":31},{"source":66,"target":6},{"source":62,"target":18},{"source":62,"target":67},{"source":62,"target":14},{"source":62,"target":68},{"source":67,"target":18},{"source":63,"target":17},{"source":63,"target":69},{"source":63,"target":14},{"source":69,"target":17},{"source":64,"target":15},{"source":65,"target":21},{"source":15,"target":1},{"source":15,"target":70},{"source":15,"target":71},{"source":15,"target":72},{"source":15,"target":73},{"source":70,"target":24},{"source":70,"target":74},{"source":70,"target":15},{"source":74,"target":24},{"source":71,"target":24},{"source":71,"target":75},{"source":71,"target":15},{"source":75,"target":24},{"source":72,"target":76},{"source":72,"target":15},{"source":73,"target":26},{"source":73,"target":77},{"source":73,"target":15},{"source":77,"target":26},{"source":16,"target":1},{"source":16,"target":11},{"source":16,"target":78},{"source":16,"target":79},{"source":16,"target":80},{"source":16,"target":81},{"source":78,"target":17},{"source":78,"target":82},{"source":78,"target":16},{"source":78,"target":83},{"source":82,"target":17},{"source":79,"target":16},{"source":79,"target":84},{"source":79,"target":16},{"source":84,"target":16},{"source":80,"target":85},{"source":80,"target":16},{"source":81,"target":11},{"source":17,"target":1},{"source":17,"target":11},{"source":17,"target":83},{"source":17,"target":86},{"source":83,"target":16},{"source":83,"target":87},{"source":83,"target":17},{"source":83,"target":78},{"source":87,"target":16},{"source":86,"target":11},{"source":18,"target":1},{"source":18,"target":15},{"source":18,"target":21},{"source":18,"target":68},{"source":18,"target":88},{"source":18,"target":89},{"source":68,"target":14},{"source":68,"target":90},{"source":68,"target":18},{"source":68,"target":62},{"source":90,"target":14},{"source":88,"target":15},{"source":89,"target":21},{"source":19,"target":1},{"source":19,"target":11},{"source":19,"target":57},{"source":19,"target":91},{"source":57,"target":10},{"source":57,"target":92},{"source":57,"target":19},{"source":57,"target":54},{"source":92,"target":10},{"source":91,"target":11},{"source":20,"target":1},{"source":20,"target":15},{"source":20,"target":21},{"source":20,"target":36},{"source":20,"target":93},{"source":20,"target":94},{"source":20,"target":95},{"source":20,"target":96},{"source":20,"target":97},{"source":20,"target":98},{"source":20,"target":99},{"source":20,"target":100},{"source":36,"target":6},{"source":36,"target":101},{"source":36,"target":20},{"source":36,"target":30},{"source":101,"target":6},{"source":93,"target":20},{"source":93,"target":102},{"source":93,"target":20},{"source":102,"target":20},{"source":94,"target":103},{"source":94,"target":20},{"source":95,"target":104},{"source":95,"target":20},{"source":96,"target":105},{"source":96,"target":20},{"source":97,"target":106},{"source":97,"target":20},{"source":98,"target":107},{"source":98,"target":20},{"source":99,"target":15},{"source":100,"target":21},{"source":21,"target":1},{"source":21,"target":11},{"source":21,"target":108},{"source":21,"target":109},{"source":108,"target":25},{"source":108,"target":110},{"source":108,"target":21},{"source":110,"target":25},{"source":109,"target":11},{"source":22,"target":1},{"source":22,"target":7},{"source":22,"target":111},{"source":111,"target":7},{"source":23,"target":1},{"source":23,"target":12},{"source":23,"target":112},{"source":112,"target":12},{"source":24,"target":1},{"source":25,"target":1},{"source":26,"target":1},{"source":27,"target":1},{"source":28,"target":1},{"source":29,"target":1},{"source":29,"target":8},{"source":29,"target":113},{"source":29,"target":114},{"source":113,"target":11},{"source":113,"target":115},{"source":113,"target":29},{"source":115,"target":11},{"source":114,"target":8},{"source":2,"target":116},{"source":2,"target":117},{"source":2,"target":118},{"source":2,"target":119},{"source":2,"target":120},{"source":2,"target":121},{"source":2,"target":0},{"source":116,"target":2},{"source":116,"target":6},{"source":116,"target":16},{"source":116,"target":122},{"source":116,"target":123},{"source":116,"target":124},{"source":116,"target":125},{"source":122,"target":119},{"source":122,"target":126},{"source":122,"target":116},{"source":122,"target":127},{"source":126,"target":119},{"source":123,"target":117},{"source":123,"target":128},{"source":123,"target":116},{"source":123,"target":129},{"source":128,"target":117},{"source":124,"target":6},{"source":125,"target":16},{"source":117,"target":2},{"source":117,"target":11},{"source":117,"target":129},{"source":117,"target":130},{"source":117,"target":131},{"source":117,"target":132},{"source":117,"target":133},{"source":117,"target":134},{"source":117,"target":135},{"source":129,"target":116},{"source":129,"target":136},{"source":129,"target":117},{"source":129,"target":123},{"source":136,"target":116},{"source":130,"target":118},{"source":130,"target":137},{"source":130,"target":117},{"source":130,"target":138},{"source":137,"target":118},{"source":131,"target":120},{"source":131,"target":139},{"source":131,"target":117},{"source":131,"target":140},{"source":139,"target":120},{"source":132,"target":120},{"source":132,"target":141},{"source":132,"target":117},{"source":132,"target":142},{"source":141,"target":120},{"source":133,"target":143},{"source":133,"target":117},{"source":134,"target":144},{"source":134,"target":145},{"source":134,"target":117},{"source":145,"target":144},{"source":135,"target":11},{"source":118,"target":2},{"source":118,"target":11},{"source":118,"target":146},{"source":118,"target":147},{"source":118,"target":138},{"source":118,"target":148},{"source":118,"target":149},{"source":118,"target":150},{"source":118,"target":151},{"source":146,"target":152},{"source":146,"target":118},{"source":147,"target":153},{"source":147,"target":118},{"source":138,"target":117},{"source":138,"target":154},{"source":138,"target":118},{"source":138,"target":130},{"source":154,"target":117},{"source":148,"target":120},{"source":148,"target":155},{"source":148,"target":118},{"source":155,"target":120},{"source":149,"target":119},{"source":149,"target":156},{"source":149,"target":118},{"source":156,"target":119},{"source":150,"target":144},{"source":150,"target":157},{"source":150,"target":118},{"source":157,"target":144},{"source":151,"target":11},{"source":119,"target":2},{"source":119,"target":11},{"source":119,"target":127},{"source":119,"target":158},{"source":119,"target":159},{"source":119,"target":160},{"source":127,"target":116},{"source":127,"target":161},{"source":127,"target":119},{"source":127,"target":122},{"source":161,"target":116},{"source":158,"target":119},{"source":158,"target":162},{"source":158,"target":119},{"source":162,"target":119},{"source":159,"target":25},{"source":159,"target":163},{"source":159,"target":119},{"source":163,"target":25},{"source":160,"target":11},{"source":120,"target":2},{"source":120,"target":8},{"source":120,"target":140},{"source":120,"target":142},{"source":120,"target":164},{"source":120,"target":165},{"source":120,"target":166},{"source":120,"target":167},{"source":120,"target":168},{"source":140,"target":117},{"source":140,"target":169},{"source":140,"target":120},{"source":140,"target":131},{"source":169,"target":117},{"source":142,"target":117},{"source":142,"target":170},{"source":142,"target":120},{"source":142,"target":132},{"source":170,"target":117},{"source":164,"target":121},{"source":164,"target":171},{"source":164,"target":120},{"source":164,"target":172},{"source":171,"target":121},{"source":165,"target":144},{"source":165,"target":173},{"source":165,"target":120},{"source":173,"target":144},{"source":166,"target":174},{"source":166,"target":175},{"source":166,"target":120},{"source":175,"target":174},{"source":167,"target":118},{"source":167,"target":176},{"source":167,"target":120},{"source":176,"target":118},{"source":168,"target":8},{"source":121,"target":2},{"source":121,"target":8},{"source":121,"target":172},{"source":121,"target":177},{"source":121,"target":178},{"source":172,"target":120},{"source":172,"target":179},{"source":172,"target":121},{"source":172,"target":164},{"source":179,"target":120},{"source":177,"target":180},{"source":177,"target":181},{"source":177,"target":121},{"source":181,"target":180},{"source":178,"target":8},{"source":3,"target":182},{"source":3,"target":183},{"source":3,"target":184},{"source":3,"target":180},{"source":3,"target":185},{"source":3,"target":186},{"source":3,"target":187},{"source":3,"target":144},{"source":3,"target":188},{"source":3,"target":189},{"source":3,"target":190},{"source":3,"target":191},{"source":3,"target":192},{"source":3,"target":193},{"source":3,"target":194},{"source":3,"target":195},{"source":3,"target":196},{"source":3,"target":197},{"source":3,"target":198},{"source":3,"target":199},{"source":3,"target":200},{"source":3,"target":201},{"source":3,"target":202},{"source":3,"target":203},{"source":3,"target":204},{"source":3,"target":205},{"source":3,"target":206},{"source":3,"target":207},{"source":3,"target":208},{"source":3,"target":209},{"source":3,"target":210},{"source":3,"target":211},{"source":3,"target":212},{"source":3,"target":213},{"source":3,"target":214},{"source":3,"target":215},{"source":3,"target":216},{"source":3,"target":217},{"source":3,"target":218},{"source":3,"target":219},{"source":3,"target":220},{"source":3,"target":221},{"source":3,"target":0},{"source":182,"target":3},{"source":182,"target":199},{"source":182,"target":222},{"source":182,"target":223},{"source":222,"target":224},{"source":222,"target":182},{"source":223,"target":199},{"source":183,"target":3},{"source":183,"target":180},{"source":183,"target":225},{"source":183,"target":226},{"source":225,"target":180},{"source":225,"target":227},{"source":225,"target":183},{"source":227,"target":180},{"source":226,"target":180},{"source":184,"target":3},{"source":184,"target":228},{"source":184,"target":229},{"source":184,"target":230},{"source":184,"target":231},{"source":228,"target":184},{"source":229,"target":184},{"source":230,"target":184},{"source":231,"target":184},{"source":180,"target":3},{"source":180,"target":21},{"source":180,"target":232},{"source":180,"target":233},{"source":232,"target":234},{"source":232,"target":235},{"source":232,"target":180},{"source":232,"target":236},{"source":235,"target":234},{"source":233,"target":21},{"source":185,"target":3},{"source":185,"target":200},{"source":185,"target":237},{"source":185,"target":238},{"source":237,"target":26},{"source":237,"target":239},{"source":237,"target":185},{"source":239,"target":26},{"source":238,"target":200},{"source":186,"target":3},{"source":186,"target":180},{"source":186,"target":240},{"source":186,"target":241},{"source":186,"target":242},{"source":186,"target":243},{"source":240,"target":180},{"source":240,"target":244},{"source":240,"target":186},{"source":244,"target":180},{"source":241,"target":180},{"source":241,"target":245},{"source":241,"target":186},{"source":245,"target":180},{"source":242,"target":180},{"source":242,"target":246},{"source":242,"target":186},{"source":246,"target":180},{"source":243,"target":180},{"source":187,"target":3},{"source":187,"target":180},{"source":187,"target":247},{"source":187,"target":248},{"source":187,"target":249},{"source":247,"target":180},{"source":247,"target":250},{"source":247,"target":187},{"source":250,"target":180},{"source":248,"target":144},{"source":248,"target":251},{"source":248,"target":187},{"source":248,"target":252},{"source":251,"target":144},{"source":249,"target":180},{"source":144,"target":3},{"source":144,"target":21},{"source":144,"target":253},{"source":144,"target":252},{"source":144,"target":254},{"source":144,"target":255},{"source":144,"target":256},{"source":253,"target":180},{"source":253,"target":257},{"source":253,"target":144},{"source":257,"target":180},{"source":252,"target":187},{"source":252,"target":258},{"source":252,"target":144},{"source":252,"target":248},{"source":258,"target":187},{"source":254,"target":18},{"source":254,"target":259},{"source":254,"target":144},{"source":259,"target":18},{"source":255,"target":260},{"source":255,"target":261},{"source":255,"target":144},{"source":255,"target":262},{"source":261,"target":260},{"source":256,"target":21},{"source":188,"target":3},{"source":188,"target":210},{"source":188,"target":263},{"source":188,"target":264},{"source":263,"target":20},{"source":263,"target":265},{"source":263,"target":188},{"source":265,"target":20},{"source":264,"target":210},{"source":189,"target":3},{"source":189,"target":180},{"source":189,"target":266},{"source":189,"target":267},{"source":266,"target":144},{"source":266,"target":268},{"source":266,"target":189},{"source":268,"target":144},{"source":267,"target":180},{"source":190,"target":3},{"source":190,"target":180},{"source":190,"target":269},{"source":190,"target":270},{"source":269,"target":17},{"source":269,"target":271},{"source":269,"target":190},{"source":271,"target":17},{"source":270,"target":180},{"source":191,"target":3},{"source":191,"target":183},{"source":191,"target":180},{"source":191,"target":272},{"source":191,"target":273},{"source":191,"target":274},{"source":191,"target":275},{"source":272,"target":180},{"source":272,"target":276},{"source":272,"target":191},{"source":276,"target":180},{"source":273,"target":144},{"source":273,"target":277},{"source":273,"target":191},{"source":277,"target":144},{"source":274,"target":183},{"source":275,"target":180},{"source":192,"target":3},{"source":192,"target":191},{"source":192,"target":278},{"source":278,"target":191},{"source":193,"target":3},{"source":193,"target":199},{"source":193,"target":279},{"source":193,"target":280},{"source":279,"target":281},{"source":279,"target":193},{"source":280,"target":199},{"source":194,"target":3},{"source":194,"target":200},{"source":194,"target":282},{"source":194,"target":283},{"source":282,"target":284},{"source":282,"target":194},{"source":283,"target":200},{"source":195,"target":3},{"source":195,"target":210},{"source":195,"target":285},{"source":195,"target":286},{"source":195,"target":287},{"source":285,"target":180},{"source":285,"target":288},{"source":285,"target":195},{"source":288,"target":180},{"source":286,"target":117},{"source":286,"target":289},{"source":286,"target":195},{"source":289,"target":117},{"source":287,"target":210},{"source":196,"target":3},{"source":196,"target":200},{"source":196,"target":290},{"source":196,"target":291},{"source":290,"target":292},{"source":290,"target":196},{"source":291,"target":200},{"source":197,"target":3},{"source":197,"target":180},{"source":197,"target":293},{"source":293,"target":180},{"source":198,"target":3},{"source":198,"target":191},{"source":198,"target":294},{"source":198,"target":295},{"source":294,"target":144},{"source":294,"target":296},{"source":294,"target":198},{"source":296,"target":144},{"source":295,"target":191},{"source":199,"target":3},{"source":199,"target":197},{"source":199,"target":297},{"source":297,"target":197},{"source":200,"target":3},{"source":200,"target":199},{"source":200,"target":298},{"source":298,"target":199},{"source":201,"target":3},{"source":201,"target":197},{"source":201,"target":299},{"source":201,"target":300},{"source":201,"target":301},{"source":299,"target":184},{"source":299,"target":302},{"source":299,"target":201},{"source":302,"target":184},{"source":300,"target":202},{"source":300,"target":303},{"source":300,"target":201},{"source":300,"target":304},{"source":303,"target":202},{"source":301,"target":197},{"source":202,"target":3},{"source":202,"target":21},{"source":202,"target":304},{"source":202,"target":305},{"source":304,"target":201},{"source":304,"target":306},{"source":304,"target":202},{"source":304,"target":300},{"source":306,"target":201},{"source":305,"target":21},{"source":203,"target":3},{"source":203,"target":202},{"source":203,"target":307},{"source":203,"target":308},{"source":307,"target":180},{"source":307,"target":309},{"source":307,"target":203},{"source":309,"target":180},{"source":308,"target":202},{"source":204,"target":3},{"source":204,"target":202},{"source":204,"target":310},{"source":204,"target":311},{"source":204,"target":312},{"source":310,"target":180},{"source":310,"target":313},{"source":310,"target":204},{"source":313,"target":180},{"source":311,"target":180},{"source":311,"target":314},{"source":311,"target":204},{"source":314,"target":180},{"source":312,"target":202},{"source":205,"target":3},{"source":205,"target":197},{"source":205,"target":315},{"source":205,"target":316},{"source":315,"target":211},{"source":315,"target":317},{"source":315,"target":205},{"source":315,"target":318},{"source":317,"target":211},{"source":316,"target":197},{"source":206,"target":3},{"source":206,"target":197},{"source":206,"target":319},{"source":319,"target":197},{"source":207,"target":3},{"source":207,"target":208},{"source":207,"target":320},{"source":207,"target":321},{"source":207,"target":322},{"source":207,"target":323},{"source":207,"target":324},{"source":320,"target":180},{"source":320,"target":325},{"source":320,"target":207},{"source":325,"target":180},{"source":321,"target":144},{"source":321,"target":326},{"source":321,"target":207},{"source":326,"target":144},{"source":322,"target":144},{"source":322,"target":327},{"source":322,"target":207},{"source":327,"target":144},{"source":323,"target":144},{"source":323,"target":328},{"source":323,"target":207},{"source":328,"target":144},{"source":324,"target":208},{"source":208,"target":3},{"source":209,"target":3},{"source":209,"target":197},{"source":209,"target":329},{"source":329,"target":197},{"source":210,"target":3},{"source":210,"target":183},{"source":210,"target":330},{"source":330,"target":183},{"source":211,"target":3},{"source":211,"target":21},{"source":211,"target":318},{"source":211,"target":331},{"source":318,"target":205},{"source":318,"target":332},{"source":318,"target":211},{"source":318,"target":315},{"source":332,"target":205},{"source":331,"target":21},{"source":212,"target":3},{"source":212,"target":213},{"source":212,"target":333},{"source":333,"target":213},{"source":213,"target":3},{"source":213,"target":7},{"source":213,"target":334},{"source":213,"target":335},{"source":334,"target":17},{"source":334,"target":336},{"source":334,"target":213},{"source":336,"target":17},{"source":335,"target":7},{"source":214,"target":3},{"source":214,"target":197},{"source":214,"target":337},{"source":214,"target":338},{"source":337,"target":19},{"source":337,"target":339},{"source":337,"target":214},{"source":339,"target":19},{"source":338,"target":197},{"source":215,"target":3},{"source":215,"target":17},{"source":215,"target":340},{"source":340,"target":17},{"source":216,"target":3},{"source":216,"target":213},{"source":216,"target":341},{"source":341,"target":213},{"source":217,"target":3},{"source":217,"target":213},{"source":217,"target":342},{"source":342,"target":213},{"source":218,"target":3},{"source":218,"target":213},{"source":218,"target":343},{"source":343,"target":213},{"source":219,"target":3},{"source":219,"target":6},{"source":219,"target":7},{"source":219,"target":344},{"source":219,"target":345},{"source":344,"target":6},{"source":345,"target":7},{"source":220,"target":3},{"source":220,"target":17},{"source":220,"target":346},{"source":346,"target":17},{"source":221,"target":3},{"source":221,"target":6},{"source":221,"target":17},{"source":221,"target":347},{"source":221,"target":348},{"source":347,"target":6},{"source":348,"target":17},{"source":4,"target":174},{"source":4,"target":349},{"source":4,"target":350},{"source":4,"target":351},{"source":4,"target":0},{"source":174,"target":4},{"source":174,"target":197},{"source":174,"target":352},{"source":174,"target":353},{"source":174,"target":354},{"source":352,"target":144},{"source":352,"target":355},{"source":352,"target":174},{"source":355,"target":144},{"source":353,"target":180},{"source":353,"target":356},{"source":353,"target":174},{"source":356,"target":180},{"source":354,"target":197},{"source":349,"target":4},{"source":349,"target":174},{"source":349,"target":357},{"source":349,"target":358},{"source":349,"target":359},{"source":349,"target":360},{"source":357,"target":351},{"source":357,"target":361},{"source":357,"target":349},{"source":357,"target":362},{"source":361,"target":351},{"source":358,"target":363},{"source":358,"target":349},{"source":359,"target":364},{"source":359,"target":365},{"source":359,"target":349},{"source":365,"target":364},{"source":360,"target":174},{"source":350,"target":4},{"source":350,"target":174},{"source":350,"target":366},{"source":350,"target":367},{"source":350,"target":368},{"source":350,"target":369},{"source":350,"target":370},{"source":366,"target":180},{"source":366,"target":371},{"source":366,"target":350},{"source":371,"target":180},{"source":367,"target":184},{"source":367,"target":372},{"source":367,"target":350},{"source":372,"target":184},{"source":368,"target":213},{"source":368,"target":373},{"source":368,"target":350},{"source":373,"target":213},{"source":369,"target":180},{"source":369,"target":374},{"source":369,"target":350},{"source":374,"target":180},{"source":370,"target":174},{"source":351,"target":4},{"source":351,"target":8},{"source":351,"target":362},{"source":351,"target":375},{"source":351,"target":376},{"source":351,"target":377},{"source":362,"target":349},{"source":362,"target":378},{"source":362,"target":351},{"source":362,"target":357},{"source":378,"target":349},{"source":375,"target":180},{"source":375,"target":379},{"source":375,"target":351},{"source":379,"target":180},{"source":376,"target":20},{"source":376,"target":380},{"source":376,"target":351},{"source":380,"target":20},{"source":377,"target":8},{"source":5,"target":381},{"source":5,"target":364},{"source":5,"target":382},{"source":5,"target":383},{"source":5,"target":384},{"source":5,"target":385},{"source":5,"target":260},{"source":5,"target":386},{"source":5,"target":387},{"source":5,"target":388},{"source":5,"target":389},{"source":5,"target":234},{"source":5,"target":390},{"source":5,"target":391},{"source":5,"target":392},{"source":5,"target":393},{"source":5,"target":394},{"source":5,"target":395},{"source":5,"target":396},{"source":5,"target":397},{"source":5,"target":398},{"source":5,"target":399},{"source":5,"target":400},{"source":5,"target":401},{"source":5,"target":402},{"source":5,"target":403},{"source":5,"target":404},{"source":5,"target":405},{"source":5,"target":406},{"source":5,"target":407},{"source":5,"target":408},{"source":5,"target":409},{"source":5,"target":410},{"source":5,"target":0},{"source":381,"target":5},{"source":381,"target":403},{"source":381,"target":411},{"source":381,"target":412},{"source":411,"target":144},{"source":411,"target":413},{"source":411,"target":381},{"source":413,"target":144},{"source":412,"target":403},{"source":364,"target":5},{"source":364,"target":405},{"source":364,"target":414},{"source":364,"target":415},{"source":364,"target":416},{"source":364,"target":417},{"source":364,"target":418},{"source":414,"target":180},{"source":414,"target":419},{"source":414,"target":364},{"source":419,"target":180},{"source":415,"target":180},{"source":415,"target":420},{"source":415,"target":364},{"source":420,"target":180},{"source":416,"target":180},{"source":416,"target":421},{"source":416,"target":364},{"source":421,"target":180},{"source":417,"target":422},{"source":417,"target":364},{"source":418,"target":405},{"source":382,"target":5},{"source":382,"target":405},{"source":382,"target":423},{"source":382,"target":424},{"source":423,"target":180},{"source":423,"target":425},{"source":423,"target":382},{"source":425,"target":180},{"source":424,"target":405},{"source":383,"target":5},{"source":383,"target":183},{"source":383,"target":405},{"source":383,"target":426},{"source":383,"target":427},{"source":383,"target":428},{"source":383,"target":429},{"source":426,"target":386},{"source":426,"target":430},{"source":426,"target":383},{"source":430,"target":386},{"source":427,"target":180},{"source":427,"target":431},{"source":427,"target":383},{"source":431,"target":180},{"source":428,"target":183},{"source":429,"target":405},{"source":384,"target":5},{"source":384,"target":405},{"source":384,"target":432},{"source":384,"target":433},{"source":384,"target":434},{"source":432,"target":144},{"source":432,"target":435},{"source":432,"target":384},{"source":435,"target":144},{"source":433,"target":436},{"source":433,"target":384},{"source":434,"target":405},{"source":385,"target":5},{"source":385,"target":405},{"source":385,"target":437},{"source":385,"target":438},{"source":385,"target":439},{"source":437,"target":180},{"source":437,"target":440},{"source":437,"target":385},{"source":440,"target":180},{"source":438,"target":180},{"source":438,"target":441},{"source":438,"target":385},{"source":441,"target":180},{"source":439,"target":405},{"source":260,"target":5},{"source":260,"target":405},{"source":260,"target":262},{"source":260,"target":442},{"source":260,"target":443},{"source":262,"target":144},{"source":262,"target":444},{"source":262,"target":260},{"source":262,"target":255},{"source":444,"target":144},{"source":442,"target":180},{"source":442,"target":445},{"source":442,"target":260},{"source":445,"target":180},{"source":443,"target":405},{"source":386,"target":5},{"source":386,"target":405},{"source":386,"target":446},{"source":386,"target":447},{"source":386,"target":448},{"source":446,"target":180},{"source":446,"target":449},{"source":446,"target":386},{"source":449,"target":180},{"source":447,"target":180},{"source":447,"target":450},{"source":447,"target":386},{"source":450,"target":180},{"source":448,"target":405},{"source":387,"target":5},{"source":387,"target":405},{"source":387,"target":451},{"source":387,"target":452},{"source":387,"target":453},{"source":451,"target":180},{"source":451,"target":454},{"source":451,"target":387},{"source":454,"target":180},{"source":452,"target":180},{"source":452,"target":455},{"source":452,"target":387},{"source":455,"target":180},{"source":453,"target":405},{"source":388,"target":5},{"source":388,"target":405},{"source":388,"target":456},{"source":388,"target":457},{"source":456,"target":180},{"source":456,"target":458},{"source":456,"target":388},{"source":458,"target":180},{"source":457,"target":405},{"source":389,"target":5},{"source":389,"target":405},{"source":389,"target":459},{"source":459,"target":405},{"source":234,"target":5},{"source":234,"target":405},{"source":234,"target":236},{"source":234,"target":460},{"source":234,"target":461},{"source":234,"target":462},{"source":236,"target":180},{"source":236,"target":463},{"source":236,"target":234},{"source":236,"target":232},{"source":463,"target":180},{"source":460,"target":17},{"source":460,"target":464},{"source":460,"target":234},{"source":464,"target":17},{"source":461,"target":180},{"source":461,"target":465},{"source":461,"target":234},{"source":465,"target":180},{"source":462,"target":405},{"source":390,"target":5},{"source":390,"target":405},{"source":390,"target":466},{"source":390,"target":467},{"source":466,"target":17},{"source":466,"target":468},{"source":466,"target":390},{"source":468,"target":17},{"source":467,"target":405},{"source":391,"target":5},{"source":391,"target":405},{"source":391,"target":469},{"source":469,"target":405},{"source":392,"target":5},{"source":392,"target":403},{"source":392,"target":470},{"source":470,"target":403},{"source":393,"target":5},{"source":393,"target":405},{"source":393,"target":471},{"source":393,"target":472},{"source":471,"target":180},{"source":471,"target":473},{"source":471,"target":393},{"source":473,"target":180},{"source":472,"target":405},{"source":394,"target":5},{"source":394,"target":6},{"source":394,"target":474},{"source":394,"target":475},{"source":394,"target":476},{"source":474,"target":17},{"source":474,"target":477},{"source":474,"target":394},{"source":477,"target":17},{"source":475,"target":180},{"source":475,"target":478},{"source":475,"target":394},{"source":478,"target":180},{"source":476,"target":6},{"source":395,"target":5},{"source":395,"target":405},{"source":395,"target":479},{"source":395,"target":480},{"source":395,"target":481},{"source":395,"target":482},{"source":479,"target":6},{"source":479,"target":483},{"source":479,"target":395},{"source":483,"target":6},{"source":480,"target":144},{"source":480,"target":484},{"source":480,"target":395},{"source":484,"target":144},{"source":481,"target":180},{"source":481,"target":485},{"source":481,"target":395},{"source":485,"target":180},{"source":482,"target":405},{"source":396,"target":5},{"source":396,"target":213},{"source":396,"target":486},{"source":396,"target":487},{"source":486,"target":17},{"source":486,"target":488},{"source":486,"target":396},{"source":488,"target":17},{"source":487,"target":213},{"source":397,"target":5},{"source":397,"target":197},{"source":397,"target":489},{"source":397,"target":490},{"source":489,"target":398},{"source":489,"target":491},{"source":489,"target":397},{"source":491,"target":398},{"source":490,"target":197},{"source":398,"target":5},{"source":398,"target":8},{"source":398,"target":492},{"source":398,"target":493},{"source":398,"target":494},{"source":492,"target":180},{"source":492,"target":495},{"source":492,"target":398},{"source":495,"target":180},{"source":493,"target":180},{"source":493,"target":496},{"source":493,"target":398},{"source":496,"target":180},{"source":494,"target":8},{"source":399,"target":5},{"source":399,"target":17},{"source":399,"target":497},{"source":399,"target":498},{"source":497,"target":499},{"source":497,"target":399},{"source":498,"target":17},{"source":400,"target":5},{"source":400,"target":405},{"source":400,"target":500},{"source":400,"target":501},{"source":400,"target":502},{"source":400,"target":503},{"source":400,"target":504},{"source":500,"target":505},{"source":500,"target":400},{"source":501,"target":506},{"source":501,"target":400},{"source":502,"target":180},{"source":502,"target":507},{"source":502,"target":400},{"source":507,"target":180},{"source":503,"target":8},{"source":503,"target":508},{"source":503,"target":400},{"source":508,"target":8},{"source":504,"target":405},{"source":401,"target":5},{"source":401,"target":405},{"source":401,"target":509},{"source":401,"target":510},{"source":401,"target":511},{"source":401,"target":512},{"source":509,"target":402},{"source":509,"target":513},{"source":509,"target":401},{"source":513,"target":402},{"source":510,"target":400},{"source":510,"target":514},{"source":510,"target":401},{"source":514,"target":400},{"source":511,"target":180},{"source":511,"target":515},{"source":511,"target":401},{"source":515,"target":180},{"source":512,"target":405},{"source":402,"target":5},{"source":402,"target":516},{"source":402,"target":517},{"source":402,"target":518},{"source":516,"target":402},{"source":517,"target":402},{"source":518,"target":402},{"source":403,"target":5},{"source":403,"target":191},{"source":403,"target":405},{"source":403,"target":519},{"source":403,"target":520},{"source":403,"target":521},{"source":519,"target":180},{"source":519,"target":522},{"source":519,"target":403},{"source":522,"target":180},{"source":520,"target":191},{"source":521,"target":405},{"source":404,"target":5},{"source":404,"target":403},{"source":404,"target":523},{"source":404,"target":524},{"source":523,"target":144},{"source":523,"target":525},{"source":523,"target":404},{"source":525,"target":144},{"source":524,"target":403},{"source":405,"target":5},{"source":405,"target":180},{"source":405,"target":526},{"source":526,"target":180},{"source":406,"target":5},{"source":406,"target":405},{"source":406,"target":527},{"source":406,"target":528},{"source":527,"target":144},{"source":527,"target":529},{"source":527,"target":406},{"source":529,"target":144},{"source":528,"target":405},{"source":407,"target":5},{"source":407,"target":6},{"source":407,"target":530},{"source":407,"target":531},{"source":530,"target":17},{"source":530,"target":532},{"source":530,"target":407},{"source":532,"target":17},{"source":531,"target":6},{"source":408,"target":5},{"source":408,"target":197},{"source":408,"target":533},{"source":408,"target":534},{"source":533,"target":409},{"source":533,"target":535},{"source":533,"target":408},{"source":535,"target":409},{"source":534,"target":197},{"source":409,"target":5},{"source":409,"target":8},{"source":409,"target":536},{"source":409,"target":537},{"source":536,"target":180},{"source":536,"target":538},{"source":536,"target":409},{"source":538,"target":180},{"source":537,"target":8},{"source":410,"target":5},{"source":410,"target":213},{"source":410,"target":539},{"source":539,"target":213}],"multigraph":true}
ecore
services
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/andymcr/webgen/uk.ac.man.cs.msds.webgen.service/model/service.ecore
service Services services Service serves selections operations Selection usedBy distinct fields joins filter ordering limit 0 selected Order path ServiceFeatureReference name feature Asc Desc BusinessOperation uses resultType resultMimeType OperationResultTypes None None File File
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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://cs.man.ac.uk/mdsd/webgen/service" nsPrefix="webgen-service"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Services"> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#//Service" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="../../uk.ac.man.cs.mdsd.webgen.base/model/base.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="serves" lowerBound="1" eType="ecore:EClass ../../uk.ac.man.cs.mdsd.webgen.presistence/model/persistence.ecore#//EntityOrView"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selections" upperBound="-1" eType="#//Selection" containment="true" eOpposite="#//Selection/usedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//BusinessOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Selection" eSuperTypes="../../uk.ac.man.cs.mdsd.webgen.base/model/base.ecore#//NamedElement ../../uk.ac.man.cs.mdsd.webgen.base/model/base.ecore#//FormalParameterList"> <eStructuralFeatures xsi:type="ecore:EReference" name="usedBy" lowerBound="1" eType="#//Service" eOpposite="#//Service/selections"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distinct" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="ecore:EClass ../../uk.ac.man.cs.mdsd.webgen.presistence/model/persistence.ecore#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="joins" upperBound="-1" eType="ecore:EClass ../../uk.ac.man.cs.mdsd.webgen.presistence/model/persistence.ecore#//Association"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false" eType="ecore:EClass ../../uk.ac.man.cs.mdsd.webgen.expression/model/expression.ecore#//Predicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ordering" upperBound="-1" eType="#//Order" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limit" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selected" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Order" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="path" lowerBound="1" eType="ecore:EClass ../../uk.ac.man.cs.mdsd.webgen.expression/model/expression.ecore#//Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="propertyCategory" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceFeatureReference" eSuperTypes="../../uk.ac.man.cs.mdsd.webgen.expression/model/expression.ecore#//Variable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" defaultValueLiteral="" unsettable="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if feature.oclIsUndefined() then&#xD;&#xA;&#x9;''&#xD;&#xA;else&#xD;&#xA;&#x9;if feature.oclIsKindOf(persistence::EntityFeature) then&#xD;&#xA;&#x9;&#x9;feature.oclAsType(persistence::EntityFeature).name&#xD;&#xA;&#x9;else if feature.oclIsKindOf(persistence::EncapsulatedAttribute) then&#xD;&#xA;&#x9;&#x9;feature.oclAsType(persistence::EncapsulatedAttribute).name&#xD;&#xA;&#x9;else if feature.oclIsKindOf(persistence::EncapsulatedAssociation) then&#xD;&#xA;&#x9;&#x9;feature.oclAsType(persistence::EncapsulatedAssociation).name&#xD;&#xA;&#x9;else&#xD;&#xA;&#x9;&#x9;feature.oclAsType(persistence::ViewAssociation).name&#xD;&#xA;&#x9;endif endif endif&#xD;&#xA;endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="ecore:EClass ../../uk.ac.man.cs.mdsd.webgen.presistence/model/persistence.ecore#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Asc" eSuperTypes="#//Order"/> <eClassifiers xsi:type="ecore:EClass" name="Desc" eSuperTypes="#//Order"/> <eClassifiers xsi:type="ecore:EClass" name="BusinessOperation" eSuperTypes="../../uk.ac.man.cs.mdsd.webgen.base/model/base.ecore#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="uses" upperBound="-1" eType="#//Service"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resultType" lowerBound="1" eType="#//OperationResultTypes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resultMimeType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OperationResultTypes"> <eLiterals name="None" literal="None"/> <eLiterals name="File" value="1" literal="File"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"webgen-service","nsURI":"http://cs.man.ac.uk/mdsd/webgen/service","name":"service","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Services","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selection","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Order","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceFeatureReference","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Asc","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Desc","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessOperation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperationResultTypes","instanceClass":null,"id":9,"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":"services","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serves","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":"selections","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":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"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":"distinct","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fields","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":"joins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"ordering","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"limit","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selected","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":false,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":true,"transient":false,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":39,"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"uses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resultType","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resultMimeType","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"},{"name":"None","id":53,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"File","id":54,"value":1,"literal":"File","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":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":12,"target":16},{"source":12,"target":2},{"source":13,"target":3},{"source":13,"target":17},{"source":13,"target":2},{"source":13,"target":18},{"source":17,"target":3},{"source":14,"target":8},{"source":14,"target":19},{"source":14,"target":2},{"source":19,"target":8},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":18,"target":2},{"source":18,"target":29},{"source":18,"target":3},{"source":18,"target":13},{"source":29,"target":2},{"source":20,"target":30},{"source":20,"target":3},{"source":21,"target":31},{"source":21,"target":3},{"source":22,"target":32},{"source":22,"target":3},{"source":23,"target":33},{"source":23,"target":3},{"source":24,"target":4},{"source":24,"target":34},{"source":24,"target":3},{"source":34,"target":4},{"source":25,"target":35},{"source":25,"target":3},{"source":26,"target":36},{"source":26,"target":3},{"source":4,"target":0},{"source":4,"target":37},{"source":37,"target":38},{"source":37,"target":4},{"source":5,"target":0},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":39,"target":42},{"source":39,"target":5},{"source":40,"target":43},{"source":40,"target":5},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":44},{"source":44,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":45},{"source":45,"target":4},{"source":8,"target":0},{"source":8,"target":46},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":46,"target":2},{"source":46,"target":50},{"source":46,"target":8},{"source":50,"target":2},{"source":47,"target":9},{"source":47,"target":51},{"source":47,"target":8},{"source":51,"target":9},{"source":48,"target":52},{"source":48,"target":8},{"source":9,"target":0},{"source":9,"target":53},{"source":9,"target":54},{"source":53,"target":9},{"source":54,"target":9}],"multigraph":true}
ecore
simple-pl
repo-ecore-all/data/joergreichert/Cool/edu.stanford.compilers.cool/model/generated/Cool.ecore
cool Program classes Class_ parent features Feature_ Attr type_decl init Method formals return_type expr Formal type_decl Expression PrimaryExpression SelfTypeLiteral IdentifierRefExpression id Literal NumberLiteral value StringLiteral value BooleanLiteral value ParenExpression expr AssignmentExpression name expr NegationExpression expr IntegerCompositeExpression expr NewExpression type_name DispatchExpression ref actual chain left type_name ConditionalExpression pred then_exp else_exp LoopExpression pred body BlockExpression body IsvoidExpression expr LetExpression declaration body LetDeclaration type_decl init CaseExpression expr case Case type_decl expr Type IdentifiableElement name CompareExpression left op right AdditionExpression left right Minus op right MultiplicationExpression left right Div op right
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cool" nsURI="http://www.stanford.edu/compilers/Cool" nsPrefix="cool"> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//Class_" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class_" eSuperTypes="#//Type #//IdentifiableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature_" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature_" eSuperTypes="#//IdentifiableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Attr" eSuperTypes="#//Feature_"> <eStructuralFeatures xsi:type="ecore:EReference" name="type_decl" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//Feature_"> <eStructuralFeatures xsi:type="ecore:EReference" name="formals" upperBound="-1" eType="#//Formal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="return_type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Formal" eSuperTypes="#//IdentifiableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type_decl" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EClass" name="PrimaryExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="SelfTypeLiteral" eSuperTypes="#//PrimaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IdentifierRefExpression" eSuperTypes="#//PrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="id" eType="#//IdentifiableElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//PrimaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="NumberLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParenExpression" eSuperTypes="#//PrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExpression" eSuperTypes="#//PrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegationExpression" eSuperTypes="#//PrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerCompositeExpression" eSuperTypes="#//PrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewExpression" eSuperTypes="#//PrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type_name" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DispatchExpression" eSuperTypes="#//PrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//IdentifierRefExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="chain" eType="#//DispatchExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//PrimaryExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type_name" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#//PrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="pred" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then_exp" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else_exp" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopExpression" eSuperTypes="#//PrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="pred" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockExpression" eSuperTypes="#//PrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsvoidExpression" eSuperTypes="#//PrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExpression" eSuperTypes="#//PrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" upperBound="-1" eType="#//LetDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetDeclaration" eSuperTypes="#//IdentifiableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type_decl" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CaseExpression" eSuperTypes="#//PrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="case" upperBound="-1" eType="#//Case" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Case" eSuperTypes="#//IdentifiableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type_decl" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"/> <eClassifiers xsi:type="ecore:EClass" name="IdentifiableElement"> <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="CompareExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicationExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"cool","nsURI":"http://www.stanford.edu/compilers/Cool","name":"cool","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class_","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature_","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attr","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formal","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryExpression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfTypeLiteral","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierRefExpression","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenExpression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExpression","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegationExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerCompositeExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DispatchExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExpression","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsvoidExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetDeclaration","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiableElement","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompareExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicationExpression","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","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":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":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_decl","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":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formals","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":"return_type","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"},{"container":false,"ordered":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_decl","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"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":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","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},{"container":false,"ordered":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":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":"expr","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type_name","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":"ref","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":"actual","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":"chain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type_name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pred","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then_exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else_exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pred","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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type_decl","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":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","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":"case","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":false,"unsettable":false,"transient":false,"unique":true,"name":"type_decl","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":"expr","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":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"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":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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":true,"unsettable":false,"transient":false,"unique":true,"name":"op","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":"right","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":1,"target":0},{"source":1,"target":36},{"source":36,"target":2},{"source":36,"target":37},{"source":36,"target":1},{"source":37,"target":2},{"source":2,"target":0},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":38,"target":29},{"source":38,"target":42},{"source":38,"target":2},{"source":42,"target":29},{"source":39,"target":3},{"source":39,"target":43},{"source":39,"target":2},{"source":43,"target":3},{"source":40,"target":29},{"source":41,"target":30},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":44},{"source":44,"target":30},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":45,"target":29},{"source":45,"target":48},{"source":45,"target":4},{"source":48,"target":29},{"source":46,"target":7},{"source":46,"target":49},{"source":46,"target":4},{"source":49,"target":7},{"source":47,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":50,"target":6},{"source":50,"target":54},{"source":50,"target":5},{"source":54,"target":6},{"source":51,"target":29},{"source":51,"target":55},{"source":51,"target":5},{"source":55,"target":29},{"source":52,"target":7},{"source":52,"target":56},{"source":52,"target":5},{"source":56,"target":7},{"source":53,"target":3},{"source":6,"target":0},{"source":6,"target":30},{"source":6,"target":57},{"source":6,"target":58},{"source":57,"target":29},{"source":57,"target":59},{"source":57,"target":6},{"source":59,"target":29},{"source":58,"target":30},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":60},{"source":60,"target":7},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":61},{"source":61,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":62},{"source":10,"target":63},{"source":62,"target":30},{"source":62,"target":64},{"source":62,"target":10},{"source":64,"target":30},{"source":63,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":65},{"source":65,"target":8},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":66},{"source":12,"target":67},{"source":66,"target":68},{"source":66,"target":12},{"source":67,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":69},{"source":13,"target":70},{"source":69,"target":71},{"source":69,"target":13},{"source":70,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":72},{"source":14,"target":73},{"source":72,"target":74},{"source":72,"target":14},{"source":73,"target":11},{"source":15,"target":0},{"source":15,"target":8},{"source":15,"target":75},{"source":15,"target":76},{"source":75,"target":7},{"source":75,"target":77},{"source":75,"target":15},{"source":77,"target":7},{"source":76,"target":8},{"source":16,"target":0},{"source":16,"target":8},{"source":16,"target":78},{"source":16,"target":79},{"source":16,"target":80},{"source":78,"target":81},{"source":78,"target":16},{"source":79,"target":7},{"source":79,"target":82},{"source":79,"target":16},{"source":82,"target":7},{"source":80,"target":8},{"source":17,"target":0},{"source":17,"target":8},{"source":17,"target":83},{"source":17,"target":84},{"source":83,"target":7},{"source":83,"target":85},{"source":83,"target":17},{"source":85,"target":7},{"source":84,"target":8},{"source":18,"target":0},{"source":18,"target":8},{"source":18,"target":86},{"source":18,"target":87},{"source":86,"target":7},{"source":86,"target":88},{"source":86,"target":18},{"source":88,"target":7},{"source":87,"target":8},{"source":19,"target":0},{"source":19,"target":8},{"source":19,"target":89},{"source":19,"target":90},{"source":89,"target":29},{"source":89,"target":91},{"source":89,"target":19},{"source":91,"target":29},{"source":90,"target":8},{"source":20,"target":0},{"source":20,"target":8},{"source":20,"target":92},{"source":20,"target":93},{"source":20,"target":94},{"source":20,"target":95},{"source":20,"target":96},{"source":20,"target":97},{"source":92,"target":10},{"source":92,"target":98},{"source":92,"target":20},{"source":98,"target":10},{"source":93,"target":7},{"source":93,"target":99},{"source":93,"target":20},{"source":99,"target":7},{"source":94,"target":20},{"source":94,"target":100},{"source":94,"target":20},{"source":100,"target":20},{"source":95,"target":8},{"source":95,"target":101},{"source":95,"target":20},{"source":101,"target":8},{"source":96,"target":29},{"source":96,"target":102},{"source":96,"target":20},{"source":102,"target":29},{"source":97,"target":8},{"source":21,"target":0},{"source":21,"target":8},{"source":21,"target":103},{"source":21,"target":104},{"source":21,"target":105},{"source":21,"target":106},{"source":103,"target":7},{"source":103,"target":107},{"source":103,"target":21},{"source":107,"target":7},{"source":104,"target":7},{"source":104,"target":108},{"source":104,"target":21},{"source":108,"target":7},{"source":105,"target":7},{"source":105,"target":109},{"source":105,"target":21},{"source":109,"target":7},{"source":106,"target":8},{"source":22,"target":0},{"source":22,"target":8},{"source":22,"target":110},{"source":22,"target":111},{"source":22,"target":112},{"source":110,"target":7},{"source":110,"target":113},{"source":110,"target":22},{"source":113,"target":7},{"source":111,"target":7},{"source":111,"target":114},{"source":111,"target":22},{"source":114,"target":7},{"source":112,"target":8},{"source":23,"target":0},{"source":23,"target":8},{"source":23,"target":115},{"source":23,"target":116},{"source":115,"target":7},{"source":115,"target":117},{"source":115,"target":23},{"source":117,"target":7},{"source":116,"target":8},{"source":24,"target":0},{"source":24,"target":8},{"source":24,"target":118},{"source":24,"target":119},{"source":118,"target":7},{"source":118,"target":120},{"source":118,"target":24},{"source":120,"target":7},{"source":119,"target":8},{"source":25,"target":0},{"source":25,"target":8},{"source":25,"target":121},{"source":25,"target":122},{"source":25,"target":123},{"source":121,"target":26},{"source":121,"target":124},{"source":121,"target":25},{"source":124,"target":26},{"source":122,"target":7},{"source":122,"target":125},{"source":122,"target":25},{"source":125,"target":7},{"source":123,"target":8},{"source":26,"target":0},{"source":26,"target":30},{"source":26,"target":126},{"source":26,"target":127},{"source":26,"target":128},{"source":126,"target":29},{"source":126,"target":129},{"source":126,"target":26},{"source":129,"target":29},{"source":127,"target":7},{"source":127,"target":130},{"source":127,"target":26},{"source":130,"target":7},{"source":128,"target":30},{"source":27,"target":0},{"source":27,"target":8},{"source":27,"target":131},{"source":27,"target":132},{"source":27,"target":133},{"source":131,"target":7},{"source":131,"target":134},{"source":131,"target":27},{"source":134,"target":7},{"source":132,"target":28},{"source":132,"target":135},{"source":132,"target":27},{"source":135,"target":28},{"source":133,"target":8},{"source":28,"target":0},{"source":28,"target":30},{"source":28,"target":136},{"source":28,"target":137},{"source":28,"target":138},{"source":136,"target":29},{"source":136,"target":139},{"source":136,"target":28},{"source":139,"target":29},{"source":137,"target":7},{"source":137,"target":140},{"source":137,"target":28},{"source":140,"target":7},{"source":138,"target":30},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":141},{"source":141,"target":142},{"source":141,"target":30},{"source":31,"target":0},{"source":31,"target":7},{"source":31,"target":143},{"source":31,"target":144},{"source":31,"target":145},{"source":31,"target":146},{"source":143,"target":7},{"source":143,"target":147},{"source":143,"target":31},{"source":147,"target":7},{"source":144,"target":148},{"source":144,"target":31},{"source":145,"target":7},{"source":145,"target":149},{"source":145,"target":31},{"source":149,"target":7},{"source":146,"target":7},{"source":32,"target":0},{"source":32,"target":7},{"source":32,"target":150},{"source":32,"target":151},{"source":32,"target":152},{"source":150,"target":7},{"source":150,"target":153},{"source":150,"target":32},{"source":153,"target":7},{"source":151,"target":7},{"source":151,"target":154},{"source":151,"target":32},{"source":154,"target":7},{"source":152,"target":7},{"source":33,"target":0},{"source":33,"target":7},{"source":33,"target":155},{"source":33,"target":156},{"source":33,"target":157},{"source":155,"target":7},{"source":155,"target":158},{"source":155,"target":33},{"source":158,"target":7},{"source":156,"target":7},{"source":156,"target":159},{"source":156,"target":33},{"source":159,"target":7},{"source":157,"target":7},{"source":34,"target":0},{"source":34,"target":7},{"source":34,"target":160},{"source":34,"target":161},{"source":34,"target":162},{"source":160,"target":7},{"source":160,"target":163},{"source":160,"target":34},{"source":163,"target":7},{"source":161,"target":7},{"source":161,"target":164},{"source":161,"target":34},{"source":164,"target":7},{"source":162,"target":7},{"source":35,"target":0},{"source":35,"target":7},{"source":35,"target":165},{"source":35,"target":166},{"source":35,"target":167},{"source":165,"target":7},{"source":165,"target":168},{"source":165,"target":35},{"source":168,"target":7},{"source":166,"target":7},{"source":166,"target":169},{"source":166,"target":35},{"source":169,"target":7},{"source":167,"target":7}],"multigraph":true}
ecore
relational
repo-ecore-all/data/Hassane14/sma/metamodel/tables.ecore
tables Database name tables Table name columns database primary_key Column name type table foreign_key ForeignKey name target column Type integer integer float float string string datetime datetime bool bool
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="tables" nsURI="urn:uuid:27aa178c-696e-4d7d-a9d6-8cb6a8899d8c/metamodel/tables" nsPrefix="tables"> <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="emf.gen"> <details key="basePackage" value="sma.hm"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Database"> <eAnnotations source="gmf.diagram"/> <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="tables" upperBound="-1" eType="#//Table" containment="true" eOpposite="#//Table/database"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="PrimaryKeyInThisTable AttributeNamesUnique"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="PrimaryKeyInThisTable" value="self.primary_key = null or self.primary_key.table = self"/> <details key="AttributeNamesUnique" value="&#xA;&#x9;&#x9;&#x9;self.columns->isUnique(name)"/> </eAnnotations> <eAnnotations source="gmf.node"> <details key="tool.name" value="Table"/> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="figure" value="rectangle"/> <details key="size" value="200,150"/> <details key="border.color" value="0,0,0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//Column" containment="true" eOpposite="#//Column/table"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="database" lowerBound="1" eType="#//Database" eOpposite="#//Database/tables"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primary_key" eType="#//Column"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column"> <eAnnotations source="gmf.node"> <details key="tool.name" value="Column"/> <details key="label" value="name,type"/> <details key="label.pattern" value="{0}:{1}"/> <details key="label.icon" value="false"/> <details key="figure" value="rectangle"/> <details key="border.color" value="0,0,0"/> <details key="margin" value="1"/> <details key="size" value="180,20"/> </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="type" lowerBound="1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1" eType="#//Table" eOpposite="#//Table/columns"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreign_key" eType="#//ForeignKey" containment="true" eOpposite="#//ForeignKey/column"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeignKey"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="TargetHasPrimaryKey PrimaryKeyTypeMatches"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="TargetHasPrimaryKey" value="self.target.primary_key &lt;> null"/> <details key="PrimaryKeyTypeMatches" value="self.target.primary_key.type = self.column.type"/> </eAnnotations> <eAnnotations source="gmf.link"> <details key="tool.name" value="ForeignKey"/> <details key="label" value="name"/> <details key="source" value="column"/> <details key="target" value="target"/> <details key="target.decoration" value="arrow"/> </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="target" lowerBound="1" eType="#//Table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="column" lowerBound="1" eType="#//Column" eOpposite="#//Column/foreign_key"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Type"> <eLiterals name="integer"/> <eLiterals name="float" value="1"/> <eLiterals name="string" value="2"/> <eLiterals name="datetime" value="3"/> <eLiterals name="bool" value="4"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"tables","nsURI":"urn:uuid:27aa178c-696e-4d7d-a9d6-8cb6a8899d8c/metamodel/tables","name":"tables","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Database","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":11,"derived":false},{"container":false,"ordered":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":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":"primary_key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"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},{"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":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"foreign_key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"name":"integer","id":32,"value":0,"literal":"integer","eClass":"EEnumLiteral"},{"name":"float","id":33,"value":1,"literal":"float","eClass":"EEnumLiteral"},{"name":"string","id":34,"value":2,"literal":"string","eClass":"EEnumLiteral"},{"name":"datetime","id":35,"value":3,"literal":"datetime","eClass":"EEnumLiteral"},{"name":"bool","id":36,"value":4,"literal":"bool","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":6,"target":8},{"source":6,"target":1},{"source":7,"target":2},{"source":7,"target":9},{"source":7,"target":1},{"source":7,"target":10},{"source":9,"target":2},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":10},{"source":2,"target":13},{"source":11,"target":14},{"source":11,"target":2},{"source":12,"target":3},{"source":12,"target":15},{"source":12,"target":2},{"source":12,"target":16},{"source":15,"target":3},{"source":10,"target":1},{"source":10,"target":17},{"source":10,"target":2},{"source":10,"target":7},{"source":17,"target":1},{"source":13,"target":3},{"source":13,"target":18},{"source":13,"target":2},{"source":18,"target":3},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":16},{"source":3,"target":21},{"source":19,"target":22},{"source":19,"target":3},{"source":20,"target":5},{"source":20,"target":23},{"source":20,"target":3},{"source":23,"target":5},{"source":16,"target":2},{"source":16,"target":24},{"source":16,"target":3},{"source":16,"target":12},{"source":24,"target":2},{"source":21,"target":4},{"source":21,"target":25},{"source":21,"target":3},{"source":21,"target":26},{"source":25,"target":4},{"source":4,"target":0},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":26},{"source":27,"target":29},{"source":27,"target":4},{"source":28,"target":2},{"source":28,"target":30},{"source":28,"target":4},{"source":30,"target":2},{"source":26,"target":3},{"source":26,"target":31},{"source":26,"target":4},{"source":26,"target":21},{"source":31,"target":3},{"source":5,"target":0},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":32,"target":5},{"source":33,"target":5},{"source":34,"target":5},{"source":35,"target":5},{"source":36,"target":5}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/fehnomenal/epsilon/examples/org.eclipse.epsilon.eugenia.examples.executablestatemachine.graphical/model/esm.ecore
esm Machine states transitions State name incoming outgoing EndState Transition action actionImpl source target
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="esm" nsURI="esm" nsPrefix="esm"> <eAnnotations source="gmf"/> <eClassifiers xsi:type="ecore:EClass" name="Machine"> <eAnnotations source="gmf.diagram"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eAnnotations source="gmf.node"> <details key="figure" value="ellipse"/> <details key="label" value="name"/> <details key="label.placement" value="external"/> <details key="label.icon" value="false"/> </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="incoming" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndState" eSuperTypes="#//State"> <eAnnotations source="gmf.node"> <details key="color" value="0,0,0"/> <details key="size" value="15,15"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eAnnotations source="gmf.link"> <details key="source" value="source"/> <details key="target" value="target"/> <details key="target.decoration" value="arrow"/> <details key="label" value="action"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionImpl" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <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"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"esm","nsURI":"esm","name":"esm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Machine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndState","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"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":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","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":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"action","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":false,"unique":true,"name":"actionImpl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":5,"target":2},{"source":5,"target":7},{"source":5,"target":1},{"source":7,"target":2},{"source":6,"target":4},{"source":6,"target":8},{"source":6,"target":1},{"source":8,"target":4},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":9,"target":12},{"source":9,"target":2},{"source":10,"target":4},{"source":10,"target":13},{"source":10,"target":2},{"source":10,"target":14},{"source":13,"target":4},{"source":11,"target":4},{"source":11,"target":15},{"source":11,"target":2},{"source":11,"target":16},{"source":15,"target":4},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":17},{"source":17,"target":2},{"source":4,"target":0},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":16},{"source":4,"target":14},{"source":18,"target":20},{"source":18,"target":4},{"source":19,"target":21},{"source":19,"target":4},{"source":16,"target":2},{"source":16,"target":22},{"source":16,"target":4},{"source":16,"target":11},{"source":22,"target":2},{"source":14,"target":2},{"source":14,"target":23},{"source":14,"target":4},{"source":14,"target":10},{"source":23,"target":2}],"multigraph":true}
ecore
tournament
repo-ecore-all/data/edgarmueller/emfstore-rest/bundles/org.eclipse.emf.emfstore.examplemodel/model/bowling.ecore
bowling Player validate chain context name dateOfBirth height isProfessional eMails numberOfVictories playedTournamentTypes winLossRatio gender League name players Tournament matchups type playerPoints players referees priceMoney receivesTrophy matchDays Matchup games nrSpectators Game matchup player frames TournamentType Pro Pro Amateur Amateur PlayerToPointsMap java.util.Map$Entry java.util.Map$Entry key value Referee dateOfBirth league RefereeToGamesMap java.util.Map$Entry java.util.Map$Entry key value Area areas tournaments Gender Female Female Male Male Fan name dateOfBirth hasSeasonTicket eMails gender favouritePlayer fanMerchandise favouriteMerchandise visitedTournaments numberOfTournamentsVisited moneySpentOnTickets Merchandise name price serialNumber XMLDate javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bowling" nsURI="http://org/eclipse/example/bowling" nsPrefix="org.eclipse.example.bowling"> <eClassifiers xsi:type="ecore:EClass" name="Player"> <eOperations name="validate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="chain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments/> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateOfBirth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isProfessional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eMails" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfVictories" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="playedTournamentTypes" upperBound="-1" eType="#//TournamentType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="winLossRatio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gender" eType="#//Gender"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="League"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="players" upperBound="-1" eType="#//Player" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tournament"> <eStructuralFeatures xsi:type="ecore:EReference" name="matchups" upperBound="-1" eType="#//Matchup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TournamentType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="playerPoints" upperBound="-1" eType="#//PlayerToPointsMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="players" upperBound="-1" eType="#//Player"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referees" upperBound="-1" eType="#//RefereeToGamesMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priceMoney" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="receivesTrophy" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="matchDays" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Matchup"> <eStructuralFeatures xsi:type="ecore:EReference" name="games" lowerBound="2" upperBound="2" eType="#//Game" containment="true" eOpposite="#//Game/matchup"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nrSpectators" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Game"> <eStructuralFeatures xsi:type="ecore:EReference" name="matchup" lowerBound="1" eType="#//Matchup" eOpposite="#//Matchup/games"/> <eStructuralFeatures xsi:type="ecore:EReference" name="player" eType="#//Player"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frames" unique="false" upperBound="10" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TournamentType"> <eLiterals name="Pro" literal="Pro"/> <eLiterals name="Amateur" value="1" literal="Amateur"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlayerToPointsMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Player"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Referee"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateOfBirth" eType="#//XMLDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="league" eType="#//League"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefereeToGamesMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Referee" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Game"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Area"> <eStructuralFeatures xsi:type="ecore:EReference" name="areas" upperBound="-1" eType="#//Area" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tournaments" upperBound="-1" eType="#//Tournament" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Gender"> <eLiterals name="Female"/> <eLiterals name="Male" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fan"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateOfBirth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasSeasonTicket" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eMails" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gender" eType="#//Gender" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="favouritePlayer" eType="#//Player" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fanMerchandise" upperBound="-1" eType="#//Merchandise" unsettable="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="favouriteMerchandise" eType="#//Merchandise" unsettable="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="visitedTournaments" upperBound="-1" eType="#//Tournament" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfTournamentsVisited" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moneySpentOnTickets" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Merchandise"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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#//EBigDecimal" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serialNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="XMLDate" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.example.bowling","nsURI":"http://org/eclipse/example/bowling","name":"bowling","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Player","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"League","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tournament","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Matchup","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Game","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TournamentType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"PlayerToPointsMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Referee","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"RefereeToGamesMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Area","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Gender","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fan","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Merchandise","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"XMLDate","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":14,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"validate","lowerBound":0,"id":15,"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":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":"dateOfBirth","changeable":true,"lowerBound":0,"iD":false,"id":17,"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":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isProfessional","changeable":true,"lowerBound":0,"iD":false,"id":19,"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":"eMails","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfVictories","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":"playedTournamentTypes","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":"winLossRatio","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gender","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EParameter"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"players","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"matchups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"playerPoints","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":"players","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":"referees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"priceMoney","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"receivesTrophy","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"matchDays","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"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":"games","changeable":true,"resolveProxies":true,"lowerBound":2,"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":"nrSpectators","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"matchup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"player","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"ordered":true,"upperBound":10,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"frames","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"name":"Pro","id":71,"value":0,"literal":"Pro","eClass":"EEnumLiteral"},{"name":"Amateur","id":72,"value":1,"literal":"Amateur","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":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateOfBirth","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"league","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":"key","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":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"areas","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":"tournaments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"name":"Female","id":89,"value":0,"literal":"Female","eClass":"EEnumLiteral"},{"name":"Male","id":90,"value":1,"literal":"Male","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":"name","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":true,"transient":false,"unique":true,"name":"dateOfBirth","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"hasSeasonTicket","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"eMails","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":true,"transient":false,"unique":true,"name":"gender","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"favouritePlayer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"fanMerchandise","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":true,"transient":false,"unique":true,"name":"favouriteMerchandise","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"visitedTournaments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"numberOfTournamentsVisited","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"moneySpentOnTickets","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"price","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"serialNumber","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":15,"target":25},{"source":15,"target":1},{"source":15,"target":26},{"source":15,"target":27},{"source":26,"target":28},{"source":26,"target":15},{"source":27,"target":29},{"source":27,"target":15},{"source":29,"target":30},{"source":29,"target":31},{"source":16,"target":32},{"source":16,"target":1},{"source":17,"target":33},{"source":17,"target":1},{"source":18,"target":34},{"source":18,"target":1},{"source":19,"target":35},{"source":19,"target":1},{"source":20,"target":36},{"source":20,"target":1},{"source":21,"target":37},{"source":21,"target":1},{"source":22,"target":6},{"source":22,"target":38},{"source":22,"target":1},{"source":38,"target":6},{"source":23,"target":39},{"source":23,"target":1},{"source":24,"target":11},{"source":24,"target":40},{"source":24,"target":1},{"source":40,"target":11},{"source":2,"target":0},{"source":2,"target":41},{"source":2,"target":42},{"source":41,"target":43},{"source":41,"target":2},{"source":42,"target":1},{"source":42,"target":44},{"source":42,"target":2},{"source":44,"target":1},{"source":3,"target":0},{"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":45,"target":4},{"source":45,"target":53},{"source":45,"target":3},{"source":53,"target":4},{"source":46,"target":6},{"source":46,"target":54},{"source":46,"target":3},{"source":54,"target":6},{"source":47,"target":7},{"source":47,"target":55},{"source":47,"target":3},{"source":55,"target":7},{"source":48,"target":1},{"source":48,"target":56},{"source":48,"target":3},{"source":56,"target":1},{"source":49,"target":9},{"source":49,"target":57},{"source":49,"target":3},{"source":57,"target":9},{"source":50,"target":58},{"source":50,"target":3},{"source":51,"target":59},{"source":51,"target":3},{"source":52,"target":60},{"source":52,"target":3},{"source":4,"target":0},{"source":4,"target":61},{"source":4,"target":62},{"source":61,"target":5},{"source":61,"target":63},{"source":61,"target":4},{"source":61,"target":64},{"source":63,"target":5},{"source":62,"target":65},{"source":62,"target":4},{"source":5,"target":0},{"source":5,"target":64},{"source":5,"target":66},{"source":5,"target":67},{"source":64,"target":4},{"source":64,"target":68},{"source":64,"target":5},{"source":64,"target":61},{"source":68,"target":4},{"source":66,"target":1},{"source":66,"target":69},{"source":66,"target":5},{"source":69,"target":1},{"source":67,"target":70},{"source":67,"target":5},{"source":6,"target":0},{"source":6,"target":71},{"source":6,"target":72},{"source":71,"target":6},{"source":72,"target":6},{"source":7,"target":0},{"source":7,"target":73},{"source":7,"target":74},{"source":73,"target":1},{"source":73,"target":75},{"source":73,"target":7},{"source":75,"target":1},{"source":74,"target":76},{"source":74,"target":7},{"source":8,"target":0},{"source":8,"target":77},{"source":8,"target":78},{"source":77,"target":14},{"source":77,"target":79},{"source":77,"target":8},{"source":79,"target":14},{"source":78,"target":2},{"source":78,"target":80},{"source":78,"target":8},{"source":80,"target":2},{"source":9,"target":0},{"source":9,"target":81},{"source":9,"target":82},{"source":81,"target":8},{"source":81,"target":83},{"source":81,"target":9},{"source":83,"target":8},{"source":82,"target":5},{"source":82,"target":84},{"source":82,"target":9},{"source":84,"target":5},{"source":10,"target":0},{"source":10,"target":85},{"source":10,"target":86},{"source":85,"target":10},{"source":85,"target":87},{"source":85,"target":10},{"source":87,"target":10},{"source":86,"target":3},{"source":86,"target":88},{"source":86,"target":10},{"source":88,"target":3},{"source":11,"target":0},{"source":11,"target":89},{"source":11,"target":90},{"source":89,"target":11},{"source":90,"target":11},{"source":12,"target":0},{"source":12,"target":91},{"source":12,"target":92},{"source":12,"target":93},{"source":12,"target":94},{"source":12,"target":95},{"source":12,"target":96},{"source":12,"target":97},{"source":12,"target":98},{"source":12,"target":99},{"source":12,"target":100},{"source":12,"target":101},{"source":91,"target":102},{"source":91,"target":12},{"source":92,"target":103},{"source":92,"target":12},{"source":93,"target":104},{"source":93,"target":12},{"source":94,"target":105},{"source":94,"target":12},{"source":95,"target":11},{"source":95,"target":106},{"source":95,"target":12},{"source":106,"target":11},{"source":96,"target":1},{"source":96,"target":107},{"source":96,"target":12},{"source":107,"target":1},{"source":97,"target":13},{"source":97,"target":108},{"source":97,"target":12},{"source":108,"target":13},{"source":98,"target":13},{"source":98,"target":109},{"source":98,"target":12},{"source":109,"target":13},{"source":99,"target":3},{"source":99,"target":110},{"source":99,"target":12},{"source":110,"target":3},{"source":100,"target":111},{"source":100,"target":12},{"source":101,"target":112},{"source":101,"target":12},{"source":13,"target":0},{"source":13,"target":113},{"source":13,"target":114},{"source":13,"target":115},{"source":113,"target":116},{"source":113,"target":13},{"source":114,"target":117},{"source":114,"target":13},{"source":115,"target":118},{"source":115,"target":13},{"source":14,"target":0}],"multigraph":true}
ecore
cloud
repo-ecore-all/data/MLM-Rearchitect-Exchange/mlm-rearchitecter-tool/metamodels/annotated/CloudML.ecore
cloudml CloudMLElement NamedElement name Property value WithProperties properties Resource retrievingCommand deployingCommand configurationCommand startCommand stopCommand uploadCommand Provider credentials DeploymentModel providers artefactTypes nodeTypes bindingTypes artefactInstances nodeInstances bindingInstances ArtefactPort portNumber isRemote false ServerPort ClientPort isOptional true Artefact destination resource provided required Node cloudProvider minRam minCore minDisk location OS sshKey securityGroup groupName privateKey imageID is64os true ArtefactPortInstance type ServerPortInstance ClientPortInstance ArtefactInstance type destination provided required NodeInstance type publicAddress id Composite containedArtefacts Binding client server clientResource serverResource BindingInstance type client server UploadCommand source target
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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"> <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="CloudMLElement" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//CloudMLElement"> <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="#//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="WithProperties" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//WithProperties"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="retrievingCommand" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deployingCommand" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="configurationCommand" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startCommand" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stopCommand" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uploadCommand" upperBound="-1" eType="#//UploadCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Provider" eSuperTypes="#//WithProperties"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="credentials" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeploymentModel" eSuperTypes="#//WithProperties"> <eStructuralFeatures xsi:type="ecore:EReference" name="providers" upperBound="-1" eType="#//Provider" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="artefactTypes" upperBound="-1" eType="#//Artefact" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeTypes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingTypes" upperBound="-1" eType="#//Binding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="artefactInstances" upperBound="-1" eType="#//ArtefactInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeInstances" upperBound="-1" eType="#//NodeInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingInstances" upperBound="-1" eType="#//BindingInstance" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactPort" abstract="true" eSuperTypes="#//WithProperties"> <eAnnotations source="type" references="#//Artefact"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="portNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRemote" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServerPort" eSuperTypes="#//ArtefactPort"> <eAnnotations source="type" references="#//ServerPortInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClientPort" eSuperTypes="#//ArtefactPort"> <eAnnotations source="type" references="#//ClientPortInstance"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOptional" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Artefact" eSuperTypes="#//WithProperties"> <eAnnotations source="type" references="#//ArtefactInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destination" eType="#//ArtefactPort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resource" eType="#//Resource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="provided" upperBound="-1" eType="#//ServerPort" containment="true"> <eAnnotations source="type"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="required" upperBound="-1" eType="#//ClientPort" containment="true"> <eAnnotations source="type"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//WithProperties"> <eAnnotations source="type" references="#//NodeInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cloudProvider" lowerBound="1" eType="#//Provider"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minRam" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minCore" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minDisk" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="OS" 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="securityGroup" 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="privateKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imageID" 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactPortInstance" eSuperTypes="#//WithProperties"> <eAnnotations source="instance" references="#//ArtefactPort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//ArtefactPort"> <eAnnotations source="typing"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServerPortInstance" eSuperTypes="#//ArtefactPortInstance"> <eAnnotations source="instance" references="#//ServerPort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClientPortInstance" eSuperTypes="#//ArtefactPortInstance"> <eAnnotations source="instance" references="#//ClientPort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactInstance" eSuperTypes="#//WithProperties"> <eAnnotations source="instance" references="#//Artefact"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Artefact"> <eAnnotations source="typing"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="destination" eType="#//NodeInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="provided" upperBound="-1" eType="#//ServerPortInstance" containment="true"> <eAnnotations source="instance"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="required" upperBound="-1" eType="#//ClientPortInstance" containment="true"> <eAnnotations source="instance"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeInstance" eSuperTypes="#//WithProperties"> <eAnnotations source="instance" references="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Node"> <eAnnotations source="typing"/> </eStructuralFeatures> <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="Composite" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="containedArtefacts" upperBound="-1" eType="#//ArtefactInstance" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#//WithProperties"> <eAnnotations source="type" references="#//BindingInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="client" eType="#//ClientPort"> <eAnnotations source="type"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="server" eType="#//ServerPort"> <eAnnotations source="type"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="clientResource" eType="#//Resource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="serverResource" eType="#//Resource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindingInstance" eSuperTypes="#//WithProperties"> <eAnnotations source="instance" references="#//Binding"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Binding"> <eAnnotations source="typing"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="client" eType="#//ClientPortInstance"> <eAnnotations source="instance"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="server" eType="#//ServerPortInstance"> <eAnnotations source="instance"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UploadCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"net.cloudml","nsURI":"http://cloudml.net","name":"cloudml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudMLElement","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":"Property","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WithProperties","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":"Provider","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentModel","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactPort","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerPort","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClientPort","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artefact","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactPortInstance","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServerPortInstance","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClientPortInstance","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactInstance","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeInstance","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composite","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingInstance","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UploadCommand","instanceClass":null,"abstract":false,"id":21,"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":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retrievingCommand","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":"deployingCommand","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":"configurationCommand","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startCommand","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":"stopCommand","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uploadCommand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"credentials","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providers","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":"artefactTypes","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":"nodeTypes","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":"bindingTypes","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":"artefactInstances","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":"nodeInstances","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":"bindingInstances","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"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"portNumber","changeable":true,"lowerBound":0,"iD":false,"id":62,"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":"isRemote","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":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isOptional","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"destination","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":"resource","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":"provided","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":"required","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cloudProvider","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"minRam","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minCore","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minDisk","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","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":"OS","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":"sshKey","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":"securityGroup","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"groupName","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":"privateKey","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"imageID","changeable":true,"lowerBound":0,"iD":false,"id":90,"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":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":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":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"provided","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":"required","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"publicAddress","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedArtefacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"client","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"server","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clientResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serverResource","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"},{"container":false,"ordered":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":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":"client","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":"server","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":1,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":1,"iD":false,"id":146,"derived":false},{"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":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":22},{"source":2,"target":23},{"source":22,"target":24},{"source":22,"target":2},{"source":23,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":25},{"source":3,"target":26},{"source":25,"target":27},{"source":25,"target":3},{"source":26,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":28},{"source":4,"target":29},{"source":28,"target":3},{"source":28,"target":30},{"source":28,"target":4},{"source":30,"target":3},{"source":29,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":31,"target":38},{"source":31,"target":5},{"source":32,"target":39},{"source":32,"target":5},{"source":33,"target":40},{"source":33,"target":5},{"source":34,"target":41},{"source":34,"target":5},{"source":35,"target":42},{"source":35,"target":5},{"source":36,"target":21},{"source":36,"target":43},{"source":36,"target":5},{"source":43,"target":21},{"source":37,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":44},{"source":6,"target":45},{"source":44,"target":46},{"source":44,"target":6},{"source":45,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":47},{"source":7,"target":48},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":47,"target":6},{"source":47,"target":55},{"source":47,"target":7},{"source":55,"target":6},{"source":48,"target":11},{"source":48,"target":56},{"source":48,"target":7},{"source":56,"target":11},{"source":49,"target":12},{"source":49,"target":57},{"source":49,"target":7},{"source":57,"target":12},{"source":50,"target":19},{"source":50,"target":58},{"source":50,"target":7},{"source":58,"target":19},{"source":51,"target":16},{"source":51,"target":59},{"source":51,"target":7},{"source":59,"target":16},{"source":52,"target":17},{"source":52,"target":60},{"source":52,"target":7},{"source":60,"target":17},{"source":53,"target":20},{"source":53,"target":61},{"source":53,"target":7},{"source":61,"target":20},{"source":54,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":62,"target":65},{"source":62,"target":8},{"source":63,"target":66},{"source":63,"target":8},{"source":64,"target":4},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":67},{"source":67,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":68},{"source":10,"target":69},{"source":68,"target":70},{"source":68,"target":10},{"source":69,"target":8},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":71},{"source":11,"target":72},{"source":11,"target":73},{"source":11,"target":74},{"source":11,"target":75},{"source":71,"target":8},{"source":71,"target":76},{"source":71,"target":11},{"source":76,"target":8},{"source":72,"target":5},{"source":72,"target":77},{"source":72,"target":11},{"source":77,"target":5},{"source":73,"target":9},{"source":73,"target":78},{"source":73,"target":11},{"source":78,"target":9},{"source":74,"target":10},{"source":74,"target":79},{"source":74,"target":11},{"source":79,"target":10},{"source":75,"target":4},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":80},{"source":12,"target":81},{"source":12,"target":82},{"source":12,"target":83},{"source":12,"target":84},{"source":12,"target":85},{"source":12,"target":86},{"source":12,"target":87},{"source":12,"target":88},{"source":12,"target":89},{"source":12,"target":90},{"source":12,"target":91},{"source":12,"target":92},{"source":80,"target":6},{"source":80,"target":93},{"source":80,"target":12},{"source":93,"target":6},{"source":81,"target":94},{"source":81,"target":12},{"source":82,"target":95},{"source":82,"target":12},{"source":83,"target":96},{"source":83,"target":12},{"source":84,"target":97},{"source":84,"target":12},{"source":85,"target":98},{"source":85,"target":12},{"source":86,"target":99},{"source":86,"target":12},{"source":87,"target":100},{"source":87,"target":12},{"source":88,"target":101},{"source":88,"target":12},{"source":89,"target":102},{"source":89,"target":12},{"source":90,"target":103},{"source":90,"target":12},{"source":91,"target":104},{"source":91,"target":12},{"source":92,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":105},{"source":13,"target":106},{"source":105,"target":8},{"source":105,"target":107},{"source":105,"target":13},{"source":107,"target":8},{"source":106,"target":4},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":108},{"source":108,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":109},{"source":109,"target":13},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":110},{"source":16,"target":111},{"source":16,"target":112},{"source":16,"target":113},{"source":16,"target":114},{"source":110,"target":11},{"source":110,"target":115},{"source":110,"target":16},{"source":115,"target":11},{"source":111,"target":17},{"source":111,"target":116},{"source":111,"target":16},{"source":116,"target":17},{"source":112,"target":14},{"source":112,"target":117},{"source":112,"target":16},{"source":117,"target":14},{"source":113,"target":15},{"source":113,"target":118},{"source":113,"target":16},{"source":118,"target":15},{"source":114,"target":4},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":119},{"source":17,"target":120},{"source":17,"target":121},{"source":17,"target":122},{"source":119,"target":12},{"source":119,"target":123},{"source":119,"target":17},{"source":123,"target":12},{"source":120,"target":124},{"source":120,"target":17},{"source":121,"target":125},{"source":121,"target":17},{"source":122,"target":4},{"source":18,"target":0},{"source":18,"target":2},{"source":18,"target":126},{"source":18,"target":127},{"source":126,"target":16},{"source":126,"target":128},{"source":126,"target":18},{"source":128,"target":16},{"source":127,"target":2},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":129},{"source":19,"target":130},{"source":19,"target":131},{"source":19,"target":132},{"source":19,"target":133},{"source":129,"target":10},{"source":129,"target":134},{"source":129,"target":19},{"source":134,"target":10},{"source":130,"target":9},{"source":130,"target":135},{"source":130,"target":19},{"source":135,"target":9},{"source":131,"target":5},{"source":131,"target":136},{"source":131,"target":19},{"source":136,"target":5},{"source":132,"target":5},{"source":132,"target":137},{"source":132,"target":19},{"source":137,"target":5},{"source":133,"target":4},{"source":20,"target":0},{"source":20,"target":4},{"source":20,"target":138},{"source":20,"target":139},{"source":20,"target":140},{"source":20,"target":141},{"source":138,"target":19},{"source":138,"target":142},{"source":138,"target":20},{"source":142,"target":19},{"source":139,"target":15},{"source":139,"target":143},{"source":139,"target":20},{"source":143,"target":15},{"source":140,"target":14},{"source":140,"target":144},{"source":140,"target":20},{"source":144,"target":14},{"source":141,"target":4},{"source":21,"target":0},{"source":21,"target":145},{"source":21,"target":146},{"source":145,"target":147},{"source":145,"target":21},{"source":146,"target":148},{"source":146,"target":21}],"multigraph":true}
ecore
configuration
repo-ecore-all/data/zulus/extjs-eclipse/net.w3des.extjs.core/resources/model/extjs.ecore
basic TypeItem sourceStart sourceEnd typeName Alias rawName name Widget Plugin ExtJSProject name files TypeItemArray net.w3des.extjs.core.model.basic.TypeItem[] net.w3des.extjs.core.model.basic.TypeItem[] Layout Feature File cleanAliases addAlias name sourceStart sourceEnd type aliases name Event name parameters description Parameter name type description ExecutionEnvironment name builtin versions corePath coreType libraries facet Library name builtin versions sources senchaTouchVersions LibrarySource type path inclusions exclusions files LibrarySourceType ZipFile ZipFile Folder Folder JavascriptFile JavascriptFile CoreVersionDefault version facet coreLib
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="basic" nsURI="http://extjs.w3des.net/1.0" nsPrefix="extjs"> <eClassifiers xsi:type="ecore:EClass" name="TypeItem" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Alias" eSuperTypes="#//TypeItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rawName" 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="Widget" eSuperTypes="#//Alias"/> <eClassifiers xsi:type="ecore:EClass" name="Plugin" eSuperTypes="#//Alias"/> <eClassifiers xsi:type="ecore:EClass" name="ExtJSProject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="files" upperBound="-1" eType="#//File" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TypeItemArray" instanceClassName="net.w3des.extjs.core.model.basic.TypeItem[]"/> <eClassifiers xsi:type="ecore:EClass" name="Layout" eSuperTypes="#//Alias"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//Alias"/> <eClassifiers xsi:type="ecore:EClass" name="File"> <eOperations name="cleanAliases"/> <eOperations name="addAlias"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Add alias by prefix"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="sourceStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="sourceEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="aliases" upperBound="-1" eType="#//Alias" 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="Event" eSuperTypes="#//TypeItem"> <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="description" 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"/> <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="ExecutionEnvironment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="builtin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="versions" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="corePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="coreType" eType="#//LibrarySourceType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="libraries" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="facet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </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="builtin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="versions" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sources" upperBound="-1" eType="#//LibrarySource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="senchaTouchVersions" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibrarySource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//LibrarySourceType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inclusions" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusions" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="files" upperBound="-1" eType="#//File" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LibrarySourceType"> <eLiterals name="ZipFile"/> <eLiterals name="Folder" value="1"/> <eLiterals name="JavascriptFile" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CoreVersionDefault"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="facet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="coreLib" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"extjs","nsURI":"http://extjs.w3des.net/1.0","name":"basic","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeItem","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Alias","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plugin","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtJSProject","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"net.w3des.extjs.core.model.basic.TypeItem[]","defaultValue":null,"instanceClassName":"net.w3des.extjs.core.model.basic.TypeItem[]","name":"TypeItemArray","instanceClass":null,"id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibrarySource","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LibrarySourceType","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoreVersionDefault","instanceClass":null,"abstract":false,"id":16,"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":"sourceStart","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceEnd","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":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rawName","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},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"files","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cleanAliases","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addAlias","lowerBound":0,"id":37,"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":"aliases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sourceStart","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sourceEnd","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EParameter"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"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":"description","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"builtin","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"versions","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":"corePath","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"coreType","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":true,"name":"libraries","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":"facet","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"builtin","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":true,"name":"versions","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"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":"senchaTouchVersions","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"},{"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":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":"path","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":true,"name":"inclusions","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exclusions","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":"files","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"},{"name":"ZipFile","id":97,"value":0,"literal":"ZipFile","eClass":"EEnumLiteral"},{"name":"Folder","id":98,"value":1,"literal":"Folder","eClass":"EEnumLiteral"},{"name":"JavascriptFile","id":99,"value":2,"literal":"JavascriptFile","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":"version","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":"facet","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":"coreLib","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":17,"target":20},{"source":17,"target":1},{"source":18,"target":21},{"source":18,"target":1},{"source":19,"target":22},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":23,"target":26},{"source":23,"target":2},{"source":24,"target":27},{"source":24,"target":2},{"source":25,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":28},{"source":28,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":29},{"source":29,"target":2},{"source":5,"target":0},{"source":5,"target":30},{"source":5,"target":31},{"source":30,"target":32},{"source":30,"target":5},{"source":31,"target":9},{"source":31,"target":33},{"source":31,"target":5},{"source":33,"target":9},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":34},{"source":34,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":35},{"source":35,"target":2},{"source":9,"target":0},{"source":9,"target":36},{"source":9,"target":37},{"source":9,"target":38},{"source":9,"target":39},{"source":36,"target":9},{"source":37,"target":9},{"source":37,"target":40},{"source":37,"target":41},{"source":37,"target":42},{"source":37,"target":43},{"source":40,"target":44},{"source":40,"target":37},{"source":41,"target":45},{"source":41,"target":37},{"source":42,"target":46},{"source":42,"target":37},{"source":43,"target":47},{"source":43,"target":37},{"source":38,"target":2},{"source":38,"target":48},{"source":38,"target":9},{"source":48,"target":2},{"source":39,"target":49},{"source":39,"target":9},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":50},{"source":10,"target":51},{"source":10,"target":52},{"source":10,"target":53},{"source":50,"target":54},{"source":50,"target":10},{"source":51,"target":11},{"source":51,"target":55},{"source":51,"target":10},{"source":55,"target":11},{"source":52,"target":56},{"source":52,"target":10},{"source":53,"target":1},{"source":11,"target":0},{"source":11,"target":57},{"source":11,"target":58},{"source":11,"target":59},{"source":57,"target":60},{"source":57,"target":11},{"source":58,"target":61},{"source":58,"target":11},{"source":59,"target":62},{"source":59,"target":11},{"source":12,"target":0},{"source":12,"target":63},{"source":12,"target":64},{"source":12,"target":65},{"source":12,"target":66},{"source":12,"target":67},{"source":12,"target":68},{"source":12,"target":69},{"source":63,"target":70},{"source":63,"target":12},{"source":64,"target":71},{"source":64,"target":12},{"source":65,"target":72},{"source":65,"target":12},{"source":66,"target":73},{"source":66,"target":12},{"source":67,"target":15},{"source":67,"target":74},{"source":67,"target":12},{"source":74,"target":15},{"source":68,"target":75},{"source":68,"target":12},{"source":69,"target":76},{"source":69,"target":12},{"source":13,"target":0},{"source":13,"target":77},{"source":13,"target":78},{"source":13,"target":79},{"source":13,"target":80},{"source":13,"target":81},{"source":77,"target":82},{"source":77,"target":13},{"source":78,"target":83},{"source":78,"target":13},{"source":79,"target":84},{"source":79,"target":13},{"source":80,"target":14},{"source":80,"target":85},{"source":80,"target":13},{"source":85,"target":14},{"source":81,"target":86},{"source":81,"target":13},{"source":14,"target":0},{"source":14,"target":87},{"source":14,"target":88},{"source":14,"target":89},{"source":14,"target":90},{"source":14,"target":91},{"source":87,"target":15},{"source":87,"target":92},{"source":87,"target":14},{"source":92,"target":15},{"source":88,"target":93},{"source":88,"target":14},{"source":89,"target":94},{"source":89,"target":14},{"source":90,"target":95},{"source":90,"target":14},{"source":91,"target":9},{"source":91,"target":96},{"source":91,"target":14},{"source":96,"target":9},{"source":15,"target":0},{"source":15,"target":97},{"source":15,"target":98},{"source":15,"target":99},{"source":97,"target":15},{"source":98,"target":15},{"source":99,"target":15},{"source":16,"target":0},{"source":16,"target":100},{"source":16,"target":101},{"source":16,"target":102},{"source":100,"target":103},{"source":100,"target":16},{"source":101,"target":104},{"source":101,"target":16},{"source":102,"target":105},{"source":102,"target":16}],"multigraph":true}
ecore